RenCloud / scs-sdk-plugin

ETS2 (Euro Truck Simulator 2) & ATS (American Truck Simulator) SDK plug-in. Telemetry data is shared via SharedMemory/Memory Mapped Files.
MIT License
191 stars 38 forks source link

[bug, misbehavior] The events are called before the data update event is called. #72

Closed RenCloud closed 4 years ago

RenCloud commented 4 years ago

To fix another bug previous the gameplay events are called before the data update. That is not the expected order. It should be update data (if needed) then fire possible gameplay events. Also because we didn't create events that get the specific event data an so the data is needed from the data update event.

RenCloud commented 4 years ago

additional bugs for that issue: fuel payed event when changing trucks and job chancel event when close game