Insane 1nsane IDF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 18: | Line 18: | ||
// header | // header | ||
4 bytes (char) - signature // "FFFL" | 4 bytes (char) - signature // "FFFL" | ||
4 bytes (uint32) - version? // 12 | |||
4 bytes (uint32) - TOC type // 0x00010000 - unencrypted TOC | |||
// 0x00010100 - encrypted TOC | |||
4 bytes (uint32) - TOC offset // XORed with 0x123 | |||
4 bytes (uint32) - encryption key | |||
</pre> | </pre> | ||
</div> | </div> | ||
Revision as of 14:49, 25 September 2021
Back to index | Edit this page
IDF
- Format Type : Archive
- Endian Order : Little Endian
- Signature : FFFL
Format Specifications
// 1nsane PC
// IDF file format
// little endian
// header
4 bytes (char) - signature // "FFFL"
4 bytes (uint32) - version? // 12
4 bytes (uint32) - TOC type // 0x00010000 - unencrypted TOC
// 0x00010100 - encrypted TOC
4 bytes (uint32) - TOC offset // XORed with 0x123
4 bytes (uint32) - encryption key
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Insane / 1nsane
Compatible Programs
- IDF Exploder / mirror1 / mirror2
- IDF commander / mirror1
- IDFMaker / mirror1 / mirror2
- EasyIDF
- IDF Converter
See Also
Gallery
-
IDF Explorer
-
IDF Commander
-
IDF Converter