feat: HuneX image formats

This commit is contained in:
scientificworld
2026-04-16 03:07:38 +08:00
parent ebb27bd9f6
commit 9124ce1066
5 changed files with 673 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ namespace GameRes.Formats.HuneX {
public HfaOpener() {
Extensions = new string[] { "hfa" };
ContainedFormats = new[] { "BGI", "CompressedBG", "BW", "SCR" };
ContainedFormats = new[] { "BGI", "CompressedBG_MT", "BW", "SCR" };
}
public override ArcFile TryOpen(ArcView file) {