diff options
| author | Filippos Karapetis | 2012-11-11 21:18:21 +0200 | 
|---|---|---|
| committer | Filippos Karapetis | 2012-11-11 21:18:21 +0200 | 
| commit | 3e8758b810cb68ea9ead23b607a56c9c94221379 (patch) | |
| tree | 25f7498862b625846e52548e9e829b7d7f4239da | |
| parent | 086dd66a654e5b08c7c15b8715c4b15e211f6727 (diff) | |
| download | scummvm-rg350-3e8758b810cb68ea9ead23b607a56c9c94221379.tar.gz scummvm-rg350-3e8758b810cb68ea9ead23b607a56c9c94221379.tar.bz2 scummvm-rg350-3e8758b810cb68ea9ead23b607a56c9c94221379.zip | |
SCI: Add the French version of QFG3 (bug #3586214)
| -rw-r--r-- | engines/sci/detection_tables.h | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 0855069409..98b72a2ef5 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3121,6 +3121,15 @@ static const struct ADGameDescription SciGameDescriptions[] = {  		AD_LISTEND},  	 	Common::DE_DEU, Common::kPlatformPC, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, +	// Quest for Glory 3 - French DOS v1.1 (supplied by misterhands in bug report #3586214) +	// Executable scanning reports "L.rry.083" +	{"qfg3", "", { +		{"resource.map", 0, "19e2bf9b693932b5e2bb59b9f9ab86c9", 5958}, +		{"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5868000}, +		{"resource.msg", 0, "0fa1047002df904b8d1807bb7bab4fab", 267210}, +		AD_LISTEND}, +	 	Common::FR_FRA, Common::kPlatformPC, 0, GUIO3(GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, +  	// Quest for Glory 3 - Spanish DOS CD (from jvprat)  	// Executable scanning reports "L.rry.083", VERSION file reports "1.000.000, June 30, 1994"  	{"qfg3", "", { | 
