aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2019-02-14 08:57:56 +0100
committerGitHub <noreply@github.com>2019-02-14 08:57:56 +0100
commit58c5dfac1d8d314b9243fde52466b3c933fb7d7f (patch)
treebef55159f63e1e33668ef22e39177817fe7d8b8d
parentd69ef2ab1d0ecc0f32436b978137c89a0bc86a02 (diff)
Misc/Extractor: Clarify a bit
-rw-r--r--contrib/extractor.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/extractor.bat b/contrib/extractor.bat
index 29eff365c36..3952b89867e 100644
--- a/contrib/extractor.bat
+++ b/contrib/extractor.bat
@@ -19,9 +19,9 @@ ECHO Done!
ECHO ..........................................
ECHO.
ECHO Press 1, 2, 3 or 4 to start extracting or 5 to exit.
-ECHO 1 - Extract dbc/db2 and maps
-ECHO 2 - Extract vmaps (needs maps to be extracted before you run this)
-ECHO 3 - Extract mmaps (needs vmaps to be extracted before you run this, may take hours)
+ECHO 1 - Extract base files (NEEDED) and cameras.
+ECHO 2 - Extract vmaps (needs maps to be extracted before you run this) (OPTIONAL, highly recommended)
+ECHO 3 - Extract mmaps (needs vmaps to be extracted before you run this, may take hours) (OPTIONAL, highly recommended)
ECHO 4 - Extract all (may take hours)
ECHO 5 - EXIT
ECHO.