[Scummvm-git-logs] scummvm master -> 2df7582098c554d43e3008164fb5ab3d8fb87c0a

tag2015 noreply at scummvm.org
Fri Dec 2 21:43:38 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:
2df7582098 DIRECTOR: Add detection for Voyeur 2


Commit: 2df7582098c554d43e3008164fb5ab3d8fb87c0a
    https://github.com/scummvm/scummvm/commit/2df7582098c554d43e3008164fb5ab3d8fb87c0a
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2022-12-02T22:43:10+01:00

Commit Message:
DIRECTOR: Add detection for Voyeur 2

Changed paths:
    engines/director/detection_tables.h


diff --git a/engines/director/detection_tables.h b/engines/director/detection_tables.h
index 4908b788269..0dae3ad19c0 100644
--- a/engines/director/detection_tables.h
+++ b/engines/director/detection_tables.h
@@ -1517,6 +1517,7 @@ static const PlainGameDescriptor directorGames[] = {
 	{ "timelapse",			"Timelapse" },
 	{ "trekfinalunity",		"Star Trek: The Next Generation - \"A Final Unity\"" },
 	{ "ultrobot",			"Isaac Asimov's The Ultimate Robot" },
+	{ "voyeur2",			"Voyeur 2" },
 	{ "wep",				"The Best of Microsoft Entertainment Pack" },
 	{ "windows31",			"Microsoft Windows 3.1" },
 	{ "wfw31",				"Microsoft Windows for Workgroups 3.1" },
@@ -7014,6 +7015,9 @@ static const DirectorGameDescription gameDescriptions[] = {
 
 	WINGAME1("void", "", "VOID.exe", "1154a54e6fb77f82e9091a9adc37a4cb", 1701070, 602),
 
+	// Launcher included in european version of the game, contains instructions, lore and credits
+	WINGAME1("voyeur2", "Launcher", "voyeur2.exe", "e7bccfe54354d08a9d2d0e181f66406b", 2003432, 602),
+
 	// CD check projector uses Win95 GUI mockup to ask your drive speed then launch game
 	WINGAME1("wiggles1", "", "WIGGLES.EXE", "d62438566e44826960fc16c5c23dbe43", 1862279, 650),
 




More information about the Scummvm-git-logs mailing list