mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(MK2): recognize 'BL2.0' archives.
This commit is contained in:
@@ -41,6 +41,11 @@ namespace GameRes.Formats.Maika
|
||||
public override bool IsHierarchic { get { return false; } }
|
||||
public override bool CanWrite { get { return false; } }
|
||||
|
||||
public Mk2Opener ()
|
||||
{
|
||||
Signatures = new uint[] { 0x2E324B4D, 0x2E324C42 }; // 'BL2.0'
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
{
|
||||
if (!file.View.AsciiEqual (4, "0\0"))
|
||||
|
||||
Reference in New Issue
Block a user