[Scummvm-cvs-logs] scummvm master -> 7e44493fe8877a3c6a65f83b9ed84a5f59169005

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Nov 11 13:32:31 CET 2015


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:
7e44493fe8 SCI: add another Torin's Passage version


Commit: 7e44493fe8877a3c6a65f83b9ed84a5f59169005
    https://github.com/scummvm/scummvm/commit/7e44493fe8877a3c6a65f83b9ed84a5f59169005
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-11-11T13:31:20+01:00

Commit Message:
SCI: add another Torin's Passage version

German 1.0

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index ffbe3ae..4482375 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -4127,6 +4127,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::FR_FRA, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Torin's Passage - German Windows CD (from m_kiewitz)
+	// SCI interpreter version 2.100.002
+	// VERSION file "1.0"
+	{"torin", "", {
+		{"resmap.000", 0, "e55c3097329b3c53752301e01c6af2fb", 9787},
+		{"ressci.000", 0, "118f9bec04bfe17c4f87bbb5ddb43c18", 56127540},
+		AD_LISTEND},
+		Common::DE_DEU, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
+
 	// Torin's Passage (Multilingual) - German Windows CD
 	// SCI interpreter version 2.100.002
 	{"torin", "", {






More information about the Scummvm-git-logs mailing list