mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
ArcFormats: Support S3AC archieve
* Tested game: https://vndb.org/r5111 Signed-off-by: MkfsSion <mkfssion@mkfssion.com>
This commit is contained in:
parent
d621cf4c03
commit
7bd244e228
@ -95,6 +95,7 @@ namespace GameRes.Formats.Eushully
|
||||
{
|
||||
new AGEArchiveInfo(Encoding.ASCII.GetBytes("S3IN"), 0x12C, false, false),
|
||||
new AGEArchiveInfo(Encoding.ASCII.GetBytes("S3IC"), 0x134, false, true),
|
||||
new AGEArchiveInfo(Encoding.ASCII.GetBytes("S3AC"), 0x114, false, true),
|
||||
new AGEArchiveInfo(Encoding.ASCII.GetBytes("S4IC"), 0x134, false, true),
|
||||
new AGEArchiveInfo(Encoding.ASCII.GetBytes("S4AC"), 0x114, false, true),
|
||||
new AGEArchiveInfo(Encoding.Unicode.GetBytes("S5IC"), 0x224, true, true),
|
||||
|
Loading…
Reference in New Issue
Block a user