Heart Of Darkness PAF: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks (→PAF) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
== PAF == | == PAF == | ||
* ''' Game ''': [[Heart Of Darkness]] <br> | * ''' Game ''': [[Heart Of Darkness]] <br> | ||
* ''' Format Type ''': Archive <br> | * ''' Format Type ''': Archive / Video<br> | ||
* ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> | ||
Latest revision as of 21:43, 29 October 2020
PAF
- Game : Heart Of Darkness
- Format Type : Archive / Video
- Endian Order : Little Endian
Format Specifications
// Heart Of Darkness
// PAF file format
// little endian
//offset array
num_of_files *
{
4 bytes (uint32) - file offset
}
num_of_files *
{
//PAF structure
56 bytes - PAF signature // "Packed Animation File V1.0.(c) 1992-96 Amazing Studio"
72 bytes - reserved
4 bytes (uint32) - frame count
4 bytes (uint32) - video width
4 bytes (uint32) - video height
4 bytes (uint32) - read buffer size
4 bytes (uint32) - num. of frame blocks
4 bytes (uint32) - frame blocks count
4 bytes (uint32) - offset of data
4 bytes (uint32) - max video frames
4 bytes (uint32) - max audio frames
x bytes - video and audio data
}
MultiEx BMS Script
Not written yet.
QuickBMS Script
Compatible Programs