Fix the Map Vault

Tournaments announces and results.

Moderators: FtXCommando, Stups

Fix the Map Vault

Postby Combo » 29 Mar 2013, 16:48

I have been having a lot of difficulty uploading my custom texture files (which are in .dds format). Sometimes it works, sometimes it doesn't. I think the following change would potentially fix this

From: https://bitbucket.org/thepilot/modular- ... ult#cl-577

Code: Select all
    #making sure we pack only necessary files and not random garbage
    for filename in os.listdir(mapDir):
        if filename.endswith(".lua") or filename.endswith("preview.jpg") or filename.endswith(".scmap"):
            files.append(os.path.join(mapDir, filename))


Change to:
Code: Select all
    #making sure we pack only necessary files and not random garbage
    for filename in os.listdir(mapDir):
        if filename.endswith(".lua") or filename.endswith("preview.jpg") or filename.endswith(".scmap") or filename.endswith(".dds"):
            files.append(os.path.join(mapDir, filename))
User avatar
Combo
Avatar-of-War
 
Posts: 92
Joined: 25 Nov 2012, 02:26
Has liked: 0 time
Been liked: 0 time
FAF User Name: theCombo

Re: Fix the Map Vault

Postby Xinnony » 29 Mar 2013, 17:20

You want me to change ?
User avatar
Xinnony
Contributor
 
Posts: 551
Joined: 19 Feb 2012, 02:49
Has liked: 70 times
Been liked: 34 times
FAF User Name: Xinnony

Re: Fix the Map Vault

Postby Ze_PilOt » 29 Mar 2013, 17:40

https://bitbucket.org/thepilot/modular- ... 264992c7d6

Will be in the next deployment of the lobby.
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: Fix the Map Vault  Topic is solved

Postby Ze_PilOt » 29 Mar 2013, 17:40

https://bitbucket.org/thepilot/modular- ... 264992c7d6

Will be in the next deployment of the lobby.
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


Return to Tournaments

Who is online

Users browsing this forum: No registered users and 1 guest