once more with feeling

This commit is contained in:
Killian
2020-04-04 16:26:23 +01:00
parent 89bf195956
commit af4dc435a5
3 changed files with 125853 additions and 6207 deletions
+125851 -6205
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
cd ../maps/yw
cd ../../maps/yw
for /R %%f in (*.dmm) do copy "%%f" "%%f.backup"
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
set MAPROOT=../maps/yw
set MAPROOT=../../maps/yw
set TGM=1
python mapmerge.py
pause