diff options
author | Sven Hesse | 2017-01-26 16:30:23 +0100 |
---|---|---|
committer | Sven Hesse | 2017-01-26 16:30:23 +0100 |
commit | acc9773a3df68ffa806cbc52ed7c7b5fa83bb197 (patch) | |
tree | f17bdb3be281d6d860c768d282728f81618b8d6d /engines/gob | |
parent | 95864c83487ba22cc8e63d8529c575de513e6ecf (diff) | |
download | scummvm-rg350-acc9773a3df68ffa806cbc52ed7c7b5fa83bb197.tar.gz scummvm-rg350-acc9773a3df68ffa806cbc52ed7c7b5fa83bb197.tar.bz2 scummvm-rg350-acc9773a3df68ffa806cbc52ed7c7b5fa83bb197.zip |
GOB: Add another interactive Gob3 demo, as supplied by Dark-Star
This demo comes with texts in English (GB), German and French.
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection/tables_gob3.h | 42 |
1 files changed, 42 insertions, 0 deletions
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 |