#how is placement decided in ranked cap run

1 messages · Page 1 of 1 (latest)

young quail
#

everyone knows the player with all caps wins but how are points distributed as there is no 2nd and 3rd place

craggy shale
#

There is a 2nd 3rd etc. when someone wins with an alternative win condition. It's determined by territory and troops count. We don't know the exact weight of either of them. And there should be more tiebreakers down the line that are just unknown (like in speed blitz games).

dull lily
#

^ Yeah its an x* troops + y* territories equation. I believe y is weighted heavier than x

young quail
#

thanks if we ever get a confirmed answer from devs on the specific weights of these factors let me know

dull lily
#

We will probably get that when we get the code for how the zombies work

craggy shale
#

Or when we get the code for the estemation technique

reef heron
polar fossil
#

Troops tend to be the deciding factor because the number of territories tends to be very small in comparison - pretty sure it's the way Ace has written it (same way I do)

Y is definitely > X - but troops is almost always massively > territories - so troops are a larger weight in practice

reef heron
#

Is there any factors after troops and territories?

polar fossil
#

I don't know - @spark chasm claimed to have tracked down all of the tiebreakers but not confirmed - they'll maybe be able to provide more info on that

spark chasm
dull lily
spark chasm
#

caps tie breakers are alike yes

#

but not confirmws

#

confirmed

dull lily
polar fossil
#

No idea - I don't think it's something that impacts 99% of players - it's more of an interesting rabbit hole

craggy shale
snow haven
dull lily
snow haven
# reef heron Could post in <#577892017527324688>

I'm done posting basic stuff.
It's a competitive game and you don't know how many points you got - nor what your placement was.
Imagine CounterStrike and you are not allowed to see the score when the game ends
Any game, basically, Imagine playing Pacman but there is no score - would you even play?

Feel free to post this as an idea/rant in my name 😉

dull lily
reef heron
snow haven
#

Thx for noticing the difference between Pacman and CS when I'm on a rant!
The point was and still is: In any serious game you get a SCORE when the game ends

dull lily
snow haven
#

In chess the ELO change is displayed after (and even during) a game.

#

All I'm (not) asking (again in #risk_ideas) is that your placement and rating change are displayed

weak niche
#

Take it one step further, why not post under each player’s icon their placement and the +/- they earned or lost at the end of the game.

craggy shale
weak niche
# craggy shale Problem with that is, that the rank is only calculated at the end of the game. S...

I think it would be obvious to all, that what information can be given, should be given under each picture. IE. Starting Rank, Starting rating points: and Points Gained/points lost. So if you were the first one eliminated, you would see the ranks/starting points of each player, and you would then ONLY see you points lost, however, if you decided to stay to the end, you would then see it for all players.

#

If you were the second person eliminated, you would see all of the previous in addition to your + or - points as well, and so on and so forth.

craggy shale
weak niche
#

And if he stayed later to see the next player eliminated, when they leave, they should be given the chance to see all of that data.

weak niche
# craggy shale Yes but player 1 would gain no information from that at all, because player 5 an...

I’m rereading your post Hokaras. I may have learned a new nugget of information from it (always a good thing.) I always thought that points (whether positive or negative) were based on your starting ranking ratings points. So let’s play this out with an example. Player 1 starts at 26,000, Player 2 starts at 26,000, Player 3 starts at 16,000, Player 4 starts at 10,999.Player 5 starts at 6,000. Finally Player 6 starts at 3,000. In this example the 2 base level GM’s go to war on round 1-2, and player 3 defeats them both at great cost to themselves. So Player 1 is eliminated first and Player 2 is eliminated second. They both lose points and drop below 26,000. Let’s say that trend continuing with Player 6 winning the game. Each person leaves the game as soon as they were defeated. What does each person (let’s focus on players 1, 2, and 3) see? Player 1 sees Player 2 as a GM, right. Does player 2 see Player 1 as a GM (his starting rank) or as a Master because in losing they dropped below 26,000? Same question for Player 3.

craggy shale
#

And I think there is a simple reason for that. If they would update ranks after each elimination there would be a lot of floating points in the system. This way up to 6 ranks for updated at once and that's it.

It would be nice to have a match history that shows the rank changes and position for every player afterwards tho.

crude dune
# craggy shale And I think there is a simple reason for that. If they would update ranks after ...

We know rank points for everyone are only calculated after the whole game concludes (which isn’t necessary, since all the info is there at elimination). I’m under the impression (would be nice to test) that the input of all players their rank points are also determined at that moment, which can mess with the order (based on points gained directly after season reset in rank+ lobbies; plus, how would you calculate a players points consecutively, if the order of calculation is different than the game results).

Example, extremely long game with only bots fighting in the end. You died first, takes 20 hours to process. In the mean time you won a bunch of games, went from 8k to 20k RP. Hypothesis is the changes for all players of the first game are calculated as if you’re 20k.

reef heron
#

Could also be useful to see the numerical skillpoints of the opponents at the end, along with the name of their rank.

For example the difference between 26k and 52k is quite big, but both would only say Grandmaster.

weak niche
craggy shale
# weak niche I am not the numbers guy (as I have said on many occasions), but doesn’t this se...

Let's say it takes the starting position and we use the 20 hour game example (extreme case of course). You start the game with 1000 ranked points and grind up like a god to 20k while the first game is still ongoing. But because the first game gets concluded after the other matches all the games you did in those 20 hours would have to be recalculated. That would change the ranked points for at least 10 other games, with player that also played games. It would make a super messy point system that is way too floaty. They would have to "store" your lost (and gained) points until the game is concluded.
With the current way they look at the point every player has once the game is done and that's it.

crude dune
#

Yeah, I think the only alternative (with the current method of doing the calculation only after the game is finished) is that you consider the points at the start of the game. While that sounds simpler, it's even messier in practice. Since you still have games that are not finished/processed at the moment you start the game, so you would need to keep a backlog of points to add. And from practice I don't think that's happening, but I'm not sure.

craggy shale
#

I have no idea on programming, but that would require them to store the game start account data somewhere and do the calculation at the end of the game to update it and re merge the profiles. And that sounds like a lot of sources for errors to occur. It would also cause more server requests for the profile, which could lead to even more instability.