diff options
author | Filippos Karapetis | 2015-07-08 02:21:04 +0300 |
---|---|---|
committer | Filippos Karapetis | 2015-07-08 02:21:04 +0300 |
commit | ccfe3bc313cdf9bc6d173a9162db832cefb1132d (patch) | |
tree | b71d2056a8a44e424d82a37a2eb9feb96a00a543 | |
parent | b9ecc5546229b88b1946719cd6653cb621e2f05d (diff) | |
download | scummvm-rg350-ccfe3bc313cdf9bc6d173a9162db832cefb1132d.tar.gz scummvm-rg350-ccfe3bc313cdf9bc6d173a9162db832cefb1132d.tar.bz2 scummvm-rg350-ccfe3bc313cdf9bc6d173a9162db832cefb1132d.zip |
SAGA: Add another German version of ITE - bug #6428
This is the German Windows/Mac version distributed by GoG
-rw-r--r-- | engines/saga/detection_tables.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/engines/saga/detection_tables.h b/engines/saga/detection_tables.h index e541f3a031..98009326ae 100644 --- a/engines/saga/detection_tables.h +++ b/engines/saga/detection_tables.h @@ -393,6 +393,33 @@ static const SAGAGameDescription gameDescriptions[] = { NULL, }, + // Inherit the earth - German Wyrmkeep combined Windows/Mac/Linux CD + + // Supplied by user nicode in bug #6428. + // Contains voices.rsc instead of "Inherit the Earth Voices". + { + { + "ite", + "Multi-OS CD Version", + { + {"ite.rsc", GAME_RESOURCEFILE, "420e09cfdbb4db12baefd4bc81d8e154", 8925349}, + {"scripts.rsc", GAME_SCRIPTFILE, "a891405405edefc69c9d6c420c868b84", -1}, + { NULL, 0, NULL, 0} + }, + Common::DE_DEU, + Common::kPlatformUnknown, + ADGF_CD, + GUIO0() + }, + GID_ITE, + 0, + ITE_DEFAULT_SCENE, + &ITE_Resources, + ARRAYSIZE(ITE_GameFonts), + ITE_GameFonts, + NULL, + }, + // Inherit the earth - Italian Wyrmkeep combined Windows/Mac/Linux CD (fan translation) // version is different from the other Wyrmkeep re-releases in that it does |