slomal bahui
This commit is contained in:
@@ -31,16 +31,21 @@ local WheelConfig = {
|
||||
D = 0.10,
|
||||
E = -2.5
|
||||
},
|
||||
-- AligningFrictionPreset = {
|
||||
-- B = 13,
|
||||
-- C = 2.4,
|
||||
-- D = 1,
|
||||
-- E = 0.48
|
||||
-- }
|
||||
},
|
||||
Model = 'models/sprops/trans/wheel_a/wheel25.mdl'
|
||||
}
|
||||
local FrontWheelsConfig = table.merge(
|
||||
table.copy(WheelConfig),
|
||||
{
|
||||
SteerLock = 33,
|
||||
CustomWheel = {
|
||||
CasterAngle = 7,
|
||||
CamberAngle = -6,
|
||||
CamberAngle = -3,
|
||||
ToeAngle = 0.5
|
||||
}
|
||||
}
|
||||
@@ -51,7 +56,7 @@ local RearWheelsConfig = table.merge(
|
||||
{
|
||||
HandbrakePower = 2200,
|
||||
CustomWheel = {
|
||||
CamberAngle = -1,
|
||||
CamberAngle = -2,
|
||||
ToeAngle = 0.5
|
||||
}
|
||||
}
|
||||
@@ -94,6 +99,7 @@ Vehicle:new({
|
||||
Type = POWERTRAIN_COMPONENT.Gearbox,
|
||||
Config = {
|
||||
Type = 'MANUAL',
|
||||
ShiftTime = 3,
|
||||
Inertia = 0.01,
|
||||
Ratios = { 3.626, 2.200, 1.541, 1.213, 1.000, 0.767 },
|
||||
Reverse = 3.437
|
||||
@@ -139,7 +145,7 @@ Vehicle:new({
|
||||
CoastRamp = 1,
|
||||
PowerRamp = 1,
|
||||
Stiffness = 0.1,
|
||||
SlipTorque = 0
|
||||
SlipTorque = 0,
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -153,7 +159,7 @@ Vehicle:new({
|
||||
BiasAB = 0.5,
|
||||
CoastRamp = 1,
|
||||
PowerRamp = 1,
|
||||
Stiffness = 0.1,
|
||||
Stiffness = 1,
|
||||
SlipTorque = 0
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user