mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Key benefits of the new mapmerge include: multi-Z support, effective reuse of deleted keys, automatic handling of key overflow, and utilizing a git pre-commit hook to eliminate the need to run batch files manually.
6 lines
69 B
Batchfile
6 lines
69 B
Batchfile
@echo off
|
|
set MAPROOT=../../_maps/
|
|
set TGM=1
|
|
python convert.py
|
|
pause
|