Poll: 1 AWP and ONLY for losing team Show Results
No
15 50.00%
Yes
15 50.00%
Total 30 vote(s) 100%
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
1 AWP and ONLY for losing team.
#82
biebsfan Wrote:Then why not implement an aggressive team balance system?  After one team wins 5 consecutive rounds, do a scramble?  Arrange players evenly by KPD so that the top 5 players (by overall KPD, not by score on the team) of both teams have roughly average KPDs?  I'm sure a more complicated balance system could be thought out, but I was thinking of something using weighted averages to pick members of each team, i.e.

T={}
CT={}

players={1,2,3,4,5,6,7,8,9,10}

let's assume players 1-10 have KPDs of 10-1, respectively

random send the first player to a random team, for example CT

then T={}
        CT={1}

then #2 goes to T
        T={2}
        CT={1}

then find the average kpd of each team, weighted for # of players (T=9/2=4.5, CT=10/2=5)
since T has the lower KPD #3 goes to T
T={2,3}
CT={1}

now the balanced KPD is T=(9+8)/3=5.67, CT=(10/3)=3.33

so the next player goes to CT

CT={1,4}=>mean=4.25
T={2,3}=>mean=4.25

equal, so randomize again (assume CT)

and so on...eventually this gives you a team of (assuming randoms always go to CT)

CT={1,4,5,8,9} |KPD={10,7,6,3,2}=>mean=2.8
T={2,3,6,7,10} |KPD={9,8,5,4,1}=>mean=2.7

I am by no means a programmer or a mathematician but I feel it's easy to see how an aggressive balancing system like this could work (if it could even be implemented into CSS, I don't know jack about css except for some old sv_cheats 1 scripts).  Could also factor in server rank/# of kills to compensate for those (for example) that have never played before and are rocking a 20-1 score.

Personal opinion is that I wouldn't want to see a very aggressive team balancing script, because in my opinion, aggressive means switching players every round to balance teams. usually switching one of the top players with one of the worst is enough to balance the teams

Messages In This Thread
1 AWP and ONLY for losing team. - by M. Bison - Jul 31 2011, 11:32 PM
RE: 1 AWP and ONLY for losing team. - by DandyAndy - Jul 31 2011, 11:38 PM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 01 2011, 12:00 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 12:00 AM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 01 2011, 12:09 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 12:12 AM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 01 2011, 12:22 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 12:26 AM
RE: 1 AWP and ONLY for losing team. - by }{@K@P - Aug 01 2011, 12:33 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 12:59 AM
RE: 1 AWP and ONLY for losing team. - by Mr.Tea - Aug 01 2011, 01:13 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 01:24 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 01:31 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 01:47 AM
RE: 1 AWP and ONLY for losing team. - by lin3ar - Aug 01 2011, 02:21 AM
RE: 1 AWP and ONLY for losing team. - by LagAvenger - Aug 01 2011, 02:25 AM
RE: 1 AWP and ONLY for losing team. - by Mr.Tea - Aug 01 2011, 03:01 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 03:06 AM
RE: 1 AWP and ONLY for losing team. - by LagAvenger - Aug 01 2011, 03:55 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 04:07 AM
RE: 1 AWP and ONLY for losing team. - by Loks - Aug 01 2011, 04:21 AM
RE: 1 AWP and ONLY for losing team. - by Sol - Aug 01 2011, 04:41 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 12:50 PM
RE: 1 AWP and ONLY for losing team. - by bSprout - Aug 01 2011, 01:03 PM
RE: 1 AWP and ONLY for losing team. - by Anonymous - Aug 01 2011, 01:11 PM
RE: 1 AWP and ONLY for losing team. - by mar_heave - Aug 01 2011, 03:13 PM
RE: 1 AWP and ONLY for losing team. - by Rabbit - Aug 01 2011, 04:32 PM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 01 2011, 04:44 PM
RE: 1 AWP and ONLY for losing team. - by Mr.Tea - Aug 01 2011, 08:44 PM
RE: 1 AWP and ONLY for losing team. - by Loks - Aug 01 2011, 09:01 PM
RE: 1 AWP and ONLY for losing team. - by ARYA! - Aug 01 2011, 09:30 PM
RE: 1 AWP and ONLY for losing team. - by naive - Aug 01 2011, 10:30 PM
RE: 1 AWP and ONLY for losing team. - by lin3ar - Aug 01 2011, 10:37 PM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 01 2011, 11:28 PM
RE: 1 AWP and ONLY for losing team. - by LagAvenger - Aug 01 2011, 11:50 PM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 02 2011, 12:22 AM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 02 2011, 12:33 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 02 2011, 12:40 AM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 02 2011, 12:48 AM
RE: 1 AWP and ONLY for losing team. - by BARCODE - Aug 02 2011, 03:50 AM
RE: 1 AWP and ONLY for losing team. - by Mr.Tea - Aug 02 2011, 04:24 AM
RE: 1 AWP and ONLY for losing team. - by xFerior - Aug 02 2011, 04:31 AM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 02 2011, 04:31 AM
RE: 1 AWP and ONLY for losing team. - by BARCODE - Aug 02 2011, 05:02 AM
RE: 1 AWP and ONLY for losing team. - by LagAvenger - Aug 02 2011, 05:13 AM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 02 2011, 06:09 AM
RE: 1 AWP and ONLY for losing team. - by Loks - Aug 02 2011, 06:11 AM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 02 2011, 06:16 AM
RE: 1 AWP and ONLY for losing team. - by Loks - Aug 02 2011, 06:27 AM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 02 2011, 07:56 AM
RE: 1 AWP and ONLY for losing team. - by Imperf3ct - Aug 02 2011, 08:19 AM
RE: 1 AWP and ONLY for losing team. - by Riser - Aug 02 2011, 05:38 PM
RE: 1 AWP and ONLY for losing team. - by OwnageHN - Aug 02 2011, 05:45 PM
RE: 1 AWP and ONLY for losing team. - by xFerior - Aug 02 2011, 05:57 PM
RE: 1 AWP and ONLY for losing team. - by Riser - Aug 02 2011, 06:06 PM
RE: 1 AWP and ONLY for losing team. - by keger - Aug 05 2011, 10:00 PM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 05 2011, 10:51 PM
RE: 1 AWP and ONLY for losing team. - by BARCODE - Aug 06 2011, 01:16 AM
RE: 1 AWP and ONLY for losing team. - by biebsfan - Aug 06 2011, 03:14 AM
RE: 1 AWP and ONLY for losing team. - by BARCODE - Aug 06 2011, 04:20 AM
RE: 1 AWP and ONLY for losing team. - by biebsfan - Aug 06 2011, 11:13 AM
RE: 1 AWP and ONLY for losing team. - by xFerior - Aug 06 2011, 09:22 PM
RE: 1 AWP and ONLY for losing team. - by M. Bison - Aug 07 2011, 12:13 AM
RE: 1 AWP and ONLY for losing team. - by Mr.Tea - Aug 07 2011, 01:17 AM
RE: 1 AWP and ONLY for losing team. - by LagAvenger - Aug 07 2011, 02:54 AM
RE: 1 AWP and ONLY for losing team. - by Bah - Aug 07 2011, 03:20 AM
RE: 1 AWP and ONLY for losing team. - by BARCODE - Aug 07 2011, 03:03 PM
RE: 1 AWP and ONLY for losing team. - by Mr.Tea - Aug 07 2011, 09:51 PM
RE: 1 AWP and ONLY for losing team. - by BARCODE - Aug 08 2011, 12:59 AM

Users browsing this thread: 2 Guest(s)