mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
Two batch files to run map merge. Fixed output error when in non-tgm mode.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
set MAPROOT="../../_maps/"
|
||||
set TGM=0
|
||||
python mapmerger.py %1 %MAPROOT% %TGM%
|
||||
pause
|
||||
@@ -123,7 +123,7 @@ def merge_map(newfile, backupfile, tgm):
|
||||
write_grid_coord_small(newfile, mergeGrid)
|
||||
else:
|
||||
write_dictionary(newfile, originalDict)
|
||||
write_grid(newfile, originalDict)
|
||||
write_grid(newfile, mergeGrid)
|
||||
return 1
|
||||
|
||||
#write dictionary in tgm format
|
||||
|
||||
Reference in New Issue
Block a user