diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/xeen/detection_tables.h | 56 |
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", |