mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- detection of alternative Twin Dragon GRP.
This commit is contained in:
parent
a0a710c56a
commit
2184baaa18
1 changed files with 14 additions and 2 deletions
|
@ -599,7 +599,7 @@ grpinfo
|
|||
flags GAMEFLAG_SW|GAMEFLAG_ADDON
|
||||
crc SWTD_CRC
|
||||
size 12499012
|
||||
defname "twindrag.def" // included in the GRP
|
||||
defname "twindrag.def"
|
||||
dependency SWREG12_CRC
|
||||
gamefilter "ShadowWarrior.TwinDragon"
|
||||
deletecontent "swcustom.txt" // not localizable and also not present in the alternative package.
|
||||
|
@ -611,11 +611,23 @@ grpinfo
|
|||
flags GAMEFLAG_SW|GAMEFLAG_ADDON
|
||||
crc 0xB5B71277
|
||||
size 6236287
|
||||
defname "twindrag.def" // included in the GRP
|
||||
defname "twindrag.def"
|
||||
dependency SWREG12_CRC
|
||||
gamefilter "ShadowWarrior.TwinDragon"
|
||||
}
|
||||
|
||||
grpinfo
|
||||
{
|
||||
name "Shadow Warrior: Twin Dragon"
|
||||
flags GAMEFLAG_SW|GAMEFLAG_ADDON
|
||||
crc 0xACC8DCDE
|
||||
size 6235578
|
||||
defname "twindrag.def"
|
||||
dependency SWREG12_CRC
|
||||
gamefilter "ShadowWarrior.TwinDragon"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
grpinfo
|
||||
|
|
Loading…
Reference in a new issue