by Jaypee Dippel » Tue Apr 26, 2011 10:52 pm
It is posible to add float points to the CONTACT POINTS section of the aircraft.cfg file. All amphibious and sea planes have float points, if they are added in the correct position your jumbo jet or any aircraft will land and float on water.
[contact_points] //AMPHIBIAN AIRCRAFT FOR REFERENCE
//0 Class <0=none,1=wheel, 2=scrape, 3 or 4=float 5=water rudder>
//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)
max_number_of_points = 17
point.0 = 1, 7.46, 0, -3.17, 1500, 0, 0.5, 22, 0.45, 2.0, 0.7, 3.9, 4.1, 0, 101.2, 110 //nose gear
point.1 = 1, -1.44, -3.08, -3.27, 3500, 1, 0.7, 0, 0.6, 1.5, 0.7, 4.0, 3.9, 2, 101.2, 110 //left gear
point.2 = 1, -1.44, 3.08, -3.27, 3500, 2, 0.7, 0, 0.6, 1.5, 0.7, 4.1, 4.0, 3, 101.2, 110 //right gear
point.3 = 2, 7.46, 0, -1.25, 1800, 0, 0, 0, 0, 0, 0, 0, 0, 5 //nose impact point
point.4 = 2, -14.73, 4.4, 6.3, 950, 0, 0, 0, 0, 0, 0, 0, 0, 9 //rudders point
point.5 = 2, -14.73, -4.4, 6.3, 950, 0, 0, 0, 0, 0, 0, 0, 0, 9
point.6 = 2, 1.515, 16.96, 2.59, 1550, 0, 0, 0, 0, 0, 0, 0, 0, 5 //right wing
point.7 = 2, 1.515, -16.96, 2.59, 1550, 0, 0, 0, 0, 0, 0, 0, 0, 5 //left wing
//FLOAT POINTS BELOW
point.8 = 4, 5.25, -2.710, -3.40, 1600, 0, 0.00, 0.0, 0.65, 2.5, 0.85, 0, 0, 4, 0, 0 //hull
point.9 = 4, 5.25, 2.710, -3.40, 1600, 0, 0.00, 0.0, 0.65, 2.5, 0.85, 0, 0, 4, 0, 0
point.10 = 4, -8.00, -1.910, -3.10, 1600, 0, 0.00, 0.0, 0.65, 2.5, 0.85, 0, 0, 4, 0, 0
point.11 = 4, -8.00, 1.910, -3.10, 1600, 0, 0.00, 0.0, 0.65, 2.5, 0.85, 0, 0, 4, 0, 0
point.12= 5, -12.21, 0.00, -3.10, 1600, 0, 0.00, 25.0, 0.0, 0.0, 1.00, 1.1, 1.5, 4, 0, 0 //water rudder
Hope this helps