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.
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
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.