mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-12 00:30:28 +08:00
updated formats.
This commit is contained in:
@@ -134,7 +134,7 @@ namespace GameRes.Formats.Malie
|
||||
public DatOpener ()
|
||||
{
|
||||
Extensions = new string[] { "lib", "dat" };
|
||||
Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E };
|
||||
Signatures = new uint[] { 0, 0x3F503FB1, 0xC237434E, 0x8CD11522 };
|
||||
}
|
||||
|
||||
public override ArcFile TryOpen (ArcView file)
|
||||
|
||||
Binary file not shown.
@@ -21,7 +21,7 @@
|
||||
</Notes>
|
||||
</Release>
|
||||
<FormatsData>
|
||||
<FileVersion>96</FileVersion>
|
||||
<FileVersion>98</FileVersion>
|
||||
<Url>https://github.com/morkt/GARbro/raw/master/ArcFormats/Resources/Formats.dat</Url>
|
||||
<Requires>
|
||||
<Assembly Name="ArcFormats" Version="1.2.36.1546"/>
|
||||
|
||||
Reference in New Issue
Block a user