Merge remote-tracking branch 'origin/master'

# Conflicts:
#	koptilnya/engine_remastered/clutch.txt
#	koptilnya/engine_remastered/differential.txt
#	koptilnya/engine_remastered/engine.txt
#	koptilnya/engine_remastered/gearboxes/base.txt
#	koptilnya/engine_remastered/novojiloff_diff.txt
This commit is contained in:
Nikita Kruglickiy
2022-07-28 15:49:54 +03:00
18 changed files with 621 additions and 222 deletions

View File

@@ -26,7 +26,8 @@ Vehicle:new({
Clutch = {Stiffness = 20, Damping = 0.5, MaxTorque = 400},
Gearbox = {Type = 'MANUAL', ShiftDuration = 0.2, ShiftSmoothness = 0.3, Ratios = {3.321, 1.902, 1.308, 1, 0.838}, Reverse = 3.382},
Axles = {
{Power = 0.96, Coast = 0.96, Preload = 10, UsePowerBias = 10, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 1, FinalDrive = 3.9}
{Power = 0.96, Coast = 0.96, Preload = 10, UsePowerBias = 10, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 0.8, FinalDrive = 3.9},
{Power = 0.96, Coast = 0.96, Preload = 10, UsePowerBias = 10, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 1.2, FinalDrive = 3.9},
},
Systems = {{Type = 'LAUNCH', Limit = 3500}, {Type = 'TRACTION', Limit = 1.5}}
})

View File

@@ -24,7 +24,7 @@ Vehicle:new({
}
},
Clutch = {Stiffness = 20, Damping = 0.7, MaxTorque = 400},
Gearbox = {Type = 'MANUAL', ShiftDuration = 0.2, ShiftSmoothness = 0.3, Ratios = {3.626, 2.200, 1.541, 1.213, 1.000, 0.767}, Reverse = 3.437},
Gearbox = {Type = 'MANUAL', ShiftDuration = 0.2, ShiftSmoothness = 0.3, Ratios = {3.626, 2.200, 1.541, 1.213, 1.000, 0.767}, Reverse = 3.437},
Axles = {{Power = 0.96, Coast = 0.96, Preload = 10, UsePowerBias = 10, ViscousCoeff = 0.96, Axle = Vector(1, 0, 0), DistributionCoeff = 1, FinalDrive = 3.392}},
Systems = {{Type = 'LAUNCH', Limit = 3500}, {Type = 'TRACTION', Limit = 1.5}}
})

View File

@@ -1,9 +0,0 @@
WireComponent = class('WireComponent')
function WireComponent:initialize()
self.wireInputs = {}
self.wireOutputs = {}
end
function WireComponent:updateWireOutputs()
end