mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-22 03:45:13 +08:00
(PkOpener): added archive name extensions.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user