mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-29 07:22:33 +00:00
- Add support for Blood: Cryptic Passage via CRYPTIC.SSI
file.
This commit is contained in:
parent
22f5c69b4c
commit
03aedda7da
1 changed files with 16 additions and 0 deletions
|
@ -32,6 +32,7 @@ CRC
|
||||||
BLOOD10_CRC 0xB291418f
|
BLOOD10_CRC 0xB291418f
|
||||||
BLOOD11_CRC 0xC3A99936
|
BLOOD11_CRC 0xC3A99936
|
||||||
BLOOD_CRC 0xA8FDDA84
|
BLOOD_CRC 0xA8FDDA84
|
||||||
|
BLOODCP_CRC 0xC6DF85ED
|
||||||
SWREG12_CRC 0x7545319F
|
SWREG12_CRC 0x7545319F
|
||||||
SWWD_CRC 0xA9AAA7B7
|
SWWD_CRC 0xA9AAA7B7
|
||||||
SWTD_CRC 0xA1A65BE8
|
SWTD_CRC 0xA1A65BE8
|
||||||
|
@ -527,6 +528,21 @@ grpinfo
|
||||||
GameID "CrypticPassage"
|
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
|
addon
|
||||||
{
|
{
|
||||||
// This is for detecting the files inside the Blood folder itself
|
// This is for detecting the files inside the Blood folder itself
|
||||||
|
|
Loading…
Reference in a new issue