[Scummvm-git-logs] scummvm master -> c0c2babe9dfbec6a97dd5284c8d90dc127be19c6

tag2015 noreply at scummvm.org
Tue Oct 18 12:25:41 UTC 2022


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:
c0c2babe9d AGS: Add detection for Zid Journey Demo


Commit: c0c2babe9dfbec6a97dd5284c8d90dc127be19c6
    https://github.com/scummvm/scummvm/commit/c0c2babe9dfbec6a97dd5284c8d90dc127be19c6
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-10-18T14:24:20+02:00

Commit Message:
AGS: Add detection for Zid Journey Demo

Changed paths:
    engines/ags/detection_tables.h


diff --git a/engines/ags/detection_tables.h b/engines/ags/detection_tables.h
index 6aec0bb77e4..3e2b1a803fb 100644
--- a/engines/ags/detection_tables.h
+++ b/engines/ags/detection_tables.h
@@ -341,6 +341,7 @@ const PlainGameDescriptor GAME_NAMES[] = {
 	{ "wingman", "WingMan" },
 	{ "wolfterritory", "Wolf Territory" },
 	{ "yetilastescape", "The Last Escape of Yeti" },
+	{ "zidjourney", "Zid Journey" },
 	{ "zniwadventure", "Zniw Adventure" },
 
 	// Commercial Italian games
@@ -4237,6 +4238,8 @@ const AGSGameDescription GAME_DESCRIPTIONS[] = {
 	DEMO_ENTRY_EN("wretcher", "Wretcher.exe", "80076b2aad3170f5781c6a8a69a457fe", 20299824),
 	DEMO_ENTRY_EN("writersblocks", "writersblocks.exe", "2cb9c81a20282b55f69343ef95cbb63d", 16118235),
 	DEMO_ENTRY_EN("zakseamonster", "ZMALSM.exe", "82da2565c456dcfb265ded6fe3189c0b", 31849022),
+	DEMO_ENTRY("zidjourney", "ctgame2.ags", "b00498666dd31c33f1df366a88503e01", 61183594),  // Eng-Pol Win/Linux
+	DEMO_ENTRY("zidjourney", "ac2game.dat", "c354124b98ec4b1407ce5852f4d151c3", 64801406),  // Eng-Pol Mac
 	DEMO_ENTRY("zniwadventure", "ctgame.exe", "b47f0434e11532ec79c330b44ee05130", 10641139),  // Eng-Pol
 	DEMO_ENTRY_EN("zombieattack", "zademo.exe", "82da2565c456dcfb265ded6fe3189c0b", 20958555),
 




More information about the Scummvm-git-logs mailing list