[Tools] Merged Vmaps extractor/assembler, updated scripts
This commit is contained in:
parent
b34cfa0a4a
commit
1a1abeec2a
@ -201,10 +201,6 @@ then
|
||||
echo "`date`: Start extraction of vmaps..." | tee -a $LOG_FILE
|
||||
./vmap-extractor | tee -a $DETAIL_LOG_FILE
|
||||
echo "`date`: Extracting of vmaps finished" | tee -a $LOG_FILE
|
||||
mkdir ./vmaps
|
||||
echo "`date`: Start assembling of vmaps..." | tee -a $LOG_FILE
|
||||
./vmap-assembler Buildings vmaps | tee -a $DETAIL_LOG_FILE
|
||||
echo "`date`: Assembling of vmaps finished" | tee -a $LOG_FILE
|
||||
|
||||
echo | tee -a $LOG_FILE
|
||||
echo | tee -a $DETAIL_LOG_FILE
|
||||
|
@ -19,21 +19,6 @@ cls
|
||||
echo.
|
||||
echo.
|
||||
echo.
|
||||
IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap extract tool finalized with errors.
|
||||
echo Hit Enter to continue . . .
|
||||
pause>nul)
|
||||
cls
|
||||
echo.
|
||||
echo.
|
||||
echo.
|
||||
echo Vmaps extracted check log.txt for errors, now it's time to assemble the vmaps press any key to continue . . .
|
||||
pause>nul
|
||||
md vmaps
|
||||
vmap-assembler.exe buildings vmaps
|
||||
cls
|
||||
echo.
|
||||
echo.
|
||||
echo.
|
||||
IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap assembler tool finalized with errors.
|
||||
echo Hit Enter to continue . . .
|
||||
pause>nul)
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 52e10cf7ad9393df1158a48b1500a125c8ff6e71
|
||||
Subproject commit 8f492dbbd39ddd79af2ce254f7dbf76b8564bf7a
|
Loading…
x
Reference in New Issue
Block a user