e693ed3e9f
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.
7 lines
207 B
Batchfile
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 |