From 008a1680296b5fbce905c132c793df2bd5eeb889 Mon Sep 17 00:00:00 2001 From: RenCloud Date: Fri, 11 Nov 2022 12:56:11 +0100 Subject: [PATCH] Raise version number to 1.12 last update has changes to the offset, so 1.12 is more correct --- README.md | 6 +++--- changelog.md | 4 +++- scs-telemetry/inc/scs-telemetry-common.hpp | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53b1a46..5931f5a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This plug-in stores it's data inside a Memory Mapped File, or "Shared Memory". T 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.) -### Plugin for 1.45/SDK1.14 +### Plugin for 1.46/SDK1.14 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. 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 | 1.36 | 1.15 | Should work | | - 1.40 | 1.16 | Should work | | 1.41 - 1.44 | 1.17 | Should work | -| 1.45 - 1.46* | 1.18 | Works, Test Version | +| 1.45 - 1.46 | 1.18 | Works, Test Version | ### ATS @@ -66,7 +66,7 @@ A version number with an asterisk (e.g. 1.46*) indicates that this version is cu | 1.36 | 1.02 | Should work | | - 1.40 | 1.03 | Should work | | 1.41 - 1.44 | 1.04 | Should work | -| 1.45 - 1.46* | 1.05 | Works, Test Version | +| 1.45 - 1.46 | 1.05 | Works, Test Version | ### SDK VERSION AND GAME SDK VERSION diff --git a/changelog.md b/changelog.md index 22a6d8c..4c85cad 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ # Changelog -## Rev 11 Update 1 (Some breaking changes for Trailer, but 12 is reserved) +## Rev 12, former Rev 11 Update 1 + +Change version to 12, because of offset changes. This leads to a rev change and not just an update like it was before. ### Important Changes diff --git a/scs-telemetry/inc/scs-telemetry-common.hpp b/scs-telemetry/inc/scs-telemetry-common.hpp index 08ad157..c14ff70 100644 --- a/scs-telemetry/inc/scs-telemetry-common.hpp +++ b/scs-telemetry/inc/scs-telemetry-common.hpp @@ -7,7 +7,7 @@ // - Shared memory map struct layout // - [..] -#define PLUGIN_REVID 11 +#define PLUGIN_REVID 12 #define ETS2 1 #define ATS 2