Artem Crum Posted April 21, 2012 Report Posted April 21, 2012 Hello everyone! I'm working on a simple failures engine based on Lua scripting (modular and configurable as LINDA). Main logic is operational already, but I have a problem simulationg some failures. FSX has it's own failures settings and it does allow to fail one flap separately, and it works fine. I'm trying to do the same thing with my script, but I cannot find any posibility to un-pair flaps to control them separately. Is there any way to achieve this?
Pete Dowson Posted April 21, 2012 Report Posted April 21, 2012 FSX has it's own failures settings and it does allow to fail one flap separately, and it works fine. I'm trying to do the same thing with my script, but I cannot find any posibility to un-pair flaps to control them separately. Is there any way to achieve this? I don't know. There are things you could try, like overwriting vaues in some of the flaps offsets. You might need to do this conitnually (i.e. at short intervals). Check offsets 30E0 to 30EE Regards Pete
Artem Crum Posted April 21, 2012 Author Report Posted April 21, 2012 Continous writing is not a problem. Will try those offsets. Thank you for the fast reply (as always)! (missed them myself.. was searching "flapS" in docs)
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now