aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen
diff options
context:
space:
mode:
authorPaul Gilbert2018-07-02 19:40:48 -0700
committerPaul Gilbert2018-07-02 19:40:48 -0700
commitb9006c7df92d9ae229deb9f5909e9765128b9f83 (patch)
tree4b0aa3caa0589fe2af99cea7577bae20e7ab5525 /engines/xeen
parent856a14f3ab433470b514a2bfa4e8372edfc7f8ba (diff)
downloadscummvm-rg350-b9006c7df92d9ae229deb9f5909e9765128b9f83.tar.gz
scummvm-rg350-b9006c7df92d9ae229deb9f5909e9765128b9f83.tar.bz2
scummvm-rg350-b9006c7df92d9ae229deb9f5909e9765128b9f83.zip
XEEN: Add detection entries for Clouds/Darkside/World of Xeen GOG German
Diffstat (limited to 'engines/xeen')
-rw-r--r--engines/xeen/detection_tables.h56
1 files changed, 56 insertions, 0 deletions
diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h
index fdb9dbd668..a0a6a2c8bd 100644
--- a/engines/xeen/detection_tables.h
+++ b/engines/xeen/detection_tables.h
@@ -62,6 +62,25 @@ static const XeenGameDescription gameDescriptions[] = {
},
{
+ // World of Xeen (GOG German)
+ {
+ "worldofxeen",
+ nullptr,
+ {
+ { "xeen.cc", 0, "f4e4b3ddc43bd102dbe1637f480f1fa1", 13214150 },
+ { "dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11168312 },
+ AD_LISTEND
+ },
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
+ },
+ GType_WorldOfXeen,
+ 0
+ },
+
+ {
// World of Xeen (2 CD talkie version)
{
"worldofxeen",
@@ -98,6 +117,25 @@ static const XeenGameDescription gameDescriptions[] = {
0
},
+
+ {
+ // Clouds of Xeen (GOG German)
+ {
+ "cloudsofxeen",
+ nullptr,
+ {
+ { "xeen.cc", 0, "f4e4b3ddc43bd102dbe1637f480f1fa1", 13214150 },
+ AD_LISTEND
+ },
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
+ },
+ GType_Clouds,
+ 0
+ },
+
{
// Dark Side of Xeen
{
@@ -117,6 +155,24 @@ static const XeenGameDescription gameDescriptions[] = {
},
{
+ // Dark Side of Xeen (GOG German)
+ {
+ "darksideofxeen",
+ nullptr,
+ {
+ { "dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11168312 },
+ AD_LISTEND
+ },
+ Common::DE_DEU,
+ Common::kPlatformDOS,
+ ADGF_UNSTABLE,
+ GUIO2(GAMEOPTION_SHOW_ITEM_COSTS, GAMEOPTION_DURABLE_ARMOR)
+ },
+ GType_DarkSide,
+ 0
+ },
+
+ {
// Swords of Xeen
{
"swordsofxeen",