We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's no info I can find about OriginalId, what the 3 sections mean, what the values in those sections mean, etc.
I've been eyeing having to make a json object, most of the parts are easy to figure out but the metadata is very opaque.
The text was updated successfully, but these errors were encountered:
It reflects the rct_object_entry struct in OpenRCT2, which is also the header at the start of each .DAT.
rct_object_entry
The first parameter (uint32) is the flags. The second parameter (8 chars) is the .DAT code. The third parameter (uint32) is the checksum.
Sorry, something went wrong.
No branches or pull requests
There's no info I can find about OriginalId, what the 3 sections mean, what the values in those sections mean, etc.
I've been eyeing having to make a json object, most of the parts are easy to figure out but the metadata is very opaque.
The text was updated successfully, but these errors were encountered: