Access to in-car traction control (TC) setting?

Discussion in 'Plugins' started by thoraxe, Jul 6, 2021.

  1. thoraxe

    thoraxe Registered

    Joined:
    Dec 25, 2016
    Messages:
    149
    Likes Received:
    15
    Looking at the internals plugin/headers and various details, I have only seen the following:

    unsigned char mTractionControl; // 0 (off) - 3 (high)

    This appears to be the game setting, and not the "in car" setting. For example, one can setup a car with a TC level of 5+, or use the TC +/- button mapping to adjust the TC.

    Is mTractionControl the "in car" setting, or is this the setting from the game itself, similar to ABS:

    unsigned char mAntiLockBrakes; // 0 (off) - 2 (high)

    This also leads me to wonder -- what is the net effect of changing the TC level in-car when the TC level in -game is potentially set very low?

    tl;dr:
    I have interest in a plugin that can, at a minimum, access the current "in car" setting of the TC and, better still, directly set a target in car TC level.
     
  2. davehenrie

    davehenrie Registered

    Joined:
    Jul 6, 2016
    Messages:
    7,454
    Likes Received:
    4,369
    tc HAS to be off in the menu options for the setup and incar changes to take affect correct?
     
  3. Seven Smiles

    Seven Smiles Registered

    Joined:
    Oct 5, 2010
    Messages:
    1,099
    Likes Received:
    1,152
  4. thoraxe

    thoraxe Registered

    Joined:
    Dec 25, 2016
    Messages:
    149
    Likes Received:
    15

Share This Page