objects icon indicating copy to clipboard operation
objects copied to clipboard

Info on OriginalId

Open spacek531 opened this issue 4 years ago • 1 comments

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.

spacek531 avatar Jun 10 '20 00:06 spacek531

It reflects the rct_object_entry struct in OpenRCT2, which is also the header at the start of each .DAT.

The first parameter (uint32) is the flags. The second parameter (8 chars) is the .DAT code. The third parameter (uint32) is the checksum.

Gymnasiast avatar Jun 10 '20 08:06 Gymnasiast