ArcFormats: Support S3AC archieve

* Tested game: https://vndb.org/r5111

Signed-off-by: MkfsSion <[email protected]>
This commit is contained in:
MkfsSion
2024-09-06 23:15:51 +08:00
parent d621cf4c03
commit 7bd244e228

View File

@@ -95,6 +95,7 @@ namespace GameRes.Formats.Eushully
{ {
new AGEArchiveInfo(Encoding.ASCII.GetBytes("S3IN"), 0x12C, false, false), new AGEArchiveInfo(Encoding.ASCII.GetBytes("S3IN"), 0x12C, false, false),
new AGEArchiveInfo(Encoding.ASCII.GetBytes("S3IC"), 0x134, false, true), 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("S4IC"), 0x134, false, true),
new AGEArchiveInfo(Encoding.ASCII.GetBytes("S4AC"), 0x114, false, true), new AGEArchiveInfo(Encoding.ASCII.GetBytes("S4AC"), 0x114, false, true),
new AGEArchiveInfo(Encoding.Unicode.GetBytes("S5IC"), 0x224, true, true), new AGEArchiveInfo(Encoding.Unicode.GetBytes("S5IC"), 0x224, true, true),