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

elasota noreply at scummvm.org
Wed Nov 29 22:04:57 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:
cd5e72ce36 VCRUISE: Add detection for Brightstar Interactive German DVD variation of Schizm: Mysterious Journey


Commit: cd5e72ce36a563b4b8768c337dc106e166c87e5b
    https://github.com/scummvm/scummvm/commit/cd5e72ce36a563b4b8768c337dc106e166c87e5b
Author: elasota (1137273+elasota at users.noreply.github.com)
Date: 2023-11-29T17:04:39-05:00

Commit Message:
VCRUISE: Add detection for Brightstar Interactive German DVD variation of Schizm: Mysterious Journey

Changed paths:
    engines/vcruise/detection_tables.h


diff --git a/engines/vcruise/detection_tables.h b/engines/vcruise/detection_tables.h
index 200213cd97f..0c149be145f 100644
--- a/engines/vcruise/detection_tables.h
+++ b/engines/vcruise/detection_tables.h
@@ -211,7 +211,7 @@ static const VCruiseGameDescription gameDescriptions[] = {
 		GID_SCHIZM,
 		Common::PL_POL,
 	},
-	{ // Schizm: Mysterious Journey, German DVD Version
+	{ // Schizm: Mysterious Journey, German DVD Version (Project 3 Interactive variation)
 		{
 			"schizm",
 			"German DVD",
@@ -224,6 +224,19 @@ static const VCruiseGameDescription gameDescriptions[] = {
 		GID_SCHIZM,
 		Common::DE_DEU,
 	},
+	{ // Schizm: Mysterious Journey, German DVD Version (Project 3 Interactive + Brightstar Interactive variation)
+		{
+			"schizm",
+			"German DVD",
+			AD_ENTRY1s("disk1.pak", "2f964852baf18f90e884d6873b1bad23", 272798001),
+			Common::UNK_LANG,
+			Common::kPlatformWindows,
+			ADGF_TESTING | VCRUISE_GF_WANT_OGG_VORBIS | VCRUISE_GF_NEED_JPEG | VCRUISE_GF_GENTEE_PACKAGE,
+			GUIO0()
+		},
+		GID_SCHIZM,
+		Common::DE_DEU,
+	},
 
 	{ // Schizm: Mysterious Journey, English digital 10-language (GOG) version
 		{




More information about the Scummvm-git-logs mailing list