implemented DxLib MED archives.

This commit is contained in:
morkt
2016-05-30 15:48:02 +04:00
parent 98918ff5b5
commit 97c4722d86
4 changed files with 89 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ namespace GameRes.Formats.DxLib
public DxOpener ()
{
Extensions = new string[] { "dxa", "hud", "usi", "med", "dat" };
Signatures = new uint[] { 0x19EF8ED4, 0xA9FCCEDD, 0x0AEE0FD3, 0x5523F211, 0 };
Signatures = new uint[] { 0x19EF8ED4, 0xA9FCCEDD, 0x0AEE0FD3, 0x5523F211, 0x5524F211, 0 };
}
public static IList<byte[]> KnownKeys = new List<byte[]>();