Jump to content

OBD:Instance file format: Difference between revisions

→‎Instance descriptors: corrections, wording, adding additional used bit
m (wording)
(→‎Instance descriptors: corrections, wording, adding additional used bit)
Line 72: Line 72:
:0x'''01''' 00 00 00 - unnamed
:0x'''01''' 00 00 00 - unnamed
:0x'''02''' 00 00 00 - empty
:0x'''02''' 00 00 00 - empty
:0x'''04''' 00 00 00 - never used; appears to mean "big-endian" data
:0x'''04''' 00 00 00 - never used; intended to mark instance as pointing to duplicate data rather than its own data
:0x'''08''' 00 00 00 - shared
:0x'''08''' 00 00 00 - instance's data is being used by duplicate instances as a source
The following two bits systematically occur in the original .dat files but are ignored by the engine:
The first two of these three bits occur throughout the original .dat files. However these bits are ignored by the engine when loading data because they only have relevance during runtime, when Oni is in Tool mode:
:0x00 00 '''10''' 00 - non-empty
:0x00 00 '''10''' 00
:0x00 00 '''20''' 00 - named
:0x00 00 '''20''' 00
:0x00 00 '''40''' 00
}}
}}
|}
|}