mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-27 15:44:00 +08:00
changed archive tag.
This commit is contained in:
parent
68088db605
commit
c807fcb1e7
@ -15,11 +15,16 @@ namespace GameRes.Formats
|
|||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
public class NpaSteinsGateOpener : 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 string Description { get { return arcStrings.NPASteinsGateDescription; } }
|
||||||
public override uint Signature { get { return 0; } }
|
public override uint Signature { get { return 0; } }
|
||||||
public override bool IsHierarchic { get { return true; } }
|
public override bool IsHierarchic { get { return true; } }
|
||||||
|
|
||||||
|
public NpaSteinsGateOpener ()
|
||||||
|
{
|
||||||
|
Extensions = new string[] { "npa" };
|
||||||
|
}
|
||||||
|
|
||||||
internal static readonly byte[] KeyString = {
|
internal static readonly byte[] KeyString = {
|
||||||
'B'^0xff, 'U'^0xff, 'C'^0xff, 'K'^0xff,
|
'B'^0xff, 'U'^0xff, 'C'^0xff, 'K'^0xff,
|
||||||
'T'^0xff, 'I'^0xff, 'C'^0xff, 'K'^0xff
|
'T'^0xff, 'I'^0xff, 'C'^0xff, 'K'^0xff
|
||||||
|
Loading…
Reference in New Issue
Block a user