Jump to content

Recommended Posts

Posted

I figured out how to do this myself.

 

You'll want to add the following lines to two files located here:

 

Mods\aircraft\F-16C\Input\F-16C\joystick\default.lua

Mods\aircraft\F-16C\Input\F-16C\keyboard\default.lua

 

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

-- Ejection Seat Lever

{ down = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 0.0, name = _('Ejection Safety Lever, LOCKED'), category = {_('Systems')}},

{ down = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, name = _('Ejection Safety Lever, ARMED'), category = {_('Systems')}},

{ down = cpt_commands.EjectionSafetyLever, up = cpt_commands.EjectionSafetyLever, cockpit_device_id = devices.CPT_MECH, value_down = 1.0, value_up = 0.0, name = _('Ejection Safety Lever, ARMED/LOCKED'), category = {_('Systems')}},

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

 

They can really be pasted in anywhere but in my files, for the keyboard file I pasted these right before the line: -- EPU Control Panel

 

For the joystick file I pasted them at the bottom of the systems section which can be found after the line: -- Systems ----------------------------------

 

You'll have three new bindable control options for your F-16 under the Systems category.

 

Ejection Safety Lever, LOCKED (Seat Safe)

Ejection Safety Lever, ARMED (Seat Armed, obviously)

Ejection Safety Lever, ARMED/LOCKED (A toggle between the two for a single switch)

  • Like 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...