From 6668a3d7964309fcc6b1790148a3814e4dd14c3f Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Fri, 29 May 2009 19:27:39 +0000 Subject: Adding my German versions of Playtoons 1 + 3 svn-id: r41015 --- engines/gob/detection.cpp | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'engines/gob/detection.cpp') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 8ecd055490..1b341e5a5e 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -63,7 +63,7 @@ static const PlainGameDescriptor gobGames[] = { {"dynasty", "The Last Dynasty"}, {"urban", "Urban Runner"}, {"archi", "Playtoon 1 - Uncle Archibald"}, - {"spirou", "Playtoon 2 - The counterfeit collaborator"}, + {"spirou", "Playtoon 2 - The Case of the Counterfeit Collaborator"}, {"chato", "Playtoon 3 - The Secret of the Castle"}, {"manda", "Playtoon 4 - The Mandarine Prince"}, {"wakan", "Playtoon 5 - The Stone of Wakan"}, @@ -2629,6 +2629,23 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640, "intro2.stk", 0, 0 }, + { + { + "archi", + "", + { + {"playtoon.stk", 0, "c5ca2a288cdaefca9556cd9ae4b579cf", 25158926}, + {"archi.stk", 0, "8d44b2a0d4e3139471213f9f0ed21e81", 5524674}, + {NULL, 0, NULL, 0} + }, + DE_DEU, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypePlaytoon, + kFeatures640, + "intro2.stk", 0, 0 + }, { { "archi", @@ -2760,6 +2777,23 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640, "intro2.stk", 0, 0 }, + { + { + "chato", + "", + { + {"playtoon.stk", 0, "c5ca2a288cdaefca9556cd9ae4b579cf", 25158926}, + {"chato.stk", 0, "3c6cb3ac8a5a7cf681a19971a92a748d", 6033791}, + {NULL, 0, NULL, 0} + }, + DE_DEU, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypePlaytoon, + kFeatures640, + "intro2.stk", 0, 0 + }, { { "wakan", -- cgit v1.2.3