Sillo74 Posted October 6, 2017 Report Posted October 6, 2017 Hello I'm trying to write the wind directly. Unfortunately this does not work with FSUIPC 5 for P3Dv4. Sometimes the wind is set, but only very shortly. Works perfectly with FS9, FSX and P3D v2. FSUIPC_Write(0x2DE0,8,&dir,&dwResult); FSUIPC_Write(0x2DE8,8,&speed,&dwResult); Best regards Silvio
Pete Dowson Posted October 6, 2017 Report Posted October 6, 2017 2 hours ago, Sillo74 said: I'm trying to write the wind directly. Unfortunately this does not work with FSUIPC 5 for P3Dv4. No, that was done by hacking into the code in FSX and P3D1-3. I'm not hacking into 64-bit P3D, sorry. You'll have to resort to normal methods via FSUIPC or SimConnect, which involves atting Global Weather mode and just setting the global wind value. The short term change you are witnessing uses the latter methods, but you'd first need to set global mode and zero change rate. 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