You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-33Lines changed: 42 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,45 +38,52 @@ This plug-in stores it's data inside a Memory Mapped File, or "Shared Memory". T
38
38
39
39
Rev Numbers shows big changes on the shared memory and sometimes on the C# object. That means Rev 10 wont work with Rev 9. Doesn't matter which side is not updated. Sub Versions that you can see in changelog.md should work with small errors or completely without. The C# object is mostly not changed. Only if needed, because of new values (most of the cases) or structure changes (less the case). If this occurs i will notice that. (See changelog.md. If you directly access the shared memory you will find an overview about the changes here.)
40
40
41
-
### Plugin for 1.41/SDK1.13
41
+
### Plugin for 1.45/SDK1.14
42
42
43
43
Lower SDK Version means there are less values / values that are zero. To get an overview which values that are look at the list at the middle of this document.
44
44
Note to the SDK Version: SDK 1.13 is not the same like the sdk version of ETS2 or ATS. Both games have an own SDK version. See list under ATS.
45
+
A version number with an asterisk (e.g. 1.46*) indicates that this version is currently in open beta.
45
46
46
47
### ETS2
47
48
48
-
|Game Version|SDK Version|Plugin State|
49
-
|------------|-----------|------------|
50
-
|1.26 and before|1.12 and before|Not Tested, could work with errors|
@@ -94,6 +101,7 @@ New stuff is marked with the <ins>inserted</ins> Tag.
94
101
│ ├── Telemetry Timestamp (<mark>not the in-game time</mark>, only for usage in code, see documentation for more information #todo add link) (<mark>now ulong</mark>)
95
102
│ ├── Simulation Timestamp
96
103
│ ├── Render Timestamp
104
+
│ ├── <ins>Multiplayer Time Offset</ins> (1.18/1.05/1.45)
97
105
│ ├── Paused, game state
98
106
│ ├── SCSGame identifier as enum, currently ets2/ats/unknown
99
107
│ ├── GameVersion and Game Telemetry Version (major.minor)
@@ -148,10 +156,10 @@ New stuff is marked with the <ins>inserted</ins> Tag.
148
156
│ │ ├── <strong>Current Values (Values that change a lot)</strong>:
Telemetry.pause();// that line make it possible, but not every application wants to ask the user to quit, need to see if i can change that, when not use the try catch and IGNORE it (nothing changed )
51
+
if(MessageBox.Show("Are you sure you want to quit?","My Application",MessageBoxButtons.YesNo)==
Telemetry.pause();// that line make it possible, but not every application wants to ask the user to quit, need to see if i can change that, when not use the try catch and IGNORE it (nothing changed )
146
-
if(MessageBox.Show("Are you sure you want to quit?","My Application",MessageBoxButtons.YesNo)==
0 commit comments