Conflict: Desert Storm DAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (One intermediate revision by the same user not shown) | |||
| Line 10: | Line 10: | ||
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | <div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;"> | ||
<pre> | <pre> | ||
// Conflict: Desert Storm | |||
// DAT file format | |||
//info array | //info array | ||
num_of_entries * | num_of_entries * | ||
| Line 20: | Line 23: | ||
x bytes - padding | x bytes - padding | ||
// data | |||
num_of_entries * | num_of_entries * | ||
{ | { | ||
Latest revision as of 21:52, 14 May 2021
Back to index | Edit this page
DAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Conflict: Desert Storm
// DAT file format
//info array
num_of_entries *
{
4 bytes (uint32) - filename hash?
4 bytes (uint32) - file offset
4 bytes (uint32) - file size
}
x bytes - padding
// data
num_of_entries *
{
x bytes - file data
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Notes and Comments
None.
Games
List of games using this file format:
- Conflict: Desert Storm
Compatible Programs
None.