mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
(BinOpener): changed credentials.
This commit is contained in:
parent
95e649ca59
commit
17e9273e3e
@ -34,8 +34,8 @@ namespace GameRes.Formats.FVP
|
|||||||
[Export(typeof(ArchiveFormat))]
|
[Export(typeof(ArchiveFormat))]
|
||||||
public class BinOpener : ArchiveFormat
|
public class BinOpener : ArchiveFormat
|
||||||
{
|
{
|
||||||
public override string Tag { get { return "FVP"; } }
|
public override string Tag { get { return "BIN/ACPXPK"; } }
|
||||||
public override string Description { get { return "FVP engine resource archive"; } }
|
public override string Description { get { return "Favorite View Point resource archive"; } }
|
||||||
public override uint Signature { get { return 0x58504341; } } // "ACPX"
|
public override uint Signature { get { return 0x58504341; } } // "ACPX"
|
||||||
public override bool IsHierarchic { get { return true; } }
|
public override bool IsHierarchic { get { return true; } }
|
||||||
public override bool CanCreate { get { return false; } }
|
public override bool CanCreate { get { return false; } }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user