From acc9773a3df68ffa806cbc52ed7c7b5fa83bb197 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 26 Jan 2017 16:30:23 +0100 Subject: GOB: Add another interactive Gob3 demo, as supplied by Dark-Star This demo comes with texts in English (GB), German and French. --- engines/gob/detection/tables_gob3.h | 42 +++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) (limited to 'engines/gob/detection') diff --git a/engines/gob/detection/tables_gob3.h b/engines/gob/detection/tables_gob3.h index 55c840f44e..0202a06a52 100644 --- a/engines/gob/detection/tables_gob3.h +++ b/engines/gob/detection/tables_gob3.h @@ -560,5 +560,47 @@ kFeaturesAdLib, 0, 0, 0 }, +{ // Supplied by Dark-Star on #scummvm + { + "gob3", + "Interactive Demo 4", + AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562), + EN_GRB, + kPlatformDOS, + ADGF_DEMO, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGob3, + kFeaturesAdLib, + 0, 0, 0 +}, +{ // Supplied by Dark-Star on #scummvm + { + "gob3", + "Interactive Demo 4", + AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562), + DE_DEU, + kPlatformDOS, + ADGF_DEMO, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGob3, + kFeaturesAdLib, + 0, 0, 0 +}, +{ // Supplied by Dark-Star on #scummvm + { + "gob3", + "Interactive Demo 4", + AD_ENTRY1s("intro.stk", "9c7c9002506fc976128ffe8f308d428c", 395562), + FR_FRA, + kPlatformDOS, + ADGF_DEMO, + GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH) + }, + kGameTypeGob3, + kFeaturesAdLib, + 0, 0, 0 +}, #endif // GOB_DETECTION_TABLES_GOB3_H -- cgit v1.2.3