SUGAR Engine SGR: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
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>
// TODO
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
}
</pre>
</pre>
</div>
</div>

Revision as of 19:53, 14 August 2022

Back to index | Edit this page

SGR

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


Format Specifications

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

None.

Games

List of games using this file format:

  • Antecrypt (PC) (*.SGR)

QuickBMS Script

Not written yet.

Compatible Programs

None.