degrees of rotation in the thrustmaster profile

Discussion in 'Technical & Support' started by FAlonso, Aug 1, 2020.

  1. FAlonso

    FAlonso Registered

    Joined:
    Jul 2, 2013
    Messages:
    160
    Likes Received:
    96
    is there any way that my steering wheel turns are not changed when I leave rF2?

    It is very annoying to have to enter the profile of the steering wheel to put the correct degrees again to ask to use another simulator
     
    Mitch9 likes this.
  2. Christopher Elliott

    Christopher Elliott Registered

    Joined:
    Jul 31, 2014
    Messages:
    4,551
    Likes Received:
    7,538
    Known issue. We will look into to it, for now you have to reset it manually, or set up software lock in the Controller.JSON
     
    FAlonso likes this.
  3. Christopher Elliott

    Christopher Elliott Registered

    Joined:
    Jul 31, 2014
    Messages:
    4,551
    Likes Received:
    7,538
    Here's mine as an example
    Code:
        "Steering Wheel Bump Stop Harshness":10,
        "Steering Wheel Bump Stop Harshness#":"Harshness applied to bump stop when limiting steering wheel rotation, from 1.0 to 100.0, acts as a spring rate",
        "Steering Wheel Maximum Rotation Default":1080,
        "Steering Wheel Maximum Rotation Default#":"Default maximum wheel range to use when not read from driver, from 40 to 1440 degrees",
        "Steering Wheel Maximum Rotation from Driver":false,
        "Steering Wheel Maximum Rotation from Driver#":"Whether to read the steering wheel rotation from the wheel driver, if possible",
        "Steering Wheel Range":720,
        "Steering Wheel Range#":"Degrees of steering wheel rotation, both visual and physical (if available)",
        "Steering Wheel Software Rotation":true,
    Here you set whatever the range is you have set in the driver
    Code:
     "Steering Wheel Maximum Rotation Default":1080,
    Then set disable driver based rotation, false
    Code:
        "Steering Wheel Maximum Rotation from Driver":false,
    And then set software rotation to true
    Code:
        "Steering Wheel Software Rotation":true,
     
    Mitch9, Andy Bonar and FAlonso like this.

Share This Page