EDCD / EDDI

Companion application for Elite Dangerous
Other
443 stars 81 forks source link

docked event not work #1122

Closed hoksilato2 closed 5 years ago

hoksilato2 commented 5 years ago

EDDI version in which issue found

EDDI v3.3.4-b1

Steps to reproduce

  1. Dock into Coriolis or space port

Expected

Docked script and VoiceAttack event ((EDDI docked)) should work.

Observed

log shows "event":"Docked", as always. Example:

{ "timestamp":"2019-01-25T17:12:00Z", "event":"Docked", "StationName":"Schwann Port", "StationType":"Outpost", "StarSystem":"Bok", "SystemAddress":2450035558763, "MarketID":3223688960, "StationFaction":{ "Name":"Labour of Bok", "FactionState":"CivilWar" }, "StationGovernment":"$government_Democracy;", "StationGovernment_Localised":"Democracia", "StationAllegiance":"Federation", "StationServices":[ "Dock", "Autodock", "BlackMarket", "Commodities", "Contacts", "Exploration", "Missions", "Outfitting", "CrewLounge", "Rearm", "Refuel", "Repair", "Workshop", "MissionsGenerated", "FlightController", "StationOperations", "Powerplay", "SearchAndRescue", "StationMenu" ], "StationEconomy":"$economy_Industrial;", "StationEconomy_Localised":"Industrial", "StationEconomies":[ { "Name":"$economy_Industrial;", "Name_Localised":"Industrial", "Proportion":1.000000 } ], "DistFromStarLS":94.853157 }

Hoodathunk commented 5 years ago

We are fully aware of this. FDEV changed the journal data for system and station controlling factions in the 3.3.03 update, breaking the 'Docked', Location', and 'FSDJump' events.

We already have a working fix and should be pushing it to the public soon.

Tkael commented 5 years ago

Fixed via #1118.

hoksilato2 commented 5 years ago

You are a genius guys.