Offsets
From Project Magenta Wiki
These are used to connect to Microsoft Flight Simulator, allowing programs to read values and write data to the simulator. These offsets are handled by the module FSUIPC by Peter Dowson.
There are various types of offsets:
- Bits (1 bit long)
- Bytes (1 byte long)
- Words (2 bytes long)
- Double Words (4 bytes long)
- Double Floats (8 bytes long)
In our documentation, the FSUIPC SDK and in our forum, offsets are defined using hexadecimal values, such as 0x4F4 (4F4)
Project Magenta FSUIPC Offsets
pmSystems offsets can be found in the file:
sysvar.txt (main pmSystems folder)
