[Scummvm-cvs-logs] scummvm master -> 7139117bb717e2b31f9d270a2706046678844e25

bluegr bluegr at gmail.com
Fri Oct 4 19:31:37 CEST 2013


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:
7139117bb7 SCI: Add the German version of EcoQuest 2 (bug #3615072)


Commit: 7139117bb717e2b31f9d270a2706046678844e25
    https://github.com/scummvm/scummvm/commit/7139117bb717e2b31f9d270a2706046678844e25
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-10-04T10:30:58-07:00

Commit Message:
SCI: Add the German version of EcoQuest 2 (bug #3615072)

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 5a5b90e..5ad49ac 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -555,6 +555,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 	 	Common::ES_ESP, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Eco Quest 2 - German DOS Floppy (supplied by frankenbuam in bug report #3615072)
+	{"ecoquest2", "Floppy", {
+		{"resource.map", 0, "d8b20073e64f41f6437f73143a186753", 5643},
+		{"resource.000", 0, "cc1d17e5637528dbe4a812699e1cbfc6", 4210876},
+		{"resource.msg", 0, "2f231d31af172ea72ed533fd112f971b", 133458},
+		AD_LISTEND},
+		Common::DE_DEU, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 	// Freddy Pharkas - English DOS demo (from FRG)
 	// SCI interpreter version 1.001.069
 	{"freddypharkas", "Demo", {






More information about the Scummvm-git-logs mailing list