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

sluicebox 22204938+sluicebox at users.noreply.github.com
Mon Apr 8 01:35:42 CEST 2019


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:
cf8031d26f SCI: Add LSL3 German Amiga detection entry


Commit: cf8031d26f3da0eee49504b3b2555be4e5bb39e6
    https://github.com/scummvm/scummvm/commit/cf8031d26f3da0eee49504b3b2555be4e5bb39e6
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2019-04-07T16:32:29-07:00

Commit Message:
SCI: Add LSL3 German Amiga detection entry

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 43b3b87..28495bf 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2354,6 +2354,19 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformAmiga, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},
 
+	// Larry 3 - German Amiga (from sluicebox, also includes English language)
+	// Game version 1.000, 1991-01-07
+	// Executable scanning reports "1.004.010"
+	{ "lsl3", "",{
+		{ "resource.map", 0, "9d9abcdf2acd1dba9dba6ba6c24835f0", 6984 },
+		{ "resource.001", 0, "17bfd686d59accc3fb3f079ad9278e66", 206673 },
+		{ "resource.002", 0, "17bfd686d59accc3fb3f079ad9278e66", 375899 },
+		{ "resource.003", 0, "17bfd686d59accc3fb3f079ad9278e66", 734462 },
+		{ "resource.004", 0, "17bfd686d59accc3fb3f079ad9278e66", 658874 },
+		{ "resource.005", 0, "17bfd686d59accc3fb3f079ad9278e66", 794252 },
+		AD_LISTEND },
+		Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+
 	// Larry 3 - English Atari ST
 	// Game version 1.021, 1990-01-27
 	// Int#6.26.90





More information about the Scummvm-git-logs mailing list