SUGAR Engine SGR: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 33: | Line 33: | ||
=== QuickBMS Script === | === QuickBMS Script === | ||
* [https://github.com/bartlomiejduda/Tools/blob/master/NEW%20Tools/Antecrypt/Antecrypt_SGR_script.bms Antecrypt_SGR_script.bms] | |||
=== Compatible Programs === | === Compatible Programs === | ||
Revision as of 19:58, 14 August 2022
Back to index | Edit this page
SGR
- Format Type : Archive
- Endian Order : Little Endian
- Signature : None
Format Specifications
// Antecrypt 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
None.
Games
List of games using this file format:
- Antecrypt (PC) (*.SGR)
QuickBMS Script
Compatible Programs
None.