This is really weird, I've been messing around with the covet for 20 minutes and I've been able to make two differentials for the thing. It does put out power to the rear and front, but there is not connection line between the gearbox and the rear differential on the Powertrain app ingame. This is not a problem but I'm just wondering why. Thank you for you response, Revealer1337
I've done a similar thing with my V8 Pessima, it doesn't have a complete power tree either. I think you need a driveshaft defined in the powertrain to make it show up.
Ok, I fixed it. I ´had to put 2 shafts to connect them to the rear differential. Code: "hatch_driveshaft_R": { "information":{ "authors":"BeamNG", "name":"Rear Driveshaft", "value":150, }, "slotType" : "driveshaft_R", "controller": [ ["fileName"], ["4wd", {"shaftName":"transfercase_F"}], ], "powertrain" : [ ["type", "name", "inputName", "inputIndex"] //disconnecting front shaft ["shaft", "transfercase_F","gearbox", 1, {"canDisconnect":true}], ["shaft", "driveshaft_R","transfercase_F", 1, {"gearRatio":1, "friction":1, "canDisconnect":false}], // ["type", "name", "inputName", "inputIndex"] //front driveshaft // ["multiShaft", "driveshaft_R", "gearbox", 1, {"gearRatio":1, "friction":1}], ], "beams": [ ["id1:", "id2:"], //driveshaft {"beamPrecompression":1.0, "beamType":"|BOUNDED", "beamLongBound":0.05, "beamShortBound":0.05}, {"beamSpring":0,"beamDamp":0,"beamDeform":5050,"beamStrength":6570}, {"beamLimitSpring":10001000,"beamLimitDamp":1000}, ["fdiffl","tra1", {"name":"driveshaft_F","optional":true,"breakGroup":"driveshaft_F","deformGroup":"driveshaft_F"}], {"beamPrecompression":1, "beamType":"|NORMAL", "beamLongBound":1.0, "beamShortBound":1.0}, ], }, "hatch_differential_R": { "information":{ "authors":"BeamNG", "name":"3.89 LockUn Rear Differential", "value":200, }, "slotType" : "hatch_differential_R", "powertrain" : [ ["type", "name", "inputName", "inputIndex"], ["differential", "differential_R", "driveshaft_R", 1, {"diffType":["open","locked"], "gearRatio": 3.75, "friction":1}], ],