SUGAR Engine SGR

From XentaxWiki
Revision as of 20:19, 14 August 2022 by imported>Ikskoks (→‎Format Specifications)
Jump to navigation Jump to search

Back to index | Edit this page

SGR

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


Format Specifications

// SUGAR Engine SGR file format

number_of_files *
{
   1 byte (uint8) - filename length
   x bytes (char) - filename  // e.g. "sfx/hero_hit.wav"
   4 bytes (uint32) - file size
   x bytes - file data
}

Notes and Comments

Games

List of games using this file format:

  • Antecrypt (PC) (*.SGR)

QuickBMS Script

Compatible Programs

None.