From b9006c7df92d9ae229deb9f5909e9765128b9f83 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 2 Jul 2018 19:40:48 -0700 Subject: XEEN: Add detection entries for Clouds/Darkside/World of Xeen GOG German --- engines/xeen/detection_tables.h | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'engines/xeen') 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 @@ -61,6 +61,25 @@ static const XeenGameDescription gameDescriptions[] = { 0 }, + { + // 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) { @@ -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 { @@ -116,6 +154,24 @@ static const XeenGameDescription gameDescriptions[] = { 0 }, + { + // 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 { -- cgit v1.2.3