[Scummvm-git-logs] scummvm master -> 79e3e851e8c27f19f0fe4900a4aa918c804acf0f

tag2015 noreply at scummvm.org
Wed Apr 12 23:33:12 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
79e3e851e8 MADS: Add detection for nebular compressed UK version


Commit: 79e3e851e8c27f19f0fe4900a4aa918c804acf0f
    https://github.com/scummvm/scummvm/commit/79e3e851e8c27f19f0fe4900a4aa918c804acf0f
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-04-13T01:31:40+02:00

Commit Message:
MADS: Add detection for nebular compressed UK version

Reported in TRAC #14398

Changed paths:
    engines/mads/detection_tables.h


diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index 1d12f61e167..ef66cf6a1ff 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -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",
@@ -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)
 		{
@@ -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,




More information about the Scummvm-git-logs mailing list