V. 1.10.5 Small Release with some changes and 2 new Values
So this is a relative small release. No big changes. Shared Memory is slightly modified.
-
now change
onJob
andjobFinished
with the present ofjobDelivered
andjobChancelled
. Before it is changed after leaving the experience screen or sometimes when enter drive mode.- Job values are also reseted directly with the event
-
remove variable
i
fromscs_config_handlers.cpp
andscs_gameplay_event_handlers.cpp
-
now
isCargoLoaded
won't be reseted twiced by callingset_job_values_zero
, instead theplannedDistanceKm
is reseted correctly -
value type changed timestamp is know a
ulong
and not auint
anymore (sdk value isunsigned long long
) -
added 2 new values:
simulation timestamp
andrender timestamp
both areulong
values similar to thetimestamp
-> changes in Shared Memory -
the
update
ortimestamp
bool of the Data Event is now for some special cases also set to true:- (normal case)
timestamp
change - one of the critical events values change (
jobDelivered
,jobCancelled
,Train
,Ferry
andonJob
). Why? they could happen if thetimestamp
did not change - if both cases are false we check if the
pause
state change. Why? similar to above thetimestamp
did not change sometimes
- (normal case)
-
Shared Memory Changes:
-
Zone 1 is modified ->
time
change tounsigned long long
,simulatedTime
andrenderTime
added, movedpaused
behindsdkActive
-