mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 16:42:13 +00:00
Adds TG's mapmerge2, a new TGM-compatible merger that handles things like dictionary expansion much better than the old tool, as well as supporting a git merge hook for map files. This PR does not remove the old merger as this one is more annoying to setup.
6 lines
69 B
Batchfile
6 lines
69 B
Batchfile
@echo off
|
|
set MAPROOT=../../maps/
|
|
set TGM=1
|
|
python mapmerge.py
|
|
pause
|