diff options
| author | Neo2003 <none@none> | 2008-10-02 16:23:55 -0500 |
|---|---|---|
| committer | Neo2003 <none@none> | 2008-10-02 16:23:55 -0500 |
| commit | 9b1c0e006f20091f28f3f468cfcab1feb51286bd (patch) | |
| tree | b5d1ba94a656e6679f8737f9ea6bed1239b73b14 /contrib/vmap_extract_assembler_bin | |
[svn] * Proper SVN structureinit
--HG--
branch : trunk
Diffstat (limited to 'contrib/vmap_extract_assembler_bin')
| -rw-r--r-- | contrib/vmap_extract_assembler_bin/make vmaps.bat | 46 | ||||
| -rw-r--r-- | contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat | 5 | ||||
| -rw-r--r-- | contrib/vmap_extract_assembler_bin/readme.txt | 4 | ||||
| -rw-r--r-- | contrib/vmap_extract_assembler_bin/splitConfig.txt | 17 | ||||
| -rw-r--r-- | contrib/vmap_extract_assembler_bin/vmap_assembler.exe | bin | 0 -> 184320 bytes | |||
| -rw-r--r-- | contrib/vmap_extract_assembler_bin/vmapextract_v2.exe | bin | 0 -> 233472 bytes |
6 files changed, 72 insertions, 0 deletions
diff --git a/contrib/vmap_extract_assembler_bin/make vmaps.bat b/contrib/vmap_extract_assembler_bin/make vmaps.bat new file mode 100644 index 00000000000..bd7e5ca5b25 --- /dev/null +++ b/contrib/vmap_extract_assembler_bin/make vmaps.bat @@ -0,0 +1,46 @@ +@echo off +cls +echo. +echo Welcome to the vmaps extractor and assembler +echo. +echo You need 2GB of free space in disk, CTRL+C to stop process +echo Hit Enter to start . . . +pause>nul +cls +echo. +echo. +echo. +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! . . . +pause>nul +DEL /S /Q buildings) +vmapextract_v2.exe +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 splitConfig.txt +cls +echo. +echo. +echo. +IF NOT %ERRORLEVEL% LEQ 1 (echo The vmap assembler tool finalized with errors. +echo Hit Enter to continue . . . +pause>nul) +cls +echo. +echo. +echo. +echo Process done! copy vmaps folder to the MaNGOS main directory +echo Press any key to exit . . . +pause>nul
\ No newline at end of file diff --git a/contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat b/contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat new file mode 100644 index 00000000000..bf01c24edc6 --- /dev/null +++ b/contrib/vmap_extract_assembler_bin/makevmaps_SIMPLE.bat @@ -0,0 +1,5 @@ +vmapextract_v2.exe +md vmaps +vmap_assembler.exe buildings vmaps splitConfig.txt + +pause
\ No newline at end of file diff --git a/contrib/vmap_extract_assembler_bin/readme.txt b/contrib/vmap_extract_assembler_bin/readme.txt new file mode 100644 index 00000000000..85abfb237be --- /dev/null +++ b/contrib/vmap_extract_assembler_bin/readme.txt @@ -0,0 +1,4 @@ +execute make vmaps.bat to make vmaps step by sep +execute makevmaps_SIMPLE.bat to so it in one step no quesions final screen [recommended] + +put vmaps folder in mangos main folder to enable LOS [Line Of Sight]
\ No newline at end of file diff --git a/contrib/vmap_extract_assembler_bin/splitConfig.txt b/contrib/vmap_extract_assembler_bin/splitConfig.txt new file mode 100644 index 00000000000..de8fd67bdc4 --- /dev/null +++ b/contrib/vmap_extract_assembler_bin/splitConfig.txt @@ -0,0 +1,17 @@ +# list of map names + +509 #AhnQiraj +469 #BlackwingLair +189 #MonasteryInstances +030 #PVPZone01 +037 #PVPZone02 +033 #Shadowfang +533 #Stratholme Raid +209 #TanarisInstance +309 #Zul'gurub +560 #HillsbradPast +534 #HyjalPast +532 #Karazahn +543 #HellfireRampart +568 #ZulAman +564 #BlackTemple diff --git a/contrib/vmap_extract_assembler_bin/vmap_assembler.exe b/contrib/vmap_extract_assembler_bin/vmap_assembler.exe Binary files differnew file mode 100644 index 00000000000..5cb08f770aa --- /dev/null +++ b/contrib/vmap_extract_assembler_bin/vmap_assembler.exe diff --git a/contrib/vmap_extract_assembler_bin/vmapextract_v2.exe b/contrib/vmap_extract_assembler_bin/vmapextract_v2.exe Binary files differnew file mode 100644 index 00000000000..c38b6e64f64 --- /dev/null +++ b/contrib/vmap_extract_assembler_bin/vmapextract_v2.exe |
