Akira45 Posted May 27, 2020 Report Posted May 27, 2020 Is that possible to simulate a virtual yoke outside the P3D with FSUIPC and C++ MFC? I have try some variables but didn't working, so could any one can help to provide variables that can control aircraft if possible. Thanks to all.
John Dowson Posted May 27, 2020 Report Posted May 27, 2020 FSUIPC offsets to control elevator/aileron/rudder (i.e. yoke axis) are 0BB2/0BB6/0BBA. See the provided FSUIPC Offset Status document. Are you using the provided SDK for MFC? if you are using C++, you can also do this directly using the SimConnect API (which is what FSUIPC uses).
Akira45 Posted May 28, 2020 Author Report Posted May 28, 2020 On 5/27/2020 at 4:44 PM, John Dowson said: FSUIPC offsets to control elevator/aileron/rudder (i.e. yoke axis) are 0BB2/0BB6/0BBA. See the provided FSUIPC Offset Status document. Are you using the provided SDK for MFC? if you are using C++, you can also do this directly using the SimConnect API (which is what FSUIPC uses). OK, Thank you @John Dowson, My problem has been solved, because there're many Addrs And these confused me. Thanks to your help, have a good day!
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