FabioMerlo Posted February 16, 2012 Report Posted February 16, 2012 Hi Pete, i have a question for you. How i can export a couple of value of my new airplane behaviour in offset that an User that use FSUIPC can read ? FSUIPC it permits add new offset position ? Thank you Fabio
Pete Dowson Posted February 16, 2012 Report Posted February 16, 2012 i have a question for you. How i can export a couple of value of my new airplane behaviour in offset that an User that use FSUIPC can read ? FSUIPC it permits add new offset position ? There are still free offsets which can be allocated to programs or other add-ons such as new aircraft gauges or DLLs. You need to work out how many offsets your program needs (number of bytes), and send me an email giving the byte count, and the program or add-on name using them. I keep a record of assigned offsets so that they don't clash. Email to petedowson AT btconnect DOT com. If you only want some offsets for personal use on your own system, not for publication, then use 66C0-66FF which are kept free for personal use by all. Regards Pete
FabioMerlo Posted February 16, 2012 Author Report Posted February 16, 2012 Pete it is only for my personal use of my home cockpit.... but i write c# behaviour and how i can set an offset in range 66C0-66FF ? Thank you Fabio
Pete Dowson Posted February 16, 2012 Report Posted February 16, 2012 Pete it is only for my personal use of my home cockpit.... but i write c# behaviour and how i can set an offset in range 66C0-66FF ? Same as any other offsets. Or are you asking how you interface to FSUIPC? The interface to FSUIPC for reading/writing offsets is defined in the SDK. If you are using .Net you might find Paul Henty's "FSUIPC Client DLL" method the easiest way. However, if you are trying to interface to FSUIPC from a DLL or Gauge file within FS itself, I don't think you'll be able to use a Managed language like C#. Regards 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