From c9e41ba2c8da99dcbfda0f292375ddf1b0c83118 Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 2 Jan 2018 06:33:38 +0400 Subject: [PATCH] (CgOpener): added extensions and signatures. --- ArcFormats/Software House Parsley/ArcCG.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)