Batman: Vengeance 000 FAT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == 000, FAT == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signatur...") |
imported>Ikskoks |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 40: | Line 40: | ||
</pre> | </pre> | ||
</div> | </div> | ||
<br> | |||
<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> | ||
// 000 file format | // 000 file format | ||
// for each file | // for each file | ||
4 - Decompressed Length | 4 - Decompressed Length | ||
| Line 54: | Line 56: | ||
=== Notes and Comments === | === Notes and Comments === | ||
* *.000 files contains the file data, *.fat files contains the directory. | |||
=== Games === | === Games === | ||
| Line 67: | Line 69: | ||
* Game Extractor | * Game Extractor | ||
=== See Also === | |||
* [http://www.watto.org/specs.html?specs=Archive_000_8 FAT 000 file format (watto.org)] | |||
<br/><br> | <br/><br> | ||
Latest revision as of 21:42, 10 July 2022
Back to index | Edit this page
000, FAT
- Format Type : Archive
- Endian Order : Little Endian
- Signature : cali
Format Specifications
// FAT file format
1 - Unknown (1)
// for each file
4 - Offset of This Field
if (entry is a directory){
4 - Unknown (1)
4 - null
4 - Directory Header (cali)
8 - Unknown
4 - Directory Name Length (including null)
X - Directory Name
1 - null Directory Name Terminator
4 - null
}
else if (entry is a file){
4 - File Offset
4 - Decompressed Length
4 - Compressed Length
8 - Unknown
4 - Filename Length (including null)
X - Filename
1 - null Filename Terminator
2 - Unknown (256)
2 - Unknown (0/47)
}
// 000 file format
// for each file
4 - Decompressed Length
4 - Compressed Length
5 - Unknown
X - File Data
Notes and Comments
- *.000 files contains the file data, *.fat files contains the directory.
Games
List of games using this file format:
- Batman: Vengeance (PC) (*.000 / *.FAT)
QuickBMS Script
Not written yet.
Compatible Programs
- Game Extractor
See Also