Solved how do i emulate electric motors without gearbox

Discussion in 'Mod Support' started by MASKED REPTILIAN, Oct 11, 2018.

  1. MASKED REPTILIAN

    MASKED REPTILIAN
    Expand Collapse

    Joined:
    May 10, 2018
    Messages:
    203
    how can i do it my vehical weighs too much to use a gearbox because it burns out the clutch instantly
     
  2. aljowen

    aljowen
    Expand Collapse

    Joined:
    Oct 21, 2012
    Messages:
    1,677
    Torque Converters are the current way to do it afaik.

    Electric motor -> Torque Converter -> CVT

    Then make the CVT of a fixed ratio. You will need to set the gearbox as a CVT as follows.
    Code:
    ["cvtGearbox", "gearbox", "torqueConverter", 1],
    Code:
    "gearbox": {
            "minGearRatio":3.0,
            "maxGearRatio":3.0,
            "friction": 1,
            "oneWayViscousCoef":120,
            "parkLockTorque":2000,
        },

    You may also need to add some vehicle controller stuff to it, not sure if it works without it?
    Code:
    "vehicleController": {
            "automaticModes":"PRNDS",
            "cvtHighRPM":21000,
            "cvtLowRPM":0,
            "revMatchThrottle":0.3,
        },
     
    • Informative Informative x 1
  3. fufsgfen

    fufsgfen
    Expand Collapse

    Joined:
    Jan 10, 2017
    Messages:
    6,782
    With torque converter, some use CVT, but automatic box and torque converter works too.

    You can also set Emotor + TC + Rangebox, but then you need to click on screen to shift, you can have several range boxes.

    You can also have only Emotor + TC which works just fine.

    Ninja'd by younger people :D
     
    • Informative Informative x 1
  4. MASKED REPTILIAN

    MASKED REPTILIAN
    Expand Collapse

    Joined:
    May 10, 2018
    Messages:
    203
    thank you
     
  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