Kroc / elite-harmless

Disassembly (CA65) of the Commodore 64 port of the seminal space-sim Elite, by Ian Bell / David Braben.
https://discord.gg/ZYnQr5S
Other
93 stars 12 forks source link

Add "Confirmed Kills" & "Kill Rating" (number) to status screen #48

Open Kroc opened 6 years ago

Kroc commented 6 years ago

Elite doesn't actually tell you the specific number of kills you have, just your rank ("Harmless", "Mostly Harmless", etc.). The BBC version counted all kills as 1, but later ports used fractional numbers, giving less for 'unworthy' kills, therefore we cannot display just that number as-is.

A "Confirmed Kills" number will display only the number of piloted-ship kills, not your fractional count. A "Kill Rating" value will show you the actual 'kill count' as the code sees it, a fractional number upon which the players Ranking is measured.