![]() |
|
|||||||
| Ladder Discussion Everything related to altitudeladder.com and the ladder servers goes here. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
What kind of algorithm do you use to determine best map?
The reason I ask is that think 4-0 is better than 3-0
|
|
#2
|
|||
|
|||
|
My guess is by percentage, and if there's a tie then it goes to map that was initially played first (in your case, cave) because it goes into the database first. Complete guess.
|
|
#3
|
|||
|
|||
|
i always thought it was average points gained
|
|
#4
|
|||
|
|||
|
well it should be reworked!
|
|
#5
|
|||
|
|||
|
honestly i have no effing clue. eth did this a while ago. i'll look into it later.
|
|
#6
|
|||
|
|||
|
ideally it should should be win% and then if multiple are tied it should go into win count and then lastly average rating change and then if still tied who cares i guess lol.
|
|
#7
|
|||
|
|||
|
the problem with that is your win% for a map is inherently tied to whether or not you happen to be overrated or underrated at that moment. i'm not sure there is a good way to resolve this.
|
|
#8
|
|||
|
|||
|
just make it the one u have most wins on
would be cool, actually, to be like best map: ball_cave (54-50) |
|
#9
|
|||
|
|||
|
strongly disagree. everybody's best would be roids or cave on tbd.
|
|
#10
|
|||
|
|||
|
nah it's not this. I just had my first game as mayhem2 and now it's my 'Best Map' even though I'm still undefeated on cave. I honestly think it's the map with the least games played if it's tied for some broken reason.
|
|
#11
|
|||
|
|||
|
Shrode you just want ball_ufo listed as your best map don't you??
|
|
#12
|
|||
|
|||
|
ladderlobby imo
|
|
#13
|
|||
|
|||
|
Another thing that is related- how does one have a worst map/worst enemy if they are undefeated? That seems silly, and would be solved fairly easily it seems.
Code:
if (number_of_losses == 0)
{
worstMap = "None";
worstEnemy = "None";
}
Oh, also the reverse should be true for having no wins and bestMap/bestTeammate |
|
#14
|
|||
|
|||
|
Useful code is useful
|
|
#15
|
|||
|
|||
|
cause it took so long to type
|
![]() |
|
|