DAT (Reset)

From Game Research Wiki
Revision as of 02:58, 15 October 2015 by Orin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This format is from a game called "Reset" from Theory Interactive.

Just a quick note here. Probably wrong but was only 2mins of actually looking at process monitor. XD

First 4 bytes is file count.

Index struct is 4 bytes (Number of wchar), ? bytes (filename data), 8 bytes (Location), 8 bytes (File size).

This looks sloppy... I'll fix later. ^^;

Might be fun to get some more experience dealing with 2 byte characters, converting between char sets and such.