DOR (Resident Evil 1997)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |extensions={{ext|dor}} }} Category:Resident Evil (1997) {{Restored|2016-08-09|https://web.archive.org/web/20160809012215/http://rewi...") |
m |
||
Line 6: | Line 6: | ||
[[Category:Resident Evil (1997)]] | [[Category:Resident Evil (1997)]] | ||
− | {{Restored|2016-08- | + | {{Restored|2016-08-17|https://web.archive.org/web/20160817023457/http://rewiki.regengedanken.de/wiki/.DOR}} |
The '''.DOR''' file format is used by Resident Evil to store the animation of door, when the player changes room. | The '''.DOR''' file format is used by Resident Evil to store the animation of door, when the player changes room. |
Revision as of 16:04, 25 August 2023
This content was first retrieved from the Internet Archive's Wayback Machine for the date 2016-08-17 from the following URL: https://web.archive.org/web/20160817023457/http://rewiki.regengedanken.de/wiki/.DOR
The .DOR file format is used by Resident Evil to store the animation of door, when the player changes room.
Contents |
Structure
The values are stored in Little-Endian order.
Header
A DOR file starts with this header, to store offsets to different objects, embedded in the file.
typedef struct { unsigned long unknown0; /* Offset to ? */ unsigned long tmd_offset; /* Offset to embedded TMD file */ unsigned long tim_offset; /* Offset to embedded TIM file */ } dor_header_t;
Offset 0
Unknown.
Offset 1: embedded TMD file
See .TMD for further information.