Overdrive EPF
From XentaxWiki
Contents
EPF
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// Archive Header
- char {4} - Header (EPFS)
- uint32 {4} - Directory Offset
- uint8 {1} - Unknown
- uint16 {2} - Number of files
byte {X} - File Data
Directory
- // for each file
- char {13} - Filename (null) (filled up with junk)
- uint8 {1} - Packed flag (0 - unpacked, else - LZW scheme)
- uint32 {4} - File Length
- uint32 {4} - Decompressed Length
MultiEx BMS Script
Not written yet
Links
Decompression routine are available on the associated ModdingWiki page: EPF Format
Compatible Programs
- Game Extractor
- East Point Software .EPF File unpacker (with Delphi and FASM source codes)
Other Games
These games also use this file format
- Jungle Book *.epf
- Overdrive *.epf
- Project X *.epf
- The Lion King *.epf
- Tower Assault *.epf