On Topic: You could just copy the brake part rename it to no ABS and simply change the ABS line near the bottom of the brake part from true to false. [Jbeam] { "pickup_brake_R_Racing": { "information":{ "authors":"BeamNG", "name":"Gavril D-Series Rear Brakes", }, "slotType" : "pickup_brake_R", "flexbodies": [ ["mesh", "[group]:", "nonFlexMaterials"], //brake discs ["pickup_disc_RR", ["wheel_RR","wheelhub_RR"], ["pickup"]], ["pickup_disc_RL", ["wheel_RL","wheelhub_RL"], ["pickup"]], ], "pressureWheels": [ ["name","group","node1:","node2:","nodeS","nodeArm:","wheelDir"], //brakes {"enableABS":true} {"ABSthreshold":1.5}, {"brakeTorque":1500}, {"brakeInputSplit":0.65}, {"brakeSplitCoef":0.0}, {"parkingTorque":2500}, {"brakeSpring":20}, ], "engine": { "ABSrate":5 }, } "pickup_brake_R_Racing_X": { "information":{ "authors":"BeamNG", "name":"Gavril D-Series Non-ABS Rear Brakes", }, "slotType" : "pickup_brake_R", "flexbodies": [ ["mesh", "[group]:", "nonFlexMaterials"], //brake discs ["pickup_disc_RR", ["wheel_RR","wheelhub_RR"], ["pickup"]], ["pickup_disc_RL", ["wheel_RL","wheelhub_RL"], ["pickup"]], ], "pressureWheels": [ ["name","group","node1:","node2:","nodeS","nodeArm:","wheelDir"], //brakes {"enableABS":false} {"ABSthreshold":1.5}, {"brakeTorque":1500}, {"brakeInputSplit":0.65}, {"brakeSplitCoef":0.0}, {"parkingTorque":2500}, {"brakeSpring":20}, ], "engine": { "ABSrate":5 }, } [Jbeam] Orange + Blue means you only need to add that to it if it's a new part, if you are taking the existing part and just removing ABS for good than only do the Red to Green change If I messed up the format somehow it's likely because I am really tired due to specific circumstances.
You can find the brakes inside the different "Suspention.Jbeams" for each vehicle, might I recommend opening them in notepad++