diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2018-09-11 13:24:22 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-10-27 00:02:09 +0200 |
commit | b504b47650af6a87fd1a46f766289b7cc97926e3 (patch) | |
tree | ac554a22e420b7562f4cc5c0a3f10ca54a9d88b8 /contrib | |
parent | 496d017bac83742b3e13a9cd795996f0c44c6c49 (diff) |
Misc: Make extractor more clear for some users
(cherry picked from commit 5fd03bb4726941c548347de7f67a0acd10af0155)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/extractor.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/extractor.bat b/contrib/extractor.bat index 22161e491e7..29eff365c36 100644 --- a/contrib/extractor.bat +++ b/contrib/extractor.bat @@ -9,7 +9,8 @@ ECHO ............................................... ECHO PRESS 1, 2, 3 OR 4 to select your task, or 5 to EXIT. ECHO ............................................... ECHO. -ECHO The vmaps extractor output text below is intended and not an error: +ECHO WARNING! when extracting the vmaps extractor will +ECHO output the text below, it's intended and not an error: ECHO .......................................... ECHO Extracting World\Wmo\Band\Final_Stage.wmo ECHO No such file. @@ -17,6 +18,7 @@ ECHO Couldn't open RootWmo!!! 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) |