mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 00:41:55 +00:00
- let Twin Dragon load the regular sw.def file.
TwinDrag.def is just some leftover SWP stuff in one of the available GRPs and should not be used.
This commit is contained in:
parent
8b507ed606
commit
a0bf16d8fe
1 changed files with 3 additions and 3 deletions
|
@ -674,7 +674,7 @@ grpinfo
|
|||
flags GAMEFLAG_SW|GAMEFLAG_ADDON|GAMEFLAG_SWTWINDRAG
|
||||
crc SWTD_CRC
|
||||
size 12499012
|
||||
defname "twindrag.def"
|
||||
defname "sw.def"
|
||||
dependency SWREG12_CRC
|
||||
gamefilter "ShadowWarrior.TwinDragon"
|
||||
deletecontent "swcustom.txt" // not localizable and also not present in the alternative package.
|
||||
|
@ -687,7 +687,7 @@ grpinfo
|
|||
flags GAMEFLAG_SW|GAMEFLAG_ADDON|GAMEFLAG_SWTWINDRAG
|
||||
crc 0xB5B71277
|
||||
size 6236287
|
||||
defname "twindrag.def"
|
||||
defname "sw.def"
|
||||
dependency SWREG12_CRC
|
||||
gamefilter "ShadowWarrior.TwinDragon"
|
||||
GameID "TwinDragon"
|
||||
|
@ -699,7 +699,7 @@ grpinfo
|
|||
flags GAMEFLAG_SW|GAMEFLAG_ADDON|GAMEFLAG_SWTWINDRAG
|
||||
crc 0xACC8DCDE
|
||||
size 6235578
|
||||
defname "twindrag.def"
|
||||
defname "sw.def"
|
||||
dependency SWREG12_CRC
|
||||
gamefilter "ShadowWarrior.TwinDragon"
|
||||
GameID "TwinDragon"
|
||||
|
|
Loading…
Reference in a new issue