Difference between revisions of "NS2"

From Game Research Wiki
Jump to navigation Jump to search
(Created page with "Used in the following game(s); * Desire Dungeon {| class="wikitable" !colspan="15"|Header |- ! Size !! Content |- | 4Bytes || Number of files |} This format is strange... No...")
 
Line 10: Line 10:
|}
|}


This format is strange... Not enough information given directly extract files as far as I can tell. Only information that is given in the index is file name and file size. File name is not static in size. Would require building list in memory to calculate offsets unless those are stored in a separate file.
This format is strange... Not enough information given to directly extract an individual file as far as I can tell. Only information that is given in the index is file name and file size. File name is not static in size. Would require building list in memory to calculate offsets unless those are stored in a separate file.

Revision as of 06:42, 8 July 2014

Used in the following game(s);

  • Desire Dungeon
Header
Size Content
4Bytes Number of files

This format is strange... Not enough information given to directly extract an individual file as far as I can tell. Only information that is given in the index is file name and file size. File name is not static in size. Would require building list in memory to calculate offsets unless those are stored in a separate file.