OHRRPGCE RPG: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 16: Line 16:
{
{
   x bytes (char) - filename
   x bytes (char) - filename
   4 bytes (uint32) - encoded file size
   4 bytes (uint32) - encoded file size   // size = losize | (hisize << 16)
   x bytes - file data
   x bytes - file data
}
}

Revision as of 21:42, 30 January 2023

Back to index | Edit this page

RPG

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


Format Specifications

// RPG file format

number_of_files *
{
   x bytes (char) - filename
   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).

Games

List of games using this file format:

QuickBMS Script

Not written yet.

Compatible Programs

  • TODO

See Also