Overdrive EPF: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>Ikskoks m (Ikskoks moved page EPF EPFS to Overdrive EPF) |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
== EPF == | == EPF == | ||
* ''' Format Type ''': Archive | * ''' Format Type ''': Archive | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian | ||
=== Format Specifications === | === Format Specifications === | ||
{{GRAFPageFormat|1= | |||
char {4} - Header | {{BlockDescription| // Archive Header }} | ||
uint32 {4} - Directory Offset | : char {4} - Header {{Constant|(EPFS)}} | ||
: uint32 {4} - Directory Offset | |||
: uint8 {1} - {{Unknown}} | |||
: uint16 {2} - Number of files | |||
: | byte {X} - File Data | ||
:: char { | |||
:: uint32 {4} - | {{BlockDescription| Directory }} | ||
:: uint32 {4} - | : {{BlockDescription| // for each file }} | ||
:: char {13} - Filename {{Constant|(null) (filled up with junk)}} | |||
:: uint8 {1} - Packed flag {{Constant|(0 - unpacked, else - LZW scheme)}} | |||
:: uint32 {4} - File Length | |||
:: uint32 {4} - Decompressed Length}} | |||
=== MultiEx BMS Script === | === MultiEx BMS Script === | ||
Not written yet | Not written yet | ||
=== Links === | |||
Decompression routine are available on the associated ModdingWiki page: [http://www.shikadi.net/moddingwiki/EPF_Format EPF Format] | |||
=== Compatible Programs === | === Compatible Programs === | ||
* [[Game Extractor|Game Extractor]] | * [[Game Extractor|Game Extractor]] | ||
* [http://www.ctpax-x.org/?goto=files&show=103 East Point Software .EPF File unpacker] (with Delphi and FASM source codes) | |||
=== Other Games === | === Other Games === | ||
These games also use this file format | These games also use this file format | ||
* Jungle Book *.epf | |||
* Overdrive *.epf | * Overdrive *.epf | ||
* Project X *.epf | * Project X *.epf | ||
* The Lion King *.epf | |||
* Tower Assault *.epf | * Tower Assault *.epf | ||
[[Category:File Format]] | |||
Latest revision as of 22:44, 16 January 2021
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