Solved Independent suspension tuning

Discussion in 'Mod Support' started by war3345, Sep 12, 2023.

  1. war3345

    war3345
    Expand Collapse

    Joined:
    Feb 21, 2017
    Messages:
    71
    So, i have this code for suspension so RF FL can be tuned separately but it's not working.

    and yes, it's an edit of a mod so everything is named and in game the tuning just doesn't apply.

    "variables":[
    ["name","type","unit","category","default","min","max","title","description"],
    ["$damp_bump_FL_fast_nitrogen","range","N/m/s","Suspension",10000,0,25000,"Left Front Fast Bump Damping","Shock stiffness in fast compression",{"stepDis":100}],
    ["$damp_bump_FR_fast_nitrogen","range","N/m/s","Suspension",10000,0,25000,"Right Front Fast Bump Damping","Shock stiffness in fast compression",{"stepDis":100}],
    ["$damp_bump_FL_nitrogen","range","N/m/s","Suspension",11500,0,25000,"Left Front Bump Damping","Shock stiffness in slow compression",{"stepDis":100}],
    ["$damp_bump_FR_nitrogen","range","N/m/s","Suspension",11500,0,25000,"Right Front Bump Damping","Shock stiffness in slow compression",{"stepDis":100}],
    ["$damp_rebound_FL_fast_nitrogen","range","N/m/s","Suspension",4100,0,25000,"Left Front Fast Rebound Damping","Shock stiffness in fast extension",{"stepDis":100}],
    ["$damp_rebound_FR_fast_nitrogen","range","N/m/s","Suspension",4100,0,25000,"Right Front Fast Rebound Damping","Shock stiffness in fast extension",{"stepDis":100}],
    ["$damp_rebound_FL_nitrogen","range","N/m/s","Suspension",6500,0,25000,"Left Front Rebound Damping","Shock stiffness in slow extension",{"stepDis":100}],
    ["$damp_rebound_FR_nitrogen","range","N/m/s","Suspension",6500,0,25000,"Right Front Rebound Damping","Shock stiffness in slow extension",{"stepDis":100}],
    ["$damp_knee_FL_nitrogen","range","m/s","Suspension",2.00,0.00,10.00,"Left Front Damping Knee","Threshold at which shock transitions between slow and fast damping"],
    ["$damp_knee_FR_nitrogen","range","m/s","Suspension",2.00,0.00,10.00,"Right Front Damping Knee","Threshold at which shock transitions between slow and fast damping"],
    ["$rideheight_FL_nitrogen","range","","Alignment",1.10,0.95,1.25,"Left Front Ride Height","Percentage of adjustment range"],
    ["$rideheight_FR_nitrogen","range","","Alignment",1.10,0.95,1.25,"Right Front Ride Height","Percentage of adjustment range"],
    ["$spring_FL_nitrogen","range","N/m","Suspension",13000,0,65000,"Left Front Spring Rate","Spring stiffness",{"stepDis":500}],
    ["$spring_FR_nitrogen","range","N/m","Suspension",13000,0,65000,"Right Front Spring Rate","Spring stiffness",{"stepDis":500}],
     
  2. Agent_Y

    Agent_Y
    Expand Collapse
    Jbeam/QA support
    BeamNG Team

    Joined:
    Jul 10, 2020
    Messages:
    10,379
    Have you actually used the variables in the Beams section?
     
  3. war3345

    war3345
    Expand Collapse

    Joined:
    Feb 21, 2017
    Messages:
    71
    ? how would i do that, I'm kind of new to this suspension stuff.
     
  4. Agent_Y

    Agent_Y
    Expand Collapse
    Jbeam/QA support
    BeamNG Team

    Joined:
    Jul 10, 2020
    Messages:
    10,379
    Just check where the old variables were used in the beams, and replace them with the new ones.
     
  5. war3345

    war3345
    Expand Collapse

    Joined:
    Feb 21, 2017
    Messages:
    71
    these are the original

    "variables":[
    ["name","type","unit","category","default","min","max","title","description"],
    ["$damp_bump_F_fast_nitrogen","range","N/m/s","Suspension",10000,0,25000,"Front Fast Bump Damping","Shock stiffness in fast compression",{"stepDis":100}],
    ["$damp_bump_F_nitrogen","range","N/m/s","Suspension",11500,0,25000,"Front Bump Damping","Shock stiffness in slow compression",{"stepDis":100}],
    ["$damp_rebound_F_fast_nitrogen","range","N/m/s","Suspension",4100,0,25000,"Front Fast Rebound Damping","Shock stiffness in fast extension",{"stepDis":100}],
    ["$damp_rebound_F_nitrogen","range","N/m/s","Suspension",6500,0,25000,"Front Rebound Damping","Shock stiffness in slow extension",{"stepDis":100}],
    ["$damp_knee_F_nitrogen","range","m/s","Suspension",2.00,0.00,10.00,"Front Damping Knee","Threshold at which shock transitions between slow and fast damping"],
    ["$rideheight_F_nitrogen","range","","Alignment",1.10,0.95,1.25,"Front Ride Height","Percentage of adjustment range"],
    ["$spring_F_nitrogen","range","N/m","Suspension",13000,0,65000,"Front Spring Rate","Spring stiffness",{"stepDis":500}],
     
  6. Agent_Y

    Agent_Y
    Expand Collapse
    Jbeam/QA support
    BeamNG Team

    Joined:
    Jul 10, 2020
    Messages:
    10,379
    In the Beams section.
     
  7. war3345

    war3345
    Expand Collapse

    Joined:
    Feb 21, 2017
    Messages:
    71
    i feel dumb ill look at beams
     
  8. DutchBloke28

    DutchBloke28
    Expand Collapse

    Joined:
    May 26, 2023
    Messages:
    132
    Everyone makes mistakes. no need to feel dumb
     
  9. war3345

    war3345
    Expand Collapse

    Joined:
    Feb 21, 2017
    Messages:
    71
    thanks that worked, one more question how would I separate it into front then rear like Front
    FR
    FL
    Rear
    RL
    RR
     
  10. LennoxV10

    LennoxV10
    Expand Collapse

    Joined:
    Jul 29, 2023
    Messages:
    7
    well you have to make new jbeam suspension parts because beamng's vanilla suspension was make to variable for both side. It not impossible, you maybe can replace like two code line for add beam, camber_F for two beams of upper control. Replace to camber_FR for right beam upper control and camber_FL for left beam upper control. Here website maybe help you, https://documentation.beamng.com/modding/vehicle/sections/beams/
     
  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