Forged Alliance Forever Forged Alliance Forever Forums 2013-12-08T15:09:50+02:00 /feed.php?f=53&t=5890 2013-12-08T15:09:50+02:00 2013-12-08T15:09:50+02:00 /viewtopic.php?t=5890&p=59241#p59241 <![CDATA[Re: Problems Uploading a map]]> Statistics: Posted by baldfriend — 08 Dec 2013, 15:09


]]>
2013-12-08T15:09:13+02:00 2013-12-08T15:09:13+02:00 /viewtopic.php?t=5890&p=59240#p59240 <![CDATA[Re: Problems Uploading a map]]> SAVED as a text file with an extention .lua .... this is seen on the "Type" tab in the folder thingy.

So to fix this i just had to go into the script file click save as, and then choose to save as "all files" in the "save as type" tab and THEN add the extention .lua ........

Statistics: Posted by baldfriend — 08 Dec 2013, 15:09


]]>
2013-12-08T05:18:13+02:00 2013-12-08T05:18:13+02:00 /viewtopic.php?t=5890&p=59227#p59227 <![CDATA[Problems Uploading a map]]>
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:
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 :roll: ) but im hoping i renamed everything correctly, im sure im missing something really small, can anyone see the error of my ways? :p

Statistics: Posted by baldfriend — 08 Dec 2013, 05:18


]]>