Daisser Posted August 29, 2023 Posted August 29, 2023 I was trying to map the cargo hold and release to buttons in SPAD to my hardware but I can't get the LVAR variables to toggle correctly. Can you please advise what they are?
Guest Posted August 29, 2023 Posted August 29, 2023 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.
Daisser Posted August 30, 2023 Author Posted August 30, 2023 Thank you - I mapped 3 buttons (bay open, release, reload) and it works perfectly. Very cool and great customer service with responses!
Recommended Posts