Solved CVT slow reversing?

Discussion in 'Mod Support' started by Justy4WDTURBO, Nov 29, 2016.

  1. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
  2. jtreign9097

    jtreign9097
    Expand Collapse

    Joined:
    Aug 22, 2013
    Messages:
    186
    Reverse is a fixed gear its not CVT... change the ratio for reverse to something like 3.60/4.30 range
     
  3. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
    I'm probably blind, but where do I find that gear ratio?
     
  4. iheartmods

    iheartmods
    Expand Collapse

    Joined:
    Aug 8, 2012
    Messages:
    1,482
    You have the reverse gear set to a 1:1 ratio seen like this:

    Code:
     "highShiftUpRPM":6400,
            "differential":9.80,
            // -1, 0 (neutral), 1, etc
            "gears":[-1, 0, 1],
            "clutchDuration":0.0
    
    You see the -1? that's your reverse gear. Give I'd say a -3.5 would be a good ratio, so that would look like:

    Code:
     "highShiftUpRPM":6400,
            "differential":9.80,
            // -1, 0 (neutral), 1, etc
            "gears":[-3.5, 0, 1],
            "clutchDuration":0.0
    
    Hope this helps!
     
    • Like Like x 1
  5. Justy4WDTURBO

    Justy4WDTURBO
    Expand Collapse

    Joined:
    May 14, 2016
    Messages:
    648
    Will try that, thanks.

    EDIT: Hey, that fixed it.

    Thanks!
     
    #5 Justy4WDTURBO, Nov 29, 2016
    Last edited: Nov 29, 2016
  6. iheartmods

    iheartmods
    Expand Collapse

    Joined:
    Aug 8, 2012
    Messages:
    1,482
    Anytime!
     
  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