update readme with broken journal
This commit is contained in:
parent
0ef7062f28
commit
bc9b98dac4
14
README.md
14
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
|
the Empire will gain a bit of INF boost. The tool currently cannot handle that. All intel packages
|
||||||
are displayed instead.
|
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
|
The player journal currently does not make an entry when you win or lose a combat zone. This is a
|
||||||
an ommission from FDev:
|
an ommission from FDev:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user