Forged Alliance Forever Forged Alliance Forever Forums 2015-12-06T12:07:10+02:00 /feed.php?f=53&t=10596 2015-12-06T12:07:10+02:00 2015-12-06T12:07:10+02:00 /viewtopic.php?t=10596&p=115246#p115246 <![CDATA[Re: uploaded map doesn't show in lobby.]]>
One of those above
Or you can post logs to find out

Statistics: Posted by speed2 — 06 Dec 2015, 12:07


]]>
2015-12-06T07:52:17+02:00 2015-12-06T07:52:17+02:00 /viewtopic.php?t=10596&p=115241#p115241 <![CDATA[Re: uploaded map doesn't show in lobby.]]> Statistics: Posted by KD7BCH — 06 Dec 2015, 07:52


]]>
2015-08-15T21:37:01+02:00 2015-08-15T21:37:01+02:00 /viewtopic.php?t=10596&p=107661#p107661 <![CDATA[Re: uploaded map doesn't show in lobby.]]> Statistics: Posted by Molotow — 15 Aug 2015, 21:37


]]>
2015-08-15T21:00:51+02:00 2015-08-15T21:00:51+02:00 /viewtopic.php?t=10596&p=107660#p107660 <![CDATA[Re: uploaded map doesn't show in lobby.]]>
Code:
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:
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:
    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',

Statistics: Posted by speed2 — 15 Aug 2015, 21:00


]]>
2015-08-15T20:16:58+02:00 2015-08-15T20:16:58+02:00 /viewtopic.php?t=10596&p=107657#p107657 <![CDATA[uploaded map doesn't show in lobby.]]> I uploaded Broken Vows.v0002 (alpha) for playtesting yesterday, but whenever I rty to host it foesn't show up in lobby. I tried removing the local and redownloading but still doesn't work. If someone could have a look at the map as uploaded to the vault and try to figure out where i fucked it up that would be superb.

Attached game and forever logs also.

Statistics: Posted by Molotow — 15 Aug 2015, 20:16


]]>