From 7139117bb717e2b31f9d270a2706046678844e25 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 4 Oct 2013 20:30:05 +0300 Subject: SCI: Add the German version of EcoQuest 2 (bug #3615072) --- engines/sci/detection_tables.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/sci') diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 5a5b90e51f..5ad49acf5c 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", { -- cgit v1.2.3