Florian Praxmarer Posted April 7, 2021 Report Posted April 7, 2021 Good day Pete, or to any other forum admin, I try to convert an older piece of code, which uses the FSUIPC Offset 0x0BB2 Elevator Axis position to set the elevator. Well i tried now to do same with the ELEVATOR POSITION either as trigger_key_event or via SimConnect. Beside that the value is flipped (*-1), aerodynamic behaviour of elevator is different. Was/is there any postprocessing of the value set to 0x0BB2 beside writing it to the elevator position? kind regards Thank you for the answer, Florian Praxmarer
Pete Dowson Posted April 8, 2021 Report Posted April 8, 2021 7 hours ago, Florian Praxmarer said: I try to convert an older piece of code, which uses the FSUIPC Offset 0x0BB2 Elevator Axis position to set the elevator. Well i tried now to do same with the ELEVATOR POSITION either as trigger_key_event or via SimConnect. Beside that the value is flipped (*-1), aerodynamic behaviour of elevator is different. Was/is there any postprocessing of the value set to 0x0BB2 beside writing it to the elevator position? It IS that SimVar, with the sign reversed and the value scaled to the same range as that offset used to have in earlier versions of FS. Possibly you need ELEVATOR DEFLECTION PCT instead (the value in 0BB4)? If you write to it, then read it back, do you see something different? Pete
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