Minoan Posted October 19, 2020 Report Posted October 19, 2020 Hello, i need a bit help concerning FSUIPC custom offsets. I know they are in the range 66C0-66FF. so my first offset is 66C0. What would be the next ? And how many offsets can i use in this way? thank you in advance for your answers. I appreciate your help. best Regards tasso
Luke Kolin Posted October 19, 2020 Report Posted October 19, 2020 It depends on how large the data object is in that first custom offset. If it's one byte, then the next one is 0x66C1, if it's two bytes it's 0x66C2, etc. Cheers!
Minoan Posted October 20, 2020 Author Report Posted October 20, 2020 8 hours ago, Luke Kolin said: It depends on how large the data object is in that first custom offset. If it's one byte, then the next one is 0x66C1, if it's two bytes it's 0x66C2, etc. Cheers! Thanks for the reply. Ok, does that mean, when i reach the end of the numbers, i can continue with 66CA, 66CB, etc.?
Thomas Richter Posted October 20, 2020 Report Posted October 20, 2020 Hi, as you already know the range is from 66C0 to 66FF, you can continue to 66FF (included). Thomas
John Dowson Posted October 20, 2020 Report Posted October 20, 2020 Hi Tasso, note also that you can also use 'reserved' areas for custom offsets if you are not using the feature they are reserved for. So, for example, if you aren't using Project Magenta, you can use the area starting from 04E0 (88 bytes), if you are not using PMDG aircraft you can use starting from 0x6420 (512 bytes), etc. John
Minoan Posted October 20, 2020 Author Report Posted October 20, 2020 Thank you guys for your several reply’s. This helps me for the beginning 🙂
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