53 lines
1.4 KiB
Lua
53 lines
1.4 KiB
Lua
|
|
|
|
ACF_DefineEngine( "14.0-V6-D", {
|
|
name = "14.0L V6 Diesel",
|
|
desc = " This is what you get if you teach a redneck a little engineeeing, give him diesel fuel ,injectors ,a saw and a tank v12.",
|
|
model = "models/engines/v6large.mdl",
|
|
sound = "acf_engines/v6_diesellarge.wav",
|
|
category = "V6",
|
|
fuel = "Diesel",
|
|
enginetype = "GenericDiesel",
|
|
weight = 950,
|
|
torque = 1800,
|
|
flywheelmass = 5,
|
|
idlerpm = 550,
|
|
peakminrpm = 800,
|
|
peakmaxrpm = 2400,
|
|
limitrpm = 2850
|
|
} )
|
|
|
|
ACF_DefineEngine( "7.8-V6-D", {
|
|
name = "7.8L V6 Diesel",
|
|
desc = " This is what you get if you teach a redneck a little engineeeing, give him diesel fuel ,injectors ,a saw and a tank v12.",
|
|
model = "models/engines/v6med.mdl",
|
|
sound = "acf_engines/v8_dieselmedium2.wav",
|
|
category = "V6",
|
|
fuel = "Diesel",
|
|
enginetype = "GenericDiesel",
|
|
weight = 650,
|
|
torque = 900,
|
|
flywheelmass = 4,
|
|
idlerpm = 650,
|
|
peakminrpm = 1000,
|
|
peakmaxrpm = 3000,
|
|
limitrpm = 3250
|
|
} )
|
|
|
|
ACF_DefineEngine( "3.0-V6-D", {
|
|
name = "3L V6 Diesel",
|
|
desc = " This is what you get if you teach a redneck a little engineeeing, give him diesel fuel ,injectors ,a saw and a tank v12.",
|
|
model = "models/engines/v6small.mdl",
|
|
sound = "acf_engines/v8_dieselsmall.wav",
|
|
category = "V6",
|
|
fuel = "Diesel",
|
|
enginetype = "GenericDiesel",
|
|
weight = 300,
|
|
torque = 500,
|
|
flywheelmass = 3,
|
|
idlerpm = 800,
|
|
peakminrpm = 1100,
|
|
peakmaxrpm = 3300,
|
|
limitrpm = 3500
|
|
} )
|