Forum

> > CS2D > General > What is the formula to calculate score
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch What is the formula to calculate score

7 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: What is the formula to calculate score

Nekomata
User Off Offline

Zitieren
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.

alt Re: What is the formula to calculate score

Talented Doge
User Off Offline

Zitieren
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.

alt Re: What is the formula to calculate score

DC
Admin On Online

Zitieren
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.

alt Re: What is the formula to calculate score

DC
Admin On Online

Zitieren
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht