Template:Handling Properties: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
* '''brakeDeceleration''': float | * '''brakeDeceleration''': float | ||
* '''brakeBias''': float | * '''brakeBias''': float | ||
* '''ABS''': bool (true, false) | * '''ABS''': bool (true, false) Anti-Brake System - Doesn't work (GTA bug) | ||
* '''steeringLock''': float | * '''steeringLock''': float | ||
* '''suspensionForceLevel''': float | * '''suspensionForceLevel''': float |
Revision as of 20:36, 7 May 2011
-- Limits coming later. http://projectcerbera.com/gta/sa/tutorials/handling
- mass: float
- turnMass: float
- dragCoeff: float
- centerOfMass: table (table[1] = posX, table[2] = posY, table[3] = posZ)
- percentSubmerged: integer
- tractionMultiplier: float
- tractionLoss: float
- tractionBias: float
- numberOfGears: integer
- engineAcceleration: float
- engineInertia: float
- driveType: string (fwd, rwd, awd)
- engineType: string (petrol, diesel, electric)
- brakeDeceleration: float
- brakeBias: float
- ABS: bool (true, false) Anti-Brake System - Doesn't work (GTA bug)
- steeringLock: float
- suspensionForceLevel: float
- suspensionDamping: float
- suspensionHighSpeedDamping: float
- suspensionUpperLimit: float
- suspensionLowerLimit: float
- suspensionFrontRearBias: float
- suspensionAntiDiveMultiplier: float
- seatOffsetDistance: float
- collisionDamageMultiplier: float
- animGroup: ???