changed archive tag.

This commit is contained in:
morkt 2014-07-25 06:21:07 +04:00
parent 68088db605
commit c807fcb1e7

View File

@ -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