Daisser Posted August 29 Share Posted August 29 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? Link to comment Share on other sites More sharing options...
KwikFlight Robby Posted August 29 Share Posted August 29 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 More sharing options...
Daisser Posted August 30 Author Share Posted August 30 Thank you - I mapped 3 buttons (bay open, release, reload) and it works perfectly. Very cool and great customer service with responses! Link to comment Share on other sites More sharing options...
Recommended Posts