'X' is your version number
Step 1: Open FOLDERNAME
Step 2: Go to MAPNAME_scenario.lua
Step 3: Change the following...
- Code: Select all
map = '/maps/FOLDERNAME/MAPNAME.scmap',
save = '/maps/FOLDERNAME/MAPNAME_save.lua',
script = '/maps/FOLDERNAME/MAPNAME_script.lua',
To...
- Code: Select all
map = '/maps/FOLDERNAME/MAPNAME.scmap',
map_version = X,
save = '/maps/FOLDERNAME/MAPNAME_save.lua',
script = '/maps/FOLDERNAME/MAPNAME_script.lua',
If anyone knows that I've missed something, shout, but from my tests this should give a foolproof updated map with the same name as previously.
PLEASE CAN SOMEONE STICKY THIS!