mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(BinOpener): changed credentials.
This commit is contained in:
@@ -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; } }
|
||||||
|
|||||||
Reference in New Issue
Block a user