Jump to content

B2 Spirit Weapon Button mapping


Daisser

Recommended Posts

Due to the way the aircraft is set-up with conditions for dropping the ordnance, you may not be able to map a single button to release them. There are also certain timers within the code allowing the re-arming and release. It is not just one LVAR but a combination of a few that must be met.

That said, here are the LVARs and values required for the functions to work:

For release:

  • L:CARGO_BAY = 1
  • L:CARGO_RELEASE = 1
  • L:CARGO_CHRONO = 1
  • L:CARGO_RELOAD_CHRONO = 0

For reload:

  • L:CARGO_RELEASE = 0
  • L:CARGO_RELOAD_CHRONO = 1

 

You must also meet all critera for speed and height before release.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...