implemented sudio e.go! PAK0 archives.

This commit is contained in:
morkt
2015-11-22 18:30:49 +04:00
parent 84447709c7
commit 111ffab7ac
4 changed files with 146 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ namespace GameRes.Formats.Ego
[Export(typeof(ArchiveFormat))]
public class DatOpener : ArchiveFormat
{
public override string Tag { get { return "EGO"; } }
public override string Tag { get { return "DAT/EGO"; } }
public override string Description { get { return "Studio e.go! engine resource archive"; } }
public override uint Signature { get { return 0; } }
public override bool IsHierarchic { get { return true; } }