From da96ab639e5177cc27d701c60e9a918a3683d64f Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Tue, 26 May 2009 20:30:16 +0000 Subject: Gob - Add detection strings for Lost In Time (Hebrew), Fascination (3 disks, Hebrew), Geisha (alternative EN version), Goblins 3 (Hebrew) svn-id: r40925 --- engines/gob/detection.cpp | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'engines/gob/detection.cpp') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index fc6478e5d5..0c26972d49 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1199,6 +1199,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, 0, 0, 0 }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "e0767783ff662ed93665446665693aef", 4371238), + HB_ISR, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeLostInTime, + kFeaturesAdlib, + 0, 0, 0 + }, { // Supplied by Arshlan in the forums { "lostintime", @@ -1450,6 +1463,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, "disk0.stk", 0, 0 }, + { + { + "fascination", + "VGA 3 disks edition", + AD_ENTRY1s("intro.stk", "d6e45ce548598727e2b5587a99718eba", 1055909), + HB_ISR, + kPlatformPC, + ADGF_NO_FLAGS, + }, + kGameTypeFascination, + kFeaturesAdlib, + "intro.stk", 0, 0 + }, //Provided by Sanguine { { @@ -1542,6 +1568,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, "disk1.stk", "intro.tot", 0 }, + { + { + "geisha", + "", + AD_ENTRY1s("disk1.stk", "f4d4d9d20f7ad1f879fc417d47faba89", 336732), + UNK_LANG, + kPlatformPC, + ADGF_NO_FLAGS, + }, + kGameTypeGeisha, + kFeaturesNone, + "disk1.stk", "intro.tot", 0 + }, { { "lostintime", @@ -1581,6 +1620,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, 0, 0, 0 }, + { + { + "gob3", + "", + AD_ENTRY1s("intro.stk", "904fc32032295baa3efb3a41f17db611", 178582), + HB_ISR, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeGob3, + kFeaturesAdlib, + 0, 0, 0 + }, { // Supplied by raziel_ in bug report #1891869 { "gob3", -- cgit v1.2.3