1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice
  3. Before reporting issues or bugs, please check the up-to-date Bug Reporting Thread for the current version.
    0.35 Bug Reporting thread
    Solutions and more information may already be available.

Real time suspenion editing

Discussion in 'Troubleshooting: Bugs, Questions and Support' started by thrkllm, Jul 8, 2016.

  1. thrkllm

    thrkllm
    Expand Collapse

    Joined:
    Aug 8, 2013
    Messages:
    3
    Is their a way to modify the values for examples on the pickup to raise the car above the 100% ride height in the tuning tab thank you
     
  2. Jurrunio

    Jurrunio
    Expand Collapse

    Joined:
    Sep 23, 2015
    Messages:
    147
    you have to do that in the vehicle's suspension file. In the part where the "rideheight" variable is given a definition:
    Code:
        "variables": [
            ["name", "type", "unit", "category", "default", "min", "max", "title", "description"]
            ["$rideheight_F", "range", "", "Alignment", 1.18, 0.95, 1.5, "Front Ride Height", "Percentage of adjustment range"]
            ["$spring_F", "range", "N/m", "Suspension", 151000, 60000, 180000, "Front Spring Rate", "Spring stiffness"{"stepDis":500}]
    Changing the min and max value will allow you to get past 100% and below 0%. Getting too extreme then the suspension might break upon spawning.
    --- Post updated ---
    you have to do that in the vehicle's suspension file. In the part where the "rideheight" variable is given a definition:
    Code:
        "variables": [
            ["name", "type", "unit", "category", "default", "min", "max", "title", "description"]
            ["$rideheight_F", "range", "", "Alignment", 1.18, 0.95, 1.5, "Front Ride Height", "Percentage of adjustment range"]
            ["$spring_F", "range", "N/m", "Suspension", 151000, 60000, 180000, "Front Spring Rate", "Spring stiffness"{"stepDis":500}]
    Changing the min and max value will allow you to get past 100% and below 0%. Getting too extreme then the suspension might break upon spawning.
     
  3. thrkllm

    thrkllm
    Expand Collapse

    Joined:
    Aug 8, 2013
    Messages:
    3
    hi i cant find te suspention file to edit for the pick up and wich program s best to open and edit the file
     
  4. AllTerrainOutlaw

    AllTerrainOutlaw
    Expand Collapse

    Joined:
    Feb 7, 2015
    Messages:
    375
    Note the suspension will be stiff as heck if put at max ride height.
     
  5. thrkllm

    thrkllm
    Expand Collapse

    Joined:
    Aug 8, 2013
    Messages:
    3
    is there away to make a lift kit or maybe mods out their i just want a offroader thats a little taller thanks
     
  6. Jurrunio

    Jurrunio
    Expand Collapse

    Joined:
    Sep 23, 2015
    Messages:
    147
    Suspension file of the pickup is in common.zip. I use notepad++
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice