Error to upload a new map version

Interesting mapping tools and mapping help.

Moderator: Morax

Error to upload a new map version

Postby CapitainMiller » 11 May 2013, 15:50

Hello,

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 ?
CapitainMiller
Crusader
 
Posts: 16
Joined: 11 May 2013, 12:43
Has liked: 0 time
Been liked: 0 time
FAF User Name: CapitainMiller

Re: Error to upload a new map version

Postby Ze_PilOt » 11 May 2013, 22:03

Either some files are missing or some stuff are not correct in the scenario.lua.
Nossa wrote:I've never played GPG or even heard of FA until FAF started blowing up.
User avatar
Ze_PilOt
Supreme Commander
 
Posts: 8985
Joined: 24 Aug 2011, 18:41
Location: fafland
Has liked: 18 times
Been liked: 376 times
FAF User Name: Ze_PilOt

Re: Error to upload a new map version

Postby CapitainMiller » 11 May 2013, 23:20

I ever checked but everything seems to be ok.

I can upload the folder here if necessary, and if possible ;)

Here you have "neptuna.v0002_scenario.lua" :

Code: Select all
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' ),
            },
        },
    }}
CapitainMiller
Crusader
 
Posts: 16
Joined: 11 May 2013, 12:43
Has liked: 0 time
Been liked: 0 time
FAF User Name: CapitainMiller

Re: Error to upload a new map version

Postby CapitainMiller » 12 May 2013, 12:52

Where is the tutorial for uploading a map on the vault ?

I don't found it -_-
CapitainMiller
Crusader
 
Posts: 16
Joined: 11 May 2013, 12:43
Has liked: 0 time
Been liked: 0 time
FAF User Name: CapitainMiller

Re: Error to upload a new map version

Postby Ze_PilOt » 12 May 2013, 12:57

Maybe you did not select the folder properly. It's really hard to tell with so few infos :)
Nossa wrote:I've never played GPG or even heard of FA until FAF started blowing up.
User avatar
Ze_PilOt
Supreme Commander
 
Posts: 8985
Joined: 24 Aug 2011, 18:41
Location: fafland
Has liked: 18 times
Been liked: 376 times
FAF User Name: Ze_PilOt

Re: Error to upload a new map version

Postby CapitainMiller » 12 May 2013, 13:59

I click on the "Neptuna.v0002" folder, then click on "select folder".

I don't know how doing else
CapitainMiller
Crusader
 
Posts: 16
Joined: 11 May 2013, 12:43
Has liked: 0 time
Been liked: 0 time
FAF User Name: CapitainMiller

Re: Error to upload a new map version

Postby Prince__ » 12 May 2013, 16:18

Try to rename the name which will be displayed in public to Neptuna v2 or Neptuna II (Looks better)

Code: Select all
name = 'Neptuna v2',


and don't use those confusing .v0002 things.

Code: Select all
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.
User avatar
Prince__
Priest
 
Posts: 302
Joined: 29 Aug 2011, 11:39
Has liked: 0 time
Been liked: 4 times
FAF User Name: UES_Prince

Re: Error to upload a new map version

Postby CapitainMiller » 12 May 2013, 21:13

Yes !!! It's working. Thank you for the tip Prince ;)

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

Now my Neptnua v2_scenraio.lua is :

Code: Select all
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 ... ?
CapitainMiller
Crusader
 
Posts: 16
Joined: 11 May 2013, 12:43
Has liked: 0 time
Been liked: 0 time
FAF User Name: CapitainMiller

Re: Error to upload a new map version

Postby Prince__ » 13 May 2013, 16:22

Did you also rename the pictures?

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.
User avatar
Prince__
Priest
 
Posts: 302
Joined: 29 Aug 2011, 11:39
Has liked: 0 time
Been liked: 4 times
FAF User Name: UES_Prince

Re: Error to upload a new map version

Postby CapitainMiller » 13 May 2013, 20:41

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
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 :oops:
CapitainMiller
Crusader
 
Posts: 16
Joined: 11 May 2013, 12:43
Has liked: 0 time
Been liked: 0 time
FAF User Name: CapitainMiller

Next

Return to Mapping

Who is online

Users browsing this forum: No registered users and 1 guest