mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
Updates mapmerge to handle new map files in their subfolder (#1674)
This commit is contained in:
@@ -4,4 +4,9 @@ FOR %%f IN (*.dmm) DO (
|
||||
copy %%f %%f.backup
|
||||
)
|
||||
|
||||
cd Aurora-MapDev
|
||||
FOR %%f IN (*.dmm) DO (
|
||||
copy %%f %%f.backup
|
||||
)
|
||||
|
||||
pause
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
SET z_levels=6
|
||||
cd
|
||||
cd
|
||||
|
||||
FOR %%f IN (../../maps/*.dmm) DO (
|
||||
java -jar MapPatcher.jar -clean ../../maps/%%f.backup ../../maps/%%f ../../maps/%%f
|
||||
)
|
||||
|
||||
FOR %%f IN (../../maps/Aurora-MapDev/*.dmm) DO (
|
||||
java -jar MapPatcher.jar -clean ../../maps/Aurora-MapDev/%%f.backup ../../maps/Aurora-MapDev/%%f ../../maps/Aurora-MapDev/%%f
|
||||
)
|
||||
|
||||
pause
|
||||
|
||||
Reference in New Issue
Block a user