Forged Alliance Forever Forged Alliance Forever Forums 2013-05-13T22:53:06+02:00 /feed.php?f=53&t=3897 2013-05-13T22:53:06+02:00 2013-05-13T22:53:06+02:00 /viewtopic.php?t=3897&p=41829#p41829 <![CDATA[Re: Error to upload a new map version]]>
Edit : It looks like it works.

Thank you Prince for yours answers :P

Statistics: Posted by CapitainMiller — 13 May 2013, 22:53


]]>
2013-05-13T21:50:29+02:00 2013-05-13T21:50:29+02:00 /viewtopic.php?t=3897&p=41818#p41818 <![CDATA[Re: Error to upload a new map version]]> Statistics: Posted by Prince__ — 13 May 2013, 21:50


]]>
2013-05-13T20:41:37+02:00 2013-05-13T20:41:37+02:00 /viewtopic.php?t=3897&p=41796#p41796 <![CDATA[Re: Error to upload a new map version]]>
I hope everything will be ok.

I post here before uploading ;)

Edit : Here are my files in my folder :
Neptuna v3.png

And here is "Neptuna v3_scenario.lua" code :
Code:
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 :oops:

Statistics: Posted by CapitainMiller — 13 May 2013, 20:41


]]>
2013-05-13T16:22:44+02:00 2013-05-13T16:22:44+02:00 /viewtopic.php?t=3897&p=41746#p41746 <![CDATA[Re: Error to upload a new map version]]>
example:

Neptuna v2.small.png
Neptuna v2.large.png

NOTE: If you reupload your map again you need to rename ALL files again ,so it would be v3 everywhere.

Statistics: Posted by Prince__ — 13 May 2013, 16:22


]]>
2013-05-12T21:13:43+02:00 2013-05-12T21:13:43+02:00 /viewtopic.php?t=3897&p=41653#p41653 <![CDATA[Re: Error to upload a new map version]]>

There is only a little problem : the picture of the map disappeared on the vault :s

Now my Neptnua v2_scenraio.lua is :

Code:
version = 3
ScenarioInfo = {
    name = 'Neptuna v2',
    description = '',
    type = 'skirmish',
    starts = true,
    preview = '',
    size = {512, 512},
    map = '/maps/Neptuna v2/Neptuna v2.scmap',
    save = '/maps/Neptuna v2/neptuna v2_save.lua',
    script = '/maps/Neptuna v2/neptuna v2_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' ),
            },
        },
    }}


Should I re-upload another version or ... ?

Statistics: Posted by CapitainMiller — 12 May 2013, 21:13


]]>
2013-05-12T16:18:54+02:00 2013-05-12T16:18:54+02:00 /viewtopic.php?t=3897&p=41595#p41595 <![CDATA[Re: Error to upload a new map version]]>
Code:
name = 'Neptuna v2',


and don't use those confusing .v0002 things.

Code:
map = '/maps/Neptuna v2/Neptuna v2.scmap',
save = '/maps/Neptuna v2/Neptuna v2_save.lua',
script = '/maps/Neptuna v2/Neptuna v2_script.lua',


Rename those and ofc ALL files in the folder and the filder itself and try again.

Statistics: Posted by Prince__ — 12 May 2013, 16:18


]]>
2013-05-12T13:59:16+02:00 2013-05-12T13:59:16+02:00 /viewtopic.php?t=3897&p=41562#p41562 <![CDATA[Re: Error to upload a new map version]]>
I don't know how doing else

Statistics: Posted by CapitainMiller — 12 May 2013, 13:59


]]>
2013-05-12T12:57:52+02:00 2013-05-12T12:57:52+02:00 /viewtopic.php?t=3897&p=41548#p41548 <![CDATA[Re: Error to upload a new map version]]>

Statistics: Posted by Ze_PilOt — 12 May 2013, 12:57


]]>
2013-05-12T12:52:27+02:00 2013-05-12T12:52:27+02:00 /viewtopic.php?t=3897&p=41547#p41547 <![CDATA[Re: Error to upload a new map version]]>
I don't found it -_-

Statistics: Posted by CapitainMiller — 12 May 2013, 12:52


]]>
2013-05-11T23:20:46+02:00 2013-05-11T23:20:46+02:00 /viewtopic.php?t=3897&p=41481#p41481 <![CDATA[Re: Error to upload a new map version]]>
I can upload the folder here if necessary, and if possible ;)

Here you have "neptuna.v0002_scenario.lua" :

Code:
version = 3
ScenarioInfo = {
    name = 'Neptuna.v0002',
    description = '',
    type = 'skirmish',
    starts = true,
    preview = '',
    size = {512, 512},
    map = '/maps/Neptuna.v0002/Neptuna.v0002.scmap',
    save = '/maps/Neptuna.v0002/neptuna.v0002_save.lua',
    script = '/maps/Neptuna.v0002/neptuna.v0002_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' ),
            },
        },
    }}

Statistics: Posted by CapitainMiller — 11 May 2013, 23:20


]]>
2013-05-11T22:03:53+02:00 2013-05-11T22:03:53+02:00 /viewtopic.php?t=3897&p=41473#p41473 <![CDATA[Re: Error to upload a new map version]]> Statistics: Posted by Ze_PilOt — 11 May 2013, 22:03


]]>
2013-05-11T15:50:12+02:00 2013-05-11T15:50:12+02:00 /viewtopic.php?t=3897&p=41397#p41397 <![CDATA[Error to upload a new map version]]>
I tried many time to upload the last version of my map (Neptuna) called Neptuna.v0002 but I got a text box error :

http://imageshack.us/photo/my-images/24 ... error.png/

I renamed all files correctly. I don't know what happen. Could you help me please ?

Statistics: Posted by CapitainMiller — 11 May 2013, 15:50


]]>