A tool to track and report your Background Simulation (BGS) and Thargoid War (TW) activity in Elite Dangerous, implemented as an EDMC plugin. BGS Tally counts all the work you do for any faction, in any system.
In some observed cases, murders are missing from the tally.
This is because Tally currently keeps track of the previous targeted ship and requires a scan to "ScanStage":3 which captures the target faction. If it then sees a murder logged for that same ship then it tallies the murder.
However, there seems to be a game bug where murders can be logged for an earlier scanned ship, i.e. not the most recently scanned, even if the CMDR doesn't switch targets before the kill.
To solve this, we should keep a list of all scanned targets at "ScanStage":3 and check against the whole list when a murder is logged.
In some observed cases, murders are missing from the tally.
This is because Tally currently keeps track of the previous targeted ship and requires a scan to
"ScanStage":3
which captures the target faction. If it then sees a murder logged for that same ship then it tallies the murder.However, there seems to be a game bug where murders can be logged for an earlier scanned ship, i.e. not the most recently scanned, even if the CMDR doesn't switch targets before the kill.
To solve this, we should keep a list of all scanned targets at
"ScanStage":3
and check against the whole list when a murder is logged.