adding a map to the team ladder.

Interesting mapping tools and mapping help.

Moderator: Morax

Re: adding a map to the team ladder.

Postby CopyyyCattt » 29 Jul 2013, 13:58

Uploaded V6 still says map not ranked.
User avatar
CopyyyCattt
Avatar-of-War
 
Posts: 126
Joined: 15 Jun 2013, 14:18
Has liked: 0 time
Been liked: 0 time
FAF User Name: CopyyyCattt

Re: adding a map to the team ladder.

Postby CopyyyCattt » 29 Jul 2013, 21:40

Uploaded a version where the line
ScenarioFramework.SetPlayableArea('AREA_1' , false)
has no spaces.
Still not ranked.
User avatar
CopyyyCattt
Avatar-of-War
 
Posts: 126
Joined: 15 Jun 2013, 14:18
Has liked: 0 time
Been liked: 0 time
FAF User Name: CopyyyCattt

Re: adding a map to the team ladder.

Postby Ze_PilOt » 29 Jul 2013, 22:00

Looking at my script, it's quite impossible.

Are you sure you've relogged ?
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: adding a map to the team ladder.

Postby CopyyyCattt » 29 Jul 2013, 23:21

what do you mean by relogged??
close and open lobby..yes im pretty sure. I'll test again.
User avatar
CopyyyCattt
Avatar-of-War
 
Posts: 126
Joined: 15 Jun 2013, 14:18
Has liked: 0 time
Been liked: 0 time
FAF User Name: CopyyyCattt

Re: adding a map to the team ladder.

Postby CopyyyCattt » 30 Jul 2013, 10:38

OK, I uploaded a new map...I relogged..Its still not ranked...
User avatar
CopyyyCattt
Avatar-of-War
 
Posts: 126
Joined: 15 Jun 2013, 14:18
Has liked: 0 time
Been liked: 0 time
FAF User Name: CopyyyCattt

Re: adding a map to the team ladder.

Postby Ze_PilOt » 30 Jul 2013, 10:41

Well it will never be I guess. Sorry.

I've double check my detection script, and it's detected it as ranked.

If you have python, here is what is done :

Code: Select all
import re
unranked = False
fopen = open(r"DeltaSiegeDry V7_script.lua")
temp = []
for line in fopen:
    temp.append(line.rstrip())
    text = " ".join(temp)

pattern = re.compile("function OnPopulate\(\)(.*?)end")
match = re.search(pattern, text)
if match:
    script = match.group(1).replace("ScenarioUtils.InitializeArmies()", "").replace(" ","").strip()
    if len(script) > 0:
        if len(script.lower().replace(" ","").replace("scenarioframework.setplayablearea('area_1',false)", "").strip()) > 0:
            unranked = True
if unranked:
   print "this map is unranked"
else :
   print "this map is ranked"
fopen.close()   
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: adding a map to the team ladder.

Postby Ze_PilOt » 30 Jul 2013, 10:56

I've checked in the database, AlienDesert V5 and DeltaSiegeDry V7 are not unranked.
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: adding a map to the team ladder.

Postby CopyyyCattt » 30 Jul 2013, 14:44

Oo...
I played a game on DSD a few hours ago.
I'll relog, redownload the map and play a game.
User avatar
CopyyyCattt
Avatar-of-War
 
Posts: 126
Joined: 15 Jun 2013, 14:18
Has liked: 0 time
Been liked: 0 time
FAF User Name: CopyyyCattt

Re: adding a map to the team ladder.

Postby AwarE » 31 Jul 2013, 00:45

Have you clicked "Default Settings" in game lobby?
It seems to be that one of your setup options is causing your grief.

roj

PS. Your map 'Comet Catcher Mirrored V5' has this area script and it shows as Ranked for me.
AwarE
Priest
 
Posts: 306
Joined: 28 Oct 2011, 15:12
Has liked: 0 time
Been liked: 14 times
FAF User Name: AwarE

Re: adding a map to the team ladder.

Postby CopyyyCattt » 31 Jul 2013, 07:36

It's all sorted now.Thx Zep.
User avatar
CopyyyCattt
Avatar-of-War
 
Posts: 126
Joined: 15 Jun 2013, 14:18
Has liked: 0 time
Been liked: 0 time
FAF User Name: CopyyyCattt

PreviousNext

Return to Mapping

Who is online

Users browsing this forum: No registered users and 1 guest