Forum

> > CS2D > General > What is the formula to calculate score
Forums overviewCS2D overviewGeneral overviewLog in to reply

English What is the formula to calculate score

7 replies
To the start Previous 1 Next To the start

old Re: What is the formula to calculate score

Nekomata
User Off Offline

Quote
That is fine. I used to calculate it before without the "other score" (mission goals, bomb plants, diffuse, etc).

It's the nearest (only) option to recover a bugged score given the player's frags and deaths as the variables. Just can't remember or find that thread that had it.

old Re: What is the formula to calculate score

Talented Doge
User Off Offline

Quote
There is no other stats available except kpd, why don't you use kpd instead? That does not work for jail/dm server though.

I suggest you to save player's score manually actually. This way you can have complete control over the formula.

old Re: What is the formula to calculate score

DC
Admin Off Offline

Quote
What user Talented Doge said is right. You can't calculate the score yourself because you do not have the required data.

The closest thing you can do is to give score the same value as frags. Then only score gathered from map goals will be missing.

btw: the value used for sorting (for getting the rank) is
(score+frags)-deaths

So basically frags are counted twice (because they are included in score already)

Why are bugged scores still an issue? I honestly don't know why scores end up in a corrupted state for some people sometimes. Otherwise I would have fixed it already.

old Re: What is the formula to calculate score

DC
Admin Off Offline

Quote
No, score contains frags only once. The formula was about calculating the rank. Because score AND frags contain the amount frags, the frags count twice for the rank. But this doesn't matter if you're just trying to set the score.

So:
score = frags + map goal score


and because you don't have the map goal score, you can only do
score = frags
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview