Empire 2: Difference between revisions
Jump to navigation
Jump to search
imported>Mr.Mouse |
imported>Mr.Mouse |
||
| Line 45: | Line 45: | ||
=== Compatible Programs === | === Compatible Programs === | ||
* [[MultiEx_Commander|MultiEx Commander]] | |||
* [[Game Extractor|Game Extractor]]<br> | * [[Game Extractor|Game Extractor]]<br> | ||
Revision as of 19:09, 23 May 2005
Choose archive extension:
DAT
- Format Type : Archive
- Endian Order : Big Endian
Format Specifications
byte {32} - Unknown
// for each file
- char {6} - Filename
- uint32 {4} - File Offset
byte {X} - File Data
MultiEx BMS Script
Set FILESTART Long 32 ; Do ; GoTo FILESTART 0 ; GetDString FILENAME 6 0 ; Get FILEOFF Long 0 ; SavePos FILESTART 0 ; GetDString FILENAME 6 0 ; Get FILESIZE Long 0 ; ReverseLong FILEOFF ; ReverseLong FILESIZE ; If FILESIZE = 0 ; CleanExit ; EndIf ; Math FILESIZE -= FILEOFF ; Log "" FILEOFF FILESIZE 0 0 ; While NotEOF <> 0 ;