Rival Wheels N PACK
From XentaxWiki
Contents
N_PACK
- Game : Rival Wheels
- Format Type : Archive
- Endian Order : Big Endian
Format Specifications
// Rival Wheels (Java) // N_PACK file format // Note: "N_PACK" stands for "new pack" // and it is work name for another kind of pack archive // It occurs in games where there is "888" file // instead of "999" index file. 2 bytes - number of entries / number of files * 2 num_of_files * { 4 bytes - file offset } num_of_files * { 1 byte - MIME type x bytes - file data }
MultiEx BMS Script
Not written yet
Notes and Comments
- This file format is shared between few J2ME Gameloft games. (link)
- Files inside archives may be compressed with LZMA.
Compatible Programs