Solved Rear diff is working, does not show on the powertrain app

Discussion in 'Mod Support' started by Revealer1337, Feb 10, 2017.

  1. Revealer1337

    Revealer1337
    Expand Collapse

    Joined:
    Feb 4, 2017
    Messages:
    3
    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
     
  2. Inertia

    Inertia
    Expand Collapse

    Joined:
    Dec 29, 2015
    Messages:
    1,692
    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.
     
  3. Diamondback

    Diamondback
    Expand Collapse
    Vehicle Systems Lead
    BeamNG Team

    Joined:
    Apr 8, 2014
    Messages:
    1,966
    Can you please provide your files so we can check this? =)
     
  4. Revealer1337

    Revealer1337
    Expand Collapse

    Joined:
    Feb 4, 2017
    Messages:
    3
    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}],
    ],
     
  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