From 2702c1c8657ed820d405154a6ac91cefb6c267c8 Mon Sep 17 00:00:00 2001 From: Henrik Kretzschmar Date: Mon, 9 Jul 2018 20:49:33 +0200 Subject: XEEN: Add detection entry for Darkside of Xeen German BG --- engines/xeen/detection_tables.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'engines') diff --git a/engines/xeen/detection_tables.h b/engines/xeen/detection_tables.h index a0a6a2c8bd..ea2a4a6908 100644 --- a/engines/xeen/detection_tables.h +++ b/engines/xeen/detection_tables.h @@ -172,6 +172,25 @@ static const XeenGameDescription gameDescriptions[] = { 0 }, + { + // Dark Side of Xeen (Bestseller Games Magazine #8 German) + { + "darksideofxeen", + nullptr, + { + { "dark.cc", 0, "84a86bbbc5f2fe96c0b0325485ed8203", 11173657}, + { "intro.cc", 0, "e47a7ab0223cf32b2d87eed91d024c35", 8899953}, + 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