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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ 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.45/SDK1.14
41
+
### Plugin for 1.46/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.
@@ -54,7 +54,7 @@ A version number with an asterisk (e.g. 1.46*) indicates that this version is cu
54
54
| 1.36 | 1.15 | Should work |
55
55
| - 1.40 | 1.16 | Should work |
56
56
| 1.41 - 1.44 | 1.17 | Should work |
57
-
| 1.45 - 1.46*| 1.18 | Works, Test Version |
57
+
| 1.45 - 1.46| 1.18 | Works, Test Version |
58
58
59
59
60
60
### ATS
@@ -66,7 +66,7 @@ A version number with an asterisk (e.g. 1.46*) indicates that this version is cu
0 commit comments