Page 1 of 1

Re: Editing Contact points?

Posted: 08-03-2011 12:11 AM
by Barry Theodore
Here is a list of contact points and what they mean, but I don't know which ones to change to rectify your bounce problem.

Aircraft contact points:

Point.0 Nose Wheel
Point.1 Main Gear Left Wheel
Point.2 Main Gear Right Wheel
Point.3 Wing Tip Left
Point.4 Wing Tip Right
Point.5 Fuselage Rear
Point.6 Fuselage Nose
Point.7 Rudder Top
Point.8 Fuselage Belly

Here is an example for the Airbus A320:


//0 Class <0=none,1=wheel, 2=scrape, 3=float>
//1 Longitudinal Position (feet)
//2 Lateral Position (feet)
//3 Vertical Position (feet)
//4 Impact Damage Threshold (Feet Per Minute)
//5 Brake Map (0=None, 1=Left, 2=Right)
//6 Wheel Radius (feet)
//7 Steer Angle (degrees)
//8 Static Compression (feet) (0 if rigid)
//9 Max/Static Compression Ratio
//10 Damping Ratio (0=Undamped, 1=Critically Damped)
//11 Extension Time (seconds)
//12 Retraction Time (seconds)
//13 Sound Type
//14 Airspeed limit for retraction (KIAS)
//15 Airspeed that gear gets damage at (KIAS)

[contact_points]
point.0=1, 43.00, 0.00, -9.70, 1600, 0, 1.442, 55.92, 0.6, 2.5, 0.9, 4.0, 4.0, 0, 220.0, 250.0
point.1=1, -11.20, -12.45, -10.30, 1600, 1, 1.442, 0.00, 1.0, 2.5, 0.9, 6.9, 6.9, 2, 220.0, 250.0
point.2=1, -11.20, 12.45, -10.30, 1600, 2, 1.442, 0.00, 1.0, 2.5, 0.9, 7.1, 7.1, 3, 220.0, 250.0
point.3=2, -19.00, -55.00, 4.00, 1000, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 5, 0.0, 0.0
point.4=2, -19.00, 55.00, 4.00, 1000, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 6, 0.0, 0.0
point.5=2, -51.00, 0.00, -2.00, 1000, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 9, 0.0, 0.0
point.6=2, 54.00, 0.00, -2.00, 1000, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 4, 0.0, 0.0
point.7=2, -75.00, 0.00, 31.00, 1000, 0, 0.000, 0.00, 0.0, 0.0, 0.0, 0.0, 0.0, 9, 0.0, 0.0

max_number_of_points = 21

13 (0) Sound Type This integer value will map a point to a type of sound:
0 = Center Gear,
1 = Auxiliary Gear,
2 = Left Gear,
3 = Right Gear,
4 = Fuselage Scrape,
5 = Left Wing Scrape,
6 = Right Wing Scrape,
7 = Aux1 Scrape,
8 = Aux2 Scrape,
9 = Tail Scrape.

Hope this helps.