Robin Hood: The Legend of Sherwood DIC BKS: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DIC, BKS == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signatur...") |
imported>Ikskoks |
||
| Line 13: | Line 13: | ||
//header | //header | ||
4 bytes (uint32) - unknown | 4 bytes (uint32) - unknown | ||
2 bytes (uint16) - number of | 2 bytes (uint16) - number of structs | ||
num_of_structs * | |||
{ | |||
2 bytes (uint16) - page size? // e.g. 4096 | |||
x bytes - data | |||
} | |||
</pre> | </pre> | ||
Revision as of 20:55, 29 March 2022
Back to index | Edit this page
DIC, BKS
- Format Type : Archive
- Endian Order : Little Endian
- Signature : None
Format Specifications
//header
4 bytes (uint32) - unknown
2 bytes (uint16) - number of structs
num_of_structs *
{
2 bytes (uint16) - page size? // e.g. 4096
x bytes - data
}
Notes and Comments
- File formats for dealing with sprites. DIC is a sprite index file and BKS file contains all the data.
Games
List of games using this file format:
- Robin Hood: The Legend of Sherwood (PC) (*.DIC / *.BKS)
QuickBMS Script
Not written yet.
Compatible Programs
None.