viewtopic.php?f=53&t=7477
Followed the instructions given on the wiki, and no spawns appear.
I did some tinkering, and for some reason or another couldn't undo what i did.
The result is the mess below.
WIll upload/link to a video showing a few things which will make things easier i think.
- Code: Select all
version = 3
ScenarioInfo = {
name = 'Two shores 2',
description = 'Two shores. What?',
type = 'skirmish',
starts = true,
preview = '',
size = {512, 512},
map = '/maps/Two shores 2/Two shores 2.scmap',
save = '/maps/Two shores 2/Two shores 2_save.lua',
script = '/maps/Two shores 2/Two shores 2_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 = {
},
},
}}