OHRRPGCE RPG

From XentaxWiki
Revision as of 23:23, 4 February 2023 by Ikskoks (talk | contribs) (Compatible Programs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Back to index | Edit this page

RPG

  • Format Type : Archive
  • Endian Order : Middle Endian
  • Signature : None


Format Specifications

// RPG file format

number_of_files *
{
   x bytes (char) - filename
   1 byte (uint8) - null
   4 bytes (uint32) - encoded file size   // size = losize | (hisize << 16)
   x bytes - file data
}

Notes and Comments

  • This file format occurs in games made using OHRRPGCE (Official Hamster Republic Role Playing Game Construction Engine).
  • Files in this file format are called "lumps" and are stored one by another in the archive.
  • File size of each file is stored in PDB endianess (middle endianess).

Games

List of games using this file format:

QuickBMS Script

Not written yet.

Compatible Programs

See Also