- Code: Select all
version = 3
ScenarioInfo = {
name = 'Broken_Vows',
description = 'Hell hath no fury like a lover scorned Beware (map by Molotow(alpha)) RELASED FOR PLAYTESTING!',
type = 'skirmish',
starts = true,
preview = '',
size = {512, 512},
map = '/maps/Broken_Vows.v0002/Broken_Vows.scmap',
map_version = 2,
save = '/maps/Broken_Vows.v0002/Broken_Vows_save.lua',
script = '/maps/Broken_Vows.v0002/Broken_Vows_script.lua',
norushradius = 0.000000,
norushoffsetX_ARMY_1 = 0.000000,
norushoffsetY_ARMY_1 = 0.000000,
norushoffsetX_ARMY_2 = 0.000000,
norushoffsetY_ARMY_2 = 0.000000,
Configurations = {
['standard'] = {
teams = {
{ name = 'FFA', armies = {'ARMY_1','ARMY_2',} },
},
customprops = {
['ExtraArmies'] = STRING( 'ARMY_9 NEUTRAL_CIVILIAN' ),
},
},
}}
your scenario file was fucked up, replace it with this one and it will work, you will have to upload new version
the first line
- Code: Select all
version = 3
at the beginning of scenario will always be 3, its not map version
only these 4 lines are getting changed when making new map version:
- Code: Select all
map = '/maps/Broken_Vows.v0002/Broken_Vows.scmap',
map_version = 2,
save = '/maps/Broken_Vows.v0002/Broken_Vows_save.lua',
script = '/maps/Broken_Vows.v0002/Broken_Vows_script.lua',