[Scummvm-git-logs] scummvm master -> 3fccc1e8b5a4e7286a6dcb949f5f41270bdb6741

tag2015 noreply at scummvm.org
Wed Oct 25 14:58:19 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3fccc1e8b5 DIRECTOR: Add kommissar kugelblitz 1-2 entry


Commit: 3fccc1e8b5a4e7286a6dcb949f5f41270bdb6741
    https://github.com/scummvm/scummvm/commit/3fccc1e8b5a4e7286a6dcb949f5f41270bdb6741
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-10-25T16:55:36+02:00

Commit Message:
DIRECTOR: Add kommissar kugelblitz 1-2 entry

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 9b91925a0a2..6ae218c5e99 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -873,6 +873,8 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "ichsehewas",			"Ich sehe was..." },
 	{ "janoschpanama",		"JANOSCH: Oh, wie schön ist Panama" },
 	{ "janoschverkehr",		"JANOSCH: Tiger und Bär im Straßenverkehr" },
+	{ "kommissar1",			"Kommissar Kugelblitz: Vermisst am Mississippi" },
+	{ "kommissar2",			"Kommissar Kugelblitz: Geheimnis von Spooky Hill" },
 	{ "loewe1",				"Löwenzahn 1" },
 	{ "loewe2",				"Löwenzahn 2" },
 	{ "loewe3",				"Löwenzahn 3" },
@@ -8372,6 +8374,13 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1_l("kjoeties", "", "Kjoeties",	   "3df301ad7614245a6ab1fb5d9ae6e474", 213295, Common::NL_NLD, 800),
 	WINGAME1_l("kjoeties", "", "Kjoeties.exe", "e24d4bab978b1a5c2326d2c56cf4d781", 2281118, Common::NL_NLD, 800),
 
+	MACGAME1_l("kommissar1", "", "Kommissar Kugelblitz",	   "r:4ea5fc09f79eee6dded94dc40f303779", 196015, Common::DE_DEU, 800),
+	WINGAME1_l("kommissar1", "", "Kommissar Kugelblitz 1.exe", "t:42c26431198fcba313e08d8b62c08094", 2921146, Common::DE_DEU, 800),
+
+	MACGAME2_l("kommissar2", "", "Start",				"r:90d18be50181ca3217e8c35a46585fff", 1227771,
+								 "kk2data/abspann.dxr", "d:d1816e1a326d36afb31c472fb128200d", 2956508, Common::DE_DEU, 800),
+	WINGAME1_l("kommissar2", "", "kk2pc.exe",			"t:5065e02c4c020f9d61f9cbdacc716ca6", 1852216, Common::DE_DEU, 800),
+
 	// Developed by CircumStance Design
 	MACGAME1("kothhoot", "v2.0", "Hoot", "90597a84a08b06e07af8bc5ab427676b", 5909, 800),
 	WINGAME1t("kothhoot", "v2.0", "HootPC.exe", "12021662e10c3a53d784dacf215c0111", 2242603, 800),




More information about the Scummvm-git-logs mailing list