controller.JSON editing for deadzones

Discussion in 'Technical & Support' started by Timpreza, Aug 11, 2014.

  1. Timpreza

    Timpreza Registered

    Joined:
    Oct 5, 2010
    Messages:
    13
    Likes Received:
    1
    I mapped my look left/right/up/down on my CSW thumbstick. That is an analogue controller, so it has it's own axis (controller 3 RX & RY axis).
    It's way too sensitive however, and needs a lot of deadzone. My viewpoint does not return to centre when I release it. I just want it too engage when the axis are more than 50% pressed.
    I can't edit that deadzone in the UI, so I have to edit the JSON.
    I managed that in rF1 with the controller.ini, but I'm new to this JSON stuff, and there's no explanation on what the numbers do in the JSON.

    Now it looks like this:

    "Controller 3 Axis RX Zone":[
    0,
    0.5,
    0.5,
    0.5,
    1
    ],
    "Controller 3 Axis RY Zone":[
    0,
    0.5,
    0.5,
    0.5,
    1
     
  2. Major_Parts

    Major_Parts Registered

    Joined:
    Aug 22, 2013
    Messages:
    125
    Likes Received:
    0
    Change the deadzone for your steering and see what values change and to what in the json. Then put those values in your RX RY sections.
     
  3. Timpreza

    Timpreza Registered

    Joined:
    Oct 5, 2010
    Messages:
    13
    Likes Received:
    1
    Simple as that... Thanks, it helped me a long way.

    Set it up this way:

    "Controller 3 Axis RX Zone":[
    0, (Minimum position. Higher than 0 is deadzone above minimum)
    0.1, (deadzone below center)
    0.5, (center)
    0.9, (deadzone above center)
    1 (Max position. Lower than 1 is deadzone below max)
     
    MotherDawg likes this.
  4. MotherDawg

    MotherDawg Registered

    Joined:
    Sep 2, 2015
    Messages:
    82
    Likes Received:
    66
    BIG THX Timpreza.
     

Share This Page