diff options
| author | Filippos Karapetis | 2012-06-11 20:21:47 +0300 | 
|---|---|---|
| committer | Filippos Karapetis | 2012-06-11 21:17:17 +0300 | 
| commit | 3fde390e006963f354c0678640c70f49753907ef (patch) | |
| tree | 26d741905c99ed6afe4ab1a11b309ecfc57a8a1d | |
| parent | 52b14de72a113a4f88b9da6b4f6b1965466bac8a (diff) | |
| download | scummvm-rg350-3fde390e006963f354c0678640c70f49753907ef.tar.gz scummvm-rg350-3fde390e006963f354c0678640c70f49753907ef.tar.bz2 scummvm-rg350-3fde390e006963f354c0678640c70f49753907ef.zip | |
SCI: Added another French version of Torin's Passage
Thanks to LePhilousophe for providing the file details.
Also fixed all of the detection entries for Torin's Passage
| -rw-r--r-- | engines/sci/detection_tables.h | 38 | 
1 files changed, 23 insertions, 15 deletions
| diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 506f79b4d8..6e66c48ff1 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3744,53 +3744,61 @@ static const struct ADGameDescription SciGameDescriptions[] = {  #ifdef ENABLE_SCI32  	// Torin's Passage - English Windows Interactive Demo -	// SCI interpreter version 2.100.002 (just a guess) +	// SCI interpreter version 2.100.002  	{"torin", "Demo", {  		{"resmap.000", 0, "9a3e172cde9963d0a969f26469318cec", 3403},  		{"ressci.000", 0, "db3e290481c35c3224e9602e71e4a1f1", 5073868},  		AD_LISTEND}, -	 	Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, +	 	Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, -	// Torin's Passage - English Windows -	// SCI interpreter version 2.100.002 (just a guess) +	// Torin's Passage (Multilingual) - English Windows CD +	// SCI interpreter version 2.100.002  	{"torin", "", {  		{"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},  		{"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},  		AD_LISTEND}, -	 	Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, +	 	Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, -	// Torin's Passage - Spanish Windows (from jvprat) +	// Torin's Passage (Multilingual) - Spanish Windows CD (from jvprat)  	// Executable scanning reports "2.100.002", VERSION file reports "1.0"  	{"torin", "", {  		{"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},  		{"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},  		// TODO: depend on one of the patches?  		AD_LISTEND}, -	 	Common::ES_ESP, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, +	 	Common::ES_ESP, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, -	// Torin's Passage - French Windows -	// SCI interpreter version 2.100.002 (just a guess) +	// Torin's Passage (Multilingual) - French Windows CD +	// SCI interpreter version 2.100.002  	{"torin", "", {  		{"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},  		{"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},  		AD_LISTEND}, -	 	Common::FR_FRA, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, +	 	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 -	// SCI interpreter version 2.100.002 (just a guess) +	// Torin's Passage (Multilingual) - German Windows CD +	// SCI interpreter version 2.100.002  	{"torin", "", {  		{"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},  		{"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},  		AD_LISTEND}, -	 	Common::DE_DEU, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO5(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, +	 	Common::DE_DEU, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, -	// Torin's Passage - Italian Windows CD (from glorifindel) -	// SCI interpreter version 2.100.002 (just a guess) +	// Torin's Passage (Multilingual) - Italian Windows CD (from glorifindel) +	// SCI interpreter version 2.100.002  	{"torin", "", {  		{"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},  		{"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},  		AD_LISTEND},  	 	Common::IT_ITA, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	}, + +	// Torin's Passage - French Windows (from LePhilousophe) +	// SCI interpreter version 2.100.002 +	{"torin", "", { +		{"resmap.000", 0, "66ed46e3e56f487e688d52f05b33d0ba", 9787}, +		{"ressci.000", 0, "118f9bec04bfe17c4f87bbb5ddb43c18", 56126981}, +		AD_LISTEND}, +	 	Common::FR_FRA, Common::kPlatformWindows, ADGF_UNSTABLE, GUIO4(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI)	},  #endif // ENABLE_SCI32  	// SCI Fanmade Games | 
