Help, my front and rear wheels are linked?

Discussion in 'Content Creation' started by Narwhal, Jan 16, 2016.

  1. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    my front and rear wheels are linked. as in when i offset the rear wheels, the front offset too. but they dont share any names and are two completely different things. i will show the front and rear wheel data and the wheels and tires are attached.


    any help/ideas on how to fix this?

    wheeldata_r
    Code:
    "outbackwheeldatar": {
        "information":{
            "authors":"BeamNG",
            "name":"Rear Wheel Hubs",
        }
        "slotType" : "outbackwheeldatar",
      
        "pressureWheels": [
            ["name","hubGroup","group","node1:","node2:","nodeS","nodeArm:","wheelDir"],
                //rear
                {"selfCollision":false}
                {"collision":true}
                {"enableABS":true}          
                {"propulsed":1},
                ["RL", "rl_wheel", "rl_wheel", "nl139", "nl137", 9999,  "nl140", 1],
                ["RR", "rr_wheel", "rr_wheel", "nr142", "nr144", 9999,  "nr143", -1],
                {"propulsed":0},
                {"enableABS":false}
                {"selfCollision":true}
        ],
        },
    front wheel data
    Code:
        "outbackwheeldata": {
        "information":{
            "authors":"BeamNG",
            "name":"Front Wheel Hubs",
        }
        "slotType" : "outbackwheeldata",
      
        "pressureWheels": [
            ["name","hubGroup","group","node1:","node2:","nodeS","nodeArm:","wheelDir"],
                //front
                {"selfCollision":false}
                {"collision":true}
                {"propulsed":1},
                {"enableABS":true}          
                ["FL", "fl_wheel", "fl_wheel", "nl30", "nl28", 9999,  "nl31", 1],
                ["FR", "fr_wheel", "fr_wheel", "nr38", "nr40", 9999,  "nr39", -1],
                {"propulsed":0},
                {"enableABS":false}
                {"selfCollision":true}
        ],
        },
    
    if any experienced modder wants to help me with this and needs the jbeam, i will pm it to you.
     

    Attached Files:

    #1 Narwhal, Jan 16, 2016
    Last edited: Jan 16, 2016
  2. adrian2013

    adrian2013
    Expand Collapse

    Joined:
    Oct 12, 2014
    Messages:
    682
    This is what you have for the front from what I can see

    "outbackwheeldatar": {
    "information":{
    "authors":"BeamNG",
    "name":"Rear Wheel Hubs",
    }
    "slotType" : "outbackwheeldatar",

    "pressureWheels": [
    ["name","hubGroup","group","node1:","node2:","nodeS","nodeArm:","wheelDir"],
    //rear
    {"selfCollision":false}
    {"collision":true}
    {"enableABS":true}
    {"propulsed":1},
    ["RL", "rl_wheel", "rl_wheel", "nl139", "nl137", 9999, "nl140", 1],
    ["RR", "rr_wheel", "rr_wheel", "nr142", "nr144", 9999, "nr143", -1],
    {"propulsed":0},
    {"enableABS":false}
    {"selfCollision":true}

    Here are the changes I made:

    "outbackwheeldataf": {
    "information":{
    "authors":"BeamNG",
    "name":"Front Wheel Hubs",
    }
    "slotType" : "outbackwheeldataf",

    "pressureWheels": [
    ["name","hubGroup","group","node1:","node2:","nodeS","nodeArm:","wheelDir"],
    //rear
    {"selfCollision":false}
    {"collision":true}
    {"enableABS":true}
    {"propulsed":1},
    ["FL", "fl_wheel", "fl_wheel", "nl139", "nl137", 9999, "nl140", 1],
    ["FR", "fr_wheel", "fr_wheel", "nr142", "nr144", 9999, "nr143", -1],
    {"propulsed":0},
    {"enableABS":false}
    {"selfCollision":true}

    , I basically changed some of your R's to F's and Rear to Front, as for your nodes that correspond to the FL and FR wheel, I can't tell weather those are the ones needed
     
  3. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    oops. i got the front and rear mixed up when pasting the code. im gonna fix that in the main post.
     
  4. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    CAN ANYONE help? i redid both sets of wheels, and the same thing is happening.
     
    #4 Narwhal, Jan 19, 2016
    Last edited: Jan 19, 2016
  5. mumboking

    mumboking
    Expand Collapse

    Joined:
    Jun 11, 2015
    Messages:
    1,400
    Maybe the problem lies elsewhere in your jbeam...
    Are you using a variable for the offset?
     
  6. Narwhal

    Narwhal
    Expand Collapse

    Joined:
    Aug 4, 2013
    Messages:
    1,698
    nope. i even removed the offset factor in the front wheels. its not just the offset either. any changes made to the rear wheels, applies to the front wheels i think. Like when i change hubwidth for the rear, it also changes it for the front, even though i didnt change it in the front.
     
  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