mirror of
https://github.com/DrBeef/Raze.git
synced 2025-01-31 13:10:39 +00:00
- Add support for Duke Nukem's Penthouse Paradise as shipped with the Zoom release of Duke Nukem 3D Atomic.
This commit is contained in:
parent
8cf115c444
commit
a2a75fccc2
2 changed files with 28 additions and 11 deletions
|
@ -224,6 +224,7 @@ void FGameConfigFile::DoAutoloadSetup (/*FIWadManager *iwad_man*/)
|
|||
CreateSectionAtStart("Duke.Duke.15.Autoload");
|
||||
CreateSectionAtStart("Duke.Duke.13.Autoload");
|
||||
CreateSectionAtStart("Duke.Duke.Autoload");
|
||||
CreateSectionAtStart("Duke.PParadise.Autoload");
|
||||
CreateSectionAtStart("Duke.Autoload");
|
||||
|
||||
CreateSectionAtStart("Global.Autoload");
|
||||
|
@ -239,17 +240,7 @@ void FGameConfigFile::DoAutoloadSetup (/*FIWadManager *iwad_man*/)
|
|||
CreateStandardAutoExec("DukeNukem3D.DukeDC.AutoLoad", true);
|
||||
CreateStandardAutoExec("DukeNukem3D.NWinter.AutoLoad", true);
|
||||
CreateStandardAutoExec("DukeNukem3D.Vacation.AutoLoad", true);
|
||||
|
||||
CreateStandardAutoExec("ShadowWarrior.AutoLoad", true);
|
||||
CreateStandardAutoExec("Redneck.RidesAgain.AutoLoad", true);
|
||||
CreateStandardAutoExec("Redneck.Redneck.AutoLoad", true);
|
||||
CreateStandardAutoExec("WW2GI.AutoLoad", true);
|
||||
CreateStandardAutoExec("Nam.AutoLoad", true);
|
||||
CreateStandardAutoExec("DukeNukem3D.AutoLoad", true);
|
||||
CreateStandardAutoExec("DukeNukem3D.DN3D.AutoLoad", true);
|
||||
CreateStandardAutoExec("DukeNukem3D.DukeDC.AutoLoad", true);
|
||||
CreateStandardAutoExec("DukeNukem3D.NWinter.AutoLoad", true);
|
||||
CreateStandardAutoExec("DukeNukem3D.Vacation.AutoLoad", true);
|
||||
CreateStandardAutoExec("DukeNukem3D.PParadise.AutoLoad", true);
|
||||
|
||||
// Move search paths back to the top.
|
||||
MoveSectionToStart("SoundfontSearch.Directories");
|
||||
|
|
|
@ -415,6 +415,32 @@ grpinfo
|
|||
gamefilter "Duke.Zone.13"
|
||||
}
|
||||
|
||||
// original .zip release
|
||||
grpinfo
|
||||
{
|
||||
name "Duke Nukem's Penthouse Paradise"
|
||||
scriptname "PPAKGAME.CON"
|
||||
size 2112419
|
||||
crc 0x7CD82A3B
|
||||
flags GAMEFLAG_DUKE|GAMEFLAG_ADDON
|
||||
dependency DUKE15_CRC
|
||||
gamefilter "Duke.PParadise"
|
||||
exclepisodes "LUNAR APOCALYPSE", "SHRAPNEL CITY", "THE BIRTH"
|
||||
}
|
||||
|
||||
// ZOOM Platform repacked .grp
|
||||
grpinfo
|
||||
{
|
||||
name "Duke Nukem's Penthouse Paradise"
|
||||
scriptname "PPAKGAME.CON"
|
||||
size 4247491
|
||||
crc 0xCF928A58
|
||||
flags GAMEFLAG_DUKE|GAMEFLAG_ADDON
|
||||
dependency DUKE15_CRC
|
||||
gamefilter "Duke.PParadise"
|
||||
exclepisodes "LUNAR APOCALYPSE", "SHRAPNEL CITY", "THE BIRTH"
|
||||
}
|
||||
|
||||
grpinfo
|
||||
{
|
||||
name "BLOOD: 1.0"
|
||||
|
|
Loading…
Reference in a new issue