From e26000811779df81464650f9b52548addb9f4a19 Mon Sep 17 00:00:00 2001 From: aviloria Date: Mon, 2 Dec 2019 10:03:03 +0100 Subject: WINTERMUTE: Add 2 more demos Added 2 german demos for "Art of Murder: FBI Confidential"--- engines/wintermute/detection_tables.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/engines/wintermute/detection_tables.h b/engines/wintermute/detection_tables.h index 97f63fbbde..5bb2cf3ee7 100644 --- a/engines/wintermute/detection_tables.h +++ b/engines/wintermute/detection_tables.h @@ -334,6 +334,18 @@ static const WMEGameDescription gameDescriptions[] = { WME_ENTRY2s("data.dcp", "d0073ddf2b25527c83785ae7a0978867", 47676670, "pl.dcp", "4dbc02aa9f67d22226d22dc0d837d20e", 49208405), Common::PL_POL, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_1), + // Art of Murder: FBI Confidential (German Demo 1) + // NOTE: This is a 2.5D game that is out of ScummVM scope + WME_WINENTRY("artofmurder1", "Demo", + WME_ENTRY2s("data.dcp", "d7f3dd0e87e4904292d19778b8af2ed1", 47662172, + "de.dcp", "c0bbfee40b79af1f837a9f3f8fcef78c", 42741523), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_1), + + // Art of Murder: FBI Confidential (German Demo 2) + // NOTE: This is a 2.5D game that is out of ScummVM scope + WME_WINENTRY("artofmurder1", "Demo", + WME_ENTRY2s("data.dcp", "99d63dfee4ea97d31530649c929bee45", 81127581, + "de.dcp", "e97e2e18b26e5eff916c73f720d5f4f2", 17737492), Common::DE_DEU, ADGF_UNSTABLE | ADGF_DEMO, WME_1_8_1), + // Basis Octavus // NOTE: This is a 2.5D game that is out of ScummVM scope WME_WINENTRY("basisoctavus", "", -- cgit v1.2.3