root/trunk/contrib/vmap_extract_assembler_bin/make vmaps.bat

Revision 2, 1.0 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1@echo off
2cls
3echo.
4echo                    Welcome to the vmaps extractor and assembler
5echo.
6echo You need 2GB of free space in disk, CTRL+C to stop process
7echo Hit Enter to start . . .
8pause>nul
9cls
10echo.
11echo.
12echo.
13IF EXIST buildings\dir (ECHO The buildings folder already exist do you want to delete it?
14echo If YES hit Enter to continue if no CLOSE the program now! . . .
15pause>nul
16DEL /S /Q buildings)
17vmapextract_v2.exe
18cls
19echo.
20echo.
21echo.
22IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap extract tool finalized with errors.
23echo Hit Enter to continue . . .
24pause>nul)
25cls
26echo.
27echo.
28echo.
29echo Vmaps extracted check log.txt for errors, now it's time to assemble the vmaps press any key to continue . . .
30pause>nul
31md vmaps
32vmap_assembler.exe buildings vmaps splitConfig.txt
33cls
34echo.
35echo.
36echo.
37IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap assembler tool finalized with errors.
38echo Hit Enter to continue . . .
39pause>nul)
40cls
41echo.
42echo.
43echo.
44echo Process done! copy vmaps folder to the MaNGOS main directory
45echo Press any key to exit . . .
46pause>nul
Note: See TracBrowser for help on using the browser.