mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
* Added bash versions of all the map preparing and merging scripts in 'tools/mapmerge2/'. * Renamed all Linux map preparation bash scripts. * All Linux map preparation bash scripts now assume the file is being executed from the mapmerge2 directory, making the same assumption the .bat files make. * The map merge Linux bash script now assumes the script is being run from the mapmerge2 directory, making the same assumption the .bat file makes.
10 lines
134 B
Bash
10 lines
134 B
Bash
export MAPROOT="../../maps/aurora/"
|
|
export TGM="1"
|
|
python3 mapmerge.py
|
|
|
|
cd ../../maps/aurora
|
|
|
|
for f in *.dmm; do
|
|
unix2dos $f
|
|
done
|