From c807fcb1e7946a5d35d9bec3759e426036aed062 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 25 Jul 2014 06:21:07 +0400 Subject: [PATCH] changed archive tag. --- ArcFormats/ArcSteinsGate.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ArcFormats/ArcSteinsGate.cs b/ArcFormats/ArcSteinsGate.cs index 4c6c0544..4dfd988f 100644 --- a/ArcFormats/ArcSteinsGate.cs +++ b/ArcFormats/ArcSteinsGate.cs @@ -15,11 +15,16 @@ namespace GameRes.Formats [Export(typeof(ArchiveFormat))] public class NpaSteinsGateOpener : ArchiveFormat { - public override string Tag { get { return "NPA"; } } + public override string Tag { get { return "NPA-SG"; } } public override string Description { get { return arcStrings.NPASteinsGateDescription; } } public override uint Signature { get { return 0; } } public override bool IsHierarchic { get { return true; } } + public NpaSteinsGateOpener () + { + Extensions = new string[] { "npa" }; + } + internal static readonly byte[] KeyString = { 'B'^0xff, 'U'^0xff, 'C'^0xff, 'K'^0xff, 'T'^0xff, 'I'^0xff, 'C'^0xff, 'K'^0xff