User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz 2 > Playoff tiebreaking...again - Part 1
Page:
 
Corndog
Admin
offline
Link
 
Originally posted by Aeir
If we only knew the tiebreaker order... Not like it needs to be a super secret anyways...

I get the whole player skill secrecy... but playoff tiebreakers? c'mon

Most of us just want to figure out if it's working correctly, because right now it does seem an awful lot like a "coin flip".


@teams = sort {$b->{wins} <=> $a->{wins} ||
$a->{losses} <=> $b->{losses} ||
$b->{ties} <=> $a->{ties} ||
$b->{h2h} <=> $a->{h2h} ||
$a->{points_against} <=> $b->{points_against} ||
$b->{points_for} <=> $a->{points_for}}
@teams;
 
glwarriors
offline
Link
 
Originally posted by Corndog
@teams = sort {$b->{wins} <=> $a->{wins} ||
$a->{losses} <=> $b->{losses} ||
$b->{ties} <=> $a->{ties} ||
$b->{h2h} <=> $a->{h2h} ||
$a->{points_against} <=> $b->{points_against} ||
$b->{points_for} <=> $a->{points_for}}
@teams;


Please translate to English...
 
william78
offline
Link
 
Originally posted by Corndog
@teams = sort {$b->{wins} <=> $a->{wins} ||
$a->{losses} <=> $b->{losses} ||
$b->{ties} <=> $a->{ties} ||
$b->{h2h} <=> $a->{h2h} ||
$a->{points_against} <=> $b->{points_against} ||
$b->{points_for} <=> $a->{points_for}}
@teams;


How would you have the same number of wins and losses yet a different number of ties? - I believe that is redundant.

The HTH result is returning inconsistently based on the number of teams tied as well as the divisional location of the teams (causing it to appear random)

 
Link
 
Looks like no consideration for divisions at all, or am I wrong. I'm a a super noob when it comes to coding...
Edited by Evil Sports Agent on Oct 7, 2014 14:19:08
 
Link
 
Originally posted by william78
How would you have the same number of wins and losses yet a different number of ties? - I believe that is redundant.

Better be save, tahn sorry...
 
AirMcMVP
Mod
offline
Link
 
Originally posted by glwarriors
Please translate to English...


Well, he asked for the code. lol

That looks like 2 team tiebreaker code. Its the 3+ code that we'd need to see (and have translated).
 
william78
offline
Link
 
Originally posted by Evil Sports Agent
Looks like no consideration for divisions at all, or am I wrong. I'm a asper noob when it comes to coding...


Impossible to tell without knowing what the commands being called contain.
 
william78
offline
Link
 
Originally posted by AirMcMVP
Well, he asked for the code. lol

That looks like 2 team tiebreaker code. Its the 3+ code that we'd need to see (and have translated).


Yeah I don't get angry with Corndog because its my feeling that he's doing an impossible job.

On the other hand... the answer is WAY more frustrating that actually having missed the playoffs.
 
Stixx
offline
Link
 
Monroe League: http://glb2.warriorgeneral.com/game/league/56

Compton Con Men in Gamma went 11-3 in league play and ended up in a two way tie with Drunken Redzone Zombies from Alpha. If head to head was the tie breaker in a two way tie, then DRZ should have been the 3 seed, because they beat Compton in their H2H matchup.

Maybe outright division winners are automatically put in as the higher seed? Since DRZ was 2nd in their division and Compton won theirs outright.

So it would be: W/L/T record > Division Winner > H2H > Points Against > Points For
Edited by Stixx on Oct 7, 2014 14:33:16
Edited by Stixx on Oct 7, 2014 14:29:27
Edited by Stixx on Oct 7, 2014 14:28:04
 
Link
 
Wild card is always #4 seed, no matter what. Just like in the NFL, where the wildcard teams are always #5 and #6, no matter the record.
 
Link
 
Originally posted by glwarriors
Please translate to English...


wins
losses
ties
h2h
points against
points for
 
Corndog
Admin
offline
Link
 
Originally posted by AirMcMVP
Well, he asked for the code. lol

That looks like 2 team tiebreaker code. Its the 3+ code that we'd need to see (and have translated).


That's the "entire league" code.
 
. Ninja
offline
Link
 
Originally posted by Galactic Empire
wins
losses
ties
h2h
points against
points for


Shinanigans....for Taurus league http://glb2.warriorgeneral.com/game/league/79. Team in question is Runaway bay Wolfpack being #4 over The Simpsons...

losses Tie
ties Tie
h2h The Simpsons
points against The Simpsons (#1 in league)
points for The Simpsons (#1 in league)
Edited by . Ninja on Oct 7, 2014 14:36:26
 
Corndog
Admin
offline
Link
 
It sorts the entire league by those credentials.

The first Alpha team in the array is the Alpha champion.
The first Beta team in the array is the Beta champion.
The first Gamma team in the array is the Gamma champion.

The first who is not a champion is the wild card.
 
InRomoWeTrust
Lead Mod
offline
Link
 
Originally posted by Corndog
It sorts the entire league by those credentials.

The first Alpha team in the array is the Alpha champion.
The first Beta team in the array is the Beta champion.
The first Gamma team in the array is the Gamma champion.

The first who is not a champion is the wild card.


Just to clarify it, would h2h take ALL teams with the same record into account? Like if one of the teams in the array is a champion, are they removed from that h2h comparison?
 
Page:
 


You are not logged in. Please log in if you want to post a reply.