[Scummvm-git-logs] scummvm master -> 1351189575251a7fd6ebd6af62677e501077a9df

csnover csnover at users.noreply.github.com
Thu Sep 28 04:41:09 CEST 2017


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:
1351189575 SCI: Add SQ3 1.0P 720K to detection table


Commit: 1351189575251a7fd6ebd6af62677e501077a9df
    https://github.com/scummvm/scummvm/commit/1351189575251a7fd6ebd6af62677e501077a9df
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-09-27T21:40:45-05:00

Commit Message:
SCI: Add SQ3 1.0P 720K to detection table

Fixes Trac#10245.

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 375b6a6..efe2884 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4367,6 +4367,17 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Space Quest 3 - English DOS (from darksoul42, bug report Trac#10245)
+	// Game version 1.0P 1989-03-22
+	// SCI interpreter version 0.000.453
+	{"sq3", "", {
+		{"resource.map", 0, "876445bb0085a62d5966f4153e2ddf52", 5484},
+		{"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 485059},
+		{"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 720133},
+		{"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 688294},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 	// Space Quest 3 - English DOS (from abevi, bug report #2612718)
 	{"sq3", "", {
 		{"resource.map", 0, "eca165515c6b62b05fa86b7d8f727660", 5598},





More information about the Scummvm-git-logs mailing list