msarilar / EDEngineer

An overlay to track Elite Dangerous blueprints progress in real time
MIT License
503 stars 174 forks source link

Item totals wrong , but only due to Fdev incompetence #612

Closed Wullailhuit closed 3 years ago

Wullailhuit commented 3 years ago

edengineer is doing it correctly , elite isn't, but still counts the incorrect information as available for unlocking or upgrading.

the same items are shown on different lines in-game with different totals , but still count as available to be used for unlocks / upgrades etc.

here is an example from the journal file.

{ "Name":"digitaldesigns", "Name_Localised":"Digital Designs", "OwnerID":0, "Count":5 }, { "Name":"digitaldesigns", "Name_Localised":"Digital Designs", "OwnerID":437809, "Count":4 },

2 entries for digitaldesigns , 1 marked as me as the owner , 2 marked a "OwnerID":0 , game shows both in seperate entries in-game , but I can use all 9 for the backpack upgrade.

I don't know if you can fudge it to show the total

msarilar commented 3 years ago

thanks for the report

in which event is this happening?

Wullailhuit commented 3 years ago

I'm not sure , I've been looting and stealing mats and downloading data from powered and unpowered bases for days now.

Wullailhuit commented 3 years ago

in-app in-ship Journal.210610040234.01.log

Now it's counting only those items with OwnerID:0

I've attached images of in-app and in-ship as well as my latest journal file , hope it helps.