Changes in SX 240 config

This commit is contained in:
Nikita Kruglickiy 2021-11-13 00:14:38 +03:00
parent 675bc6bf44
commit 8d49bdeee7

View File

@ -26,7 +26,7 @@ Vehicle:new({
Clutch = {Stiffness = 20, Damping = 0.5, MaxTorque = 400},
Gearbox = {Type = 'MANUAL', ShiftDuration = 0.2, ShiftSmoothness = 0.3, Ratios = {3.67, 2.1, 1.35, 1.1, 0.901}, Reverse = 3.818},
Axles = {
{Power = 0.96, Coast = 0.96, Preload = 10, UsePowerBias = 10, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 0.6, FinalDrive = 3.9}
{Power = 0.96, Coast = 0.96, Preload = 10, UsePowerBias = 10, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 1, FinalDrive = 3.9}
},
Systems = {{Type = 'LAUNCH', Limit = 3500}, {Type = 'TRACTION', Limit = 1.5}}
})