Skip to content

Commit 2430415

Browse files
committed
Raise version number to 1.12
last update has changes to the offset, so 1.12 is more correct
1 parent bc01d9f commit 2430415

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This plug-in stores it's data inside a Memory Mapped File, or "Shared Memory". T
3838

3939
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.)
4040

41-
### Plugin for 1.45/SDK1.14
41+
### Plugin for 1.46/SDK1.14
4242

4343
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.
4444
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
5454
| 1.36 | 1.15 | Should work |
5555
| - 1.40 | 1.16 | Should work |
5656
| 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 |
5858

5959

6060
### ATS
@@ -66,7 +66,7 @@ A version number with an asterisk (e.g. 1.46*) indicates that this version is cu
6666
| 1.36 | 1.02 | Should work |
6767
| - 1.40 | 1.03 | Should work |
6868
| 1.41 - 1.44 | 1.04 | Should work |
69-
| 1.45 - 1.46* | 1.05 | Works, Test Version |
69+
| 1.45 - 1.46 | 1.05 | Works, Test Version |
7070

7171

7272
### SDK VERSION AND GAME SDK VERSION

changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## Rev 11 Update 1 (Some breaking changes for Trailer, but 12 is reserved)
3+
## Rev 12, former Rev 11 Update 1
4+
5+
Change version to 12, because of offset changes. This leads to a rev change and not just an update like it was before.
46

57
### Important Changes
68

scs-telemetry/inc/scs-telemetry-common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// - Shared memory map struct layout
88
// - [..]
99

10-
#define PLUGIN_REVID 11
10+
#define PLUGIN_REVID 12
1111

1212
#define ETS2 1
1313
#define ATS 2

0 commit comments

Comments
 (0)