car development - 6th gear unavailable in dev-mode, please help!

Discussion in 'Car Modding' started by Anonim, Mar 25, 2012.

  1. Anonim

    Anonim Registered

    Joined:
    Jan 9, 2012
    Messages:
    246
    Likes Received:
    1
    I'm trying to figure out why I am still unable to reach the 6th gear while driving my car (currently in development) in dev mode..

    I have edited correctly the hdv file's line, but it doesn't seems to work and it reaches only the 5th gear:

    GearFile=test_car_gears.ini
    AllowGearingChanges=1 // cannot change stock ratios until one buys a tranny upgrade
    AllowFinalDriveChanges=1 // cannot change stock ratio until one buys a diff upgrade
    FinalDriveSetting=2 // indexed into GearFile list
    ReverseSetting=0
    ForwardGears=6
    Gear1Setting=1
    Gear2Setting=9
    Gear3Setting=19
    Gear4Setting=32
    Gear5Setting=43
    Gear6Setting=55
    DiffPumpTorque=0.0 // at 100% pump diff setting, the torque redirected per wheelspeed difference in radians/sec (roughly 1.2kph)
    DiffPumpRange=(0,0.05,1) // differential acting on all driven wheels
    DiffPumpSetting=0
    DiffPowerRange=(0.10,0.05,19) // fraction of power-side input torque transferred through diff
    DiffPowerSetting=6 // (not implemented for four-wheel drive)
    DiffCoastRange=(0.10,0.05,19) // fraction of coast-side input torque transferred through diff
    DiffCoastSetting=8 // (not implemented for four-wheel drive)
    DiffPreloadRange=(20, 10, 8) // preload torque that must be overcome to have wheelspeed difference
    DiffPreloadSetting=1



    -------------------------------------------------------
    my test_car_gears.ini file looks like this:

    [GEAR_RATIOS]
    //RatioGroup=(0,1)
    ratio=(12, 37) // 0: 3.083
    ratio=(13, 38) // 1: 2.923
    ratio=(13, 37) // 2: 2.846
    ratio=(13, 36) // 3: 2.769
    ratio=(13, 34) // 4: 2.615
    ratio=(14, 35) // 5: 2.500
    ratio=(14, 33) // 6: 2.357
    //RatioGroup=(2,6)
    ratio=(14, 32) // 7: 2.286
    ratio=(15, 34) // 8: 2.267
    ratio=(15, 33) // 9: 2.200
    ratio=(15, 32) // 10: 2.133
    ratio=(15, 31) // 11: 2.067
    //RatioGroup=(2,2)
    ratio=(17, 35) // 12: 2.059
    //RatioGroup=(2,6)
    ratio=(15, 30) // 13: 2.000
    ratio=(15, 29) // 14: 1.933
    ratio=(16, 30) // 15: 1.875
    ratio=(16, 29) // 16: 1.813
    ratio=(17, 30) // 17: 1.765
    ratio=(16, 28) // 18: 1.750
    ratio=(18, 31) // 19: 1.722
    ratio=(17, 29) // 20: 1.706
    ratio=(16, 27) // 21: 1.688
    //RatioGroup=(3,6)
    ratio=(18, 30) // 22: 1.667
    ratio=(17, 28) // 23: 1.647
    //RatioGroup=(2,6)
    ratio=(16, 26) // 24: 1.625
    //RatioGroup=(3,6)
    ratio=(18, 29) // 25: 1.611
    ratio=(17, 27) // 26: 1.588
    ratio=(18, 28) // 27: 1.556
    ratio=(17, 26) // 28: 1.529
    ratio=(18, 27) // 29: 1.500
    ratio=(17, 25) // 30: 1.471
    ratio=(18, 26) // 31: 1.444
    ratio=(19, 27) // 32: 1.421
    ratio=(20, 28) // 33: 1.400
    ratio=(18, 25) // 34: 1.389
    ratio=(19, 26) // 35: 1.368
    ratio=(20, 27) // 36: 1.350
    ratio=(18, 24) // 37: 1.333
    ratio=(19, 25) // 38: 1.316
    ratio=(20, 26) // 39: 1.300
    ratio=(18, 23) // 40: 1.278
    ratio=(19, 24) // 41: 1.263
    ratio=(20, 25) // 42: 1.250
    ratio=(21, 26) // 43: 1.238
    ratio=(22, 27) // 44: 1.227
    ratio=(19, 23) // 45: 1.211
    ratio=(20, 24) // 46: 1.200
    ratio=(21, 25) // 47: 1.190
    ratio=(22, 26) // 48: 1.182
    ratio=(23, 27) // 49: 1.174
    ratio=(19, 22) // 50: 1.158
    ratio=(20, 23) // 51: 1.150
    ratio=(21, 24) // 52: 1.143
    ratio=(23, 26) // 53: 1.130
    ratio=(26, 29) // 54: 1.115
    ratio=(28, 31) // 55: 1.107
    ratio=(22, 24) // 56: 1.091
    ratio=(24, 26) // 57: 1.083
    ratio=(27, 29) // 58: 1.074
    ratio=(20, 21) // 59: 1.050
    ratio=(23, 24) // 60: 1.043
    ratio=(27, 28) // 61: 1.037
    ratio=(24, 24) // 62: 1.000
    ratio=(25, 24) // 63: 0.960
    ratio=(26, 24) // 64: 0.923
    ratio=(27, 24) // 65: 0.889
    ratio=(28, 24) // 66: 0.857


    [FINAL_DRIVE]
    bevel=(28, 27) // 0.964
    ratio=(10, 41) // 4.100
    ratio=( 9, 35) // 3.889
    ratio=(10, 31) // 3.100
     
  2. Anonim

    Anonim Registered

    Joined:
    Jan 9, 2012
    Messages:
    246
    Likes Received:
    1
    is there any other file responsable of editing my gears in dev-mode or smth like that?
     
  3. toebee

    toebee Registered

    Joined:
    Oct 5, 2010
    Messages:
    380
    Likes Received:
    390
    I did a quick test to see if 6 gears would work in DEVMODE. It did. I simplified everything just to see if it would work. Here is what I used.

    Code:
    AllowGearingChanges=0
    AllowFinalDriveChanges=0
    FinalDriveSetting=0
    ReverseSetting=0
    ForwardGears=6
    Gear1Setting=0
    Gear2Setting=1
    Gear3Setting=2
    Gear4Setting=3
    Gear5Setting=4
    Gear6Setting=5
    
    Code:
    [GEAR_RATIOS]
    ratio=(10000,30830)
    ratio=(10000,22000)
    ratio=(10000,17220)
    ratio=(10000,14210)
    ratio=(10000,1238)
    ratio=(10000,1107)
    
    [FINAL_DRIVE]
    bevel=(1,1)
    ratio=(10000,41000)
    
     
  4. Anonim

    Anonim Registered

    Joined:
    Jan 9, 2012
    Messages:
    246
    Likes Received:
    1
    Thank you a lot toebee!!! I have fixed that now!!! :)
     

Share This Page