vehdata.lua
vehicledata = {
nero = {
iselectric = false,
ismotorcycle = false,
dragcoeff = 0.3,
basegacc = 1.4,
torqueCurve = {
{rpm = 1000.0, torque = 872.7},
{rpm = 1100.0, torque = 991.7},
{rpm = 1200.0, torque = 1090.9},
{rpm = 1300.0, torque = 1174.8},
{rpm = 1400.0, torque = 1246.8},
{rpm = 1500.0, torque = 1309.1},
{rpm = 1600.0, torque = 1363.6},
{rpm = 1700.0, torque = 1411.8},
{rpm = 1800.0, torque = 1454.5},
{rpm = 1900.0, torque = 1492.8},
{rpm = 2000.0, torque = 1527.3},
{rpm = 2100.0, torque = 1558.4},
{rpm = 2200.0, torque = 1586.8},
{rpm = 2300.0, torque = 1600.0},
{rpm = 2400.0, torque = 1600.0},
{rpm = 2500.0, torque = 1600.0},
{rpm = 2600.0, torque = 1600.0},
{rpm = 2700.0, torque = 1600.0},
{rpm = 2800.0, torque = 1600.0},
{rpm = 2900.0, torque = 1600.0},
{rpm = 3000.0, torque = 1600.0},
{rpm = 3100.0, torque = 1600.0},
{rpm = 3200.0, torque = 1600.0},
{rpm = 3300.0, torque = 1600.0},
{rpm = 3400.0, torque = 1600.0},
{rpm = 3500.0, torque = 1600.0},
{rpm = 3600.0, torque = 1600.0},
{rpm = 3700.0, torque = 1600.0},
{rpm = 3800.0, torque = 1600.0},
{rpm = 3900.0, torque = 1600.0},
{rpm = 4000.0, torque = 1600.0},
{rpm = 4100.0, torque = 1600.0},
{rpm = 4200.0, torque = 1600.0},
{rpm = 4300.0, torque = 1600.0},
{rpm = 4400.0, torque = 1600.0},
{rpm = 4500.0, torque = 1600.0},
{rpm = 4600.0, torque = 1600.0},
{rpm = 4700.0, torque = 1600.0},
{rpm = 4800.0, torque = 1600.0},
{rpm = 4900.0, torque = 1600.0},
{rpm = 5000.0, torque = 1600.0},
{rpm = 5100.0, torque = 1600.0},
{rpm = 5200.0, torque = 1600.0},
{rpm = 5300.0, torque = 1600.0},
{rpm = 5400.0, torque = 1600.0},
{rpm = 5500.0, torque = 1600.0},
{rpm = 5600.0, torque = 1600.0},
{rpm = 5700.0, torque = 1600.0},
{rpm = 5800.0, torque = 1600.0},
{rpm = 5900.0, torque = 1600.0},
{rpm = 6000.0, torque = 1600.0},
{rpm = 6100.0, torque = 1600.0},
{rpm = 6200.0, torque = 1600.0},
{rpm = 6300.0, torque = 1600.0},
{rpm = 6400.0, torque = 1600.0},
{rpm = 6500.0, torque = 1600.0},
{rpm = 6600.0, torque = 1600.0},
{rpm = 6700.0, torque = 1600.0},
{rpm = 6800.0, torque = 1600.0},
{rpm = 6900.0, torque = 1600.0},
{rpm = 7000.0, torque = 1600.0},
{rpm = 7100.0, torque = 1580.7},
},
canuselaunchcontrol = true,
launchcontrolrpm = 5500,
hasstockflywheel = true,
flywheelweight = 2.2,
hasstockdifferential = true,
frontdifflock = 100,
reardifflock = 100,
transmissiontype = "sequential",
gearratios = {-3.776, 3.776, 2.35, 1.795, 1.345, 1.11, 0.91, 0.86, 0.7, 0.5},
finaldrive = 0.95,
automaticshiftpoint = 0.2,
weight = 1972.0,
turbodata = {
compressorsize = 0,
peakturbodecayboost = 0,
turbodecaypoint = 0.0,
maxtrboostpmax = 0.0,
maxtrboostpmin = 0.0,
maxtrboostpminprct = 0,
maxtrboostpmaxprct = 0,
booststartpoint = 0.0,
boosttype = 3,
},
gearboxammount = 7,
topspeed = 440,
tyremodel = "slick",
brakecapacity = 1.0,
brakedistribution = 0.55,
lstractionlossmulti = 1.15,
tracitionlossmulti = 1.0,
arbstrenght = 0.95,
arbbiasfront = 0.55,
suspensionraise = 0.0,
suspensionforce = 2.74,
suspensionrebounddamping = 2.15,
suspensioncompressiondamping = 1.48,
},
}iselectric:
ismotorcycle:
dragcoeff:
basegacc:
torqueCurve:
canuselaunchcontrol:
launchcontrolrpm:
hasstockflywheel:
flywheelweight:
hasstockdifferential:
frontdifflock:
reardifflock:
transmissiontype:
gearratios:
finaldrive:
automaticshiftpoint:
weight:
turbodata:
Utilizing the turbo viewer toolgearboxammount:
topspeed:
tyremodel:
brakecapacity:
brakedistribution:
lstractionlossmulti:
tracitionlossmulti:
arbstrenght:
arbbiasfront:
suspensionraise:
suspensionforce:
suspensionrebounddamping:
suspensioncompressiondamping:
Last updated