[Scummvm-git-logs] scummvm master -> 83022122071774125c211534666e2f1a0ca02e3d

moralrecordings code at moral.net.au
Sat Oct 2 05:05:20 UTC 2021


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:
8302212207 DIRECTOR: Add detection for Jungle Park


Commit: 83022122071774125c211534666e2f1a0ca02e3d
    https://github.com/scummvm/scummvm/commit/83022122071774125c211534666e2f1a0ca02e3d
Author: Scott Percival (code at moral.net.au)
Date: 2021-10-02T13:03:07+08:00

Commit Message:
DIRECTOR: Add detection for Jungle Park

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 5e65d8b0d3..51f7fa998c 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -696,6 +696,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "incarnatia",   		"Incarnatia" },
 	{ "inugumi",   			"犬組" },
 	{ "ios",   				"iós" },
+	{ "junglepark",			"Jungle Park" },
 	{ "jyajya",				"Jya jya" },										// HyperCard with D3 movie
 	{ "karuta",				"かるたでおじゃる" },								// Karuta de ojaru
 	{ "katsumadojo",		"信光の勝馬道場" },
@@ -2735,6 +2736,10 @@ static const DirectorGameDescription gameDescriptions[] = {
 	MACGAME1("journey2life", "", "The Journey to Life", "bcd3c718db258701496b3c5bcb827ef2", 483774, 404),
 	WINGAME1("journey2life", "", "LIFE.EXE", "b23041f4f5cce3d15ef985bbd513030a", 756297, 404),
 
+	WINGAME1_l("junglepark", "", "JU_PARK.EXE", "d551c88c600c522aa32e1e209cfcc2da", 697087, Common::JA_JPN, 404),
+	MACGAME1_l("junglepark", "", "JunglePark ppc", "502a9c49d0a13756a3e488021aba5541", 673536, Common::JA_JPN, 404),
+	WINGAME1_l("junglepark", "", "JUNGLE.EXE", "b76787a3e0d9f4f96565d3ab9a34e59e", 742377, Common::FR_FRA, 404),
+
 	// Original Taiwan release is called 塔克拉玛干—敦煌传奇 (Taklamakan: Dunhuang Chuanqi)
 	MACGAME1("karma", "", "Karma", "ea646eccc9a53f44ce082459d4809a06", 485535, 400),
 	WINGAME1("karma", "", "KARMA.EXE", "e830af6b5dfca4964184e7d61039e120", 697047, 400),




More information about the Scummvm-git-logs mailing list