; Bus Ikarus 260 
; Author: Labon_Hazard X
; Created 17/04/2013
; Email: Labon.ous@gmail.com
; Homepage: http://labon.mylivepage.com/
; > COMMENTS <
; ------------
; TWEAK AT YOUR OWN RISK
;
; > UNITS <
; ---------
; dimensions in metres
; mass in Kg
; velocity in Km/h
; acceleration/deceleration in ms-2
; multipliers x1.0 is default
; angles in degrees
; Levels :- (L)ow, (M)edium, (H)igh
; buoyancy = percent submerged (> 100% vehicle sinks)
;
; > FIELD DESCRIPTIONS <
; ----------------------
; (A) vehicle identifier			[Bus Ikarus 260]
; (B) fMass				7500.0	
; (C) fDragMult				3.0
; (D) nPercentSubmerged			80 
; (E) CentreOfMass.x				0.0
; (F) CentreOfMass.y				2.14
; (G) CentreOfMass.z				-0.57
;
; TRANSMISSION					
; (Tt)	m_nDriveBias				0.0
; (Tg)	m_nDriveGears				5
; (Tf)	m_fDriveForce				0.12
; (Ti)	m_fDriveInertia				0.3
; (Tv)	velocity in Km/h				135.0
; (Tb)	m_fBrakeForce				0.2
; (Tbb)	m_fBrakeBias				0.60
; (Ts)	m_fSteeringLock				0.2
;
; WHEEL TRACTION
; (Wc+) m_fTractionCurveMax				0.90
; (Wc-) m_fTractionCurveMin					0.75
; (Wc-) m_fTractionCurveLateral				15.0
; (Wc|) m_fTractionCurveLongitudinal				0.15
; (Ws+) m_fTractionSpringDeltaMax				*
; (Wh) m_fTractionBias					0.46
;
; SUSPENSION
; (Sf)	m_fSuspensionForce				1.0 
; (Scd)	m_fSuspensionCompDamp				1.0
; (Srd)	m_fSuspensionReboundDamp			0.7
; (Su)	m_fSuspensionUpperLimit				0.20
; (Sl)	m_fSuspensionLowerLimit			                -0.25
; (Sr)	m_fSuspensionRaise				0.0
; (Sb)	m_fSuspensionBias					0.5
;
; DAMAGE
; (Dc)	m_fCollisionDamageMult				1.0
; (Dw)	m_fWeaponDamageMult				1.0
; (Dd)	m_fDeformationDamageMult			0.8
; (De)	m_fEngineDamageMult				1.5
;
; MISC
; (Ms)	m_fSeatOffsetDist                0.0  40000
; (Mv)	m_nMonetaryValue
; (Mmf)	mFlags			(model flags - see below)
; (Mhf) hFlags			(handling flags - see below)
; (Ma)	m_nAnimGroup	(anim group type - see below below)
;
; MODEL FLAGS - written HEX for easier reading of flags
;----------------
;the end
