Skip to content

Commit

Permalink
MADS: Add detection for nebular compressed UK version
Browse files Browse the repository at this point in the history
Reported in TRAC #14398
  • Loading branch information
tag2015 committed Apr 12, 2023
1 parent 0945f86 commit 79e3e85
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions engines/mads/detection_tables.h
Expand Up @@ -23,7 +23,7 @@ namespace MADS {

static const MADSGameDescription gameDescriptions[] = {
{
// Rex Nebular and the Cosmic Gender Bender DOS English (compressed, 3.5" floppy installer)
// Rex Nebular and the Cosmic Gender Bender DOS English USA (compressed, 3.5" floppy installer)
{
"nebular",
"3.5 inch floppy installer",
Expand All @@ -40,6 +40,26 @@ static const MADSGameDescription gameDescriptions[] = {
GType_RexNebular,
0
},

{
// Rex Nebular and the Cosmic Gender Bender DOS English UK 8.44 (compressed, 3.5" floppy installer)
{
"nebular",
"3.5 inch floppy installer",
AD_ENTRY2s("mpslabs.001", "4df5c557b52abb5b661cf4befe5ae301", 1315354, "mpslabs.idx", "d74bed6513d0a5d514269750f574a23b", 5598),
Common::EN_ANY,
Common::kPlatformDOS,
GF_INSTALLER,
#ifdef USE_TTS
GUIO6(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE, GAMEOPTION_TTS_NARRATOR)
#else
GUIO5(GUIO_NOSPEECH, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ANIMATED_INVENTORY, GAMEOPTION_ANIMATED_INTERFACE, GAMEOPTION_NAUGHTY_MODE)
#endif
},
GType_RexNebular,
0
},

{
// Rex Nebular and the Cosmic Gender Bender DOS English (compressed, 5.25" floppy installer)
{
Expand All @@ -60,7 +80,7 @@ static const MADSGameDescription gameDescriptions[] = {
},

{
// Rex Nebular and the Cosmic Gender Bender DOS English, same as 2 entries above but uncompressed
// Rex Nebular and the Cosmic Gender Bender DOS English, same as USA/UK entries but uncompressed
{
"nebular",
0,
Expand Down

0 comments on commit 79e3e85

Please sign in to comment.