Difference between revisions of "DAT (Reset)"

From Game Research Wiki
Jump to navigation Jump to search
 
Line 8: Line 8:


This looks sloppy... I'll fix later. ^^;
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.

Latest revision as of 02:58, 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. ^^;

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