From 383a2b332226acdd8eb69535837965bb723bfc68 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 24 Apr 2009 22:29:17 +0000 Subject: Added supported for BAT-based non-interactive demos, namely the Inca2 one svn-id: r40129 --- engines/gob/detection.cpp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'engines/gob/detection.cpp') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 1fbefe9297..4a5e012812 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1998,6 +1998,34 @@ static const GOBGameDescription gameDescriptions[] = { 0, 0 }, + { + { + "inca2", + "Non-Interactive Demo", + { + {"demo.bat", 0, "01a1c983c3d360cd4a96f93961a805de", 483}, + {"cons.imd", 0, "f896ba0c4a1ac7f7260d342655980b49", 17804}, + {"conseil.imd", 0, "aaedd5482d5b271e233e86c5a03cf62e", 33999}, + {"int.imd", 0, "6308222fcefbcb20925f01c1aff70dee", 30871}, + {"inter.imd", 0, "39bd6d3540f3bedcc97293f352c7f3fc", 191719}, + {"machu.imd", 0, "c0bc8211d93b467bfd063b63fe61b85c", 34609}, + {"post.imd", 0, "d75cad0e3fc22cb0c8b6faf597f509b2", 1047709}, + {"posta.imd", 0, "2a5b3fe75681ddf4d21ac724db8111b4", 547250}, + {"postb.imd", 0, "24260ce4e80a4c472352b76637265d09", 868312}, + {"postc.imd", 0, "24accbcc8b83a9c2be4bd82849a2bd29", 415637}, + {"tum.imd", 0, "0993d4810ec9deb3f77c5e92095320fd", 20330}, + {"tumi.imd", 0, "bf53f229480d694de0947fe3366fbec6", 248952}, + {NULL, 0, NULL, 0} + }, + EN_ANY, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeInca2, + kFeaturesAdlib | kFeaturesBATDemo, + 0, + "demo.bat" + }, { { "woodruff", -- cgit v1.2.3