Difference between revisions of "DAT (Reset)"

From Game Research Wiki
Jump to navigation Jump to search
(Created page with "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...")
 
Line 5: Line 5:
First 4 bytes is file count.
First 4 bytes is file count.


Index struct is 4 bytes (Number of wchar), ? bytes (filename data), 8 bytes (unknown1), 8 bytes (unknown2). The two unknowns are probably file size and location.
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. ^^;
This looks sloppy... I'll fix later. ^^;

Revision as of 02:40, 15 October 2015

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. ^^;