Highscores
:: FAQ
Page 1 of 1
Highscores
How is single player score calculated?
How is death match score calculated?
How is multiplayer score calculated?
When are highscores updated?
If you finish a single player battle or a death match, you'll see a button to "upload scores". This will upload you scores to the server. Multiplayer scores are uploaded automatically when the battle is won or lost. If your enemy drops, go for defeat him, to get a won game.
- Code:
score = Max(20, 100 - lostUnitsCount)
How is death match score calculated?
- Code:
score = 100 + stage * 100 - lostUnitsCount
How is multiplayer score calculated?
- Code:
score = countOfWonGames
When are highscores updated?
If you finish a single player battle or a death match, you'll see a button to "upload scores". This will upload you scores to the server. Multiplayer scores are uploaded automatically when the battle is won or lost. If your enemy drops, go for defeat him, to get a won game.
:: FAQ
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum
|
|