Narbacular Drop ORE

From XentaxWiki
Jump to navigation Jump to search

Back to index | Edit this page

ORE

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


Format Specifications

// header
4 bytes (uint32) - directories info size

// directories info
4 bytes (uint32) - number of directories
num_of_directiories *
{
   x bytes (char) - directory name + null  // e.g. "audio"
   4 bytes (uint32) - directory offset
}
4 bytes - nulls

// directories
num_of_directories *
{
   8 bytes (uint64) - directory signature  // 8
   4 bytes (uint32) - number of files
   num_of_files *
   {
      x bytes (char) - file name + null  // e.g. "boulder_land.wav"
      4 bytes (uint32) - file offset
      4 bytes (uint32) - file size
   }

   num_of_files *
   {
      x bytes - file data
   }

}

Notes and Comments

  • This archive file format occurs in Narbacular Drop game from Nuclear Monkey Software.
  • The game has only one archive and it's called File.ore.

Games

List of games using this file format:

QuickBMS Script

Compatible Programs

None.