diff options
author | Arnaud Boutonné | 2009-10-28 18:19:41 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-10-28 18:19:41 +0000 |
commit | 3986434c2c96e712303755ed414de1872f4f6d5f (patch) | |
tree | 04ddbbdb6ef409c276aa3962050e2c3a3802a47d /engines/gob | |
parent | 021edb1ef43d19d056595a305bcb42b4b1a99a6c (diff) | |
download | scummvm-rg350-3986434c2c96e712303755ed414de1872f4f6d5f.tar.gz scummvm-rg350-3986434c2c96e712303755ed414de1872f4f6d5f.tar.bz2 scummvm-rg350-3986434c2c96e712303755ed414de1872f4f6d5f.zip |
Add multilanguage EN+FR versions of gob2 and gob3 found on english Adi 4.10 English+Maths Year 8
svn-id: r45476
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index bc806e939c..cbcc542ee2 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1177,6 +1177,42 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, 0, 0, 0 }, + { + { + "gob2", + "", + { + {"intro.stk", 0, "6efac0a14c0de4d57dde8592456c8acf", 845172}, + {"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661}, + {0, 0, 0, 0} + }, + EN_USA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGob2, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob2", + "", + { + {"intro.stk", 0, "6efac0a14c0de4d57dde8592456c8acf", 845172}, + {"musmac1.mid", 0, "834e55205b710d0af5f14a6f2320dd8e", 8661}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGob2, + kFeaturesAdlib, + 0, 0, 0 + }, { // Supplied by vampir_raziel in bug report #1658373 { "ween", @@ -2647,6 +2683,42 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "gob3", + "", + { + {"intro.stk", 0, "428e2de130cf3b303c938924539dc50d", 324420}, + {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGob3, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob3", + "", + { + {"intro.stk", 0, "428e2de130cf3b303c938924539dc50d", 324420}, + {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404}, + {0, 0, 0, 0} + }, + EN_ANY, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeGob3, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { "inca2", "", AD_ENTRY1s("intro.stk", "47c3b452767c4f49ea7b109143e77c30", 916828), |