Rival Wheels N PACK

From XentaxWiki
Revision as of 19:05, 14 June 2022 by imported>Ikskoks (→‎Compatible Programs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

N_PACK


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