Code: Select all
REM Modders change this to point to new world
@call ..\munge_world.bat Mod1 Mod1
Moderator: Moderators

Code: Select all
REM Modders change this to point to new world
@call ..\munge_world.bat Mod1 Mod1


Code: Select all
REM Modders change this to point to new world
@call ..\munge_world.bat Bespin BESCode: Select all
cd Worlds
cd Bespin
@call munge.bat
cd ..