diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2019-02-14 08:57:56 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-23 22:48:17 +0100 |
commit | 95b8c9df84109dd8960bbdaa1bc1f5121100e024 (patch) | |
tree | 1cfa57314eb11f4e973d4e5697b8d3f0e55e8723 | |
parent | bc3dc38d171af4e4cfcb86acb5b4b44ac225c1cf (diff) |
Misc/Extractor: Clarify a bit
(cherry picked from commit 58c5dfac1d8d314b9243fde52466b3c933fb7d7f)
-rw-r--r-- | contrib/extractor.bat | 6 |
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. |