Files
kiwistation/tools/mapmerge/clean_map.bat
T
carnie e693ed3e9f Fixes a number of urgent mapping errors with recent shuttle overhaul (on both generic and tg zlevel)
Improves clean_map.bat - will now prompt you for a path relative to the map_files directory, making it easier to use with the new split-zlevel maps
Improves prepare_map.bat - will now automatically backup ALL .dmm files in map_files and subdirectories.
2015-01-06 21:58:05 +00:00

7 lines
207 B
Batchfile

@echo off
cd ../../_maps/map_files/
set /P MAPFILE=Please enter mapfile (relative to map_files folder):
java -jar ../../tools/mapmerge/MapPatcher.jar -clean "%MAPFILE%.backup" "%MAPFILE%" "%MAPFILE%"
pause