Forged Alliance Forever Forged Alliance Forever Forums 2013-12-01T00:25:44+02:00 /feed.php?f=53&t=4512 2013-12-01T00:25:44+02:00 2013-12-01T00:25:44+02:00 /viewtopic.php?t=4512&p=58800#p58800 <![CDATA[Re: adding a map to the team ladder.]]> Statistics: Posted by Omnipotent — 01 Dec 2013, 00:25


]]>
2013-07-31T07:36:19+02:00 2013-07-31T07:36:19+02:00 /viewtopic.php?t=4512&p=49874#p49874 <![CDATA[Re: adding a map to the team ladder.]]> Statistics: Posted by CopyyyCattt — 31 Jul 2013, 07:36


]]>
2013-07-31T00:45:36+02:00 2013-07-31T00:45:36+02:00 /viewtopic.php?t=4512&p=49869#p49869 <![CDATA[Re: adding a map to the team ladder.]]> 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.

Statistics: Posted by AwarE — 31 Jul 2013, 00:45


]]>
2013-07-30T14:44:05+02:00 2013-07-30T14:44:05+02:00 /viewtopic.php?t=4512&p=49751#p49751 <![CDATA[Re: adding a map to the team ladder.]]> I played a game on DSD a few hours ago.
I'll relog, redownload the map and play a game.

Statistics: Posted by CopyyyCattt — 30 Jul 2013, 14:44


]]>
2013-07-30T10:56:53+02:00 2013-07-30T10:56:53+02:00 /viewtopic.php?t=4512&p=49730#p49730 <![CDATA[Re: adding a map to the team ladder.]]> Statistics: Posted by Ze_PilOt — 30 Jul 2013, 10:56


]]>
2013-07-30T10:41:53+02:00 2013-07-30T10:41:53+02:00 /viewtopic.php?t=4512&p=49726#p49726 <![CDATA[Re: adding a map to the team ladder.]]>
I've double check my detection script, and it's detected it as ranked.

If you have python, here is what is done :

Code:
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()   

Statistics: Posted by Ze_PilOt — 30 Jul 2013, 10:41


]]>
2013-07-30T10:38:23+02:00 2013-07-30T10:38:23+02:00 /viewtopic.php?t=4512&p=49723#p49723 <![CDATA[Re: adding a map to the team ladder.]]> Statistics: Posted by CopyyyCattt — 30 Jul 2013, 10:38


]]>
2013-07-29T23:21:04+02:00 2013-07-29T23:21:04+02:00 /viewtopic.php?t=4512&p=49661#p49661 <![CDATA[Re: adding a map to the team ladder.]]> close and open lobby..yes im pretty sure. I'll test again.

Statistics: Posted by CopyyyCattt — 29 Jul 2013, 23:21


]]>
2013-07-29T22:00:39+02:00 2013-07-29T22:00:39+02:00 /viewtopic.php?t=4512&p=49655#p49655 <![CDATA[Re: adding a map to the team ladder.]]>
Are you sure you've relogged ?

Statistics: Posted by Ze_PilOt — 29 Jul 2013, 22:00


]]>
2013-07-29T21:40:41+02:00 2013-07-29T21:40:41+02:00 /viewtopic.php?t=4512&p=49651#p49651 <![CDATA[Re: adding a map to the team ladder.]]> ScenarioFramework.SetPlayableArea('AREA_1' , false)
has no spaces.
Still not ranked.

Statistics: Posted by CopyyyCattt — 29 Jul 2013, 21:40


]]>
2013-07-29T13:58:17+02:00 2013-07-29T13:58:17+02:00 /viewtopic.php?t=4512&p=49610#p49610 <![CDATA[Re: adding a map to the team ladder.]]> Statistics: Posted by CopyyyCattt — 29 Jul 2013, 13:58


]]>
2013-07-29T12:30:38+02:00 2013-07-29T12:30:38+02:00 /viewtopic.php?t=4512&p=49602#p49602 <![CDATA[Re: adding a map to the team ladder.]]> Statistics: Posted by Ze_PilOt — 29 Jul 2013, 12:30


]]>
2013-07-29T12:22:55+02:00 2013-07-29T12:22:55+02:00 /viewtopic.php?t=4512&p=49598#p49598 <![CDATA[Re: adding a map to the team ladder.]]> Statistics: Posted by CopyyyCattt — 29 Jul 2013, 12:22


]]>
2013-07-29T12:19:53+02:00 2013-07-29T12:19:53+02:00 /viewtopic.php?t=4512&p=49597#p49597 <![CDATA[Re: adding a map to the team ladder.]]>
golden Shuriken 2ply
Tartus TeamPlayAI

So I guess it's normal.

Statistics: Posted by Ze_PilOt — 29 Jul 2013, 12:19


]]>
2013-07-29T12:24:03+02:00 2013-07-29T11:14:30+02:00 /viewtopic.php?t=4512&p=49591#p49591 <![CDATA[Re: adding a map to the team ladder.]]> Statistics: Posted by CopyyyCattt — 29 Jul 2013, 11:14


]]>