SimHub icon indicating copy to clipboard operation
SimHub copied to clipboard

AC EVO "Maxgears" Property error

Open mbakos82 opened this issue 8 months ago • 0 comments

Describe the bug When playing AC EVO, the "DataCorePlugin.GameData.CarSettings_MaxGears" property wrongly follows the current gear of the car, instead of telling the maximum number of gears, the car has. Its value decreases when shifting down. I know the game telemetry package doesn't contain that piece of information. However, it would be an important data point. I would be grateful, if this property would at least take the highest gear that the car has been shifted into, during the session, until the game telemetry package is updated. This property is important for the Bash Active Shifter third party plugin, for gear ratio training. Currently, users are unable to use the shifter to its fullest, using Simhub telemetry. Thank you.

Simhub version 9.8.2

Third party plugins Make sure to disable first any third party plugins (It's a critical step before reporting any freeze/performance/crash issues, see https://github.com/SHWotever/SimHub/wiki/SimHub-Troubleshootings#disabling-any-third-party-plugin)

To Reproduce Steps to reproduce the behavior:

  1. Play AC EVO
  2. Observe "DataCorePlugin.GameData.CarSettings_MaxGears" property
  3. Realize that it contains the Current gear info.
  4. Be disappointed

Expected behavior Because game telemetry package doesn't send "maxgears", as a workaround, I suggest this property needs to return the highest gear that the car has been shifted into, during the session, until the game telemetry package is extended with the missing data.

Screenshots N/A

Log files Not relevant. This issue is a mix of a bug report and feature request. (workaround)

Additional context Add any other context about the problem here.

mbakos82 avatar Jun 09 '25 18:06 mbakos82