I'm happy to email the file to whoever wants it! However in the interests of leaving a more permanent record of the alteration, i've tried to capture it here.
Try what is outlined below first, if that doesn't work or my comments aren't clear enough then send me a PM with your email addr, i'll send it through via email.
Here is the contents of the file you'll need. You can follow the instructions that follow and hopefully it'll get you up and running.
- Code: Select all
function applyVariant()
--Physical
newObjectType.Weight = 0.700000
newObjectType.Frontal_centre_of_gravity = -0.050000
newObjectType.Vertical_centre_of_gravity = -0.010000
newObjectType.Yaw_inertia = 0.030000
newObjectType.Pitch_inertia = 0.030000
newObjectType.Roll_inertia = 0.050000
newObjectType.Frontal_drag_area = 0.014815
newObjectType.Lateral_drag_area = 0.100000
newObjectType.Vertical_drag_area = 0.300000
newObjectType.Yaw_damping = 0.000000
newObjectType.Pitch_damping = 0.000000
newObjectType.Roll_damping = 0.000000
newObjectType.Wing_rock_tendency = 0.000000
newObjectType.Robustness = 100.000000
newObjectType.Maximum_fuel_flight_time = 0.000000
newObjectType.Minimum_throttle = 0.000000
newObjectType.Maximum_throttle = 1.000000
newObjectType.Engine_idle = 0.000000
newObjectType.Throttle_profile = 1.000000
newObjectType.Throttle_response = { 0.250, 0.250}
newObjectType.Pilot = 0
--Fine_tuning
newObjectType.Thrust_tuning = 100.000000
newObjectType.Wing_lift_tuning = 100.000000
newObjectType.Control_surface_power_tuning = 100.000000
newObjectType.Knife_edge_tuning = 100.000000
newObjectType.Tip_stall_tuning = 100.000000
newObjectType.Ground_torque_effect_tuning = 0.000000
newObjectType.Elevator_expo = 0.000000
newObjectType.Aileron_expo = 0.000000
newObjectType.Rudder_expo = 0.000000
--Thrust
newObjectType.Thrust_weight_ratio = 1.800000
newObjectType.Thrust_velocity_reduction = 0.000000
newObjectType.Forward_thrust_distance = 0.150000
newObjectType.Vertical_thrust_distance = 0.000000
newObjectType.Lateral_thrust_distance = 0.000000
newObjectType.Thrust_torque = 0.000000
newObjectType.Thrust_side_offset_angle = 0.000000
newObjectType.Thrust_down_offset_angle = 4.000000
newObjectType.Propeller_airflow_speed = 0.000000
newObjectType.Tailunit_wash_influence = 0.000000
newObjectType.Airfoil_wash_influence = 0.000000
newObjectType.Handlaunch_speed = 15.000000
--Main_wing
newObjectType.Wingspan = 1.368750
newObjectType.Inner_wing_chord = 0.200000
newObjectType.Outer_wing_chord = 0.150000
newObjectType.Dihedral = 0.000000
newObjectType.Wing_backward_sweep = 0.000000
newObjectType.Wing_root_airfoil = "NACA 0015"
newObjectType.Wing_root_incidence = 2.500000
newObjectType.Wing_tip_airfoil = "NACA 0015"
newObjectType.Wing_tip_incidence = 2.500000
newObjectType.Flap_lift_coefficient = 0.000000
newObjectType.Flap_drag_coefficient = 0.000000
newObjectType.Airbrake_lift_coefficient = 0.000000
newObjectType.Airbrake_drag_coefficient = 0.000000
--Control_surfaces
newObjectType.Lateral_fuselage_lift = 0.250000
newObjectType.Vertical_fuselage_lift = 0.250000
newObjectType.Tail_section_distance = 0.600000
newObjectType.Min_aileron_travel = 35.000000
newObjectType.Max_aileron_travel = 35.000000
newObjectType.Aileron_length = 60.000000
newObjectType.Aileron_chord = 0.046875
newObjectType.Stabiliser_area = 0.068519
newObjectType.Stabiliser_incidence = -0.500000
newObjectType.Stabiliser_airfoil = "NACA 0012"
newObjectType.Elevator_travel = 35.000000
newObjectType.Elevator_area = 0.018519
newObjectType.Fin_area = 0.025000
newObjectType.Fin_height = 0.000000
newObjectType.Fin_airfoil = "NACA 0012"
newObjectType.Rudder_travel = 35.000000
newObjectType.Rudder_area = 0.016667
newObjectType.Flap_travel = 20.000000
newObjectType.rudderAsAilerons = 0
--Undercarriage
newObjectType.Frontal_gear_friction = 0.005000
newObjectType.Lateral_gear_friction = 0.200000
newObjectType.Gear_CofG_change = 0.000000
newObjectType.Gear_spring = 0.000000
newObjectType.Guide_wheel_travel = 25.000000
newObjectType.Gear_robustness = 100.000000
--Extras
newObjectType.Smoke_colour = { 255, 255, 255, 255 }
newObjectType.LeftWingStreamer_enable = 0
newObjectType.LeftWingStreamer_Length = 5.000000
newObjectType.LeftWingStreamer_colour = { 255, 255, 255, 255 }
newObjectType.RightWingStreamer_enable = 0
newObjectType.RightWingStreamer_Length = 5.000000
newObjectType.RightWingStreamer_colour = { 255, 255, 255, 255 }
newObjectType.TailStreamer_enable = 0
newObjectType.TailStreamer_Length = 5.000000
newObjectType.TailStreamer_colour = { 255, 255, 255, 255 }
--Mixing
newObjectType.Flaperon_mixing = 0.000000
newObjectType.Tailavator_mixing = 0.000000
newObjectType.Rudder_Elevator_mixing = 0.000000
newObjectType.Throttle_Rudder_mixing = 0.000000
newObjectType.Aileron_Rudder_mixing = 0.000000
newObjectType.Rudder_Roll_coupling = 0.000000
newObjectType.Control_profile_override_enabled = 1
newObjectType.Control_profile_override = 1
--Sound
newObjectType.Engine_sound_type = "Light electric"
newObjectType.Engine_sound_volume = 100.000000
newObjectType.Engine_sound_pitch = 100.000000
newObjectType.controlSurfaces ={
"elevator", "__helper_e1","__helper_e2","__helper_e3", "elevator",
"rudder", "__helper_r1","__helper_r2","__helper_r3", "rudder",
"left_aileron", "__helper_la1","__helper_la2","__helper_la3", "left_aileron",
"right_aileron", "__helper_ra1","__helper_ra2","__helper_ra3", "right_aileron",
}
end
The above text should be copied into a file that sits in the My Documents/PhoenixRC/Variants/fixedWing directory. Mine is called easystar_AXN-Floater2.pxv
The specific steps i followed were:
1. Use Phoenix model editor to create an easy star variant (i called it easystar_AXN-Floater2)
2. Edit the .pxv file located in the variants/fixedWing directory with your favorite text editor
3. Add the following section to the end of the file
- Code: Select all
newObjectType.controlSurfaces ={
"elevator", "__helper_e1","__helper_e2","__helper_e3", "elevator",
"rudder", "__helper_r1","__helper_r2","__helper_r3", "rudder",
"left_aileron", "__helper_la1","__helper_la2","__helper_la3", "left_aileron",
"right_aileron", "__helper_ra1","__helper_ra2","__helper_ra3", "right_aileron",
}
4. Modify the amount of thrust on line 39 to 1.8
5. Go back into Phoenix and the new variant should appear as a selectable option and away you go.
That was all i did and it worked just fine.