Garry's Mod

Garry's Mod

TDMCars - Porsche
Mika 21 Jan, 2015 @ 4:03am
Tricycle as towingtruck
I'm trying to make the tricycle superpowered and was hoping maybe someone can help me.
I've tried editing alot of the values but it never seems to work. It just crashes straight into the skybox as I spawn it or it's a backflip machine. I've tried copying the Ford Transit values but it's still not driving properly. Maybe someone with knowledge of TDM knows what to edit without messing it up.
Here's the code standard code:

// porcycle, created by TDM in 05/14/14 00:01:41, using Vehicle Controller (VCMod). "Vehicle" { "WheelsPerAxle" "2" "Body" { "CounterTorqueFactor" "1" "MassCenterOverride" "0 -3 0" "MassOverride" "500" "AddGravity" "0.5" "MaxAngularVelocity" "720" } "Engine" { "HorsePower" "1" "MaxRPM" "120" "MaxSpeed" "14" "MaxReverseSpeed" "3" "AutobrakeSpeedGain" "1.1" "AutobrakeSpeedFactor" "3" "Autotransmission" "0" "AxleRatio" "5" "Gear" "3.2" "Gear" "2.4" "Gear" "1.5" "Gear" "1" "Gear" "0.84" "ShiftUpRPM" "3800" "ShiftDownRPM" "1600" } "Steering" { "DegreesSlow" "40" "DegreesFast" "10" "DegreesBoost" "11" "FastDampen" "60" "SteeringExponent" "0" "SlowCarSpeed" "20" "FastCarSpeed" "40" "SlowSteeringRate" "1.8" "FastSteeringRate" "1.8" "SteeringRestRateSlow" "1.8" "SteeringRestRateFast" "1.8" "TurnThrottleReduceSlow" "0.01" "TurnThrottleReduceFast" "0.3" "BrakeSteeringRateFactor" "1.8" "ThrottleSteeringRestRateFactor" "1.8" "BoostSteeringRestRateFactor" "1.8" "BoostSteeringRateFactor" "1.8" "PowerSlideAccel" "250" "SkidAllowed" "1" "DustCloud" "1" } "Axle" { "Wheel" { "Radius" "10" "Mass" "100" "Inertia" "0" "Damping" "0" "RotDamping" "0" "Material" "jeeptire" "SkidMaterial" "slidingrubbertire" "BrakeMaterial" "brakingrubbertire" } "Suspension" { "SpringConstant" "300" "SpringDamping" "1" "StabilizerConstant" "0" "SpringDampingCompression" "10" "MaxBodyForce" "1000" } "TorqueFactor" "0.5" "BrakeFactor" "0.4" } "Axle" { "Wheel" { "Radius" "6.6" "Mass" "120" "Inertia" "0" "Damping" "0" "RotDamping" "0" "Material" "jeeptire" "SkidMaterial" "slidingrubbertire" "BrakeMaterial" "brakingrubbertire" } "Suspension" { "SpringConstant" "40" "SpringDamping" "1" "StabilizerConstant" "0" "SpringDampingCompression" "10" "MaxBodyForce" "1000" } "TorqueFactor" "0" "BrakeFactor" "0.6" } } "Vehicle_Sounds" { "Gear" { "Max_Speed" "0.06" "Speed_Approach_Factor" "1" } "Gear" { "Max_Speed" "0.3" "Speed_Approach_Factor" "0.08" } "Gear" { "Max_Speed" "1" "Speed_Approach_Factor" "0.05" } "Gear" { "Max_Speed" "1.05" "Speed_Approach_Factor" "0.035" } "Gear" { "Max_Speed" "1.1" "Speed_Approach_Factor" "0.01" } "State" { "Name" "SS_SHUTDOWN_WATER" "Sound" "atv_stall_in_water" "Min_Time" "0" } "State" { "Name" "SS_GEAR_2_RESUME" "Sound" "vehicles\tdmcars\tricycle\fast.wav" "Min_Time" "0.5" } "State" { "Name" "SS_START_WATER" "Sound" "atv_start_in_water" "Min_Time" "0" } "State" { "Name" "SS_REVERSE" "Sound" "vehicles\tdmcars\tricycle\slow.wav" "Min_Time" "0.5" } "State" { "Name" "SS_GEAR_1_RESUME" "Sound" "vehicles\tdmcars\tricycle\slow.wav" "Min_Time" "0.5" } "State" { "Name" "SS_GEAR_1" "Sound" "vehicles\tdmcars\tricycle\slow.wav" "Min_Time" "0.5" } "State" { "Name" "SS_GEAR_0_RESUME" "Sound" "vehicles\tdmcars\tricycle\slow.wav" "Min_Time" "0.75" } "State" { "Name" "SS_GEAR_2" "Sound" "vehicles\tdmcars\tricycle\fast.wav" "Min_Time" "0.5" } "CrashSound" { "Min_Speed" "350" "Min_Speed_Change" "250" "Sound" "atv_impact_medium" "Gear_Limit" "1" } "CrashSound" { "Min_Speed" "450" "Min_Speed_Change" "350" "Sound" "atv_impact_heavy" "Gear_Limit" "0" } "Skid_LowFriction" "tdmcars_skid" "Skid_NormalFriction" "tdmcars_skid" "Skid_HighFriction" "tdmcars_skid" }
Last edited by Mika; 21 Jan, 2015 @ 11:44am