- Add support for Blood: Cryptic Passage via CRYPTIC.SSI file.

This commit is contained in:
Mitchell Richters 2022-12-29 23:05:47 +11:00
parent 22f5c69b4c
commit 03aedda7da

View file

@ -32,6 +32,7 @@ CRC
BLOOD10_CRC 0xB291418f
BLOOD11_CRC 0xC3A99936
BLOOD_CRC 0xA8FDDA84
BLOODCP_CRC 0xC6DF85ED
SWREG12_CRC 0x7545319F
SWWD_CRC 0xA9AAA7B7
SWTD_CRC 0xA1A65BE8
@ -527,6 +528,21 @@ grpinfo
GameID "CrypticPassage"
}
grpinfo
{
// This is for detecting SSI versions of the mod.
name "BLOOD: Cryptic Passage"
scriptname "CRYPTIC.INI"
mustcontain "CRYPTIC.INI", "CP01.MAP", "CP02.MAP"
flags GAMEFLAG_BLOOD|GAMEFLAG_ADDON|GAMEFLAG_BLOODCP
dependency BLOOD_CRC
size 9753361
crc BLOODCP_CRC
loadart "CPART07.AR_", "CPART15.AR_"
gamefilter "Blood.Cryptic"
GameID "CrypticPassage"
}
addon
{
// This is for detecting the files inside the Blood folder itself