Unsolved Steering doesn't work if wheels are on

Discussion in 'Mod Support' started by nippontoy289, Feb 12, 2019.

Tags:
  1. nippontoy289

    nippontoy289
    Expand Collapse

    Joined:
    Nov 19, 2018
    Messages:
    14
    Hello community,
    I am just wondering if there is a way to fix an issue where the hydros don't work or completely break when the wheels are attached. I am following the Content Creation guide but it's fairly confusing for a beginner like me, and some of the content in the guide is outdated.

    Here is the section I believe is causing the issue:

    "slotType" : "main",

    "flexbodies": [
    ["mesh", "[group]:", "nonFlexMaterials"],
    ["test_body", ["test_body_g"]],
    ],

    "hydros": [
    ["id1:","id2:"],
    {"beamSpring":21501000,"beamDamp":250,"beamDeform":83000,"beamStrength":99999},
    {"beamPrecompression":1.00},
    ["nl0","bl0",{"factor":0.05,"steeringWheelLock":180,"lockDegrees":25}],
    ["nr5","br5",{"factor":-0.05,"steeringWheelLock":180,"lockDegrees":25}],
    {"beamPrecompression":1},


    ]
    "pressureWheels": [
    ["name","hubGroup","group","node1:","node2:","nodeS","nodeArm:","wheelDir"],
    //front
    {"radius": 1.4},
    {"selfCollision":false},
    {"collision":true},

    {"axleBeams":["axle_RR_1"]}
    ["FT", "wheel_RR_1", "tire_RR_1", "nl0", "nl2", 9999, "nl0", 1, {"speedo":true, "torqueCoupling:":"f6", "torqueArm:":"f6"}],

    {"axleBeams":["axle_RT_1"]}
    ["RLR", "wheel_RL_1", "tire_RL_1", "bl0", "bl2", 9999, "bl0", 1, {"torqueCoupling:":"ra2", "torqueArm:":"ra1"}],

    {"axleBeams":["axle_RT_1"]}
    ["RLR", "wheel_RL_1", "tire_RL_1", "br5", "br4", 9999, "br5", 1, {"torqueCoupling:":"ra2", "torqueArm:":"ra1"}],


    {"axleBeams":["axle_RT_1"]}
    ["RLR", "wheel_RL_1", "tire_RL_1", "br5", "br4", 9999, "br5", 1, {"torqueCoupling:":"ra2", "torqueArm:":"ra1"}],

    {"brakeTorque":0},
    {"parkingTorque":0},
    {"triangleCollision":false},
    {"selfCollision":true},
    {"axleBeams":[]},{"disableMeshBreaking":false,"disableTriangleBreaking":false},
    {"enableHubcaps":false},
    {"enableTireLbeams":false},
    {"enableTreadReinfBeams":false},
    {"enableTireReinfBeams":false},
    {"enableTreadReinfBeams":false},
    {"enableTirePeripheryReinfBeams":false},
    {"loadSensitivitySlope":""},
    {"noLoadCoef":""},
    {"fullLoadCoef":""},
    {"frictionCoef":""},
    {"slidingFrictionCoef":""},
    {"softnessCoef":0.5},
    {"treadCoef":1.0},
    ],
     

    Attached Files:

  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