Jump to content

Oxygen keybinds for RIOs please


WolfhoundCH

Recommended Posts

If you're open to using a mod, some options for rio oxy are in the keybinds project:

https://github.com/Munkwolf/dcs-community-keybinds/blob/8f050e850223b02a60454d4f703a5d63aeedee80/InputCommands/F14/Input/F-14B-RIO/joystick/default.lua#L60

-- Environment Control

{cockpit_device_id = devices.COCKPITMECHANICS, down = device_commands.RIOOxygenOn, value_down = 0, name = _('Oxygen - OFF'), category = {_('Cockpit Mechanics'), _('Custom')}},
{cockpit_device_id = devices.COCKPITMECHANICS, down = device_commands.RIOOxygenOn, value_down = 1, name = _('Oxygen - ON'), category = {_('Cockpit Mechanics'), _('Custom')}},
{cockpit_device_id = devices.COCKPITMECHANICS, down = device_commands.RIOOxygenOn, up = device_commands.RIOOxygenOn, value_down = 0, value_up = 1, name = _('Oxygen - OFF else ON (2-way Switch)'), category = {_('Cockpit Mechanics'), _('Custom')}},
{cockpit_device_id = devices.COCKPITMECHANICS, down = device_commands.RIOOxygenOn, up = device_commands.RIOOxygenOn, value_down = 1, value_up = 0, name = _('Oxygen - ON else OFF (2-way Switch)'), category = {_('Cockpit Mechanics'), _('Custom')}},

 

Link to comment
Share on other sites

10 hours ago, WolfhoundCH said:

Bit frustrated to read that pilots not only got oxy on/off but now also toggle, while RIOs still can't bind that function at all!

It's just a first badge of inputs delivered, there are many more to follow in the next patches. 🙂 I'll try to keep in mind the oxy stuff for the RIO to be prioritized.

  • Like 3

Heatblur Simulations

 

Please feel free to contact me anytime, either via PM here, on the forums, or via email through the contact form on our homepage.

 

http://www.heatblur.com/

 

https://www.facebook.com/heatblur/

Link to comment
Share on other sites

  • Recently Browsing   0 members

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