<witos>
	<append xpath="/vehicles">
		<vehicle name="Cessna">
			<property name="cameraDistance" value="19, 32"/>
			<property name="cameraTurnRate" value=".18, .30"/>
			<property name="upAngleMax" value="15"/>
			<property name="upForce" value="0"/>
			<property name="steerRate" value="80"/>
			<property name="steerCenteringRate" value="90"/>
			<property name="tiltAngleMax" value="120"/>
			<property name="tiltThreshold" value="45"/>
			<property name="tiltDampening" value="20"/>
			<property name="tiltDampenThreshold" value="0"/>
			<property name="tiltUpForce" value="0"/>
			<property name="airDrag_velScale_angVelScale" value=".988, .984"/>
			<property name="waterDrag_y_velScale_velMaxScale" value="1.5, .9, 1"/>
			<property name="waterLift_y_depth_force" value="1, .5, .1"/>
			<property name="motorTorque_turbo" value="1500, 900, 1500, 900"/>
			<property name="velocityMax_turbo" value="60, 60, 60, 60"/>
			<property name="brakeTorque" value="200"/>
			<property name="unstickForce" value="1"/>
			<property name="hornSound" value="gyrocopter_horn"/>
			<property name="disableTurboSound" value="true"/>


			<!-- ===================== AERODYNAMICS ===================== -->

			<!-- Maximum engine thrust force -->
			<property name="engineThrust" value="13000"/>

			<!-- Effective wing surface area used for lift calculations -->
			<property name="wingArea" value="19"/>

			<!-- Air density at sea level (affects lift and drag) -->
			<property name="airDensity" value="1.225"/>

			<!-- Minimum speed required to generate lift (stall speed) -->
			<property name="stallSpeed" value="18"/>

			<!-- Global multiplier applied to lift force -->
			<property name="liftScale" value="1.30"/>

			<!-- Base aerodynamic drag applied at all speeds -->
			<property name="baseDrag" value="0.004"/>

			<!-- Drag generated by lift (higher during turns and high AoA) -->
			<property name="inducedDrag" value="0.008"/>

			<!-- Drag applied when moving sideways -->
			<property name="sideDrag" value="0.28"/>

			<!-- Drag applied when moving vertically -->
			<property name="verticalDrag" value="0.18"/>

			<!-- Maximum allowed angle of attack in degrees -->
			<property name="maxAoADeg" value="24"/>

			<!-- Extra gravity multiplier when falling fast -->
			<property name="extraFallMultiplier" value="9"/>

			<!-- Vertical speed threshold to trigger extra fall force -->
			<property name="fallSpeedThreshold" value="14"/>

			<!-- Maximum G-force generated by lift -->
			<property name="maxLiftG" value="2.6"/>


			<!-- ===================== FLIGHT CONTROLS ===================== -->

			<!-- Inverts pitch control direction -->
			<property name="invertPitch" value="true"/>

			<!-- Torque applied for pitch control -->
			<property name="pitchTorque" value="2500"/>

			<!-- Torque applied for roll control -->
			<property name="rollTorque" value="2500"/>

			<!-- Torque applied for yaw control -->
			<property name="yawTorque" value="3800"/>

			<!-- How much yaw is automatically coordinated with roll -->
			<property name="turnCoordination" value="0.05"/>

			<!-- Angular velocity damping (stability in rotation) -->
			<property name="angularDamping" value="0.995"/>

			<!-- Dead zone for control inputs -->
			<property name="controlDeadZone" value="0.08"/>


			<!-- ===================== TAKEOFF ASSIST ===================== -->

			<!-- Enables automatic pitch assistance during takeoff -->
			<property name="takeoffAssistEnabled" value="true"/>

			<!-- Maximum pitch added by takeoff assist -->
			<property name="takeoffAssistMax" value="0.08"/>

			<!-- Speed multiplier for takeoff assist effectiveness -->
			<property name="takeoffAssistSpeedMul" value="1.10"/>

			<!-- If true, thrust is applied as acceleration instead of force -->
			<property name="thrustAsAcceleration" value="false"/>


			<!-- ===================== LANDING GEAR / WHEELS ===================== -->

			<!-- Speed multiplier at which wheels are disabled -->
			<property name="wheelDisableSpeedMul" value="1.10"/>

			<!-- Wheel friction at high speeds -->
			<property name="wheelHighSpeedFriction" value="0.25"/>

			<!-- Wheel slip amount at high speeds -->
			<property name="wheelHighSpeedSlip" value="1.6"/>

			<!-- Path to left aileron mesh -->
			<property name="aileronLeftPath" value="M/AileronLeft"/>

			<!-- Path to right aileron mesh -->
			<property name="aileronRightPath" value="M/AileronRight"/>

			<!-- Rear wheel visual transform -->
			<property name="wheelRearVisualPath" value="Wheel0"/>

			<!-- Left wheel visual transform -->
			<property name="wheelLeftVisualPath" value="Wheel2"/>

			<!-- Right wheel visual transform -->
			<property name="wheelRightVisualPath" value="Wheel3"/>

			<!-- Local axis used for wheel rotation -->
			<property name="wheelSpinAxisLocal" value="1,0,0"/>

			<!-- Visual wheel spin speed -->
			<property name="wheelSpinSpeed" value="120"/>


			<!-- ===================== CONTROL SURFACES ===================== -->

			<!-- Path to elevator mesh -->
			<property name="elevatorPath" value="M/Elevator"/>

			<!-- Path to rudder mesh -->
			<property name="rudderPath" value="M/Rudder"/>


			<!-- ===================== FLAPS ===================== -->

			<!-- Path to left flap mesh -->
			<property name="flapLeftPath" value="M/FlapL"/>

			<!-- Path to right flap mesh -->
			<property name="flapRightPath" value="M/FlapR"/>

			<!-- Flap angle for takeoff -->
			<property name="flapTakeoffAngle" value="30"/>

			<!-- Flap angle for landing -->
			<property name="flapLandingAngle" value="-30"/>

			<!-- Speed at which flaps move -->
			<property name="flapSpeed" value="40"/>

			<!-- Local rotation axis for flaps -->
			<property name="flapAxisLocal" value="-1,0,0"/>

			<!-- Maximum speed to allow takeoff flaps -->
			<property name="flapTakeoffMaxSpeed" value="30"/>

			<!-- Maximum speed to allow landing flaps -->
			<property name="flapLandingMaxSpeed" value="25"/>

			<!-- Minimum speed required to retract flaps -->
			<property name="flapRetractMinSpeed" value="33"/>


			<!-- ===================== CONTROL AXES ===================== -->

			<!-- Local rotation axis for ailerons -->
			<property name="aileronAxisLocal" value="1,0,0"/>

			<!-- Local rotation axis for elevator -->
			<property name="elevatorAxisLocal" value="1,0,0"/>

			<!-- Local rotation axis for rudder -->
			<property name="rudderAxisLocal" value="0,-1,0"/>


			<!-- ===================== THROTTLE ===================== -->

			<!-- Rate at which throttle increases -->
			<property name="throttleUpRate" value="0.10"/>

			<!-- Rate at which throttle decreases -->
			<property name="throttleDownRate" value="0.05"/>

			<!-- Minimum throttle when engine is idle -->
			<property name="idleThrottle" value="0.04"/>


			<!-- ===================== ENTER / EXIT ANIMATIONS ===================== -->

			<!-- Enables enter and exit animations -->
			<property name="enterExitAnimEnabled" value="true"/>

			<!-- Number of animation slots -->
			<property name="enterExitAnimSlots" value="8"/>

			<!-- Animation playback speed -->
			<property name="enterExitAnimSpeed" value="1.0"/>

			<!-- Animation name for door -->
			<property name="enterExitAnim1" value="Cessnaanidoor"/>

			<!-- Path to door transform -->
			<property name="enterExitAnim1_path" value="M/Door"/>

			<!-- Animation start time -->
			<property name="enterExitAnim1_start" value="1.0"/>

			<!-- Animation end time -->
			<property name="enterExitAnim1_end" value="0.0"/>


			<!-- ===================== LANDING GEAR AUTOMATION ===================== -->

			<!-- Enables automatic gear deployment -->
			<property name="autoGearEnabled" value="false"/>

			<!-- Altitude at which gear retracts -->
			<property name="gearRetractAltitude" value="30"/>

			<!-- Altitude at which gear deploys -->
			<property name="gearDeployAltitude" value="20"/>

			<!-- Animator state name for gear -->
			<property name="gearAnimStateName" value=""/>

			<!-- Speed of gear animation -->
			<property name="gearAnimSpeed" value="0.6"/>

			<!-- Path to gear animator -->
			<property name="gearAnimatorPath" value="GameObject/M/Fuselage"/>

			<!-- Uses altitude above ground instead of sea level -->
			<property name="gearUseAltitudeAboveGround" value="true"/>


			<!-- ===================== YAW INPUT KEYS ===================== -->

			<!-- Keyboard key for yaw left -->
			<property name="yawLeftKey" value="Q"/>

			<!-- Keyboard key for yaw right -->
			<property name="yawRightKey" value="R"/>

			<!-- Joystick button for yaw left -->
			<property name="yawLeftJoyButton" value="JoystickButton4"/>

			<!-- Joystick button for yaw right -->
			<property name="yawRightJoyButton" value="JoystickButton5"/>


			<property class="chassis">
				<property name="class" value="Chassis"/>
				<property name="paint" value="M/bodypaint"/>
			</property>

			<property class="engine">
				<property name="paint" value="M/Elevator/E"/>
				<property name="class" value="Engine"/>
				<property name="particleOn" value="Particles/p_on"/>
				<property name="particleDamaged" value="Particles/p_damaged"/>
				<property name="particleBroken" value="Particles/p_broken"/>
				<property name="fuelKmPerL" value="0.15"/>
				<property name="foodDrain" value=".002,.00811"/>
				<property name="gear1" value="
					500,2500,-1400,800,0,1500,9999,9999,
					,
					,
					0,.5,.45,.1,-9,.1,.1,Cessna_flying,
					-.1,.1,.65,.7,0,9,.1,Cessna_med_lp"/>
				<property name="sound_start" value="Vehicles/Gyrocopter/gyrocopter_start"/>
				<property name="sound_shut_off" value="Vehicles/Gyrocopter/gyrocopter_shutoff"/>
				<property name="sound_no_fuel_shut_off" value="Vehicles/Gyrocopter/gyrocopter_sputter"/>
			</property>

			<property class="fuelTank">
				<property name="paint" value="M/Elevator/E0"/>
				<property name="class" value="FuelTank"/>
				<property name="capacity" value="250"/>
				<property name="mod" value="fueltank"/>
				<property name="modT" value="M/Fuel"/>
			</property>

			<property class="handlebars">
				<property name="paint" value="M/Door/door1"/>
				<property name="class" value="Steering"/>
				<property name="transform" value="M/Joystick"/>
				<property name="steerAngle" value="0, 0, -60"/>
				<property name="IKHandLPosition" value="-0.190, 0.002, -0.138"/>
				<property name="IKHandLRotation" value="294, 166.2278, 294.4"/>
				<property name="IKHandRPosition" value="0.190, -0.086, 0.138"/>
				<property name="IKHandRRotation" value="90.0,9.3, 99.3"/>
			</property>

			<property class="seat0">
				<property name="paint" value="M/AileronLeft"/>
				<property name="class" value="Seat"/>
				<property name="pose" value="50"/>
				<property name="position" value="-0.310,0.172,0.138"/>
				<property name="rotation" value="0,0,0"/>
				<property name="exit" value="-1.3,0,-1 ~ 1.3,0,-1 ~ -.5,0,-2.4 ~ -.5,0,2.4 ~ -.5,2,0"/>
			</property>

			<property class="seat1">
			    <property name="paint" value="M/AileronRight"/>
				<property name="class" value="Seat"/>
				<property name="pose" value="51"/>
				<property name="position" value="0.328,0.172,0.138"/>
				<property name="rotation" value="0,0,0"/>
				<property name="exit" value="-1.3,0,-1 ~ 1.3,0,-1 ~ -.5,0,-2.4 ~ -.5,0,2.4 ~ -.5,2,0"/>
			</property>

			<property class="seat2">
				<property name="paint" value="M/FlapL"/>
				<property name="class" value="Seat"/>
				<property name="pose" value="51"/>
				<property name="position" value="0.328,0.172,-1"/>
				<property name="rotation" value="0,0,0"/>
				<property name="exit" value="-1.3,0,-1 ~ 1.3,0,-1 ~ -.5,0,-2.4 ~ -.5,0,2.4 ~ -.5,2,0"/>
				<property name="mod" value="seat"/>
				<property name="modT" value="M/Seatmod"/>
			</property>

			<property class="seat3">
				<property name="paint" value="M/FlapR"/>
				<property name="class" value="Seat"/>
				<property name="pose" value="51"/>
				<property name="position" value="-0.310,0.172,-1"/>
				<property name="rotation" value="0,0,0"/>
				<property name="exit" value="-1.3,0,-1 ~ 1.3,0,-1 ~ -.5,0,-2.4 ~ -.5,0,2.4 ~ -.5,2,0"/>
			</property>

			<property class="motor0">
				<property name="engine" value="engine"/>
				<property name="engineOffPer" value=".05"/>
				<property name="turbo" value="1.35"/>
				<property name="rpmAccel_min_max" value="0.001, .1"/>
				<property name="rpmMax" value="22"/>
				<property name="rpmDrag" value=".975"/>
				<property name="trigger" value="throttle"/>
				<property name="type" value="spin"/>
				<property name="transform" value="M/PropBack"/>
				<property name="axis" value="2"/>
			</property>

			<property class="wheel0">
				
				<property name="tireTransform" value=""/>
				<property name="torqueScale_motor_brake" value="1,1"/>
			</property>

			<property class="wheel2">
				
				<property name="tireTransform" value=""/>
				<property name="torqueScale_motor_brake" value="1,1"/>
			</property>

			<property class="wheel3">

				<property name="tireTransform" value=""/>
				<property name="torqueScale_motor_brake" value="0,1"/>
			</property>

			<property class="headlight">
				<property name="class" value="Headlight"/>
				<property name="bright" value=".75"/>
				<property name="transform" value="M/HeadLights/Lights"/>
				<property name="matT" value="M/HeadLights"/>
				<property name="matEmissive" value="808080"/>
				<property name="mod" value="light"/>
				<property name="modT" value="M/LightBar"/>
				<property name="modOnT" value="M/LightBar/Lights"/>
				<property name="modMatEmissive" value="909090"/>
				<property name="tailEmissive" value="c0c0c0"/>
			</property>

			<property class="storage">
				<property name="paint" value="M/Rudder"/>
				<property name="class" value="Storage"/>
				<property name="mod" value="storage"/>
				<property name="modT" value="M/Storage"/>
			</property>

		</vehicle>
		
		<vehicle name="CessnaSea">

			<property name="cameraDistance" value="19, 32"/>
			<property name="cameraTurnRate" value=".18, .30"/>
			<property name="upAngleMax" value="15"/>
			<property name="upForce" value="0"/>
			<property name="steerRate" value="80"/>
			<property name="steerCenteringRate" value="90"/>
			<property name="tiltAngleMax" value="120"/>
			<property name="tiltThreshold" value="45"/>
			<property name="tiltDampening" value="20"/>
			<property name="tiltDampenThreshold" value="0"/>
			<property name="tiltUpForce" value="0"/>
			<property name="airDrag_velScale_angVelScale" value=".988, .984"/>
			<property name="waterDrag_y_velScale_velMaxScale" value="1.5, .9, 1"/>
			<property name="waterLift_y_depth_force" value="1, .5, .1"/>
			<property name="motorTorque_turbo" value="1500, 900, 1500, 900"/>
			<property name="velocityMax_turbo" value="60, 60, 60, 60"/>
			<property name="brakeTorque" value="200"/>
			<property name="unstickForce" value="1"/>
			<property name="hornSound" value="gyrocopter_horn"/>
			<property name="disableTurboSound" value="true"/>
			<property name="placeOnWater" value="true"/>
		    <property name="placeOnWaterRange" value="6"/>

			<!-- ===================== AERODYNAMICS ===================== -->

			<!-- Maximum engine thrust force -->
			<property name="engineThrust" value="13000"/>

			<!-- Effective wing surface area used for lift calculations -->
			<property name="wingArea" value="19"/>

			<!-- Air density at sea level (affects lift and drag) -->
			<property name="airDensity" value="1.225"/>

			<!-- Minimum speed required to generate lift (stall speed) -->
			<property name="stallSpeed" value="18"/>

			<!-- Global multiplier applied to lift force -->
			<property name="liftScale" value="1.30"/>

			<!-- Base aerodynamic drag applied at all speeds -->
			<property name="baseDrag" value="0.004"/>

			<!-- Drag generated by lift (higher during turns and high AoA) -->
			<property name="inducedDrag" value="0.008"/>

			<!-- Drag applied when moving sideways -->
			<property name="sideDrag" value="0.28"/>

			<!-- Drag applied when moving vertically -->
			<property name="verticalDrag" value="0.18"/>

			<!-- Maximum allowed angle of attack in degrees -->
			<property name="maxAoADeg" value="24"/>

			<!-- Extra gravity multiplier when falling fast -->
			<property name="extraFallMultiplier" value="9"/>

			<!-- Vertical speed threshold to trigger extra fall force -->
			<property name="fallSpeedThreshold" value="14"/>

			<!-- Maximum G-force generated by lift -->
			<property name="maxLiftG" value="2.6"/>
			
			<property name="planeSAS" value="true"/>
			<property name="planeSASTorque" value="6000"/>
			<property name="planeSASAngDamp" value="0.985"/>


			<!-- ===================== FLIGHT CONTROLS ===================== -->

			<!-- Inverts pitch control direction -->
			<property name="invertPitch" value="true"/>

			<!-- Torque applied for pitch control -->
			<property name="pitchTorque" value="2500"/>

			<!-- Torque applied for roll control -->
			<property name="rollTorque" value="2500"/>

			<!-- Torque applied for yaw control -->
			<property name="yawTorque" value="3800"/>

			<!-- How much yaw is automatically coordinated with roll -->
			<property name="turnCoordination" value="0.05"/>

			<!-- Angular velocity damping (stability in rotation) -->
			<property name="angularDamping" value="0.995"/>

			<!-- Dead zone for control inputs -->
			<property name="controlDeadZone" value="0.08"/>


			<!-- ===================== TAKEOFF ASSIST ===================== -->

			<!-- Enables automatic pitch assistance during takeoff -->
			<property name="takeoffAssistEnabled" value="true"/>

			<!-- Maximum pitch added by takeoff assist -->
			<property name="takeoffAssistMax" value="0.08"/>

			<!-- Speed multiplier for takeoff assist effectiveness -->
			<property name="takeoffAssistSpeedMul" value="1.10"/>

			<!-- If true, thrust is applied as acceleration instead of force -->
			<property name="thrustAsAcceleration" value="false"/>


			<!-- ===================== LANDING GEAR / WHEELS ===================== -->

			<!-- Speed multiplier at which wheels are disabled -->
			<property name="wheelDisableSpeedMul" value="1.10"/>

			<!-- Wheel friction at high speeds -->
			<property name="wheelHighSpeedFriction" value="0.25"/>

			<!-- Wheel slip amount at high speeds -->
			<property name="wheelHighSpeedSlip" value="1.6"/>

			<!-- Path to left aileron mesh -->
			<property name="aileronLeftPath" value="M/AileronLeft"/>

			<!-- Path to right aileron mesh -->
			<property name="aileronRightPath" value="M/AileronRight"/>

			<!-- Rear wheel visual transform -->
			<property name="wheelRearVisualPath" value=""/>

			<!-- Left wheel visual transform -->
			<property name="wheelLeftVisualPath" value=""/>

			<!-- Right wheel visual transform -->
			<property name="wheelRightVisualPath" value=""/>

			<!-- Local axis used for wheel rotation -->
			<property name="wheelSpinAxisLocal" value="1,0,0"/>

			<!-- Visual wheel spin speed -->
			<property name="wheelSpinSpeed" value="120"/>


			<!-- ===================== CONTROL SURFACES ===================== -->

			<!-- Path to elevator mesh -->
			<property name="elevatorPath" value="M/Elevator"/>

			<!-- Path to rudder mesh -->
			<property name="rudderPath" value="M/Rudder"/>


			<!-- ===================== FLAPS ===================== -->

			<!-- Path to left flap mesh -->
			<property name="flapLeftPath" value="M/FlapL"/>

			<!-- Path to right flap mesh -->
			<property name="flapRightPath" value="M/FlapR"/>

			<!-- Flap angle for takeoff -->
			<property name="flapTakeoffAngle" value="30"/>

			<!-- Flap angle for landing -->
			<property name="flapLandingAngle" value="-30"/>

			<!-- Speed at which flaps move -->
			<property name="flapSpeed" value="40"/>

			<!-- Local rotation axis for flaps -->
			<property name="flapAxisLocal" value="-1,0,0"/>

			<!-- Maximum speed to allow takeoff flaps -->
			<property name="flapTakeoffMaxSpeed" value="30"/>

			<!-- Maximum speed to allow landing flaps -->
			<property name="flapLandingMaxSpeed" value="25"/>

			<!-- Minimum speed required to retract flaps -->
			<property name="flapRetractMinSpeed" value="33"/>


			<!-- ===================== CONTROL AXES ===================== -->

			<!-- Local rotation axis for ailerons -->
			<property name="aileronAxisLocal" value="1,0,0"/>

			<!-- Local rotation axis for elevator -->
			<property name="elevatorAxisLocal" value="1,0,0"/>

			<!-- Local rotation axis for rudder -->
			<property name="rudderAxisLocal" value="0,-1,0"/>


			<!-- ===================== THROTTLE ===================== -->

			<!-- Rate at which throttle increases -->
			<property name="throttleUpRate" value="0.10"/>

			<!-- Rate at which throttle decreases -->
			<property name="throttleDownRate" value="0.05"/>

			<!-- Minimum throttle when engine is idle -->
			<property name="idleThrottle" value="0.04"/>


			<!-- ===================== ENTER / EXIT ANIMATIONS ===================== -->

			<!-- Enables enter and exit animations -->
			<property name="enterExitAnimEnabled" value="true"/>

			<!-- Number of animation slots -->
			<property name="enterExitAnimSlots" value="8"/>

			<!-- Animation playback speed -->
			<property name="enterExitAnimSpeed" value="1.0"/>

			<!-- Animation name for door -->
			<property name="enterExitAnim1" value="Cessnaanidoor"/>

			<!-- Path to door transform -->
			<property name="enterExitAnim1_path" value="M/Door"/>

			<!-- Animation start time -->
			<property name="enterExitAnim1_start" value="1.0"/>

			<!-- Animation end time -->
			<property name="enterExitAnim1_end" value="0.0"/>


			<!-- ===================== LANDING GEAR AUTOMATION ===================== -->

			<!-- Enables automatic gear deployment -->
			<property name="autoGearEnabled" value="false"/>

			<!-- Altitude at which gear retracts -->
			<property name="gearRetractAltitude" value="30"/>

			<!-- Altitude at which gear deploys -->
			<property name="gearDeployAltitude" value="20"/>

			<!-- Animator state name for gear -->
			<property name="gearAnimStateName" value=""/>

			<!-- Speed of gear animation -->
			<property name="gearAnimSpeed" value="0.6"/>

			<!-- Path to gear animator -->
			<property name="gearAnimatorPath" value="GameObject/M/Fuselage"/>

			<!-- Uses altitude above ground instead of sea level -->
			<property name="gearUseAltitudeAboveGround" value="true"/>


			<!-- ===================== YAW INPUT KEYS ===================== -->

			<!-- Keyboard key for yaw left -->
			<property name="yawLeftKey" value="Q"/>

			<!-- Keyboard key for yaw right -->
			<property name="yawRightKey" value="R"/>

			<!-- Joystick button for yaw left -->
			<property name="yawLeftJoyButton" value="JoystickButton4"/>

			<!-- Joystick button for yaw right -->
			<property name="yawRightJoyButton" value="JoystickButton5"/>


			<property class="chassis">
				<property name="class" value="Chassis"/>
				<property name="paint" value="M/bodypaint"/>
			</property>

			<property class="engine">
				<property name="paint" value="M/Elevator/E"/>
				<property name="class" value="Engine"/>
				<property name="particleOn" value="Particles/p_on"/>
				<property name="particleDamaged" value="Particles/p_damaged"/>
				<property name="particleBroken" value="Particles/p_broken"/>
				<property name="fuelKmPerL" value="0.15"/>
				<property name="foodDrain" value=".002,.00811"/>
				<property name="gear1" value="
					500,2500,-1400,800,0,1500,9999,9999,
					,
					,
					0,.5,.45,.1,-9,.1,.1,Cessna_flying,
					-.1,.1,.65,.7,0,9,.1,Cessna_med_lp"/>
				<property name="sound_start" value="Vehicles/Gyrocopter/gyrocopter_start"/>
				<property name="sound_shut_off" value="Vehicles/Gyrocopter/gyrocopter_shutoff"/>
				<property name="sound_no_fuel_shut_off" value="Vehicles/Gyrocopter/gyrocopter_sputter"/>
			</property>

			<property class="fuelTank">
				<property name="paint" value="M/Elevator/E0"/>
				<property name="class" value="FuelTank"/>
				<property name="capacity" value="250"/>
				<property name="mod" value="fueltank"/>
				<property name="modT" value="M/Fuel"/>
			</property>

			<property class="handlebars">
				<property name="paint" value="M/Door/door1"/>
				<property name="class" value="Steering"/>
				<property name="transform" value="M/Joystick"/>
				<property name="steerAngle" value="0, 0, -60"/>
				<property name="IKHandLPosition" value="-0.190, 0.002, -0.138"/>
				<property name="IKHandLRotation" value="294, 166.2278, 294.4"/>
				<property name="IKHandRPosition" value="0.190, -0.086, 0.138"/>
				<property name="IKHandRRotation" value="90.0,9.3, 99.3"/>
			</property>

			<property class="seat0">
				<property name="paint" value="M/AileronLeft"/>
				<property name="class" value="Seat"/>
				<property name="pose" value="50"/>
				<property name="position" value="-0.310,0.600,0.138"/>
				<property name="rotation" value="0,0,0"/>
				<property name="exit" value="-1.3,0,-1 ~ 1.3,0,-1 ~ -.5,0,-2.4 ~ -.5,0,2.4 ~ -.5,2,0"/>
			</property>

			<property class="seat1">
			    <property name="paint" value="M/AileronRight"/>
				<property name="class" value="Seat"/>
				<property name="pose" value="51"/>
				<property name="position" value="0.328,0.600,0.138"/>
				<property name="rotation" value="0,0,0"/>
				<property name="exit" value="-1.3,0,-1 ~ 1.3,0,-1 ~ -.5,0,-2.4 ~ -.5,0,2.4 ~ -.5,2,0"/>
			</property>

			<property class="seat2">
				<property name="paint" value="M/FlapL"/>
				<property name="class" value="Seat"/>
				<property name="pose" value="51"/>
				<property name="position" value="0.328,0.600,-1"/>
				<property name="rotation" value="0,0,0"/>
				<property name="exit" value="-1.3,0,-1 ~ 1.3,0,-1 ~ -.5,0,-2.4 ~ -.5,0,2.4 ~ -.5,2,0"/>
				<property name="mod" value="seat"/>
				<property name="modT" value="M/Seatmod"/>
			</property>

			<property class="seat3">
				<property name="paint" value="M/FlapR"/>
				<property name="class" value="Seat"/>
				<property name="pose" value="51"/>
				<property name="position" value="-0.310,0.600,-1"/>
				<property name="rotation" value="0,0,0"/>
				<property name="exit" value="-1.3,0,-1 ~ 1.3,0,-1 ~ -.5,0,-2.4 ~ -.5,0,2.4 ~ -.5,2,0"/>
			</property>
			<property class="motor0">			
				<property name="engine" value="engine"/>
				<property name="engineOffPer" value=".05"/>
				<property name="turbo" value="1.35"/>
				<property name="rpmAccel_min_max" value="0.001, .1"/>
				<property name="rpmMax" value="22"/>
				<property name="rpmDrag" value=".975"/>
				<property name="trigger" value="throttle"/>
				<property name="type" value="spin"/>
				<property name="transform" value="M/PropBack"/>
				<property name="axis" value="2"/>
			</property>

			<property class="wheel0">
				<property name="torqueScale_motor_brake" value="1,1"/>
				<property name="bounceSound" value=""/>
				<property name="slideSound" value=""/>
			</property>
			
			<property class="wheel1">
				<property name="torqueScale_motor_brake" value="1,1"/>
				<property name="bounceSound" value=""/>
				<property name="slideSound" value=""/>
			</property>
			
			<property class="wheel2">
				<property name="torqueScale_motor_brake" value="1,1"/>
				<property name="bounceSound" value=""/>
				<property name="slideSound" value=""/>
			</property>


			<property class="headlight">
				<property name="paint" value="M/bodypaint/seabody"/>
				<property name="class" value="Headlight"/>
				<property name="bright" value=".75"/>
				<property name="transform" value="M/HeadLights/Lights"/>
				<property name="matT" value="M/HeadLights"/>
				<property name="matEmissive" value="808080"/>
				<property name="mod" value="light"/>
				<property name="modT" value="M/LightBar"/>
				<property name="modOnT" value="M/LightBar/Lights"/>
				<property name="modMatEmissive" value="909090"/>
				<property name="tailEmissive" value="c0c0c0"/>
			</property>

			<property class="storage">
				<property name="paint" value="M/Rudder"/>
				<property name="class" value="Storage"/>
				<property name="mod" value="storage"/>
				<property name="modT" value="M/Storage"/>
			</property>

		</vehicle>

	</append>
</witos>
