diff --git a/ArcFormats/Software House Parsley/ArcCG.cs b/ArcFormats/Software House Parsley/ArcCG.cs index 08129bf8..c9770ab0 100644 --- a/ArcFormats/Software House Parsley/ArcCG.cs +++ b/ArcFormats/Software House Parsley/ArcCG.cs @@ -44,7 +44,8 @@ namespace GameRes.Formats.Parsley public CgOpener () { - Extensions = new string[] { "" }; + Extensions = new string[] { "", "dat" }; + Signatures = new uint[] { 0, 0x656E6179 }; } public override ArcFile TryOpen (ArcView file)