Ok. I rename all name files in Neptuna v3.
I hope everything will be ok.
I post here before uploading
Edit : Here are my files in my folder :
- Neptuna v3.png (47.83 KiB) Viewed 5082 times
And here is "Neptuna v3_scenario.lua" code :
- Code: Select all
version = 3
ScenarioInfo = {
name = 'Neptuna v3',
description = '',
type = 'skirmish',
starts = true,
preview = '',
size = {512, 512},
map = '/maps/Neptuna v3/Neptuna v3.scmap',
save = '/maps/Neptuna v3/Neptuna v3_save.lua',
script = '/maps/Neptuna v3/Neptuna v3_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,
norushoffsetX_ARMY_3 = 0.000000,
norushoffsetY_ARMY_3 = 0.000000,
norushoffsetX_ARMY_4 = 0.000000,
norushoffsetY_ARMY_4 = 0.000000,
norushoffsetX_ARMY_5 = 0.000000,
norushoffsetY_ARMY_5 = 0.000000,
norushoffsetX_ARMY_6 = 0.000000,
norushoffsetY_ARMY_6 = 0.000000,
norushoffsetX_ARMY_7 = 0.000000,
norushoffsetY_ARMY_7 = 0.000000,
norushoffsetX_ARMY_8 = 0.000000,
norushoffsetY_ARMY_8 = 0.000000,
norushoffsetX_ARMY_9 = 0.000000,
norushoffsetY_ARMY_9 = 0.000000,
norushoffsetX_ARMY_10 = 0.000000,
norushoffsetY_ARMY_10 = 0.000000,
norushoffsetX_ARMY_11 = 0.000000,
norushoffsetY_ARMY_11 = 0.000000,
norushoffsetX_ARMY_12 = 0.000000,
norushoffsetY_ARMY_12 = 0.000000,
Configurations = {
['standard'] = {
teams = {
{ name = 'FFA', armies = {'ARMY_1','ARMY_2','ARMY_3','ARMY_4','ARMY_5','ARMY_6','ARMY_7','ARMY_8','ARMY_9','ARMY_10','ARMY_11','ARMY_12',} },
},
customprops = {
['ExtraArmies'] = STRING( 'ARMY_13 NEUTRAL_CIVILIAN' ),
},
},
}}
Tell me if you think I can upload this one please