Jump to content

Recommended Posts

Posted

Not finding bindings for corsair rocket arming and quantity select in options controls screen.

Please implement ASAP.

 

Posted

If your comfortable editing your Input.lua file you can add these lines to get the rocket box button binds.

 

 

{down = device_commands.RocketsBox_SwitchCover, cockpit_device_id = devices.WEAPON, value_down = 1.0, name = _('Rocket Box Switch Cover OPEN'), category = _('Weapons')},
{down = device_commands.RocketsBox_SwitchCover, cockpit_device_id = devices.WEAPON, value_down = 0.0, name = _('Rocket Box Switch Cover CLOSED'), category = _('Weapons')},

{down = device_commands.RocketsBox_Switch, cockpit_device_id = devices.WEAPON, value_down = 1.0, name = _('Rocket Box On'), category = _('Weapons')},
{down = device_commands.RocketsBox_Switch, cockpit_device_id = devices.WEAPON, value_down = 0.0, name = _('Rocket Box Off'), category = _('Weapons')},

{down = device_commands.RocketsBox_ArmSafe, cockpit_device_id = devices.WEAPON, value_down = 1.0, name = _('Rocket Box Arm'), category = _('Weapons')},
{down = device_commands.RocketsBox_ArmSafe, cockpit_device_id = devices.WEAPON, value_down = 0.0, name = _('Rocket Box Safe'), category = _('Weapons')},

{down = device_commands.RocketsBox_SingleAuto, cockpit_device_id = devices.WEAPON, value_down = 1.0, name = _('Rocket Box Auto'), category = _('Weapons')},
{down = device_commands.RocketsBox_SingleAuto, cockpit_device_id = devices.WEAPON, value_down = 0.0, name = _('Rocket Box Single'), category = _('Weapons')},

  • Like 1
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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