Re-Volt 2 Z Image: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 17: | Line 17: | ||
4 bytes (uint32) - height | 4 bytes (uint32) - height | ||
4 bytes - unknown | 4 bytes - unknown | ||
4 bytes (uint32) - size of compressed data | |||
x bytes - ZLIB compressed data | x bytes - ZLIB compressed data | ||
</pre> | </pre> | ||
Revision as of 08:37, 16 November 2020
Z
- Game : Re-Volt 2
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
// Re-Volt 2 // Z image file format // little endian 4 bytes (uint32) - width 4 bytes (uint32) - height 4 bytes - unknown 4 bytes (uint32) - size of compressed data x bytes - ZLIB compressed data
MultiEx BMS Script
Not written yet.
Notes and Comments
- Image data is headerless BMP copressed with ZLIB.
Compatible Programs
- Offzip / TextureFinder
Gallery