mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(HyPack): "dat" extension, "SND"->"OGG" alias.
This commit is contained in:
@@ -59,7 +59,7 @@ namespace GameRes.Formats.Kogado
|
|||||||
|
|
||||||
public PakOpener ()
|
public PakOpener ()
|
||||||
{
|
{
|
||||||
Extensions = new string[] { "pak" };
|
Extensions = new string[] { "pak", "dat" };
|
||||||
}
|
}
|
||||||
|
|
||||||
public override ArcFile TryOpen (ArcView file)
|
public override ArcFile TryOpen (ArcView file)
|
||||||
@@ -394,4 +394,11 @@ namespace GameRes.Formats.Kogado
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Export(typeof(ResourceAlias))]
|
||||||
|
[ExportMetadata("Extension", "SND")]
|
||||||
|
[ExportMetadata("Target", "OGG")]
|
||||||
|
public class SndFormat : ResourceAlias
|
||||||
|
{
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user