Finished manual gearbox
This commit is contained in:
@@ -31,25 +31,30 @@ config = {
|
||||
Clutch = {
|
||||
Stiffness = 22,
|
||||
Capacity = 1.3,
|
||||
Damping = 0.5
|
||||
Damping = 0.8,
|
||||
MaxTorque = 600
|
||||
},
|
||||
Gearbox = {
|
||||
Ratios = {2.93, 1.96, 1.38, 1.03, 1.06, 0.87},
|
||||
Reverse = 3.26,
|
||||
FinalDrive = 4.77
|
||||
Ratios = {13.45, 8.12, 5.51, 4.16, 3.36, 2.83},
|
||||
Reverse = 14.41,
|
||||
FinalDrive = 1
|
||||
},
|
||||
FrontDiff = {
|
||||
Power = 0.25,
|
||||
Coast = 0.15,
|
||||
Power = 1,
|
||||
Coast = 1,
|
||||
Preload = 10,
|
||||
UsePowerBias = 10,
|
||||
ViscousCoeff = 0.96
|
||||
ViscousCoeff = 0.96,
|
||||
Axle = Vector(1, 0, 0),
|
||||
DistributionCoeff = 0.4
|
||||
},
|
||||
RearDiff = {
|
||||
Power = 0.25,
|
||||
Coast = 0.15,
|
||||
Power = 1,
|
||||
Coast = 1,
|
||||
Preload = 10,
|
||||
UsePowerBias = 10,
|
||||
ViscousCoeff = 0.96
|
||||
ViscousCoeff = 0.96,
|
||||
Axle = Vector(1, 0, 0),
|
||||
DistributionCoeff = 0.6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user