Solved Driveshaft question

Discussion in 'Mod Support' started by Justy4WDTURBO, Aug 5, 2017.

  1. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
    Formerly "Transfercase and vehicleController question"

    Is it possible to let a car with a 4WD T-case spawn with 4WD disconnected?

    And is there also a way I can get Hi-Lo Range and connect/disconnect 4WD working on the Covet?
     
    #1 Justy4WDTURBO, Aug 5, 2017
    Last edited: Sep 7, 2017
  2. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
    Wew I totally forgot this thread.

    No one?
     
  3. thomatoes50

    thomatoes50
    Expand Collapse
    BeamNG Team

    Joined:
    Jan 31, 2013
    Messages:
    722
    you can define the isDisconnected = true option in the shaft inside the jbeam so it will disconnect by default

    of course if you take the transmission and shaft from the pickup and fit it inside the hatch it should work (i speak only about jbeam, you may have to redo some mesh)
     
    • Agree Agree x 1
  4. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
    Where can I find the vehicleController in the D-Series jBeam?

    Thanks for the isDisconnected variable though, i'll add it to my mod later.
     
  5. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
    Awesome, I managed to get 4WD and the rangebox working as they should!
     
  6. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
    Reusing this thread for a DPMP related question:

    How can I make a driveshaft animated? Is there some fancy tutorial for it somewhere or should I just look in the Roamer/Hopper jBeam instead?
     
  7. thomatoes50

    thomatoes50
    Expand Collapse
    BeamNG Team

    Joined:
    Jan 31, 2013
    Messages:
    722
    Code:
        "props": [
            ["func",       "mesh",              "idRef:","idX:","idY:", "baseRotation",            "rotation",            "translation",         "min", "max", "offset", "multiplier",],
            ["driveshaft_R", "pickup_driveshaft", "ax3r","ax3l","tra1",   {"x":-88.5, "y":0, "z":0}, {"x":0, "y":1, "z":0}, {"x":0, "y":0, "z":0}, -360, 360, 0, 1, {"breakGroup":"driveshaft_R","deformGroup":"driveshaft_R","optional":true}],
        ],
    the "driveshaft_R" function will make turn the shaft
     
    • Informative Informative x 1
  8. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
    Looks like i'll have to write code for the driveshaft, meh. Not worth the effort considering DjP's RWD parts aren't that great.

    Thanks though!
     
  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