Skip to content

Commit

Permalink
Raise version number to 1.12
Browse files Browse the repository at this point in the history
last update has changes to the offset, so 1.12 is more correct
  • Loading branch information
RenCloud committed Nov 11, 2022
1 parent a88204a commit 008a168
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion scs-telemetry/inc/scs-telemetry-common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// - Shared memory map struct layout
// - [..]

#define PLUGIN_REVID 11
#define PLUGIN_REVID 12

#define ETS2 1
#define ATS 2
Expand Down

0 comments on commit 008a168

Please sign in to comment.