[Scummvm-cvs-logs] scummvm master -> 7a24ab227d5f51f0afc6eb6c00cb353d16c72d02
m-kiewitz
m_kiewitz at users.sourceforge.net
Fri Feb 12 20:44:10 CET 2016
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:
7a24ab227d SCI: Add detection for Larry 6 French floppy
Commit: 7a24ab227d5f51f0afc6eb6c00cb353d16c72d02
https://github.com/scummvm/scummvm/commit/7a24ab227d5f51f0afc6eb6c00cb353d16c72d02
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-12T20:44:34+01:00
Commit Message:
SCI: Add detection for Larry 6 French floppy
Changed paths:
engines/sci/detection_tables.h
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 37b3ee7..af4937f 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -2286,6 +2286,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
AD_LISTEND},
Common::EN_ANY, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+ // Larry 6 - French DOS Floppy - LOWRES (provided by theco33)
+ // SCI interpreter version 1.001.113
+ {"lsl6", "", {
+ {"resource.map", 0, "1e07144d3b06a3269236880170978acb", 6943},
+ {"resource.000", 0, "7884a8db9253e29e6b37a2651fd90ba3", 5749882},
+ AD_LISTEND},
+ Common::FR_FRA, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) },
+
// Larry 6 - English/German/French DOS CD - LOWRES
// SCI interpreter version 1.001.115
{"lsl6", "", {
More information about the Scummvm-git-logs
mailing list