SUGAR Engine SGR: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
m (Ikskoks moved page Antecrypt SGR to SUGAR Engine SGR without leaving a redirect)
imported>Ikskoks
Line 11: Line 11:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
// Antecrypt SGR file format
// SUGAR Engine SGR file format


number_of_files *
number_of_files *

Revision as of 20:19, 14 August 2022

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.