Wrong telemetry SDK version. [FIXED]

Post Reply
Harven
Global moderator
Posts: 1051
Joined: 29 Sep 2016 10:24
Location: 127.0.0.1
Contact:

Wrong telemetry SDK version. [FIXED]

#1 Post by Harven » 28 Mar 2017 23:52

Hey!
I downloaded the latest SDK available, which is 1.8 according to this site: http://modding.scssoft.com/wiki/Documen ... /Telemetry and the problem is that the game passes different version in scs_telemetry_init_params_v100_t->common.game_version than is defined by SCS_TELEMETRY_EUT2_GAME_VERSION_CURRENT for scs_telemetry_init_params_v100_t->common.game_id == SCS_GAME_ID_EUT2. Not sure about ATS - but it may be the same issue there. So the game passes 65549 (which is 1.13) but SCS_TELEMETRY_EUT2_GAME_VERSION_CURRENT is deffined as follows:

Code: Select all

#define SCS_MAKE_VERSION(major, minor) (((major) << 16) | (minor))
#define SCS_TELEMETRY_EUT2_GAME_VERSION_1_12            SCS_MAKE_VERSION(1, 12) // Patch 1.17
#define SCS_TELEMETRY_EUT2_GAME_VERSION_CURRENT         SCS_TELEMETRY_EUT2_GAME_VERSION_1_12
so it is 65548 (1.12). I have recompiled my telemetry plugin with the newest SDK include files but I had to disable version checks for it to work. I'm not happy with that solution because I'm not sure it the SDK available is the most recent one.

Cheers,
- Harven
User avatar
Komat
SCS Software
Posts: 976
Joined: 26 Nov 2012 09:22

Re: Wrong telemetry SDK version.

#2 Post by Komat » 29 Mar 2017 07:10

The link on the page was not updated to point to the latest 1.9 version. It should be now fixed.
Harven
Global moderator
Posts: 1051
Joined: 29 Sep 2016 10:24
Location: 127.0.0.1
Contact:

Re: Wrong telemetry SDK version. [FIXED]

#3 Post by Harven » 29 Mar 2017 20:28

Hey!
Everything is alright with the SDK version 1.9. Thanks!

Cheers,
- Harven
Post Reply

Return to “Bugs 1.27”

Who is online

Users browsing this forum: No registered users and 5 guests