# HG changeset patch
# Parent ccfa8218d107a42c6cefae0ee37543b46a1c4314
SCI: Add detection entries for Phantasmagoria 1 & 2 (GOG.com versions)
diff -r ccfa8218d107 -r 02105c7f3247 engines/sci/detection_tables.h
a
|
b
|
static const struct ADGameDescription Sc
|
2275 | 2275 | //{"ressci.007", 0, "3aae6559aa1df273bc542d5ac6330d75", 25859038}, |
2276 | 2276 | AD_LISTEND}, |
2277 | 2277 | Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, |
2278 | | |
| 2278 | |
| 2279 | // Phantasmagoria - English DOS/Windows (GOG version) |
| 2280 | // Windows executable scanning reports "2.100.002" - "Sep 19 1995 15:09:43" |
| 2281 | // DOS executable scanning reports "2.100.002" - "Sep 19 1995 09:15:40" |
| 2282 | // VERSION file reports "1.100.001UK" |
| 2283 | {"phantasmagoria", "", { |
| 2284 | {"ressci.000", 0, "cd5967f9b9586e3380645961c0765be3", 116822037}, |
| 2285 | {"resmap.000", 0, "3cafc1c6a53945c1f3babbfd6380c64c", 16468}, |
| 2286 | AD_LISTEND}, |
| 2287 | Common::EN_ANY, Common::kPlatformPC, 0, GUIO_NOSPEECH }, |
| 2288 | |
2279 | 2289 | // Phantasmagoria - English DOS Demo |
2280 | 2290 | // Executable scanning reports "2.100.002" |
2281 | 2291 | {"phantasmagoria", "Demo", { |
… |
… |
static const struct ADGameDescription Sc
|
2300 | 2310 | {"ressci.005", 0, "05f9fe2bee749659acb3cd2c90252fc5", 67905112}, |
2301 | 2311 | AD_LISTEND}, |
2302 | 2312 | Common::EN_ANY, Common::kPlatformWindows, 0, GUIO_NOSPEECH }, |
| 2313 | |
| 2314 | // Phantasmagoria 2 - English DOS (GOG version) |
| 2315 | // Executable scanning reports "3.000.000" - "Dec 07 1996 09:29:03" |
| 2316 | // VERSION file reports "001.0.06" |
| 2317 | {"phantasmagoria2", "", { |
| 2318 | {"ressci.000", 0, "c54f26d9f43f908151263254b6d97053", 108134481}, |
| 2319 | {"resmap.000", 0, "de154a223a9ef4ea7358b76adc38ef5b", 2956}, |
| 2320 | AD_LISTEND}, |
| 2321 | Common::EN_ANY, Common::kPlatformWindows, 0, GUIO_NOSPEECH }, |
2303 | 2322 | #endif // ENABLE_SCI3_GAMES |
2304 | 2323 | |
2305 | 2324 | #endif // ENABLE_SCI32 |