Martian Gothic: Unification DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == DAT == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format Specif...") |
imported>Ikskoks |
||
| Line 30: | Line 30: | ||
Not written yet. | Not written yet. | ||
=== QuickBMS Script === | |||
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Martian%20Gothic%20Unification/Martian_Gothic_Unification_script.bms Martian_Gothic_Unification_script.bms] | |||
=== Notes and Comments === | === Notes and Comments === | ||
Revision as of 22:14, 20 July 2021
Back to index | Edit this page
DAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// DAT file format
// info array
num_of_files *
{
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
// data
num_of_files *
{
x bytes - file data
x bytes - padding // "XXXXX..."
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
None.
Games
List of games using this file format:
- Martian Gothic: Unification (PS1) (*.DAT)
Compatible Programs
None.