From bc9b98dac4674363b103851147664f682fb8118d Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 7 Oct 2021 21:02:01 +0200 Subject: [PATCH] update readme with broken journal --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 33829fb..dfd628a 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,20 @@ So if you turn in an Imperial intel package on an imperial station, all factions the Empire will gain a bit of INF boost. The tool currently cannot handle that. All intel packages are displayed instead. +Sometimes bounty vouchers are not properly recognised. This is a bug in the player journal, where +the faction information is not properly written out in the journal: + +``` +{ + "timestamp":"2021-10-07T14:57:50Z", "event":"RedeemVoucher", + "Type":"bounty", "Amount":20750, + "Factions":[ { "Faction":"", "Amount":500 }, { "Faction":"", "Amount":20250 }] +} +``` + +Since the tool does not know for which faction these bounties were redeemed for, it cannot assign +it to an objective. + The player journal currently does not make an entry when you win or lose a combat zone. This is a an ommission from FDev: