implemented TCD1 archives and SPD7 images.

This commit is contained in:
morkt
2018-01-23 15:38:52 +04:00
parent db4a6ebe48
commit 0425aa269e
4 changed files with 112 additions and 15 deletions

View File

@@ -136,7 +136,7 @@ namespace GameRes.Formats.TopCat
header[1] -= header_key;
header[2] -= header_key;
header[3] -= header_key;
bool spdc_entry = Binary.AsciiEqual (header, "SPD") && (header[3] == 'C' || header[3] == '8');
bool spdc_entry = Binary.AsciiEqual (header, "SPD") && (header[3] == 'C' || header[3] == '8' || header[3] == '7');
if (!spdc_entry)
{
LittleEndian.Pack (signature, header, 0);