diff options
Diffstat (limited to 'engines/sci/detection_tables.h')
-rw-r--r-- | engines/sci/detection_tables.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 4b91ec158c..f82554b414 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -2860,6 +2860,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE }, + // Lighthouse - German DOS (from bug #10359) + {"lighthouse", "", { + {"resmap.001", 0, "d2dc13bb936d6528a19feac92fc7df1c", 7852}, + {"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 122330257}, + {"resmap.002", 0, "8fdb8544d801057d3123539d8e6d039a", 7618}, + {"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 115026179}, + AD_LISTEND}, + Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE }, + #undef GUIO_LIGHTHOUSE_DEMO #undef GUIO_LIGHTHOUSE @@ -3422,6 +3431,15 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Police Quest 2 English DOS 1.002.011 (supplied by misterhands in bug report #9716) + {"pq2", "", { + {"resource.map", 0, "f42a265e26168d0463d12e0913e8dd1c", 5808}, + {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 161673}, + {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 334283}, + {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 308044}, + AD_LISTEND}, + Common::EN_ANY, Common::kPlatformDOS, 0, GUIO5(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + // Police Quest 2 - English Atari ST // Game version 1.001.006 1989-01-16 13:30 // Executable reports "1.001.009" @@ -4272,6 +4290,20 @@ 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) }, + // Space Quest 1 VGA Remake - Russian DOS (from ncuxonaT in bug report #10156) + // VERSION file reports "2.000" + // SCI interpreter version 1.000.510 (just a guess) + {"sq1sci", "SCI", { + {"resource.map", 0, "764bcf12ef3d19c2edb12fef95311b18", 5913}, + {"resource.000", 0, "8796727a998f62f5126a88342a6b919c", 1027050}, + {"resource.001", 0, "03b15058b01dfad36a78eeb3237a468a", 1042620}, + {"resource.002", 0, "c10edb6ee3c57da2af7f7f3b92e2d173", 1173464}, + {"resource.003", 0, "da52b87ce225d12a3aa35e6b157e785c", 1214406}, + {"resource.004", 0, "424f08b7593e54aa0ae22478b73e628a", 1208608}, + AD_LISTEND}, + Common::RU_RUS, Common::kPlatformDOS, 0, GUIO4(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_FB01_MIDI) }, + + // Space Quest 1 VGA Remake - English Mac (from Fingolfin) {"sq1sci", "SCI", { {"resource.map", 0, "5c6ad20407261b544238e8dce87afead", 5895}, |