From 7bd244e228de4e409bdb305aa52c4c0af6d6e0d8 Mon Sep 17 00:00:00 2001 From: MkfsSion Date: Fri, 6 Sep 2024 23:15:51 +0800 Subject: [PATCH] ArcFormats: Support S3AC archieve * Tested game: https://vndb.org/r5111 Signed-off-by: MkfsSion --- ArcFormats/Eushully/ArcALF.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ArcFormats/Eushully/ArcALF.cs b/ArcFormats/Eushully/ArcALF.cs index dae9d110..9a9c34bf 100644 --- a/ArcFormats/Eushully/ArcALF.cs +++ b/ArcFormats/Eushully/ArcALF.cs @@ -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),