I am Trying to upload a map i recently made on the FAF vault unsuccessfully, I have uploaded a completely different map before to the FAF using the thread below...
viewtopic.php?f=53&t=3897&p=41547&hilit=Uploading+a+map#p41547
but for some darn reason i cant seem to upload this map, here is the code in the "Frost Ravine v1bf_scenario" file
- Code: Select all
version = 3
ScenarioInfo = {
name = 'Frost Ravine v1bf',
description = '5v5 An experimental aeon Teraforming process has made livable temperture conditions on an island, opening a great foothold to harvest the planets natural resources, It wasnt long until the UEF, Cybrans and the Seraphim found out about this, and seeked to deny the aeon. an unatural side effect of the teraforming process started causing the island to eventually split in a matter of decades.',
type = 'skirmish',
starts = true,
preview = '',
size = {2048, 2048},
map = '/maps/Frost Ravine v1bf/Frost Ravine v1bf.scmap',
save = '/maps/Frost Ravine v1bf/Frost Ravine v1bf_save.lua',
script = '/maps/Frost Ravine v1bf/Frost Ravine v1bf_script.lua',
norushradius = 0.000000,
norushoffsetX_ARMY_2 = 0.000000,
norushoffsetY_ARMY_2 = 0.000000,
norushoffsetX_ARMY_1 = 0.000000,
norushoffsetY_ARMY_1 = 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,
Configurations = {
['standard'] = {
teams = {
{ name = 'FFA', armies = {'ARMY_2','ARMY_1','ARMY_3','ARMY_4','ARMY_5','ARMY_6','ARMY_7','ARMY_8','ARMY_9','ARMY_10',} },
},
customprops = {
},
},
}}
it is a 5v5 map, it had a different name before (which i forgot haha ) but im hoping i renamed everything correctly, im sure im missing something really small, can anyone see the error of my ways? :p