diff --git a/ArcFormats/UMeSoft/ArcPK.cs b/ArcFormats/UMeSoft/ArcPK.cs index 71ac5866..24362785 100644 --- a/ArcFormats/UMeSoft/ArcPK.cs +++ b/ArcFormats/UMeSoft/ArcPK.cs @@ -42,7 +42,7 @@ namespace GameRes.Formats.UMeSoft public PkOpener () { - Extensions = new string[] { "pk", "gpk", "tpk", "wpk", "mpk", "pke" }; + Extensions = new string[] { "pk", "gpk", "tpk", "wpk", "mpk", "pk0", "pka", "pkb", "pkc", "pkd", "pke", "pkf" }; } public override ArcFile TryOpen (ArcView file)