Closed Niels-NTG closed 9 years ago
It's calculated at the end, AFAIK. Neat idea. I hadn't considered doing that. (added to todo list) . . Article: FTLWiki - Score
Score is determined with the following formula (rounded down to nearest integer):
Score = (s+10_b+20_d)*D
. . I haven't tested the math to confirm, but it sounds like these are what you want:
I'll add a convenience method in the next version of the editor. ; )
In retrospect I could have googled that myself.. Seems like I could implement that in a minute. I sort of assumed it was something very complicated involving RNG seeds or something last like time.
I will test the math next morning.
Yup, from this one test it seems to work as intended. Thanks you.
I was wondering if it was possible to get the players score at any point during the game. I can't find anything in this source code that refers to this. Is this because the formula for calculating the final/current score is unknown to the public? Or is just simply because I haven't looked in the right places?