WIP Automatic transmissions down shifting- Help

Discussion in 'Utilities and programming' started by potato_king98, Dec 16, 2018.

  1. potato_king98

    potato_king98
    Expand Collapse

    Joined:
    Jul 28, 2016
    Messages:
    5
    Is ther a way to get a automatic transmisson to down shift when throttle is not applied, this is what i have so far and would like to keep the characteristics - thanks


    "auto_transmission_6A": {
    "information":{
    "authors":"potato_king98",
    "name":"4r100 Auto Trans",
    "value":600,
    }
    "slotType" : "pickup_transmission",
    "slots": [
    ["type", "default", "description"]
    ["pickup_converter","m32_converter","Torque Converter", {"coreSlot":true}],
    ["pickup_transfer_case","pickup_transfer_case_np205","Transfer Case", {"coreSlot":true}],
    ],
    "powertrain" : [
    ["type", "name", "inputName", "inputIndex"],
    ["torqueConverter", "torqueConverter", "mainEngine", 1],
    ["automaticGearbox", "gearbox", "torqueConverter", 1],
    ],
    "gearbox": {
    "uiName":"Gearbox",
    "gearRatios":[-2.18, 0, 2.71, 1.54, 1.0, 0.71],
    "parkLockTorque":4000,
    "oneWayViscousCoef":70,
    "friction": 7,
    "gearboxNode:":"tra1",
    },
    "vehicleController": {
    "automaticModes":"PRND21",
    "transmissionGearChangeDelay":0.7
    "calculateOptimalLoadShiftPoints": true
    "aggressionSmoothingUp":4
    "aggressionSmoothingDown":3
    "aggressionHoldOffThrottleDelay":0.90,
    "gearboxDecisionSmoothingUp":1
    "gearboxDecisionSmoothingDown":4
    "lowShiftDownRPM":1075,
    },
     
  2. Michaelflat

    Michaelflat
    Expand Collapse

    Joined:
    Jul 10, 2014
    Messages:
    1,543
    Best way is to use sport mode, or manual mode.
    Stick in "SM" in the "automaticModes" section, and you will have those modes available to you.
     
  3. potato_king98

    potato_king98
    Expand Collapse

    Joined:
    Jul 28, 2016
    Messages:
    5
    ok thanks
     
    • Like Like x 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