mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[10172] Make git and users happy with contrib/vmap_extract_assembler_bin/make vmaps.bat
* Unix encoding * Never never use in any cases not only mangos filenames with spaces. Tools can generate expected nightmare level without like help from your side ;)
This commit is contained in:
parent
93e06f945e
commit
11a3de436e
2 changed files with 47 additions and 47 deletions
|
|
@ -1,46 +1,46 @@
|
||||||
@echo off
|
@echo off
|
||||||
cls
|
cls
|
||||||
echo.
|
echo.
|
||||||
echo Welcome to the vmaps extractor and assembler
|
echo Welcome to the vmaps extractor and assembler
|
||||||
echo.
|
echo.
|
||||||
echo You need 2GB of free space in disk, CTRL+C to stop process
|
echo You need 2GB of free space in disk, CTRL+C to stop process
|
||||||
echo Hit Enter to start . . .
|
echo Hit Enter to start . . .
|
||||||
pause>nul
|
pause>nul
|
||||||
cls
|
cls
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
IF EXIST buildings\dir (ECHO The buildings folder already exist do you want to delete it?
|
IF EXIST buildings\dir (ECHO The buildings folder already exist do you want to delete it?
|
||||||
echo If YES hit Enter to continue if no CLOSE the program now! . . .
|
echo If YES hit Enter to continue if no CLOSE the program now! . . .
|
||||||
pause>nul
|
pause>nul
|
||||||
DEL /S /Q buildings)
|
DEL /S /Q buildings)
|
||||||
vmapExtractor3.exe
|
vmapExtractor3.exe
|
||||||
cls
|
cls
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap extract tool finalized with errors.
|
IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap extract tool finalized with errors.
|
||||||
echo Hit Enter to continue . . .
|
echo Hit Enter to continue . . .
|
||||||
pause>nul)
|
pause>nul)
|
||||||
cls
|
cls
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
echo Vmaps extracted check log.txt for errors, now it's time to assemble the vmaps press any key to continue . . .
|
echo Vmaps extracted check log.txt for errors, now it's time to assemble the vmaps press any key to continue . . .
|
||||||
pause>nul
|
pause>nul
|
||||||
md vmaps
|
md vmaps
|
||||||
vmap_assembler.exe buildings vmaps
|
vmap_assembler.exe buildings vmaps
|
||||||
cls
|
cls
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap assembler tool finalized with errors.
|
IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap assembler tool finalized with errors.
|
||||||
echo Hit Enter to continue . . .
|
echo Hit Enter to continue . . .
|
||||||
pause>nul)
|
pause>nul)
|
||||||
cls
|
cls
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
echo.
|
echo.
|
||||||
echo Process done! copy vmaps folder to the MaNGOS main directory
|
echo Process done! copy vmaps folder to the MaNGOS main directory
|
||||||
echo Press any key to exit . . .
|
echo Press any key to exit . . .
|
||||||
pause>nul
|
pause>nul
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "10171"
|
#define REVISION_NR "10172"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue