ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
detection_tables.h
1 /* ScummVM - Graphic Adventure Engine
2  *
3  * ScummVM is the legal property of its developers, whose names
4  * are too numerous to list here. Please refer to the COPYRIGHT
5  * file distributed with this source distribution.
6  *
7  * This program is free software: you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation, either version 3 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program. If not, see <http://www.gnu.org/licenses/>.
19  *
20  */
21 
22 #include "common/translation.h"
23 
24 namespace Sci {
25 
26 #define GUIO_STD16 GUIO7(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_TTS, GAMEOPTION_ENABLE_GMM_SAVE)
27 #define GUIO_STD16_HIRES GUIO8(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_TTS, GAMEOPTION_ENABLE_GMM_SAVE)
28 #define GUIO_STD16_UNDITHER GUIO8(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_TTS, GAMEOPTION_ENABLE_GMM_SAVE)
29 #define GUIO_STD16_PALETTEMODS GUIO9(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_PALETTE_MODS, GAMEOPTION_TTS, GAMEOPTION_ENABLE_GMM_SAVE)
30 #define GUIO_STD16_SPEECH GUIO5(GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_ENABLE_GMM_SAVE)
31 #define GUIO_STD16_SPEECH_GM GUIO6(GUIO_MIDIGM, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_ENABLE_GMM_SAVE)
32 #define GUIO_STD16_MAC GUIO6(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_TTS, GAMEOPTION_ENABLE_GMM_SAVE)
33 #define GUIO_STD16_MAC_HIRESFONTS GUIO7(GUIO_NOSPEECH, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_MIDI_MODE, GAMEOPTION_HIGH_RESOLUTION_GRAPHICS, GAMEOPTION_RGB_RENDERING, GAMEOPTION_TTS, GAMEOPTION_ENABLE_GMM_SAVE)
34 #define GUIO_STD16_MAC_UNDITHER GUIO7(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_TTS, GAMEOPTION_ENABLE_GMM_SAVE)
35 #define GUIO_STD16_MAC_PALETTEMODS GUIO8(GUIO_NOSPEECH, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_PALETTE_MODS, GAMEOPTION_TTS, GAMEOPTION_ENABLE_GMM_SAVE)
36 #define GUIO_STD16_MAC_SPEECH GUIO4(GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING, GAMEOPTION_ENABLE_GMM_SAVE)
37 
38 #define FANMADE_L(name, resMapMd5, resMapSize, resMd5, resSize, resVol, lang) \
39  {"sci-fanmade", name, { \
40  {"resource.map", 0, resMapMd5, resMapSize}, \
41  {resVol, 0, resMd5, resSize}, \
42  AD_LISTEND}, lang, Common::kPlatformDOS, ADGF_USEEXTRAASTITLE | ADGF_AUTOGENTARGET, GUIO_STD16 \
43  }
44 
45 #define FANMADE(name, resMapMd5, resMapSize, resMd5, resSize) FANMADE_L(name, resMapMd5, resMapSize, resMd5, resSize, "resource.001", Common::EN_ANY)
46 #define FANMADE11(name, resMapMd5, resMapSize, resMd5, resSize) FANMADE_L(name, resMapMd5, resMapSize, resMd5, resSize, "resource.000", Common::EN_ANY)
47 
48 // Game descriptions
49 static const struct ADGameDescription SciGameDescriptions[] = {
50  // Astro Chicken - English DOS
51  // SCI interpreter version 0.000.453
52  {"astrochicken", "", {
53  {"resource.map", 0, "f3d1be7752d30ba60614533d531e2e98", 474},
54  {"resource.001", 0, "6fd05926c2199af0af6f72f90d0d7260", 126895},
55  AD_LISTEND},
56  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
57 
58  // Castle of Dr. Brain - English Amiga (from www.back2roots.org)
59  // Executable scanning reports "1.005.000"
60  // SCI interpreter version 1.000.510
61  {"castlebrain", "", {
62  {"resource.map", 0, "9f9fb826aa7e944b95eadbf568244a68", 2766},
63  {"resource.000", 0, "0efa8409c43d42b32642f96652d3230d", 314773},
64  {"resource.001", 0, "3fb02ce493f6eacdcc3713851024f80e", 559540},
65  {"resource.002", 0, "d226d7d3b4f77c4a566913fc310487fc", 792380},
66  {"resource.003", 0, "d226d7d3b4f77c4a566913fc310487fc", 464348},
67  AD_LISTEND},
68  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
69 
70  // Castle of Dr. Brain - German Amiga (from www.back2roots.org, also includes English language)
71  // Executable scanning reports "1.005.001"
72  // SCI interpreter version 1.000.510
73  {"castlebrain", "", {
74  {"resource.map", 0, "8e60424682db52a982bcc3535a7e86f3", 2796},
75  {"resource.000", 0, "0efa8409c43d42b32642f96652d3230d", 332468},
76  {"resource.001", 0, "4e0836fadc324316c1a418125709ba45", 569057},
77  {"resource.002", 0, "85e51acb5f9c539d66e3c8fe40e17da5", 826309},
78  {"resource.003", 0, "85e51acb5f9c539d66e3c8fe40e17da5", 493638},
79  AD_LISTEND},
80  Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_STD16 },
81 
82  // Castle of Dr. Brain Macintosh (from omer_mor, bug report #5772)
83  {"castlebrain", "", {
84  {"resource.map", 0, "75cb06a94d2e0641295edd043f26f3a8", 2763},
85  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 476566},
86  {"resource.001", 0, "7f7da982f5cd868e1e608cd4f6515656", 400521},
87  {"resource.002", 0, "e1a6b6f1060f60be9dcb6d28ad7a2a20", 1168310},
88  {"resource.003", 0, "6c3d1bb26ad532c94046bc9ac49b5ff4", 891295},
89  AD_LISTEND},
90  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_STD16_MAC_HIRESFONTS },
91 
92  // Castle of Dr. Brain - English DOS Non-Interactive Demo
93  // SCI interpreter version 1.000.005
94  {"castlebrain", "Demo", {
95  {"resource.map", 0, "467bb5e3224bb54640c3280032aebff5", 633},
96  {"resource.000", 0, "9780f040d58182994e22d2e34fab85b0", 67367},
97  {"resource.001", 0, "2af49dbd8f2e1db4ab09f9310dc91259", 570553},
98  AD_LISTEND},
99  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
100 
101  // Castle of Dr. Brain - English DOS 5.25" Floppy EGA (from omer_mor, bug report #4990)
102  {"castlebrain", "EGA", {
103  {"resource.map", 0, "88d106f945f7fd9d1aeda961cfec38a9", 2646},
104  {"resource.000", 0, "6e125f4ce3f4f5c35f2617c7b66c6e21", 25325},
105  {"resource.001", 0, "1d806162f6d3cfbe3c0135414efe6f88", 99931},
106  {"resource.002", 0, "6a41a0eb5237778427dddf92ae07cf9b", 294772},
107  {"resource.003", 0, "0c6ab4efb3be4d991ae9762e19f17c92", 306378},
108  {"resource.004", 0, "5e7b90949422de005f80285979972e43", 292423},
109  {"resource.005", 0, "8a5ed3ba96e2eaf18e36fedfaab89419", 297838},
110  {"resource.006", 0, "dceed92e709cad1bd9582809a235b0a0", 266682},
111  AD_LISTEND},
112  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
113 
114  // Castle of Dr. Brain - English DOS 3.5" Floppy EGA (from nozomi77, bug report #5841)
115  {"castlebrain", "EGA", {
116  {"resource.map", 0, "dfcf23e36cb81223bdf11166aaf90754", 2730},
117  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 300857},
118  {"resource.001", 0, "6e0020a9f9bef9a9d65943dc013f14b5", 222108},
119  {"resource.002", 0, "de2f182529efaad2c4b510b452ab77ac", 633662},
120  {"resource.003", 0, "38b4b37febc6b4f5061c461a283df148", 430388},
121  AD_LISTEND},
122  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
123 
124  // Castle of Dr. Brain - English DOS Floppy (from jvprat)
125  // Executable scanning reports "1.000.044", Floppy label reports "1.0, 10.30.91", VERSION file reports "1.000"
126  // SCI interpreter version 1.000.510
127  {"castlebrain", "", {
128  {"resource.map", 0, "1302ceb141d44b05a42723791b2d84c6", 2739},
129  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 346731},
130  {"resource.001", 0, "d2f5a1be74ed963fa849a76892be5290", 794832},
131  {"resource.002", 0, "c0c29c51af66d65cb53f49e785a2d978", 1280907},
132  AD_LISTEND},
133  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
134 
135  // Castle of Dr. Brain - English DOS 5.25" Floppy VGA 1.1 (from rnjacobs, bug report #6162)
136  {"castlebrain", "", {
137  {"resource.map", 0, "a1deac2647ad09472c63656bfb950a4d", 2739},
138  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 347071},
139  {"resource.001", 0, "13e81e1839cd7b216d2bb5615c1ca160", 356812},
140  {"resource.002", 0, "583d348c908f89f94f8551d7fe0a2eca", 991752},
141  {"resource.003", 0, "6c3d1bb26ad532c94046bc9ac49b5ff4", 728315},
142  AD_LISTEND},
143  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
144 
145  // Castle of Dr. Brain - English DOS Floppy 1.1
146  {"castlebrain", "", {
147  {"resource.map", 0, "f77728304c70017c54793eb6ca648174", 2745},
148  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 347071},
149  {"resource.001", 0, "13e81e1839cd7b216d2bb5615c1ca160", 796776},
150  {"resource.002", 0, "930e416bec196b9703a331d81b3d66f2", 1283812},
151  AD_LISTEND},
152  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
153 
154  // Castle of Dr. Brain - Korean fan translation, based on English DOS Floppy 1.1
155  {"castlebrain", "", {
156  {"resource.map", 0, "f77728304c70017c54793eb6ca648174", 2745},
157  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 347071},
158  {"resource.001", 0, "13e81e1839cd7b216d2bb5615c1ca160", 796776},
159  {"resource.002", 0, "930e416bec196b9703a331d81b3d66f2", 1283812},
160  {"resource.msg", 0, "71c6f480e742a0dd3700ec7825962921", 49538},
161  AD_LISTEND},
162  Common::KO_KOR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
163 
164  // Castle of Dr. Brain - English DOS Floppy 1.000
165  // Reported by graxer in bug report #5094
166  {"castlebrain", "", {
167  {"resource.map", 0, "453daa935535cef68d19704c2b1b78a2", 2649},
168  {"resource.000", 0, "6e125f4ce3f4f5c35f2617c7b66c6e21", 25929},
169  {"resource.001", 0, "4891faa2f6594c622e482f0ddce24fb4", 99404},
170  {"resource.002", 0, "aebb56d5d005557ca0d122a03aa85386", 322459},
171  {"resource.003", 0, "278ec1e6132c7be844d433dd23beb318", 335156},
172  {"resource.004", 0, "fca1c3f2be660185206f004bda09f4fb", 333549},
173  {"resource.005", 0, "9294e55da1e83708ad3104b2a3963e18", 327537},
174  {"resource.006", 0, "1d778a0c65cac9ddbab65495e50a94ee", 335281},
175  {"resource.007", 0, "063bb8ce4157c778cf30d1c912c006f1", 335631},
176  AD_LISTEND},
177  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
178 
179  // Castle of Dr. Brain - German DOS Floppy 1.000 (also includes English language)
180  // SCI interpreter version 1.000.068
181  {"castlebrain", "", {
182  {"resource.map", 0, "a69c03fa6845e7d859a9d5bff9090aad", 2679},
183  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 368428},
184  {"resource.001", 0, "6c3d1bb26ad532c94046bc9ac49b5ff4", 887474},
185  {"resource.002", 0, "2a30815661f457dcb49b19f9cce96af0", 1250595},
186  AD_LISTEND},
187  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
188 
189  // Castle of Dr. Brain - Spanish DOS (also includes english language)
190  // SCI interpreter version 1.000.510
191  {"castlebrain", "", {
192  {"resource.map", 0, "5738c163e014bbe046474de009020b82", 2727},
193  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 1197694},
194  {"resource.001", 0, "735be4e58957180cfc807d5e18fdffcd", 1433302},
195  AD_LISTEND},
196  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
197 
198  // Castle of Dr. Brain aka Dr. Brain Puzzle no Shiro - Japanese PC-98 Floppy (from m_kiewitz) (also includes English language)
199  // Executable scanning reports "x.yyy.zzz", VERSION file reports "1.000"
200  {"castlebrain", "", {
201  {"resource.map", 0, "ff9674d5d0215a7ebae25ee38d5a72af", 2631},
202  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 548272},
203  {"resource.001", 0, "7c3e82c390e934de9b7afcab6de9cec4", 1117317},
204  AD_LISTEND},
205  Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO_STD16_HIRES },
206 
207  // Inside the Chest / Behind the Developer's Shield
208  // SCI interpreter version 2.000.000
209  // This demo would display a different title and logo depending on which batch
210  // file was run: CHEST.BAT or SHIELD.BAT. The second would use SHIELD.CFG
211  // and include the SHIELD patch directory and change the title.
212  {"chest", "", {
213  {"resource.map", 0, "9dd015e79cac4f91e7de805448f39775", 1912},
214  {"resource.000", 0, "e4efcd042f86679dd4e1834bb3a38edb", 3770943},
215  AD_LISTEND},
216  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO7(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOSPEECH, GUIO_NOSFX, GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GUIO_NOASPECT) },
217 
218  // Christmas Card 1988 - English DOS
219  // SCI interpreter version 0.000.294
220  {"christmas1988", "", {
221  {"resource.map", 0, "39485580d34a72997f3d5b3aba4d24f1", 426},
222  {"resource.001", 0, "11391434f41c834090d7a1e9488ce936", 129739},
223  AD_LISTEND},
224  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
225 
226  // Christmas Card 1990: The Seasoned Professional - English DOS (16 Colors)
227  // SCI interpreter version 1.000.172
228  {"christmas1990", "16 Colors", {
229  {"resource.map", 0, "8f656714a05b94423ac6eb10ee8797d0", 600},
230  {"resource.001", 0, "acde93e58fca4f7a2a5a220558a94aa8", 272629},
231  AD_LISTEND},
232  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
233 
234  // Christmas Card 1990: The Seasoned Professional - English DOS (256 Colors)
235  // SCI interpreter version 1.000.174
236  {"christmas1990", "256 Colors", {
237  {"resource.map", 0, "44b8f45b841b9b5e17e939a35e443988", 600},
238  {"resource.001", 0, "acde93e58fca4f7a2a5a220558a94aa8", 335362},
239  AD_LISTEND},
240  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
241 
242  // Christmas Card 1992 - English DOS
243  // Unknown SCI interpreter version, reported by oblivioncth
244  {"christmas1992", "", {
245  {"resource.map", 0, "25c8b7ee5f1e79ae04dcdb5a21681402", 308},
246  {"resource.000", 0, "118f639435ebeee6e4d4c6d9cdbd70fc", 202728},
247  AD_LISTEND},
248  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
249 
250  // Christmas Card 1992 - English DOS
251  // SCI interpreter version 1.001.055
252  {"christmas1992", "", {
253  {"resource.map", 0, "f1f8c8a8443f523422af70b4ec85b71c", 318},
254  {"resource.000", 0, "62fb9256f8e7e6e65a6875efdb7939ac", 203396},
255  AD_LISTEND},
256  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
257 
258  // Codename: Iceman - English Amiga (from www.back2roots.org)
259  // Executable scanning reports "1.002.031"
260  // SCI interpreter version 0.000.685
261  {"iceman", "", {
262  {"resource.map", 0, "035829b391709a4e542d7c7b224625f6", 6000},
263  {"resource.000", 0, "b1bccd827453d4cb834bfd5b45bef63c", 73682},
264  {"resource.001", 0, "ede5a0e1e2a80fb629dae72c72f33d37", 293145},
265  {"resource.002", 0, "36670a917550757d57df84c96cf9e6d9", 469387},
266  {"resource.003", 0, "d97a96f1ab91b41cf46a02cc89b0a04e", 619219},
267  {"resource.004", 0, "8613c45fc771d658e5a505b9a4a54f31", 713382},
268  {"resource.005", 0, "605b67a9ef199a9bb015745e7c004cf4", 478384},
269  AD_LISTEND},
270  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
271 
272  // Codename: Iceman - English Atari ST
273  // Game version 1.041
274  // Executable reports "1.002.041"
275  { "iceman", "",{
276  { "resource.map", 0, "066e89b685ad788e06bae0b76d0d37d3", 5718 },
277  { "resource.000", 0, "053278385ce910a3f630f2e45e3c10be", 26987 },
278  { "resource.001", 0, "32b351072fccf76fc82234d73d28c08b", 438880 },
279  { "resource.002", 0, "36670a917550757d57df84c96cf9e6d9", 566667 },
280  { "resource.003", 0, "d97a96f1ab91b41cf46a02cc89b0a04e", 624304 },
281  { "resource.004", 0, "8613c45fc771d658e5a505b9a4a54f31", 670884 },
282  AD_LISTEND },
283  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
284 
285  // Codename: Iceman - English DOS Non-Interactive Demo
286  // Executable scanning reports "0.000.685"
287  {"iceman", "Demo", {
288  {"resource.map", 0, "782974f29d8a824782d2d4aea39964e3", 1056},
289  {"resource.001", 0, "d4b75e280d1c3a97cfef1b0bebff387c", 573647},
290  AD_LISTEND},
291  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
292 
293  // Codename: Iceman - English DOS (from jvprat)
294  // Executable scanning reports "0.000.685", Floppy label reports "1.033, 6.8.90", VERSION file reports "1.033"
295  // SCI interpreter version 0.000.685
296  {"iceman", "", {
297  {"resource.map", 0, "a18f3cef4481a81d3415fb87a754343e", 5700},
298  {"resource.000", 0, "b1bccd827453d4cb834bfd5b45bef63c", 26989},
299  {"resource.001", 0, "32b351072fccf76fc82234d73d28c08b", 438872},
300  {"resource.002", 0, "36670a917550757d57df84c96cf9e6d9", 566549},
301  {"resource.003", 0, "d97a96f1ab91b41cf46a02cc89b0a04e", 624303},
302  {"resource.004", 0, "8613c45fc771d658e5a505b9a4a54f31", 670883},
303  AD_LISTEND},
304  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
305 
306  // Codename: Iceman - English DOS (360kb disks)
307  // Executable scanning reports "0.000.685", Floppy label reports "1.033, 6.8.90", VERSION file reports "1.033"
308  // SCI interpreter version 0.000.685
309  {"iceman", "", {
310  {"resource.map", 0, "d4f2ab06146656619836587059ac1fc2", 6282},
311  {"resource.000", 0, "b1bccd827453d4cb834bfd5b45bef63c", 26989},
312  {"resource.001", 0, "32b351072fccf76fc82234d73d28c08b", 126775},
313  {"resource.002", 0, "36670a917550757d57df84c96cf9e6d9", 307014},
314  {"resource.003", 0, "1ae7752a54802ab196115f8d8d34d9d5", 318066},
315  {"resource.004", 0, "5fb36f15dd68a7c32e49fc57f9b1c9cf", 324243},
316  {"resource.005", 0, "d97a96f1ab91b41cf46a02cc89b0a04e", 333091},
317  {"resource.006", 0, "c0881236945b1f61d4e11b23014eee41", 232696},
318  {"resource.007", 0, "8613c45fc771d658e5a505b9a4a54f31", 267741},
319  {"resource.008", 0, "7c9218530415363a6b12ea6d777e8290", 327775},
320  {"resource.009", 0, "46949391f9a5695d43757ccd02a98064", 323966},
321  AD_LISTEND},
322  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
323 
324  // Codename: Iceman - English DOS (from FRG)
325  // SCI interpreter version 0.000.668
326  {"iceman", "", {
327  {"resource.map", 0, "554b44b79b0e9a7fc59f66dda0daac02", 5670},
328  {"resource.000", 0, "b1bccd827453d4cb834bfd5b45bef63c", 26974},
329  {"resource.001", 0, "005bd332d4b0f9d8e99d3b905223a332", 438501},
330  {"resource.002", 0, "250b859381ebf2bf8922bd99683b0cc1", 566464},
331  {"resource.003", 0, "dc7c5280e7acfaffe6ef2a6c963c5f94", 622118},
332  {"resource.004", 0, "64f342463f6f35ba71b3509ef696ae3f", 669188},
333  AD_LISTEND},
334  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
335 
336  // Codename: Iceman - English DOS v1.022 (supplied by misterhands in bug report Trac #10678)
337  // SCI interpreter version 0.000.668
338  {"iceman", "", {
339  {"resource.map", 0, "7cca4017825bc21186aed5542912fbcd", 5670},
340  {"resource.000", 0, "b1bccd827453d4cb834bfd5b45bef63c", 26974},
341  {"resource.001", 0, "005bd332d4b0f9d8e99d3b905223a332", 438601},
342  {"resource.002", 0, "250b859381ebf2bf8922bd99683b0cc1", 566571},
343  {"resource.003", 0, "1f2f79e399098859c73e49ac6a3545d8", 622122},
344  {"resource.004", 0, "64f342463f6f35ba71b3509ef696ae3f", 669179},
345  AD_LISTEND},
346  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
347 
348  // Codename: Iceman - English DOS (supplied by ssburnout in bug report #5270)
349  // 1.022 9x5.25" (label: Int#0.000.668)
350  {"iceman", "", {
351  {"resource.map", 0, "2948e06dab4930e4c8098c24ac874db8", 6252},
352  {"resource.000", 0, "b1bccd827453d4cb834bfd5b45bef63c", 26974},
353  {"resource.001", 0, "005bd332d4b0f9d8e99d3b905223a332", 126839},
354  {"resource.002", 0, "250b859381ebf2bf8922bd99683b0cc1", 307001},
355  {"resource.003", 0, "7d7a840701d2f6eff57679bf7dced747", 318060},
356  {"resource.004", 0, "e0e72970bad9a956db13dcb63d898437", 322457},
357  {"resource.005", 0, "1f2f79e399098859c73e49ac6a3545d8", 330657},
358  {"resource.006", 0, "08050329aa113a9f14ed99cbfe3536ec", 232942},
359  {"resource.007", 0, "64f342463f6f35ba71b3509ef696ae3f", 267811},
360  {"resource.008", 0, "4e5c20d6942d97db9501a2110bb0d7db", 327461},
361  {"resource.009", 0, "27f3027aa41bdb0deff031ad0cc56f21", 324093},
362  AD_LISTEND},
363  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
364 
365  // Codename: Iceman - English DOS 1.023 (from abevi, bug report #4176)
366  {"iceman", "", {
367  {"resource.map", 0, "da131654de1d6f640222c092313c6ca5", 6252},
368  {"resource.000", 0, "b1bccd827453d4cb834bfd5b45bef63c", 26974},
369  {"resource.001", 0, "005bd332d4b0f9d8e99d3b905223a332", 126833},
370  {"resource.002", 0, "250b859381ebf2bf8922bd99683b0cc1", 306891},
371  {"resource.003", 0, "7d7a840701d2f6eff57679bf7dced747", 317954},
372  {"resource.004", 0, "e0e72970bad9a956db13dcb63d898437", 322483},
373  {"resource.005", 0, "dc7c5280e7acfaffe6ef2a6c963c5f94", 330653},
374  {"resource.006", 0, "08050329aa113a9f14ed99cbfe3536ec", 232942},
375  {"resource.007", 0, "64f342463f6f35ba71b3509ef696ae3f", 267702},
376  {"resource.008", 0, "4e5c20d6942d97db9501a2110bb0d7db", 327461},
377  {"resource.009", 0, "27f3027aa41bdb0deff031ad0cc56f21", 324091},
378  AD_LISTEND},
379  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
380 
381  // Codename: Iceman - English DOS Debug build, Version 1.009
382  // This is a special debug build Clint Basinger ("LGR") salvaged
383  // from a IBM PCjr previously owned by Ken Williams himself.
384  // It contains some additional shortcuts to help the original
385  // developers debugging the game.
386  // More information: https://www.youtube.com/watch?v=Z-VBITW94zI
387  {"iceman", "Debug Build", {
388  {"resource.map", 0, "fe502e0aa91cc9b1a6c00a4d1fc40da4", 6480},
389  {"resource.000", 0, "6be3ab7d8caba5b1df9035bdfbe8cd71", 76934},
390  {"resource.001", 0, "ede1d50e33d87c613c80269d01ddc78d", 82352},
391  {"resource.002", 0, "40f3fa2071dbe2ade614ed5d973e2c10", 270289},
392  {"resource.003", 0, "bd25e8e73c5cbc7d922a3c383a188efe", 270148},
393  {"resource.004", 0, "cf4f3a19feaa4d453f11cdaf65db3275", 276896},
394  {"resource.005", 0, "088c4ee2dcd4df1e60c629ee2fb96cad", 281861},
395  {"resource.006", 0, "7a2eebdba905f24c2828f749a38060db", 276073},
396  {"resource.007", 0, "00a71915aeacc15358fe12837c785e76", 281152},
397  {"resource.008", 0, "8f713368811e9db1f28cb605457ec6b4", 283407},
398  {"resource.009", 0, "ce96c10a6c9ebac2615792d167210e32", 284403},
399  {"resource.010", 0, "2a92f04973ee46716c9281759547431f", 265475},
400  AD_LISTEND},
401  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
402 
403  // Conquests of Camelot - English Amiga (from www.back2roots.org)
404  // Executable scanning reports "1.002.030"
405  // SCI interpreter version 0.000.685
406  {"camelot", "", {
407  {"resource.map", 0, "51aba42f8e63b219755d4372ea424509", 6654},
408  {"resource.000", 0, "dfadf0b4c9fb44ce55570149856c302d", 128100},
409  {"resource.001", 0, "67391de361b9347f123ac0899b4b91f7", 300376},
410  {"resource.002", 0, "8c7f12b2c38d225d4c7121b30ea1b4d2", 605334},
411  {"resource.003", 0, "82a73e7572e7ee627429bb5111ff82ca", 672392},
412  {"resource.004", 0, "6821dc97cf643ba521a4e840dda3c58b", 647410},
413  {"resource.005", 0, "c6e551bdc24f0acc193159038d4ca767", 605882},
414  {"resource.006", 0, "8f880a536908ab496bbc552f7f5c3738", 585255},
415  AD_LISTEND},
416  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
417 
418  // Conquests of Camelot - English DOS Non-Interactive Demo
419  // SCI interpreter version 0.000.668
420  {"camelot", "Demo", {
421  {"resource.map", 0, "f4cd75c15be75e04cdca3acda2c0b0ea", 468},
422  {"resource.001", 0, "4930708722f34bfbaa4945fb08f55f61", 232523},
423  AD_LISTEND},
424  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
425 
426  // Conquests of Camelot - Russian fan translation by https://github.com/deadman2000/RuSCI
427  // Executable scanning reports "0.000.685", Floppy label reports "1.001, 0.000.685", VERSION file reports "1.001.000"
428  // SCI interpreter version 0.000.685
429  {"camelot", "", {
430  {"resource.map", 0, "95eca3991906dfd7ed26d193df07596f", 7278},
431  {"resource.001", 0, "8e1a3a8c588007404b532b8dfacc1460", 596774},
432  {"resource.002", 0, "8e1a3a8c588007404b532b8dfacc1460", 722250},
433  {"resource.003", 0, "8e1a3a8c588007404b532b8dfacc1460", 723712},
434  {"resource.004", 0, "8e1a3a8c588007404b532b8dfacc1460", 729143},
435  {"Translate.RU", 0, "3f730611f55257821b964f96eafea0ba", 171}, // Text file for detecting translation
436  AD_LISTEND},
437  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
438 
439  // Conquests of Camelot - English DOS (from jvprat)
440  // Executable scanning reports "0.000.685", Floppy label reports "1.001, 0.000.685", VERSION file reports "1.001.000"
441  // SCI interpreter version 0.000.685
442  {"camelot", "", {
443  {"resource.map", 0, "95eca3991906dfd7ed26d193df07596f", 7278},
444  {"resource.001", 0, "8e1a3a8c588007404b532b8dfacc1460", 596774},
445  {"resource.002", 0, "8e1a3a8c588007404b532b8dfacc1460", 722250},
446  {"resource.003", 0, "8e1a3a8c588007404b532b8dfacc1460", 723712},
447  {"resource.004", 0, "8e1a3a8c588007404b532b8dfacc1460", 729143},
448  AD_LISTEND},
449  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
450 
451  // Conquests of Camelot - English Atari ST
452  // Game version 1.019.000
453  // Floppy: INT#10.12.90
454  // Executable reports "1.002.038"
455  {"camelot", "", {
456  {"resource.map", 0, "0f80a11867be91a158823887a49cf443", 7290},
457  {"resource.001", 0, "162f66c42e4146ee63f78fba6f1a6757", 596773},
458  {"resource.002", 0, "162f66c42e4146ee63f78fba6f1a6757", 724615},
459  {"resource.003", 0, "162f66c42e4146ee63f78fba6f1a6757", 713351},
460  {"resource.004", 0, "162f66c42e4146ee63f78fba6f1a6757", 718766},
461  AD_LISTEND},
462  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
463 
464  // Conquests of Camelot - English DOS
465  // SCI interpreter version 0.000.685
466  {"camelot", "", {
467  {"resource.map", 0, "86bffb2a393b7a5d8de45e735091f037", 9504},
468  {"resource.001", 0, "8e1a3a8c588007404b532b8dfacc1460", 212461},
469  {"resource.002", 0, "8e1a3a8c588007404b532b8dfacc1460", 317865},
470  {"resource.003", 0, "8e1a3a8c588007404b532b8dfacc1460", 359145},
471  {"resource.004", 0, "8e1a3a8c588007404b532b8dfacc1460", 345180},
472  {"resource.005", 0, "8e1a3a8c588007404b532b8dfacc1460", 345734},
473  {"resource.006", 0, "8e1a3a8c588007404b532b8dfacc1460", 332446},
474  {"resource.007", 0, "8e1a3a8c588007404b532b8dfacc1460", 358182},
475  {"resource.008", 0, "8e1a3a8c588007404b532b8dfacc1460", 315865},
476  {"resource.009", 0, "8e1a3a8c588007404b532b8dfacc1460", 322948},
477  {"resource.010", 0, "8e1a3a8c588007404b532b8dfacc1460", 322781},
478  AD_LISTEND},
479  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
480 
481  // Conquests of the Longbow - English Amiga (from www.back2roots.org)
482  // Executable scanning reports "1.005.001"
483  // SCI interpreter version 1.000.510
484  {"longbow", "", {
485  {"resource.map", 0, "6204f3d00c0f6c0f5f95a29a4190f2f9", 6048},
486  {"resource.000", 0, "8d11c744b4a51e7a8ceac687a46f08ca", 830333},
487  {"resource.001", 0, "76caf8593e065a98c8ab4a6e2c7dbafc", 839008},
488  {"resource.002", 0, "eb312373045906b54a3181bebaf6651a", 733145},
489  {"resource.003", 0, "7fe3b3372d7fdda60045807e9c8e4867", 824554},
490  {"resource.004", 0, "d1038c75d85a6650d48e07d174a6a913", 838175},
491  {"resource.005", 0, "1c3804e56b114028c5873a35c2f06d13", 653002},
492  {"resource.006", 0, "f9487732289a4f4966b4e34eea413325", 842817},
493  AD_LISTEND},
494  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
495 
496  // Conquests of the Longbow - English DOS
497  // SCI interpreter version 1.000.510
498  {"longbow", "", {
499  {"resource.map", 0, "36d3b81ff75b67dd4d27b7f5d3166503", 6261},
500  {"resource.000", 0, "36e8fda5d0b8c49e587c8a9617959f72", 1096767},
501  {"resource.001", 0, "d4c299213f8d799da1492680d12d0fb3", 1133226},
502  {"resource.002", 0, "7f6ce331219d58d5087731e4475ab4f1", 1128555},
503  {"resource.003", 0, "21ebe6b39b57a73fc449f67f013765aa", 972635},
504  {"resource.004", 0, "9cfce07e204a329e94fda8b5657621da", 1064637},
505  {"resource.005", 0, "d036df0872f2db19bca34601276be2d7", 1154950},
506  {"resource.006", 0, "b367a6a59f29ee30dde1d88a5a41152d", 1042966},
507  AD_LISTEND},
508  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
509 
510  // Conquests of the Longbow - English DOS Floppy (from jvprat)
511  // Executable scanning reports "1.000.168", Floppy label reports "1.1, 1.13.92", VERSION file reports "1.1"
512  // SCI interpreter version 1.000.510
513  {"longbow", "", {
514  {"resource.map", 0, "247f955865572569342751de47e861ab", 6027},
515  {"resource.000", 0, "36e8fda5d0b8c49e587c8a9617959f72", 1297120},
516  {"resource.001", 0, "1e6084a19f7a6c50af88d3a9b32c411e", 1366155},
517  {"resource.002", 0, "7f6ce331219d58d5087731e4475ab4f1", 1234743},
518  {"resource.003", 0, "1867136d01ece57b531032d466910522", 823686},
519  {"resource.004", 0, "9cfce07e204a329e94fda8b5657621da", 1261462},
520  {"resource.005", 0, "21ebe6b39b57a73fc449f67f013765aa", 1284720},
521  AD_LISTEND},
522  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
523 
524  // Conquests of the Longbow - English DOS
525  // SCI interpreter version 1.000.510
526  {"longbow", "", {
527  {"resource.map", 0, "737c6f83a1ee601727ff026898f19fa1", 6045},
528  {"resource.000", 0, "36e8fda5d0b8c49e587c8a9617959f72", 1296607},
529  {"resource.001", 0, "1e6084a19f7a6c50af88d3a9b32c411e", 1379267},
530  {"resource.002", 0, "7f6ce331219d58d5087731e4475ab4f1", 1234140},
531  {"resource.003", 0, "1867136d01ece57b531032d466910522", 823610},
532  {"resource.004", 0, "9cfce07e204a329e94fda8b5657621da", 1260237},
533  {"resource.005", 0, "21ebe6b39b57a73fc449f67f013765aa", 1284609},
534  AD_LISTEND},
535  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
536 
537  // Conquests of the Longbow EGA - English DOS
538  // SCI interpreter version 1.000.510
539  {"longbow", "EGA", {
540  {"resource.map", 0, "7676ec9f08967d7a9a7724f5170456e0", 6261},
541  {"resource.000", 0, "36e8fda5d0b8c49e587c8a9617959f72", 718161},
542  {"resource.001", 0, "3c3735caa34fa3f261a9552831bb43ed", 705680},
543  {"resource.002", 0, "7025b87e735b1df3f0e9488a621f4333", 700633},
544  {"resource.003", 0, "eaca7933e8e56bea22b42f7fd5d7a8a7", 686510},
545  {"resource.004", 0, "b7bb35c027bb424ecefcd122768e5e60", 705631},
546  {"resource.005", 0, "58942b1aa6d6ffeb66e9f8897fd4435f", 469243},
547  {"resource.006", 0, "8c767b3939add63d11274065e46aad04", 713158},
548  AD_LISTEND},
549  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
550 
551  // Conquests of the Longbow DOS 1.0 EGA (4 x 5.25" disks)
552  // Provided by ssburnout in bug report #5257
553  {"longbow", "EGA", {
554  {"resource.map", 0, "0517ca368ec844df0cb21a05020fae01", 6021},
555  {"resource.000", 0, "36e8fda5d0b8c49e587c8a9617959f72", 934643},
556  {"resource.001", 0, "76c729e563809170e6cc8b2f3f6cf0a4", 1196133},
557  {"resource.002", 0, "8c767b3939add63d11274065e46aad04", 1152478},
558  {"resource.003", 0, "7025b87e735b1df3f0e9488a621f4333", 1171439},
559  AD_LISTEND},
560  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
561 
562  // Conquests of the Longbow - English DOS Non-Interactive Demo
563  // SCI interpreter version 1.000.510
564  {"longbow", "Demo", {
565  {"resource.map", 0, "cbc5cb73341de1bff1b1e20a640af220", 588},
566  {"resource.001", 0, "f05a20cc07eee85da8e999d0ac0f596b", 869916},
567  AD_LISTEND},
568  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
569 
570  // Conquests of the Longbow - German DOS (suplied by markcoolio in bug report #4294, also includes english language)
571  // SCI interpreter version 1.000.510
572  {"longbow", "", {
573  {"resource.map", 0, "7376b7a07f8bd3a8ab8d67595d3f5b51", 6285},
574  {"resource.000", 0, "ee39f92e006142424cf9209329e727c6", 977281},
575  {"resource.001", 0, "d4c299213f8d799da1492680d12d0fb3", 1167657},
576  {"resource.002", 0, "7f6ce331219d58d5087731e4475ab4f1", 1172521},
577  {"resource.003", 0, "a204de2a083a7770ff455a838210a678", 1165249},
578  {"resource.004", 0, "9cfce07e204a329e94fda8b5657621da", 1101869},
579  {"resource.005", 0, "d036df0872f2db19bca34601276be2d7", 1176914},
580  {"resource.006", 0, "b367a6a59f29ee30dde1d88a5a41152d", 1123585},
581  AD_LISTEND},
582  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
583 
584  // Conquests of the Longbow - Russian translation, based on English DOS version
585  // SCI interpreter version 1.000.510
586  {"longbow", "", {
587  {"resource.map", 0, "78fb253c30797fac24bd52e9c9f43050", 6051},
588  {"resource.000", 0, "65d37f5fa8fa4d34178c9f6707d4dac0", 1306162},
589  {"resource.001", 0, "9ac939e628229d19ce04d9d42890f9bd", 1384306},
590  {"resource.002", 0, "7f6ce331219d58d5087731e4475ab4f1", 1237962},
591  {"resource.003", 0, "1867136d01ece57b531032d466910522", 828298},
592  {"resource.004", 0, "9cfce07e204a329e94fda8b5657621da", 1262638},
593  {"resource.005", 0, "21ebe6b39b57a73fc449f67f013765aa", 1287832},
594  AD_LISTEND},
595  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
596 
597  // Eco Quest - English DOS Non-Interactive Demo (from FRG)
598  // Executable scanning reports "x.yyy.zzz"
599  // SCI interpreter version 1.001.069 (just a guess)
600  {"ecoquest", "Demo", {
601  {"resource.map", 0, "c819e171359b7c95f4c13b846d5c034e", 873},
602  {"resource.001", 0, "baf9393a9bfa73098adb501e5bc5487b", 657518},
603  AD_LISTEND},
604  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
605 
606  // Eco Quest - English DOS CD 1.1
607  // SCI interpreter version 1.001.064
608  {"ecoquest", "CD", {
609  {"resource.map", 0, "a4b73d5d2b55bdb6e44345e99c8fbdd0", 4804},
610  {"resource.000", 0, "d908dbef56816ac6c60dd145fdeafb2b", 3536046},
611  AD_LISTEND},
612  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
613 
614  // Eco Quest - English DOS CD 1.1
615  // SCI interpreter version 1.001.064
616  // Same entry as the DOS version above. This one is used for the alternate
617  // General MIDI music tracks in the Windows version
618  {"ecoquest", "CD", {
619  {"resource.map", 0, "a4b73d5d2b55bdb6e44345e99c8fbdd0", 4804},
620  {"resource.000", 0, "d908dbef56816ac6c60dd145fdeafb2b", 3536046},
621  AD_LISTEND},
622  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_STD16_SPEECH_GM },
623 
624  // Eco Quest 1 - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
625  // based on English DOS CD 1.1
626  {"ecoquest", "CD", {
627  {"resource.map", 0, "a4b73d5d2b55bdb6e44345e99c8fbdd0", 4804},
628  {"resource.000", 0, "d908dbef56816ac6c60dd145fdeafb2b", 3536046},
629  {"PATCHES/0.fon", 0, "256b6dde95d3c2442b9c75765b3a5b76", 3410},
630  AD_LISTEND},
631  Common::HE_ISR, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
632 
633  // Eco Quest - Korean fan translation, based on English DOS CD 1.1
634  // SCI interpreter version 1.001.064
635  // The checksums for the audio file have been removed, to also allow
636  // versions compressed with the compress_sci tool
637  {"ecoquest", "CD", {
638  {"resource.map", 0, "a4b73d5d2b55bdb6e44345e99c8fbdd0", 4804},
639  {"resource.000", 0, "d908dbef56816ac6c60dd145fdeafb2b", 3536046},
640  {"resource.msg", 0, "0c68a203302841adb9faa47ff61edd93", 561801},
641  {"resource.aud", 0, NULL, AD_NO_SIZE},
642  AD_LISTEND},
643  Common::KO_KOR, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
644 
645  // Eco Quest - English DOS Floppy (reported by misterhands in bug #6599)
646  // Game v1.10, interpreter 2.000.286, INT #6.12.92
647  {"ecoquest", "Floppy", {
648  {"resource.map", 0, "acb10c12bf15ffa7d0fac36124b20c8e", 4890},
649  {"resource.000", 0, "89cf7c8eed99afd0a9f4188170b81ebe", 3428654},
650  AD_LISTEND},
651  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
652 
653  // Eco Quest - English DOS Floppy
654  // SCI interpreter version 1.000.510
655  {"ecoquest", "Floppy", {
656  {"resource.map", 0, "704367225929a88aad281ac72844ddac", 4053},
657  {"resource.000", 0, "241b98d3903f6a5b872baa19b80aef3b", 1099239},
658  {"resource.001", 0, "96d4435d24c01f1c1675e46457604c5f", 1413719},
659  {"resource.002", 0, "28fe9b4f0567e71feb198bc9f3a2c605", 1241816},
660  {"resource.003", 0, "f3146df0ad4297f5ce35aa8c4753bf6c", 586832},
661  AD_LISTEND},
662  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
663 
664  // Eco Quest - English DOS Floppy
665  // SCI interpreter version 1.000.510
666  {"ecoquest", "Floppy", {
667  {"resource.map", 0, "f77baec05fae76707205f5be6534a7f3", 4059},
668  {"resource.000", 0, "241b98d3903f6a5b872baa19b80aef3b", 858490},
669  {"resource.001", 0, "2fed7451bca81b0c891eed1a956f2263", 1212161},
670  {"resource.002", 0, "323b3b12f43d53f27d259beb225f0aa7", 1129316},
671  {"resource.003", 0, "83ac03e4bddb2c1ac2d36d2a587d0536", 1145616},
672  AD_LISTEND},
673  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
674 
675  // Eco Quest - German DOS Floppy (supplied by markcoolio in bug report #4263, also includes english language)
676  // SCI interpreter version 1.000.510
677  {"ecoquest", "Floppy", {
678  {"resource.map", 0, "7a9b43bf27dc000ac8559ecbe824b659", 4395},
679  {"resource.000", 0, "99b73d40403a51c7e60d01df0d6cd34a", 998227},
680  {"resource.001", 0, "2fed7451bca81b0c891eed1a956f2263", 1212060},
681  {"resource.002", 0, "02d7d0411f7903aacb3bc8b0f8ca8a9a", 1202581},
682  {"resource.003", 0, "84dd11b6825255671c703aee5ceff620", 1175835},
683  AD_LISTEND},
684  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
685 
686  // Eco Quest - Spanish DOS Floppy (from jvprat, also includes english language)
687  // Executable scanning reports "1.ECO.013", VERSION file reports "1.000, 11.12.92"
688  // SCI interpreter version 1.000.510
689  {"ecoquest", "Floppy", {
690  {"resource.map", 0, "82e6b1e3bdb2f064b18380009df7b345", 4395},
691  {"resource.000", 0, "0b12a91c935e385308af8d17811deded", 1004085},
692  {"resource.001", 0, "2fed7451bca81b0c891eed1a956f2263", 1212060},
693  {"resource.002", 0, "2d21a1d2dcbffa551552e3e0725d2284", 1186033},
694  {"resource.003", 0, "84dd11b6825255671c703aee5ceff620", 1174993},
695  AD_LISTEND},
696  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
697 
698  // Eco Quest - French DOS Floppy (from Strangerke, also includes english language)
699  // SCI interpreter version 1.ECO.013
700  {"ecoquest", "Floppy", {
701  {"resource.map", 0, "67742945cd59b896d9f22a549f605217", 4407},
702  {"resource.000", 0, "0b12a91c935e385308af8d17811deded", 973723},
703  {"resource.001", 0, "fc7fba54b6bb88fd7e9c229636599aa9", 1205841},
704  {"resource.002", 0, "b836c6ee9de67d814ac5d1b05f5b9858", 1173872},
705  {"resource.003", 0, "f8f767f9d6351432621c6e54c1b2ba8c", 1141520},
706  AD_LISTEND},
707  Common::FR_FRA, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
708 
709 #define GUIO_ECO2_WINDOWS GUIO8(GUIO_NOSPEECH,\
710  GAMEOPTION_WINDOWS_CURSORS,\
711  GAMEOPTION_PREFER_DIGITAL_SFX,\
712  GAMEOPTION_ORIGINAL_SAVELOAD,\
713  GAMEOPTION_MIDI_MODE,\
714  GAMEOPTION_RGB_RENDERING,\
715  GAMEOPTION_TTS,\
716  GAMEOPTION_ENABLE_GMM_SAVE)
717 
718  // Eco Quest 2 - English DOS Non-Interactive Demo
719  // SCI interpreter version 1.001.055
720  {"ecoquest2", "Demo", {
721  {"resource.map", 0, "607cfa0d8a03b7d348c06ee727e3d939", 1321},
722  {"resource.000", 0, "dd6f614c43c029f063e93cd243af90a4", 525992},
723  AD_LISTEND},
724  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
725 
726  // Eco Quest 2 - English DOS Floppy (supplied by markcoolio in bug report #4264)
727  // SCI interpreter version 1.001.065
728  {"ecoquest2", "Floppy", {
729  {"resource.map", 0, "28fb7b6abb9fc1cb8882d7c2e701b63f", 5658},
730  {"resource.000", 0, "cc1d17e5637528dbe4a812699e1cbfc6", 4208192},
731  AD_LISTEND},
732  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
733 
734  // Eco Quest 2 - Included as a bonus game in Sierra's School House.
735  // Executable scanning reports "1.001.069", VERSION file reports "1.000.000"
736  {"ecoquest2", "CD", {
737  {"resource.map", 0, "28fb7b6abb9fc1cb8882d7c2e701b63f", 5658},
738  {"resource.000", 0, "cc1d17e5637528dbe4a812699e1cbfc6", 4208192},
739  AD_LISTEND},
740  Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_ECO2_WINDOWS },
741 
742  // Eco Quest 2 - French DOS Floppy (from Strangerke)
743  // SCI interpreter version 1.001.081
744  {"ecoquest2", "Floppy", {
745  {"resource.map", 0, "c22ab8b33c339c138b6b1697b77b9e79", 5588},
746  {"resource.000", 0, "1c4093f7248240329121fdf8c0d59152", 4231946},
747  AD_LISTEND},
748  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
749 
750  // Eco Quest 2 - Spanish DOS Floppy (supplied by umbrio in bug report #5750)
751  {"ecoquest2", "Floppy", {
752  {"resource.map", 0, "a6b271b934afa7e84d03816a4fefa67b", 5593},
753  {"resource.000", 0, "1c4093f7248240329121fdf8c0d59152", 4209150},
754  {"resource.msg", 0, "eff8be1925d42288de55e405983e9314", 117810},
755  AD_LISTEND},
756  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
757 
758  // Eco Quest 2 - German DOS Floppy (supplied by frankenbuam in bug report #6416)
759  {"ecoquest2", "Floppy", {
760  {"resource.map", 0, "d8b20073e64f41f6437f73143a186753", 5643},
761  {"resource.000", 0, "cc1d17e5637528dbe4a812699e1cbfc6", 4210876},
762  {"resource.msg", 0, "2f231d31af172ea72ed533fd112f971b", 133458},
763  AD_LISTEND},
764  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
765 
766  // Eco Quest 2 - PRCA/T&J Russian DOS Floppy
767  {"ecoquest2", "Floppy", {
768  {"resource.map", 0, "9e796f1918b981efd4a76774c1306850", 5658},
769  {"resource.000", 0, "e6c5795620931dcbb4c73ab48e18b898", 4279514},
770  AD_LISTEND},
771  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
772 
773  // Eco Quest 2 - Korean DOS Floppy (from swkim01)
774  // using swkim01's SCI Message Editor: http://github.com/swkim01/scime/
775  {"ecoquest2", "Floppy", {
776  {"resource.map", 0, "28fb7b6abb9fc1cb8882d7c2e701b63f", 5658},
777  {"resource.000", 0, "cc1d17e5637528dbe4a812699e1cbfc6", 4208192},
778  {"resource.msg", 0, "a0fbf7c183ea64f4bc224f71f2862aa0", 219798},
779  AD_LISTEND},
780  Common::KO_KOR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
781 
782 #undef GUIO_ECO2_WINDOWS
783 
784  // Freddy Pharkas - English DOS demo (from FRG)
785  // SCI interpreter version 1.001.069
786  {"freddypharkas", "Demo", {
787  {"resource.map", 0, "97aa9fcfe84c9993a64debd28c32393a", 1909},
788  {"resource.000", 0, "5ea8e7a3ea10cce6efd5c106dc62fd8c", 867724},
789  AD_LISTEND},
790  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
791 
792  // Freddy Pharkas - English CD DOS (from FRG)
793  // SCI interpreter version 1.001.132
794  {"freddypharkas", "CD", {
795  {"resource.map", 0, "d46b282f228a67ba13bd4b4009e95f8f", 6058},
796  {"resource.000", 0, "ee3c64ffff0ba9fb08bea2624631c598", 5490246},
797  AD_LISTEND},
798  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
799 
800  // Freddy Pharkas - English DOS Floppy (updated information from markcoolio in bug reports #4267 and #4286)
801  // Executable scanning reports "1.cfs.081"
802  // SCI interpreter version 1.001.132 (just a guess)
803  {"freddypharkas", "Floppy", {
804  {"resource.map", 0, "a32674e7fbf7b213b4a066c8037f16b6", 5816},
805  {"resource.000", 0, "96b07e9b914dba1c8dc6c78a176326df", 5233230},
806  {"resource.msg", 0, "554f65315d851184f6e38211489fdd8f", 331706},
807  AD_LISTEND},
808  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
809 
810  // Freddy Pharkas - French DOS Floppy
811  // Executable scanning reports "1.cfs.081"
812  {"freddypharkas", "Floppy", {
813  {"resource.map", 0, "a32674e7fbf7b213b4a066c8037f16b6", 5816},
814  {"resource.000", 0, "96b07e9b914dba1c8dc6c78a176326df", 5233230},
815  {"resource.msg", 0, "4dc478f5c73b57e5d690bdfffdcf1c44", 816518},
816  AD_LISTEND},
817  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
818 
819  // Freddy Pharkas - German DOS Floppy (from Tobis87, updated information from markcoolio in bug reports #4266 and #4286)
820  // Executable scanning reports "1.cfs.081"
821  // SCI interpreter version 1.001.132 (just a guess)
822  {"freddypharkas", "", {
823  {"resource.map", 0, "a32674e7fbf7b213b4a066c8037f16b6", 5816},
824  {"resource.000", 0, "96b07e9b914dba1c8dc6c78a176326df", 5233230},
825  {"resource.msg", 0, "304b5a5781800affd2235152a5794fa8", 911164},
826  AD_LISTEND},
827  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
828 
829  // Freddy Pharkas - Spanish DOS (from jvprat)
830  // Executable scanning reports "1.cfs.081", VERSION file reports "1.000, March 30, 1995"
831  // SCI interpreter version 1.001.132 (just a guess)
832  {"freddypharkas", "Floppy", {
833  {"resource.map", 0, "a32674e7fbf7b213b4a066c8037f16b6", 5816},
834  {"resource.000", 0, "96b07e9b914dba1c8dc6c78a176326df", 5233230},
835  {"resource.msg", 0, "45b5bf74933ac3727e4cc844446dc052", 796156},
836  AD_LISTEND},
837  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
838 
839  // Freddy Pharkas - English DOS CD Demo
840  // SCI interpreter version 1.001.095
841  {"freddypharkas", "CD Demo", {
842  {"resource.map", 0, "a62a7eae85dd1e6b07f39662b278437e", 1918},
843  {"resource.000", 0, "4962a3c4dd44e36e78ea4a7a374c2220", 957382},
844  AD_LISTEND},
845  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_SPEECH },
846 
847  // Freddy Pharkas - English Macintosh
848  {"freddypharkas", "", {
849  {"Data1", 0, "ef7cbd62727989818f1cfae69c9fd61d", 3038236},
850  {"Data2", 0, "2424b418f7d52c385cea4701f529c69a", 4721476},
851  AD_LISTEND},
852  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_STD16_MAC_HIRESFONTS },
853 
854  // Fun Seeker's Guide - English DOS
855  // SCI interpreter version 0.000.506
856  {"funseeker", "", {
857  {"resource.map", 0, "7ee6859ef74314f6d91938c3595348a9", 282},
858  {"resource.001", 0, "f1e680095424e31f7fae1255d36bacba", 40692},
859  AD_LISTEND},
860  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
861 
862  // Gabriel Knight - English DOS Demo
863  // SCI interpreter version 1.001.092
864  // Note: we are not using ADGF_DEMO here, to avoid a game ID like gk1demo-demo
865  {"gk1demo", "Demo", {
866  {"resource.map", 0, "39645952ae0ed8072c7e838f31b75464", 2490},
867  {"resource.000", 0, "eb3ed7477ca4110813fe1fcf35928561", 1718450},
868  AD_LISTEND},
869  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
870 
871  // Gabriel Knight - English DOS Demo (from DrMcCoy)
872  // SCI interpreter version 1.001.092
873  // Note: we are not using ADGF_DEMO here, to avoid a game ID like gk1demo-demo
874  {"gk1demo", "Demo", {
875  {"resource.map", 0, "8cad2a256f41463030cbb7ea1bfb2857", 2490},
876  {"resource.000", 0, "eb3ed7477ca4110813fe1fcf35928561", 1718450},
877  AD_LISTEND},
878  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
879 
880  // Gabriel Knight - English DOS Demo
881  // SCI interpreter version 1.001.092
882  // Note: we are not using ADGF_DEMO here, to avoid a game ID like gk1demo-demo.
883  // Same resource volume as previous entry, but resource.map has one different
884  // byte within the junk padding between directory headers and directory entries.
885  {"gk1demo", "Demo", {
886  {"resource.map", 0, "1f6643045cab8546c9e6bddfbce4ea80", 2490},
887  {"resource.000", 0, "eb3ed7477ca4110813fe1fcf35928561", 1718450},
888  AD_LISTEND},
889  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
890 
891 #define GUIO_GK1_FLOPPY GUIO4(GUIO_NOSPEECH, \
892  GAMEOPTION_ORIGINAL_SAVELOAD, \
893  GAMEOPTION_TTS, \
894  GAMEOPTION_ENABLE_GMM_SAVE)
895 #define GUIO_GK1_CD_DOS GUIO6(GUIO_LINKSPEECHTOSFX, \
896  GAMEOPTION_ORIGINAL_SAVELOAD, \
897  GAMEOPTION_HIGH_RESOLUTION_GRAPHICS, \
898  GAMEOPTION_HQ_VIDEO, \
899  GAMEOPTION_ENABLE_GMM_SAVE, \
900  GAMEOPTION_GK1_ENABLE_AUDIO_POPFIX)
901 #define GUIO_GK1_CD_WIN GUIO5(GUIO_LINKSPEECHTOSFX, \
902  GAMEOPTION_ORIGINAL_SAVELOAD, \
903  GAMEOPTION_HQ_VIDEO, \
904  GAMEOPTION_ENABLE_GMM_SAVE, \
905  GAMEOPTION_GK1_ENABLE_AUDIO_POPFIX)
906 #define GUIO_GK1_MAC GUIO3(GUIO_NOSPEECH, \
907  GAMEOPTION_TTS, \
908  GAMEOPTION_ENABLE_GMM_SAVE)
909 
910  // Gabriel Knight - English DOS Floppy
911  // SCI interpreter version 2.000.000
912  {"gk1", "", {
913  {"resource.map", 0, "372d059f75856afa6d73dd84cbb8913d", 10783},
914  {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 13022630},
915  AD_LISTEND},
916  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK1_FLOPPY },
917 
918  // Gabriel Knight - English DOS Floppy (supplied by markcoolio in bug report #4269)
919  // SCI interpreter version 2.000.000
920  {"gk1", "", {
921  {"resource.map", 0, "65e8c14092e4c9b3b3538b7602c8c5ec", 10783},
922  {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 13022630},
923  AD_LISTEND},
924  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK1_FLOPPY },
925 
926  // Gabriel Knight - English DOS Floppy
927  // SCI interpreter version 2.000.000, VERSION file reports "1.0\nGabriel Knight\n11/22/10:33 pm\n\x1A"
928  {"gk1", "", {
929  {"resource.map", 0, "ef41df08cf2c1f680216cdbeed0f8311", 10783},
930  {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 13022630},
931  AD_LISTEND},
932  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK1_FLOPPY },
933 
934  // Gabriel Knight - German DOS Floppy (supplied by markcoolio in bug report #4268)
935  // SCI interpreter version 2.000.000
936  {"gk1", "", {
937  {"resource.map", 0, "ad6508b0296b25c07b1f58828dc33696", 10789},
938  {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13077029},
939  AD_LISTEND},
940  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK1_FLOPPY },
941 
942  // Gabriel Knight - French DOS Floppy (supplied by kervala in bug report #6281)
943  // SCI interpreter version 2.000.000
944  {"gk1", "", {
945  {"resource.map", 0, "236e36cc847cdeafdd5e5fa8cba916ed", 10801},
946  {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13033072},
947  AD_LISTEND},
948  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK1_FLOPPY },
949 
950  // Gabriel Knight - English DOS CD (from jvprat)
951  // Executable scanning reports "2.000.000", VERSION file reports "01.100.000"
952  {"gk1", "CD", {
953  {"resource.map", 0, "372d059f75856afa6d73dd84cbb8913d", 10996},
954  {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 12581736},
955  AD_LISTEND},
956  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_GK1_CD_DOS },
957 
958  // Gabriel Knight - English Windows CD (from jvprat)
959  // Executable scanning reports "2.000.000", VERSION file reports "01.100.000"
960  {"gk1", "CD", {
961  {"resource.map", 0, "372d059f75856afa6d73dd84cbb8913d", 10996},
962  {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 12581736},
963  AD_LISTEND},
964  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_GK1_CD_WIN },
965 
966  // Gabriel Knight - Hebrew fan translation, based on English Dos CD
967  // Executable scanning reports "2.000.000", VERSION file reports "01.100.000"
968  {"gk1", "CD", {
969  {"resource.map", 0, "372d059f75856afa6d73dd84cbb8913d", 10996},
970  {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 12581736},
971  {"PATCHES/0.fon", 0, "a2fc0fd2c4ddcf1f1dc5207126cd998b", 3419},
972  AD_LISTEND},
973  Common::HE_ISR, Common::kPlatformDOS, ADGF_CD, GUIO_GK1_CD_DOS },
974 
975  // Gabriel Knight - Korean fan translation, based on English Windows CD
976  // Executable scanning reports "2.000.000", VERSION file reports "01.100.000"
977  {"gk1", "CD", {
978  {"resource.map", 0, "372d059f75856afa6d73dd84cbb8913d", 10996},
979  {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 12581736},
980  {"resource.msg", 0, "5a35e00e0b8d656ff423b76831a86ab8", 980765},
981  AD_LISTEND},
982  Common::KO_KOR, Common::kPlatformDOS, ADGF_CD, GUIO3(GUIO_LINKSPEECHTOSFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_HQ_VIDEO) },
983 
984  {"gk1", "CD", {
985  {"resource.map", 0, "372d059f75856afa6d73dd84cbb8913d", 10996},
986  {"resource.000", 0, "69b7516962510f780d38519cc15fcc7c", 12581736},
987  {"resource.msg", 0, "5a35e00e0b8d656ff423b76831a86ab8", 980765},
988  AD_LISTEND},
989  Common::KO_KOR, Common::kPlatformWindows, ADGF_CD, GUIO_GK1_CD_WIN },
990 
991  // Gabriel Knight - German DOS CD (from Tobis87)
992  // SCI interpreter version 2.000.000, VERSION file reports "1.000.000, April 25, 1994"
993  {"gk1", "CD", {
994  {"resource.map", 0, "a7d3e55114c65647310373cb390815ba", 11392},
995  {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13400497},
996  AD_LISTEND},
997  Common::DE_DEU, Common::kPlatformDOS, ADGF_CD, GUIO_GK1_CD_DOS },
998 
999  // Gabriel Knight - Spanish DOS CD (from jvprat)
1000  // Executable scanning reports "2.000.000", VERSION file reports "1.000.000, April 13, 1995"
1001  {"gk1", "CD", {
1002  {"resource.map", 0, "7cb6e9bba15b544ec7a635c45bde9953", 11404},
1003  {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13381599},
1004  AD_LISTEND},
1005  Common::ES_ESP, Common::kPlatformDOS, ADGF_CD, GUIO_GK1_CD_DOS },
1006 
1007  // Gabriel Knight - French DOS CD (from Hkz)
1008  // VERSION file reports "1.000.000, May 3, 1994"
1009  {"gk1", "CD", {
1010  {"resource.map", 0, "55f909ba93a2515042a08d8a2da8414e", 11392},
1011  {"resource.000", 0, "091cf08910780feabc56f8551b09cb36", 13325145},
1012  AD_LISTEND},
1013  Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_GK1_CD_DOS },
1014 
1015  // Gabriel Knight - English Macintosh (Floppy!)
1016  // This version is hi-res ONLY, so it should NOT get GAMEOPTION_HIGH_RESOLUTION_GRAPHICS
1017  // (which is meant for enforcing hi-res graphics), but instead hi-res mode should be enabled all the time.
1018  // Confirmed by [md5] and originally by clone2727.
1019  {"gk1", "", {
1020  {"Data1", 0, "044d3bcd7e5b5bb0393d954ade8053fe", 5814662},
1021  {"Data2", 0, "99a0c63febf9e44e12a00f99c00eae0f", 6685096},
1022  {"Data3", 0, "f25068b408b09275d8b698866462f578", 3677343},
1023  {"Data4", 0, "1cceebbe411b26c860a74f91c337fdf3", 3229830},
1024  AD_LISTEND},
1025  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_GK1_MAC },
1026 
1027 #undef GUIO_GK1_FLOPPY
1028 #undef GUIO_GK1_CD_DOS
1029 #undef GUIO_GK1_CD_WIN
1030 #undef GUIO_GK1_MAC
1031 
1032 #define GUIO_GK2_DEMO GUIO9(GUIO_NOSUBTITLES, \
1033  GUIO_NOMUSIC, \
1034  GUIO_NOSFX, \
1035  GUIO_NOSPEECH, \
1036  GUIO_NOMIDI, \
1037  GUIO_NOLAUNCHLOAD, \
1038  GUIO_NOASPECT, \
1039  GAMEOPTION_HQ_VIDEO, \
1040  GAMEOPTION_ENABLE_GMM_SAVE)
1041 #define GUIO_GK2 GUIO7(GUIO_LINKSPEECHTOSFX, \
1042  GUIO_NOMIDI, \
1043  GUIO_NOASPECT, \
1044  GAMEOPTION_ORIGINAL_SAVELOAD, \
1045  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
1046  GAMEOPTION_HQ_VIDEO, \
1047  GAMEOPTION_ENABLE_GMM_SAVE)
1048 #define GUIO_GK2_MAC GUIO_GK2
1049 
1050  // Gabriel Knight 2 - English Windows Non-Interactive Demo
1051  // Executable scanning reports "2.100.002"
1052  {"gk2", "Demo", {
1053  {"resource.map", 0, "e0effce11c4908f4b91838741716c83d", 1351},
1054  {"resource.000", 0, "d04cfc7f04b6f74d13025378be49ec2b", 4640330},
1055  AD_LISTEND},
1056  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO_GK2_DEMO },
1057 
1058  // Gabriel Knight 2 - English DOS (GOG version) - ressci.* merged in ressci.000
1059  // using Enrico Rolfi's HD/DVD installer: https://gkpatches.vogons.org/english.php
1060  {"gk2", "", {
1061  {"resmap.000", 0, "b996fa1e57389a1e179a00a0049de1f4", 8110},
1062  {"ressci.000", 0, "a19fc3604c6e5407abcf03d59ee87217", 168522221},
1063  AD_LISTEND},
1064  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
1065 
1066  // Gabriel Knight 2 - Korean DOS (GOG version) (from swkim01)
1067  // using swkim01's SCI Message Editor: http://github.com/swkim01/scime/
1068  {"gk2", "", {
1069  {"resmap.000", 0, "b996fa1e57389a1e179a00a0049de1f4", 8110},
1070  {"ressci.000", 0, "a19fc3604c6e5407abcf03d59ee87217", 168522221},
1071  {"resource.msg", 0, "1c4439abcfda38be40090a37a91ad7d2", 331954},
1072  AD_LISTEND},
1073  Common::KO_KOR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
1074 
1075  // Gabriel Knight 2 - English DOS (from jvprat)
1076  // Executable scanning reports "2.100.002", VERSION file reports "1.1"
1077  {"gk2", "", {
1078  {"resmap.001", 0, "1b8bf6a23b37ed67358eb825fc687260", 2776},
1079  {"ressci.001", 0, "24463ae235b1afbbc4ff5e2ed1b8e3b2", 50496082},
1080  {"resmap.002", 0, "2028230674bb54cd24370e0745e7a9f4", 1975},
1081  {"ressci.002", 0, "f0edc1dcd704bd99e598c5a742dc7150", 42015676},
1082  {"resmap.003", 0, "51f3372a2133c406719dafad86369be3", 1687},
1083  {"ressci.003", 0, "86cb3f3d176994e7f8a9ad663a4b907e", 35313750},
1084  {"resmap.004", 0, "0f6e48f3e84e867f7d4a5215fcff8d5c", 2719},
1085  {"ressci.004", 0, "4f30aa6e6f895132402c8652f9e1d741", 58317316},
1086  {"resmap.005", 0, "2dac0e232262b4a51271fd28559b3e70", 2065},
1087  {"ressci.005", 0, "14b62d4a3bddee57a03cb1495a798a0f", 38075705},
1088  {"resmap.006", 0, "ce9359037277b7d7976da185c2fa0aad", 2977},
1089  {"ressci.006", 0, "8e44e03890205a7be12f45aaba9644b4", 60659424},
1090  AD_LISTEND},
1091  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
1092 
1093  // Gabriel Knight 2 - French DOS (6-CDs Sierra Originals reedition)
1094  // Executable scanning reports "2.100.002", VERSION file reports "1.0"
1095  {"gk2", "", {
1096  {"resmap.001", 0, "5752eb78e0dffd6ad1d6ada75fe1222e", 2800},
1097  {"ressci.001", 0, "37d2df0e1ec0603b605d0c87f1c09ce5", 50810410},
1098  {"resmap.002", 0, "1ca433e4bc26383ff134a817386b723e", 1987},
1099  {"ressci.002", 0, "5d07e6b51afaa3a5850b17a3dbd800a0", 41367424},
1100  {"resmap.003", 0, "27b15dea1f9c73e1f5b57467c2d98b80", 1699},
1101  {"ressci.003", 0, "93c561e5d49a804deed4ea4c2eda7386", 35200452},
1102  {"resmap.004", 0, "9e5aaa053785d1ea61b1448df930db1a", 2743},
1103  {"ressci.004", 0, "5d07e6b51afaa3a5850b17a3dbd800a0", 58988750},
1104  {"resmap.005", 0, "6b1f4b59a7af58e1aff21259cc457851", 2077},
1105  {"ressci.005", 0, "1eb5a72744799f5a5518543f5b4c3c79", 37882126},
1106  {"resmap.006", 0, "11b2e722170b8c93fdaa5428e2c7676f", 3001},
1107  {"ressci.006", 0, "4037d941aec39d2e654e20960429aefc", 60568486},
1108  AD_LISTEND},
1109  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
1110 
1111  // Gabriel Knight 2 - German DOS/Windows (6-CDs original release, provided by m_kiewitz)
1112  // Executable scanning reports "2.100.002", VERSION file reports "1.0"
1113  {"gk2", "", {
1114  {"ressci.001", 0, "5a4f25f3a08a45a9a1452b0922f1c716", 50942045},
1115  {"ressci.003", 0, "93c561e5d49a804deed4ea4c2eda7386", 35233438},
1116  {"ressci.002", 0, "04657f765ca35b7c620df9cfc2737228", 41718539},
1117  {"ressci.005", 0, "f7a9057385041bc99a282c4667ba5309", 37952633},
1118  {"ressci.004", 0, "3292b853404d613a8314dfc8dc8c07c0", 59450811},
1119  {"ressci.006", 0, "7a3aaeef377cf4b1b2e7914791d34fca", 60585298},
1120  {"resmap.001", 0, "ae48ed125f846ad5850ed8d768963947", 2806},
1121  {"resmap.002", 0, "8fb07268e064a9dec7776cb70cd45cee", 1981},
1122  {"resmap.003", 0, "d9c7eeb5337f01865ab46865e546a10d", 1699},
1123  {"resmap.004", 0, "ecbcf7f54dd1d2d29cb234e106558984", 2737},
1124  {"resmap.005", 0, "9fe7e86d66deabfeb10760990d2b1724", 2053},
1125  {"resmap.006", 0, "c5323f49b7ee6a2c08c4852290e351c0", 2995},
1126  AD_LISTEND},
1127  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
1128 
1129  // Gabriel Knight 2 - Portuguese DOS/Windows (6-CDs original release)
1130  // Executable scanning reports "2.100.002", VERSION file reports "1.0"
1131  {"gk2", "", {
1132  {"resmap.001", 0, "dc313253adfe68584ad43993599dfb7e", 2806},
1133  {"ressci.001", 0, "37d2df0e1ec0603b605d0c87f1c09ce5", 50932558},
1134  {"resmap.002", 0, "3fd2283c7983d821b894593e97359913", 1999},
1135  {"ressci.002", 0, "5d07e6b51afaa3a5850b17a3dbd800a0", 42258859},
1136  {"resmap.003", 0, "c9980e5a16d7247f156b056a2e3adca7", 1711},
1137  {"ressci.003", 0, "59b597ed3550b5e175746e4f9bc8786d", 35477175},
1138  {"resmap.004", 0, "92e24eba78d7bed89954c472a5acc5f6", 2755},
1139  {"ressci.004", 0, "5d07e6b51afaa3a5850b17a3dbd800a0", 59781752},
1140  {"resmap.005", 0, "207f4f2ce425059bdd2f755a58c66309", 2101},
1141  {"ressci.005", 0, "1eb5a72744799f5a5518543f5b4c3c79", 38249037},
1142  {"resmap.006", 0, "c92f7b756964c8a57928a0b6558feaa5", 3007},
1143  {"ressci.006", 0, "4037d941aec39d2e654e20960429aefc", 60781720},
1144  AD_LISTEND},
1145  Common::PT_BRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
1146 
1147  // Gabriel Knight 2 - Italian DOS/Windows (6-CDs original release, provided in Trac #11013)
1148  // Executable scanning reports "2.100.002", VERSION file reports "Italian 1.0"
1149  {"gk2", "", {
1150  {"resmap.001", 0, "f0841f987ba7ba08adb9035f2231fa87", 2806},
1151  {"ressci.001", 0, "2bca1716ae0afa602d2cb8933ea8c244", 51083193},
1152  {"resmap.002", 0, "2c5362c8c6f4b913500a941a5db01d03", 1999},
1153  {"ressci.002", 0, "584c20593a4e8d3740d0b4a5ce4729a2", 41865579},
1154  {"resmap.003", 0, "2ee65a5560dc9fd290fd7c623ba8ac61", 1711},
1155  {"ressci.003", 0, "59b597ed3550b5e175746e4f9bc8786d", 35547945},
1156  {"resmap.004", 0, "9c7b26b547a8abc3b88302acbf0cec5e", 2755},
1157  {"ressci.004", 0, "851d879c5c27b014ebbd8c44df6865c5", 59304672},
1158  {"resmap.005", 0, "2b2da2a53b492cb944ee022658f9acc2", 2101},
1159  {"ressci.005", 0, "376341973f5bb64ccf09ccf1b3119de0", 38303329},
1160  {"resmap.006", 0, "fe0f9b565b2b4f69080bbcb06f658e3e", 3007},
1161  {"ressci.006", 0, "4037d941aec39d2e654e20960429aefc", 61231670},
1162  AD_LISTEND},
1163  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_GK2 },
1164 
1165  // Gabriel Knight 2 - English Macintosh
1166  // NOTE: This only contains disc 1 files (as well as the persistent file:
1167  // Data1. Other discs have conflicting names :(
1168  {"gk2", "", {
1169  {"Data1", 0, "81cb3b4461af845efc59450a74b49fe6", 692785},
1170  {"Data2", 0, "69a05445a7c8c2da06d8f5a70200974d", 16774319},
1171  {"Data3", 0, "256309284f6447aaa5028103753e7e78", 15451574},
1172  {"Data4", 0, "8b843c62eb53136a855d6e0087e3cb0d", 5889297},
1173  {"Data5", 0, "f9fcf9ab2eb13b2125c33a1cda03a093", 14349728},
1174  AD_LISTEND},
1175  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_GK2_MAC },
1176 
1177 #undef GUIO_GK2_DEMO
1178 #undef GUIO_GK2
1179 #undef GUIO_GK2_MAC
1180 
1181  // Hoyle 1 - English DOS (supplied by ssburnout in bug report #5270)
1182  // 1.000.104 3x5.25" (label:INT.0.000.519)
1183  {"hoyle1", "", {
1184  {"resource.map", 0, "d6c37503a8f282636e1b08f7a6cf4afd", 7818},
1185  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 162805},
1186  {"resource.002", 0, "e0dd44069a62a463fd124974b915f10d", 342149},
1187  {"resource.003", 0, "e0dd44069a62a463fd124974b915f10d", 328925},
1188  AD_LISTEND},
1189  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1190 
1191  // Hoyle 1 - English DOS (supplied by wibble92 in bug report #4203)
1192  // SCI interpreter version 0.000.530
1193  {"hoyle1", "", {
1194  {"resource.map", 0, "9de9aa6d23569b3c8bf798503cf1216a", 7818},
1195  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 162783},
1196  {"resource.002", 0, "e0dd44069a62a463fd124974b915f10d", 342309},
1197  {"resource.003", 0, "e0dd44069a62a463fd124974b915f10d", 328912},
1198  AD_LISTEND},
1199  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1200 
1201  // Hoyle 1 - English DOS (supplied by merkur in bug report #4255)
1202  // SCI interpreter version 0.000.530
1203  {"hoyle1", "", {
1204  {"resource.map", 0, "1034a218943d12f1f36e753fa10c95b8", 4386},
1205  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 518308},
1206  AD_LISTEND},
1207  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1208 
1209  // Hoyle 1 3.5' - English DOS (supplied by eddydrama in bug report #5300 and dinnerx in bug report #5460)
1210  {"hoyle1", "", {
1211  {"resource.map", 0, "0af9a3dcd72a091960de070432e1f524", 4386},
1212  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 518127},
1213  AD_LISTEND},
1214  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1215 
1216  // Hoyle 1 - English DOS v1.000.115 (supplied by misterhands in bug report #6597)
1217  // Executable scanning reports "0.000.668"
1218  {"hoyle1", "", {
1219  {"resource.map", 0, "3ddf55fdbe14eb0e89a27a2cfc1338bd", 4386},
1220  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 519525},
1221  AD_LISTEND},
1222  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1223 
1224  // Hoyle 1 - English Amiga (from www.back2roots.org - verified by waltervn in bug report #6870)
1225  // Game version 1.000.139, SCI interpreter version x.yyy.zzz
1226  {"hoyle1", "", {
1227  {"resource.map", 0, "2a72b1aba65fa6e339370eb86d8601d1", 5166},
1228  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 218755},
1229  {"resource.002", 0, "e0dd44069a62a463fd124974b915f10d", 439502},
1230  AD_LISTEND},
1231  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
1232 
1233  // Hoyle 1 - English Atari ST
1234  // Game version 1.000.104, SCI interpreter version 1.002.024
1235  {"hoyle1", "", {
1236  {"resource.map", 0, "0af9a3dcd72a091960de070432e1f524", 4386},
1237  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 518127},
1238  AD_LISTEND},
1239  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16 },
1240 
1241  // Hoyle 1 - English Atari ST
1242  // Game version 1.000.108, SCI interpreter version 1.002.026
1243  {"hoyle1", "", {
1244  {"resource.map", 0, "ed8355f84752e49ffa1f0cf9eca4b28e", 4140},
1245  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 517454},
1246  AD_LISTEND},
1247  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16 },
1248 
1249  // Hoyle 1 - English Macintosh (supplied by Omer Mor)
1250  // Executable scanning reports "x.yyy.zzz"
1251  // Resource fork reports "Sierra Interpreter 0.022"
1252  {"hoyle1", "", {
1253  {"resource.map", 0, "e96963c2e34b21e2680fdaafb5d00a40", 8706},
1254  {"resource.001", 0, "37b23afcf940ddbccfbe0b44080d9bc2", 611892},
1255  {"resource.002", 0, "37b23afcf940ddbccfbe0b44080d9bc2", 591233},
1256  AD_LISTEND},
1257  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_STD16_MAC_UNDITHER },
1258 
1259  // Hoyle 1 - English DOS Non-Interactive Demo
1260  // Game version v1.000.114, SCI interpreter version 0.000.530
1261  {"hoyle1", "Demo", {
1262  {"resource.map", 0, "debe9c04c5bcf1d97274d4a7a3e1a9f9", 1008},
1263  {"resource.001", 0, "e0dd44069a62a463fd124974b915f10d", 243616},
1264  AD_LISTEND},
1265  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
1266 
1267  // Hoyle 2 - English DOS
1268  // SCI interpreter version 0.000.572
1269  {"hoyle2", "", {
1270  {"resource.map", 0, "4f894d203f64aa23d9ff64d30ae36926", 2100},
1271  {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 98138},
1272  {"resource.002", 0, "8f2dd70abe01112eca464cda818b5eb6", 196631},
1273  AD_LISTEND},
1274  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1275 
1276  // Hoyle 2 - English DOS (supplied by ssburnout in bug report #5270)
1277  // 1.000.011 1x3.5" (label:Int#6.21.90)
1278  {"hoyle2", "", {
1279  {"resource.map", 0, "db0ba08b953e9904a4960ad99cd29c20", 1356},
1280  {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 216315},
1281  AD_LISTEND},
1282  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1283 
1284  // Hoyle 2 - English DOS (supplied by m_kiewitz)
1285  // SCI interpreter version 0.000.668, Ver 1.000.014, 2x5.25"
1286  {"hoyle2", "", {
1287  {"resource.map", 0, "8cef06c93d17d96f44aacd5902d84b30", 2100},
1288  {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 98289},
1289  {"resource.002", 0, "8f2dd70abe01112eca464cda818b5eb6", 197326},
1290  AD_LISTEND},
1291  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1292 
1293  // Hoyle 2 - English DOS (supplied by misterhands in bug report #6598)
1294  // Game v1.000.016, interpreter 0.000.668, INT #12.5.90
1295  {"hoyle2", "", {
1296  {"resource.map", 0, "d8758a4eb6f34f6b3130bf25a496d123", 1356},
1297  {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 217880},
1298  AD_LISTEND},
1299  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1300 
1301  // Hoyle 2 - English Amiga (from www.back2roots.org)
1302  // Executable scanning reports "1.002.032"
1303  // SCI interpreter version 0.000.685
1304  {"hoyle2", "", {
1305  {"resource.map", 0, "62ed48d20c580e5a98f102f7cd93706a", 1356},
1306  {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 222704},
1307  AD_LISTEND},
1308  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1309 
1310  // Hoyle 2 - English Atari ST
1311  // Game version 1.001.017
1312  // Executable scanning reports "1.002.034"
1313  {"hoyle2", "", {
1314  {"resource.map", 0, "13c8cc977598b6ad61d24c6296a090fd", 1356},
1315  {"resource.001", 0, "8f2dd70abe01112eca464cda818b5eb6", 216280},
1316  AD_LISTEND},
1317  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1318 
1319  // Hoyle 2 - English Macintosh
1320  // Executable scanning reports "x.yyy.zzz"
1321  {"hoyle2", "", {
1322  {"resource.map", 0, "1af1d3aa3cf564f93477c9f87e53f495", 1728},
1323  {"resource.001", 0, "b73b8131669d69d41a326415e4519138", 482882},
1324  AD_LISTEND},
1325  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_STD16_MAC_UNDITHER },
1326 
1327  // Hoyle 3 - English Amiga (from www.back2roots.org)
1328  // Executable scanning reports "1.005.000"
1329  // SCI interpreter version 1.000.510
1330  {"hoyle3", "", {
1331  {"resource.map", 0, "f1f158e428398cb87fc41fb4aa8c2119", 2088},
1332  {"resource.000", 0, "595b6039ea1356e7f96a52c58eedcf22", 355791},
1333  {"resource.001", 0, "143df8aef214a2db34c2d48190742012", 632273},
1334  AD_LISTEND},
1335  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
1336 
1337  // Hoyle 3 - English DOS Non-Interactive Demo
1338  // Executable scanning reports "x.yyy.zzz"
1339  // SCI interpreter version 1.000.510 (just a guess)
1340  {"hoyle3", "Demo", {
1341  {"resource.map", 0, "0d06cacc87dc21a08cd017e73036f905", 735},
1342  {"resource.001", 0, "24db2bccda0a3c43ac4a7b5edb116c7e", 797678},
1343  AD_LISTEND},
1344  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
1345 
1346  // Hoyle 3 - English DOS Floppy (from jvprat)
1347  // Executable scanning reports "x.yyy.zzz", Floppy label reports "1.0, 11.2.91", VERSION file reports "1.000"
1348  // Also found on SierraOriginals CD as Hoyle Classic Board Games (1996)
1349  // SCI interpreter version 1.000.510 (just a guess)
1350  {"hoyle3", "", {
1351  {"resource.map", 0, "7216a2972f9c595c45ab314941628e43", 2247},
1352  {"resource.000", 0, "6ef28cac094dcd97fdb461662ead6f92", 541845},
1353  {"resource.001", 0, "0a98a268ee99b92c233a0d7187c1f0fa", 845795},
1354  AD_LISTEND},
1355  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
1356 
1357  // Hoyle 3 - English DOS Floppy (supplied by eddydrama in bug report #5119)
1358  {"hoyle3", "", {
1359  {"resource.map", 0, "31c9fc0977ac6e5b566c37096803d0cb", 2469},
1360  {"resource.000", 0, "6ef28cac094dcd97fdb461662ead6f92", 12070},
1361  {"resource.001", 0, "ca6a9750a2c138d8bcbba369126040e9", 348646},
1362  {"resource.002", 0, "0a98a268ee99b92c233a0d7187c1f0fa", 345811},
1363  {"resource.003", 0, "97cfd72633f8f9b2a0b1d4116cf3ee81", 346116},
1364  {"resource.004", 0, "2884fb91b225fabd9ca87ea231293b48", 351218},
1365  AD_LISTEND},
1366  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
1367 
1368  // Hoyle 3 EGA - English DOS Floppy 1.0 (supplied by abevi in bug report #4176)
1369  {"hoyle3", "EGA", {
1370  {"resource.map", 0, "1728af1f6a85938c3522e64449e76ca1", 2205},
1371  {"resource.000", 0, "6ef28cac094dcd97fdb461662ead6f92", 319905},
1372  {"resource.001", 0, "0a98a268ee99b92c233a0d7187c1f0fa", 526438},
1373  AD_LISTEND},
1374  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1375 
1376  // Hoyle 4 (Hoyle Classic Card Games) - English DOS Demo
1377  {"hoyle4", "Demo", {
1378  {"resource.map", 0, "60f764020a6b788bbbe415dbc2ccb9f3", 931},
1379  {"resource.000", 0, "5fe3670e3ddcd4f85c10013b5453141a", 615522},
1380  AD_LISTEND},
1381  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
1382 
1383  // Hoyle 4 (Hoyle Classic Card Games) - English DOS Demo
1384  // SCI interpreter version 1.001.200 (just a guess)
1385  // Does anyone have this version? -clone2727
1386  {"hoyle4", "Demo", {
1387  {"resource.map", 0, "662087cb383e52e3cc4ae7ecb10e20aa", 938},
1388  {"resource.000", 0, "24c10844792c54d476d272213cbac300", 675252},
1389  AD_LISTEND},
1390  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
1391 
1392  // Hoyle 4 (Hoyle Classic Card Games) - English DOS/Win
1393  // Supplied by abevi in bug report #5131
1394  // VERSION file reports "2.000"
1395  // Although this is a floppy game, it does have speech. (bug #13007)
1396  {"hoyle4", "", {
1397  {"resource.map", 0, "2b577c975cc8d8d43f61b6a756129fe3", 4352},
1398  {"resource.000", 0, "43e2c15ce436aab611a462ad0603e12d", 2000132},
1399  AD_LISTEND},
1400  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
1401 
1402  // Hoyle 4 (Hoyle Classic Card Games) - English Macintosh Floppy
1403  // VERSION file reports "2.0"
1404  // Although this is a floppy game, it does have speech. (bug #13007)
1405  {"hoyle4", "", {
1406  {"Data1", 0, "99575fae4579540a314bbedd72d51e8c", 7682631},
1407  {"Data2", 0, "7d4bf5bdf3c02edbf35cb8471c84ec13", 1538878},
1408  AD_LISTEND},
1409  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_STD16_MAC_SPEECH },
1410 
1411 #define GUIO_HOYLE5 GUIO5(GUIO_NOMIDI, \
1412  GUIO_NOLAUNCHLOAD, \
1413  GUIO_LINKMUSICTOSFX, \
1414  GUIO_LINKSPEECHTOSFX, \
1415  GUIO_NOASPECT)
1416 
1417 // versions with bridge or poker have save/load screens
1418 #define GUIO_HOYLE5_SAVELOAD GUIO7(GUIO_NOMIDI, \
1419  GUIO_NOLAUNCHLOAD, \
1420  GUIO_LINKMUSICTOSFX, \
1421  GUIO_LINKSPEECHTOSFX, \
1422  GUIO_NOASPECT, \
1423  GAMEOPTION_ORIGINAL_SAVELOAD, \
1424  GAMEOPTION_ENABLE_GMM_SAVE)
1425 
1426  // Hoyle 5 (Hoyle Classic Games) - Windows demo
1427  // Executable scanning reports "2.100.002"
1428  {"hoyle5", "Demo", {
1429  {"ressci.000", 0, "98a39ae535dd01714ac313f8ba925045", 7260363},
1430  {"resmap.000", 0, "10267a1542a73d527e50f0340549088b", 4900},
1431  AD_LISTEND},
1432  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_DROPPLATFORM, GUIO_HOYLE5 },
1433 
1434  // Hoyle 5 (Hoyle Classic Games) - Windows
1435  {"hoyle5", "", {
1436  {"resource.aud", 0, "cc4a7e21dc864ae21cf823e893c279ad", 257483406},
1437  {"ressci.000", 0, "55ae04012a73abc15b93debf60a7df71", 16909704},
1438  {"resmap.000", 0, "daf64a91344a7934fe4374765267c2af", 5767},
1439  AD_LISTEND},
1440  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5_SAVELOAD },
1441 
1442  // Hoyle 5 (Hoyle Classic Games for Laptops) - Windows
1443  // File date: 1995.11.04
1444  // This version is unsupported because it is missing the main menu resources and will crash.
1445  // Each card game was launched by a Windows shortcut that passed a config file to the interpreter
1446  // via the command line. Each config file provided a card game room and skipped the main menu.
1447  {"hoyle5", _s("Game does not contain menu resources"), {
1448  {"resmap.000", 0, "000fd106aa6c5eb1d15a76fd2416677a", 4213},
1449  {"ressci.000", 0, "ca50cf09f80a5f982a965afea852cc42", 3279020},
1450  AD_LISTEND},
1451  Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSUPPORTED | ADGF_DROPPLATFORM, GUIO_HOYLE5_SAVELOAD },
1452 
1453  // Hoyle 5 (Hoyle Classic Games for Laptops) - Windows
1454  // File date: 1995.11.21
1455  // This versi on is unsupported because it is missing the main menu resources and will crash.
1456  // Each card game was launched by a Windows shortcut that passed a config file to the interpreter
1457  // via the command line. Each config file provided a card game room and skipped the main menu.
1458  {"hoyle5", _s("Game does not contain menu resources"), {
1459  {"resmap.000", 0, "d5eef6f2529313e950c4d78251a95b1e", 4213},
1460  {"ressci.000", 0, "ca50cf09f80a5f982a965afea852cc42", 3278849},
1461  AD_LISTEND},
1462  Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSUPPORTED | ADGF_DROPPLATFORM, GUIO_HOYLE5_SAVELOAD },
1463 
1464  // Hoyle Bridge - Windows
1465  {"hoyle5bridge", "", {
1466  {"resource.aud", 0, "cc4a7e21dc864ae21cf823e893c279ad", 257585548},
1467  {"ressci.000", 0, "b83cba09229d3003df9e0c864843f962", 16842499},
1468  {"resmap.000", 0, "7b3e3030b0ad5f341053c18afce7d176", 5647},
1469  AD_LISTEND},
1470  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5_SAVELOAD },
1471 
1472  // Hoyle Children's Collection - Windows
1473  {"hoyle5children", "", {
1474  {"resource.aud", 0, "cc4a7e21dc864ae21cf823e893c279ad", 257585548},
1475  {"ressci.000", 0, "fd1f7dbeebd4510cd37e171a72f2b6ad", 16824349},
1476  {"resmap.000", 0, "b0fe1bcc69596e10fe5caa11d0b55b23", 5671},
1477  AD_LISTEND},
1478  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5 },
1479 
1480  // Hoyle School House Math - Windows
1481  // This appears on "Sierra's School House Math" CD
1482  {"hoyle5school", "", {
1483  {"resmap.000", 0, "ed75b87fd5b69097e3a09dd39de7e2fe", 3697},
1484  {"ressci.000", 0, "cbfe69aa4b9e23ddbf640301709a65eb", 2478642},
1485  AD_LISTEND},
1486  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5 },
1487 
1488  // Hoyle Solitaire (CD version) - Windows
1489  // resource.aud is excluded because it is an empty file (zero bytes)
1490  {"hoyle5solitaire", "CD", {
1491  {"ressci.000", 0, "fa4eeb24b1fbf6f33739995360554485", 11628203},
1492  {"resmap.000", 0, "3f63df73a49800f080775d2a9ad0e949", 3079},
1493  AD_LISTEND},
1494  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5 },
1495 
1496  // Hoyle Solitaire (Hard Drive version) - Windows
1497  // resource.aud is excluded because it is an empty file (zero bytes)
1498  {"hoyle5solitaire", "Hard Drive", {
1499  {"ressci.000", 0, "da180c67d54d4208c84a48fcd8709671", 8582335},
1500  {"resmap.000", 0, "e2feb47ab16f9e22a9b6a8580d1da3f0", 3055},
1501  AD_LISTEND},
1502  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_HOYLE5 },
1503 
1504  // Hoyle 5 (Hoyle Classic Games) - Macintosh CD
1505  // VERSION file reports "1.000.000"
1506  {"hoyle5", "", {
1507  {"Data1", 0, "b280fbcdb1e0fa9d708e1f8d6050ef2d", 553116},
1508  {"Data2", 0, "a1b4d73bc7672e4db2665657911fc5f2", 14429426},
1509  {"Data3", 0, "65f9b79f2f8904a6277c8e6ee4fd7ac0", 75448},
1510  AD_LISTEND},
1511  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_HOYLE5_SAVELOAD },
1512 
1513  // Hoyle Solitaire - Macintosh CD
1514  // VERSION file reports "1.000.000"
1515  {"hoyle5solitaire", "", {
1516  {"Data1", 0, "38283be5a7e21098cb34f6e6789b7180", 401393},
1517  {"Data2", 0, "f007f4a13260d2b26b85b5d8379ac8d1", 15066173},
1518  AD_LISTEND},
1519  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_HOYLE5 },
1520 
1521 #undef GUIO_HOYLE5
1522 #undef GUIO_HOYLE5_SAVELOAD
1523 
1524  // ImagiNation Network (INN) Demo
1525  // SCI interpreter version 1.001.097
1526  {"inndemo", "", {
1527  {"resource.map", 0, "333daf27c3e8a6d274a3e0061ed7cd5c", 1545},
1528  {"resource.000", 0, "535b1b920441ec73f42eaa4ccfd47b89", 514578},
1529  AD_LISTEND},
1530  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
1531 
1532 #define GUIO_JONES_FLOPPY GUIO5(GUIO_NOSPEECH, \
1533  GAMEOPTION_PREFER_DIGITAL_SFX, \
1534  GAMEOPTION_MIDI_MODE, \
1535  GAMEOPTION_RGB_RENDERING, \
1536  GAMEOPTION_TTS)
1537 
1538 #define GUIO_JONES_CD GUIO4(GAMEOPTION_JONES_CDAUDIO, \
1539  GAMEOPTION_PREFER_DIGITAL_SFX, \
1540  GAMEOPTION_MIDI_MODE, \
1541  GAMEOPTION_RGB_RENDERING)
1542 
1543 #define GUIO_JONES_CD_WINDOWS GUIO5(GUIO_MIDIGM, \
1544  GAMEOPTION_JONES_CDAUDIO, \
1545  GAMEOPTION_PREFER_DIGITAL_SFX, \
1546  GAMEOPTION_MIDI_MODE, \
1547  GAMEOPTION_RGB_RENDERING)
1548 
1549  // Jones in the Fast Lane EGA - English DOS
1550  // SCI interpreter version 1.000.172 (not 100% sure FIXME)
1551  {"jones", "EGA", {
1552  {"resource.map", 0, "be4cf9e8c1e253623ef35ae3b8a1d998", 1800},
1553  {"resource.001", 0, "bac3ec6cb3e3920984ab0f32becf5163", 202105},
1554  {"resource.002", 0, "b86daa3ba2784d1502da881eedb80d9b", 341771},
1555  AD_LISTEND},
1556  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_JONES_FLOPPY },
1557 
1558  // Jones in the Fast Lane EGA - English DOS (supplied by EddyDrama in bug report #5117)
1559  {"jones", "EGA", {
1560  {"resource.map", 0, "8e92cf319180cc8b5b87b2ce93a4fe22", 1602},
1561  {"resource.001", 0, "bac3ec6cb3e3920984ab0f32becf5163", 511528},
1562  AD_LISTEND},
1563  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_JONES_FLOPPY },
1564 
1565  // Jones in the Fast Lane VGA - English DOS
1566  // SCI interpreter version 1.000.172
1567  {"jones", "", {
1568  {"resource.map", 0, "65cbe19b36fffc71c8e7b2686bd49ad7", 1800},
1569  {"resource.001", 0, "bac3ec6cb3e3920984ab0f32becf5163", 313476},
1570  {"resource.002", 0, "b86daa3ba2784d1502da881eedb80d9b", 719747},
1571  AD_LISTEND},
1572  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_JONES_FLOPPY },
1573 
1574  // Jones in the Fast Lane VGA - English DOS (supplied by omer_mor in bug report #5053)
1575  // VERSION file reports "1.000.060"
1576  {"jones", "", {
1577  {"resource.map", 0, "db175ab494ab0666f19ab8f2597a8e49", 1602},
1578  {"resource.001", 0, "bac3ec6cb3e3920984ab0f32becf5163", 994487},
1579  AD_LISTEND},
1580  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_JONES_FLOPPY },
1581 
1582  // Jones in the Fast Lane - English DOS CD
1583  {"jones", "CD", {
1584  {"resource.map", 0, "459f5b04467bc2107aec02f5c4b71b37", 4878},
1585  {"resource.001", 0, "3876da2ce16fb7dea2f5d943d946fa84", 1652150},
1586  AD_LISTEND},
1587  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_JONES_CD },
1588 
1589  // Jones in the Fast Lane - English DOS CD
1590  // Same entry as the DOS version above. This one is used for the alternate
1591  // General MIDI music tracks in the Windows version
1592  {"jones", "CD", {
1593  {"resource.map", 0, "459f5b04467bc2107aec02f5c4b71b37", 4878},
1594  {"resource.001", 0, "3876da2ce16fb7dea2f5d943d946fa84", 1652150},
1595  AD_LISTEND},
1596  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_JONES_CD_WINDOWS },
1597 
1598  // Jones in the Fast Lane - English DOS US CD (alternate version)
1599  // Supplied by collector9 in bug #6372
1600  {"jones", "CD", {
1601  {"resource.map", 0, "4344ff3f796707843b992adec2c87663", 4878},
1602  {"resource.001", 0, "3876da2ce16fb7dea2f5d943d946fa84", 1652062},
1603  AD_LISTEND},
1604  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_JONES_CD },
1605 
1606  // Jones in the Fast Lane - English DOS US CD (alternate version)
1607  // Same entry as the DOS version above. This one is used for the alternate
1608  // General MIDI music tracks in the Windows version
1609  {"jones", "CD", {
1610  {"resource.map", 0, "4344ff3f796707843b992adec2c87663", 4878},
1611  {"resource.001", 0, "3876da2ce16fb7dea2f5d943d946fa84", 1652062},
1612  AD_LISTEND},
1613  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_JONES_CD_WINDOWS },
1614 
1615 #undef GUIO_JONES_FLOPPY
1616 #undef GUIO_JONES_CD
1617 #undef GUIO_JONES_CD_WINDOWS
1618 
1619  // King's Quest 1 SCI Remake - English Amiga (from www.back2roots.org)
1620  // Executable scanning reports "1.003.007"
1621  // SCI interpreter version 0.001.010
1622  {"kq1sci", "SCI", {
1623  {"resource.map", 0, "37ed1a05eb719629eba15059c2eb6cbe", 6798},
1624  {"resource.001", 0, "9ae2a13708d691cd42f9129173c4b39d", 266621},
1625  {"resource.002", 0, "9ae2a13708d691cd42f9129173c4b39d", 795123},
1626  {"resource.003", 0, "9ae2a13708d691cd42f9129173c4b39d", 763224},
1627  {"resource.004", 0, "9ae2a13708d691cd42f9129173c4b39d", 820443},
1628  AD_LISTEND},
1629  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
1630 
1631  // King's Quest 1 SCI Remake - English DOS Non-Interactive Demo
1632  // Executable scanning reports "S.old.010"
1633  {"kq1sci", "SCI/Demo", {
1634  {"resource.map", 0, "59b13619078bd47011421468959ee5d4", 954},
1635  {"resource.001", 0, "4cfb9040db152868f7cb6a1e8151c910", 296555},
1636  AD_LISTEND},
1637  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
1638 
1639  // King's Quest 1 SCI Remake - English DOS (from the King's Quest Collection)
1640  // Executable scanning reports "S.old.010", VERSION file reports "1.000.051"
1641  // SCI interpreter version 0.000.999
1642  {"kq1sci", "SCI", {
1643  {"resource.map", 0, "7fe9399a0bec84ca5727309778d27f07", 5790},
1644  {"resource.001", 0, "fed9e0072ffd511d248674e60dee2099", 555439},
1645  {"resource.002", 0, "fed9e0072ffd511d248674e60dee2099", 714062},
1646  {"resource.003", 0, "fed9e0072ffd511d248674e60dee2099", 717478},
1647  AD_LISTEND},
1648  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1649 
1650  // King's Quest 1 SCI Remake - English DOS (from the King's Quest Collection)
1651  // Executable scanning reports "S.old.010", VERSION file reports "1.000.051"
1652  // SCI interpreter version 0.000.999
1653  {"kq1sci", "SCI", {
1654  {"resource.map", 0, "7fe9399a0bec84ca5727309778d27f07", 5790},
1655  {"resource.001", 0, "fed9e0072ffd511d248674e60dee2099", 555439},
1656  {"resource.002", 0, "fed9e0072ffd511d248674e60dee2099", 714062},
1657  {"resource.003", 0, "fed9e0072ffd511d248674e60dee2099", 717478},
1658  {"resource.msg", 0, "6f44b0324c9a3d478510d982eb5084dd", 2948975},
1659  AD_LISTEND},
1660  Common::KO_KOR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1661 
1662  // King's Quest 1 SCI Remake - English DOS (supplied by ssburnout in bug report #5270)
1663  // 1.000.051 9x5.25" (label: INT#9.19.90)
1664  {"kq1sci", "SCI", {
1665  {"resource.map", 0, "4dac689e98b2fa6806232fdd61e24712", 9936},
1666  {"resource.001", 0, "fed9e0072ffd511d248674e60dee2099", 196027},
1667  {"resource.002", 0, "fed9e0072ffd511d248674e60dee2099", 330278},
1668  {"resource.003", 0, "fed9e0072ffd511d248674e60dee2099", 355008},
1669  {"resource.004", 0, "fed9e0072ffd511d248674e60dee2099", 265478},
1670  {"resource.005", 0, "fed9e0072ffd511d248674e60dee2099", 316854},
1671  {"resource.006", 0, "fed9e0072ffd511d248674e60dee2099", 351062},
1672  {"resource.007", 0, "fed9e0072ffd511d248674e60dee2099", 330472},
1673  AD_LISTEND},
1674  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
1675 
1676  // King's Quest 4 - English DOS Non-Interactive Demo
1677  // Executable scanning reports "0.000.494"
1678  {"kq4sci", "SCI/Demo", {
1679  {"resource.map", 0, "992ac7cc31d3717fe53818a9bb6d1dae", 594},
1680  {"resource.001", 0, "143e1c14f15ad0fbfc714f648a65f661", 205330},
1681  AD_LISTEND},
1682  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
1683 
1684  // King's Quest 4 - English DOS (5 1/4" disks)
1685  // Game version 1.000.106
1686  // Executable scanning reports 0.000.253
1687  // K4091988.QA file reports "SCI Version 0.000.247 (2nd rev)"
1688  {"kq4sci", "SCI", {
1689  {"resource.map", 0, "381d9dcb69c626f0a60631dbfec1d13a", 9474},
1690  {"resource.001", 0, "0c8566848a76eea19a6d6220914030a7", 191559},
1691  {"resource.002", 0, "0c8566848a76eea19a6d6220914030a7", 333345},
1692  {"resource.003", 0, "0c8566848a76eea19a6d6220914030a7", 358513},
1693  {"resource.004", 0, "0c8566848a76eea19a6d6220914030a7", 326297},
1694  {"resource.005", 0, "0c8566848a76eea19a6d6220914030a7", 325102},
1695  {"resource.006", 0, "0c8566848a76eea19a6d6220914030a7", 337288},
1696  {"resource.007", 0, "0c8566848a76eea19a6d6220914030a7", 343882},
1697  {"resource.008", 0, "0c8566848a76eea19a6d6220914030a7", 305329},
1698  {"resource.009", 0, "0c8566848a76eea19a6d6220914030a7", 288132},
1699  AD_LISTEND},
1700  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1701 
1702  // King's Quest 4 - English DOS (3 1/2" disks)
1703  // Game version 1.000.106
1704  // Executable scanning reports 0.000.253
1705  // K4091988.QA file reports "SCI Version 0.000.247 (2nd rev)"
1706  {"kq4sci", "SCI", {
1707  {"resource.map", 0, "1f253c0d649fb1da1eb8784b2df34284", 7416},
1708  {"resource.001", 0, "0c8566848a76eea19a6d6220914030a7", 495006},
1709  {"resource.002", 0, "0c8566848a76eea19a6d6220914030a7", 681749},
1710  {"resource.003", 0, "0c8566848a76eea19a6d6220914030a7", 686821},
1711  {"resource.004", 0, "0c8566848a76eea19a6d6220914030a7", 652398},
1712  AD_LISTEND},
1713  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1714 
1715  // King's Quest 4 - English DOS (5 1/4" disks)
1716  // Game version 1.000.111
1717  // Executable scanning reports 0.000.274
1718  // Floppy disks are labeled 0.000.247 or 0.000.274. Both are real
1719  // interpreter version numbers so it's unclear if these are typos
1720  // or if there were versions of 1.000.111 that used 0.000.247.
1721  // Released: September 24th, 1988 (Information from K4092488.QA file)
1722  {"kq4sci", "SCI", {
1723  {"resource.map", 0, "adbe267662a5915d3c89c9075ec8cf3e", 9474},
1724  {"resource.001", 0, "851a62d00972dc4002f472cc0d84e71d", 188239},
1725  {"resource.002", 0, "851a62d00972dc4002f472cc0d84e71d", 329895},
1726  {"resource.003", 0, "851a62d00972dc4002f472cc0d84e71d", 355385},
1727  {"resource.004", 0, "851a62d00972dc4002f472cc0d84e71d", 322951},
1728  {"resource.005", 0, "851a62d00972dc4002f472cc0d84e71d", 321593},
1729  {"resource.006", 0, "851a62d00972dc4002f472cc0d84e71d", 333777},
1730  {"resource.007", 0, "851a62d00972dc4002f472cc0d84e71d", 341038},
1731  {"resource.008", 0, "851a62d00972dc4002f472cc0d84e71d", 301669},
1732  {"resource.009", 0, "851a62d00972dc4002f472cc0d84e71d", 284690},
1733  AD_LISTEND},
1734  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1735 
1736  // King's Quest 4 - English DOS (3 1/2" disks)
1737  // Game version 1.000.111
1738  // Executable scanning reports 0.000.274
1739  // Floppy disks are labeled 0.000.247 or 0.000.274. Both are real
1740  // interpreter version numbers so it's unclear if these are typos
1741  // or if there were versions of 1.000.111 that used 0.000.247.
1742  // Released: September 24th, 1988 (Information from K4092488.QA file)
1743  {"kq4sci", "SCI",{
1744  {"resource.map", 0, "042d54434174d8f9faf926ade2ffd805", 7416},
1745  {"resource.001", 0, "851a62d00972dc4002f472cc0d84e71d", 491919},
1746  {"resource.002", 0, "851a62d00972dc4002f472cc0d84e71d", 678804},
1747  {"resource.003", 0, "851a62d00972dc4002f472cc0d84e71d", 683145},
1748  {"resource.004", 0, "851a62d00972dc4002f472cc0d84e71d", 649441},
1749  AD_LISTEND },
1750  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1751 
1752  // King's Quest 4 - English DOS (5 1/4" disks)
1753  // Game version 1.003.006
1754  // SCI interpreter version 0.000.409
1755  // Released: January 24, 1989 (Information from QAFILE file)
1756  {"kq4sci", "SCI", {
1757  {"resource.map", 0, "5051546e5f87aa6103289c8001a94234", 9240},
1758  {"resource.001", 0, "91a2aebafb234c486744bd69b145ac43", 184255},
1759  {"resource.002", 0, "91a2aebafb234c486744bd69b145ac43", 338296},
1760  {"resource.003", 0, "91a2aebafb234c486744bd69b145ac43", 334522},
1761  {"resource.004", 0, "91a2aebafb234c486744bd69b145ac43", 310026},
1762  {"resource.005", 0, "91a2aebafb234c486744bd69b145ac43", 282391},
1763  {"resource.006", 0, "91a2aebafb234c486744bd69b145ac43", 323541},
1764  {"resource.007", 0, "91a2aebafb234c486744bd69b145ac43", 333089},
1765  {"resource.008", 0, "91a2aebafb234c486744bd69b145ac43", 272995},
1766  AD_LISTEND},
1767  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1768 
1769  // King's Quest 4 - English DOS (3 1/2" disks)
1770  // Game version 1.003.006
1771  // SCI interpreter version 0.000.409
1772  // Released: January 24, 1989 (Information from QAFILE file)
1773  // Resource files are identical to Atari ST 1.003.006
1774  {"kq4sci", "SCI", {
1775  {"resource.map", 0, "8800cd62b1eee93752099986dc704a16", 7416},
1776  {"resource.001", 0, "a3cdb4848fb859fdd302976fff56490f", 450790},
1777  {"resource.002", 0, "a3cdb4848fb859fdd302976fff56490f", 535276},
1778  {"resource.003", 0, "a3cdb4848fb859fdd302976fff56490f", 705074},
1779  {"resource.004", 0, "a3cdb4848fb859fdd302976fff56490f", 478366},
1780  AD_LISTEND},
1781  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1782 
1783  // King's Quest 4 - English DOS (5 1/4" disks)
1784  // Game version 1.006.003
1785  // SCI interpreter version 0.000.502
1786  // Released: June 12, 1989 (Information from About screen in scripts)
1787  // Identical resources to 1.006.004 except for disk sizes and About screen
1788  {"kq4sci", "SCI", {
1789  {"resource.map", 0, "a22b66e6fa0d82460b985e9f7e562950", 9384},
1790  {"resource.001", 0, "6db7de6f93c6ea62dca78abee677f8c0", 174852},
1791  {"resource.002", 0, "6db7de6f93c6ea62dca78abee677f8c0", 356024},
1792  {"resource.003", 0, "6db7de6f93c6ea62dca78abee677f8c0", 335716},
1793  {"resource.004", 0, "6db7de6f93c6ea62dca78abee677f8c0", 312231},
1794  {"resource.005", 0, "6db7de6f93c6ea62dca78abee677f8c0", 283466},
1795  {"resource.006", 0, "6db7de6f93c6ea62dca78abee677f8c0", 324789},
1796  {"resource.007", 0, "6db7de6f93c6ea62dca78abee677f8c0", 334441},
1797  {"resource.008", 0, "6db7de6f93c6ea62dca78abee677f8c0", 274448},
1798  AD_LISTEND},
1799  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1800 
1801  // King's Quest 4 - English DOS (3 1/2" disks)
1802  // Game version 1.006.004
1803  // SCI interpreter version 0.000.502
1804  // Released: August 7, 1989 (Information from About screen in scripts)
1805  // Identical resources to 1.006.003 except for disk sizes and About screen
1806  {"kq4sci", "SCI", {
1807  {"resource.map", 0, "3164a39790b599c954ecf716d0b32be8", 7476},
1808  {"resource.001", 0, "77615c595388acf3d1df8e107bfb6b52", 452523},
1809  {"resource.002", 0, "77615c595388acf3d1df8e107bfb6b52", 536573},
1810  {"resource.003", 0, "77615c595388acf3d1df8e107bfb6b52", 707591},
1811  {"resource.004", 0, "77615c595388acf3d1df8e107bfb6b52", 479562},
1812  AD_LISTEND},
1813  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1814 
1815  // King's Quest 4 - English Amiga (from www.back2roots.org)
1816  // Game version 1.023
1817  // Executable scanning reports 1.002.032
1818  // SCI interpreter version 0.000.685
1819  // Released: August 7, 1989 (Information from About screen in scripts)
1820  {"kq4sci", "SCI", {
1821  {"resource.map", 0, "f88dd267fb9504d40a04d599c048d42b", 6354},
1822  {"resource.000", 0, "77615c595388acf3d1df8e107bfb6b52", 138523},
1823  {"resource.001", 0, "52c2231765eced34faa7f7bcff69df83", 44751},
1824  {"resource.002", 0, "fb351106ec865fad9af5d78bd6b8e3cb", 663629},
1825  {"resource.003", 0, "fd16c9c223f7dc5b65f06447615224ff", 683016},
1826  {"resource.004", 0, "3fac034c7d130e055d05bc43a1f8d5f8", 549993},
1827  AD_LISTEND},
1828  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1829 
1830  // King's Quest 4 - English Atari ST (double-sided diskettes)
1831  // Game version 1.003.006
1832  // SCI interpreter version 1.001.008
1833  // Provided by fischersfritz in bug report #5518
1834  // Released: January 12, 1989 (Information from KQ4_ST.QA file)
1835  // Resource files are identical to DOS 1.003.006
1836  {"kq4sci", "SCI", {
1837  {"resource.map", 0, "8800cd62b1eee93752099986dc704a16", 7416},
1838  {"resource.001", 0, "a3cdb4848fb859fdd302976fff56490f", 450790},
1839  {"resource.002", 0, "a3cdb4848fb859fdd302976fff56490f", 535276},
1840  {"resource.003", 0, "a3cdb4848fb859fdd302976fff56490f", 705074},
1841  {"resource.004", 0, "a3cdb4848fb859fdd302976fff56490f", 478366},
1842  AD_LISTEND},
1843  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1844 
1845  // King's Quest 4 - Italian fan translation
1846  // Game version 1.001.111 (Sep 23, 1988)
1847  // SCI interpreter version 0.000.274
1848  {"kq4sci", "SCI", {
1849  {"resource.map", 0, "548e64a8acb92023f7206094f03ba149", 5712},
1850  {"resource.001", 0, "e7ff10b619a45742876e24fe64149471", 2266925},
1851  AD_LISTEND},
1852  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1853 
1854  // King's Quest 4 - Russian
1855  // Game version 1.001.111 (Sep 23, 1988)
1856  // SCI interpreter version 0.000.274
1857  {"kq4sci", "SCI", {
1858  {"resource.map", 0, "f0833063ba4bd58072cf0e3402c8be69", 5712},
1859  {"resource.001", 0, "28bcd0c6363762fde0ef12c491fb706b", 2401589},
1860  AD_LISTEND},
1861  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
1862 
1863 #define GUIO_KQ5_CD_WINDOWS GUIO7(GUIO_MIDIGM, \
1864  GAMEOPTION_PREFER_DIGITAL_SFX, \
1865  GAMEOPTION_ORIGINAL_SAVELOAD, \
1866  GAMEOPTION_MIDI_MODE, \
1867  GAMEOPTION_RGB_RENDERING, \
1868  GAMEOPTION_WINDOWS_CURSORS, \
1869  GAMEOPTION_ENABLE_GMM_SAVE)
1870 
1871  // King's Quest 5 - English Amiga (from www.back2roots.org)
1872  // Game version 1.000.000
1873  // Executable scanning reports "1.004.018"
1874  // SCI interpreter version 1.000.060
1875  {"kq5", "", {
1876  {"resource.map", 0, "fcbcca058e1157221ffc27251cd59bc3", 8040},
1877  {"resource.000", 0, "c595ca99e7fa9b2cabcf69cfab0caf67", 344909},
1878  {"resource.001", 0, "964a3be90d810a99baf72ea70c09f935", 836477},
1879  {"resource.002", 0, "d10f3e8ff2cd95a798b21cd08797b694", 814730},
1880  {"resource.003", 0, "f72fdd994d9ba03a8360d639f256344e", 804882},
1881  {"resource.004", 0, "a5b80f95c66b3a032348989408eec287", 747914},
1882  {"resource.005", 0, "31a5487f4d942e6354d5be49d59707c9", 834146},
1883  {"resource.006", 0, "26c0c25399b6715fec03fc3e12544fe3", 823048},
1884  {"resource.007", 0, "b914b5901e786327213e779725d30dd1", 778772},
1885  AD_LISTEND},
1886  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
1887 
1888  // King's Quest 5 - German Amiga (also includes english language)
1889  // Game version 1.000.009
1890  // Executable scanning reports "1.004.024"
1891  // SCI interpreter version 1.000.060
1892  {"kq5", "", {
1893  {"resource.map", 0, "bfbffd923cd64b24498e54f797aa6e41", 8250},
1894  {"resource.000", 0, "79479b5e4e5b0085d8eea1c7ff0f9f5a", 306893},
1895  {"resource.001", 0, "7840aadc82977c7b4f504a7e4a12829f", 720376},
1896  {"resource.002", 0, "d547167d4204170b44de8e1d63506215", 792586},
1897  {"resource.003", 0, "9cbb0712816097cbc9d0c1f987717c7f", 646446},
1898  {"resource.004", 0, "319712573661bd122390cdfbafb000fd", 831842},
1899  {"resource.005", 0, "5aa3d59968b569cd509dde00d4eb8751", 754201},
1900  {"resource.006", 0, "56546b20db11a4836f900efa6d3a3e74", 672099},
1901  {"resource.007", 0, "56546b20db11a4836f900efa6d3a3e74", 794194},
1902  {"resource.008", 0, "33243b85bf2be9e9a48cf1fd2c75eb07", 715664},
1903  AD_LISTEND},
1904  Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_STD16 },
1905 
1906  // King's Quest 5 - Italian Amiga (also includes english language)
1907  // Game version 1.000.003
1908  // Executable scanning reports "1.004.024"
1909  // SCI interpreter version 1.000.060
1910  {"kq5", "", {
1911  {"resource.map", 0, "12e2f80c0269932411716dad06d2b229", 8250},
1912  {"resource.000", 0, "c598ff615a61bc0e418761283409f128", 305879},
1913  {"resource.001", 0, "17e63cfe78632fe07222e13a26dc0fb2", 720023},
1914  {"resource.002", 0, "abb340a53e4873a7c3bacfb16c0b779d", 792432},
1915  {"resource.003", 0, "aced8ce0be07eef77c0e7cff8cc4e476", 646088},
1916  {"resource.004", 0, "13fc1f1679f7f226ba52ffffe2e65f38", 831805},
1917  {"resource.005", 0, "de3c5c09e350fded36ca354998c2194d", 754784},
1918  {"resource.006", 0, "11cb750f5f816445ad0f4b9f50a4f59a", 672527},
1919  {"resource.007", 0, "11cb750f5f816445ad0f4b9f50a4f59a", 794259},
1920  {"resource.008", 0, "64a63bdbeb01139b524af8ae6abb6c4d", 715226},
1921  AD_LISTEND},
1922  Common::IT_ITA, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_STD16 },
1923 
1924  // King's Quest 5 - English DOS CD (from the King's Quest Collection)
1925  // Executable scanning reports "x.yyy.zzz", VERSION file reports "1.000.052"
1926  // SCI interpreter version 1.000.784
1927  {"kq5", "CD", {
1928  {"resource.map", 0, "f68ba690e5920725dcf9328001b90e33", 13122},
1929  {"resource.000", 0, "449471bfd77be52f18a3773c7f7d843d", 571368},
1930  {"resource.001", 0, "b45a581ff8751e052c7e364f58d3617f", 16800210},
1931  AD_LISTEND},
1932  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
1933 
1934  // King's Quest 5 - English DOS CD (from the King's Quest Collection)
1935  // Executable scanning reports "x.yyy.zzz", VERSION file reports "1.000.052"
1936  // SCI interpreter version 1.000.784
1937  // Same entry as the DOS version above. This one is used for the alternate
1938  // MIDI music tracks in the Windows version
1939  {"kq5", "CD", {
1940  {"resource.map", 0, "f68ba690e5920725dcf9328001b90e33", 13122},
1941  {"resource.000", 0, "449471bfd77be52f18a3773c7f7d843d", 571368},
1942  {"resource.001", 0, "b45a581ff8751e052c7e364f58d3617f", 16800210},
1943  AD_LISTEND},
1944  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_KQ5_CD_WINDOWS },
1945 
1946  // King's Quest 5 - English DOS Floppy
1947  // SCI interpreter version 1.000.060
1948  {"kq5", "", {
1949  {"resource.map", 0, "d6172c27b453350e158815fbae23f41e", 8004},
1950  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 276351},
1951  {"resource.001", 0, "3f28c72dc7531aaccf8e972c7ee50d14", 1022087},
1952  {"resource.002", 0, "3e56ba5bf5e8637c619b57f6b6cacbb4", 1307211},
1953  {"resource.003", 0, "5d5d498f33ca7cde0d5b058630b36ad3", 1347875},
1954  {"resource.004", 0, "944a996f9cc90dabde9f51ed7dd52366", 1239689},
1955  {"resource.005", 0, "b6c43441cb78a9b484efc8e614aac092", 1287999},
1956  {"resource.006", 0, "672ede1136e9e401658538e51bd5dc22", 1172619},
1957  {"resource.007", 0, "2f48faf27666b58c276dda20f91f4a93", 1240456},
1958  AD_LISTEND},
1959  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
1960 
1961  // King's Quest 5 - Korean fan translation, based on English DOS Floppy
1962  // SCI interpreter version 1.000.060
1963  {"kq5", "", {
1964  {"resource.map", 0, "d6172c27b453350e158815fbae23f41e", 8004},
1965  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 276351},
1966  {"resource.001", 0, "3f28c72dc7531aaccf8e972c7ee50d14", 1022087},
1967  {"resource.002", 0, "3e56ba5bf5e8637c619b57f6b6cacbb4", 1307211},
1968  {"resource.003", 0, "5d5d498f33ca7cde0d5b058630b36ad3", 1347875},
1969  {"resource.004", 0, "944a996f9cc90dabde9f51ed7dd52366", 1239689},
1970  {"resource.005", 0, "b6c43441cb78a9b484efc8e614aac092", 1287999},
1971  {"resource.006", 0, "672ede1136e9e401658538e51bd5dc22", 1172619},
1972  {"resource.007", 0, "2f48faf27666b58c276dda20f91f4a93", 1240456},
1973  {"resource.msg", 0, "8d94253e33b268c310126562a72de6f5", 93930},
1974  AD_LISTEND},
1975  Common::KO_KOR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
1976 
1977  // King's Quest 5 - English DOS Floppy
1978  // VERSION file reports "0.000.051"
1979  // Supplied by misterhands in bug report #6056.
1980  // This is the original English version, which has been externally patched to
1981  // Polish in the Polish release below.
1982  {"kq5", "", {
1983  {"resource.map", 0, "70010c20138541f89013bb5e1b30f16a", 7998},
1984  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 276398},
1985  {"resource.001", 0, "c0f48d4a7ebeaa6aa074fc98d77423e9", 1018560},
1986  {"resource.002", 0, "7f188a95acdb60bbe32a8379ba299393", 1307048},
1987  {"resource.003", 0, "0860785af59518b94d54718dddcd6907", 1348500},
1988  {"resource.004", 0, "c4745dd1e261c22daa6477961d08bf6c", 1239887},
1989  {"resource.005", 0, "6556ff8e7c4d1acf6a78aea154daa76c", 1287869},
1990  {"resource.006", 0, "da82e4beb744731d0a151f1d4922fafa", 1170456},
1991  {"resource.007", 0, "431def14ca29cdb5e6a5e84d3f38f679", 1240176},
1992  AD_LISTEND},
1993  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
1994 
1995  // King's Quest 5 - English DOS Floppy (supplied by omer_mor in bug report #5048)
1996  // VERSION file reports "0.000.051"
1997  {"kq5", "", {
1998  {"resource.map", 0, "8b2158083302568b73b16fa3655360fe", 8184},
1999  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 276398},
2000  {"resource.001", 0, "c0f48d4a7ebeaa6aa074fc98d77423e9", 1099506},
2001  {"resource.002", 0, "e0c40d0e85340357d2404f9b5ae1921c", 1061243},
2002  {"resource.003", 0, "89c00d788d022c13a9b250fa96290ab0", 1110169},
2003  {"resource.004", 0, "d68f0d8a52ac990aa5641b7087476253", 1153751},
2004  {"resource.005", 0, "ef4f1166bc37b6cfab70234ea60ddc3d", 1032675},
2005  {"resource.006", 0, "06cb3f689836086ebe08b1efc0126592", 921113},
2006  {"resource.007", 0, "252249753c6e850eacceb8af634986d3", 1133608},
2007  {"resource.008", 0, "aac7c26382088b1359ce88915187349c", 1128507},
2008  AD_LISTEND},
2009  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2010 
2011  // King's Quest 5 EGA (supplied by markcoolio in bug report #4496)
2012  // SCI interpreter version 1.000.060
2013  // VERSION file reports "0.000.055"
2014  {"kq5", "EGA", {
2015  {"resource.map", 0, "baf888a4e4797ce0de0b19d4e183583c", 7662},
2016  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 394242},
2017  {"resource.001", 0, "c1eef048fa9fe76298c2d4705ef9549f", 558362},
2018  {"resource.002", 0, "076aa0bf1d8d2c147d64aeffbe2928e5", 597593},
2019  {"resource.003", 0, "ecb47cd04d06b2ab2f9f883667db6e81", 487608},
2020  {"resource.004", 0, "4d74e8094ff57cea6ee92faf63dbd0af", 621513},
2021  {"resource.005", 0, "3cca5b2dae8afe94532edfdc98d7edbe", 669919},
2022  {"resource.006", 0, "698c698570cde9015e4d51eb8d2e9db1", 666527},
2023  {"resource.007", 0, "703d8df30e89541af337d7706540d5c4", 541743},
2024  {"resource.008", 0, "6c6207420381574b874f45100362f8b4", 598932},
2025  AD_LISTEND},
2026  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2027 
2028  // King's Quest 5 EGA 1.2M disk version (from LordHoto)
2029  // VERSION file reports "0.000.055"
2030  {"kq5", "EGA", {
2031  {"resource.map", 0, "53206afb4fd73871a484e83acab80f31", 7608},
2032  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 413818},
2033  {"resource.001", 0, "c1eef048fa9fe76298c2d4705ef9549f", 1162752},
2034  {"resource.002", 0, "4d74e8094ff57cea6ee92faf63dbd0af", 1195538},
2035  {"resource.003", 0, "3cca5b2dae8afe94532edfdc98d7edbe", 1092132},
2036  {"resource.004", 0, "83568edf7fde18b3eed988bc5d22ceb1", 1188053},
2037  AD_LISTEND},
2038  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2039 
2040  // King's Quest 5 EGA (supplied by omer_mor in bug report #4997)
2041  // VERSION file reports "0.000.062"
2042  {"kq5", "EGA", {
2043  {"resource.map", 0, "e17cfb38175382b9188da75c53bbab64", 7656},
2044  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 394072},
2045  {"resource.001", 0, "c1eef048fa9fe76298c2d4705ef9549f", 561444},
2046  {"resource.002", 0, "076aa0bf1d8d2c147d64aeffbe2928e5", 597580},
2047  {"resource.003", 0, "ecb47cd04d06b2ab2f9f883667db6e81", 487633},
2048  {"resource.004", 0, "4d74e8094ff57cea6ee92faf63dbd0af", 620749},
2049  {"resource.005", 0, "3cca5b2dae8afe94532edfdc98d7edbe", 669961},
2050  {"resource.006", 0, "698c698570cde9015e4d51eb8d2e9db1", 666541},
2051  {"resource.007", 0, "703d8df30e89541af337d7706540d5c4", 541762},
2052  {"resource.008", 0, "d110b81016430eb12fe2e803e97e994a", 598814},
2053  AD_LISTEND},
2054  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2055 
2056  // King's Quest 5 - English DOS Floppy (from telanus, bug report Trac#9624)
2057  // Game version 0.000.062
2058  {"kq5", "", {
2059  {"resource.map", 0, "86a4ae3fafb1bbcc81b78cf427e45ba0", 8184},
2060  {"resource.001", 0, "51797b784eccab97d1d4b1f8dc3ef671", 1099768},
2061  {"resource.002", 0, "93c6f0fc7682fda52a632f34bcc1c975", 1060941},
2062  {"resource.003", 0, "44388574401a25938f660dca90bdd040", 1109594},
2063  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 276351},
2064  {"resource.007", 0, "a4cb2eba783a7b05f5b005d47bd94936", 1133814},
2065  {"resource.004", 0, "464109fa0fd76f722fff73fd26e98271", 1153791},
2066  {"resource.005", 0, "3c292d392c3cc3b532e9063d0d1fb7aa", 1032802},
2067  {"resource.006", 0, "0380ee8181b39a8d7b66daf61a5b7d51", 921308},
2068  AD_LISTEND},
2069  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2070 
2071  // King's Quest 5 DOS 0.000.062 EGA (5 x 5.25" disks)
2072  // Supplied by ssburnout in bug report #5254
2073  {"kq5", "EGA", {
2074  {"resource.map", 0, "ef4fdc72ca7aef62054e8b075d7960d8", 7596},
2075  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 413648},
2076  {"resource.001", 0, "c1eef048fa9fe76298c2d4705ef9549f", 1162806},
2077  {"resource.002", 0, "4d74e8094ff57cea6ee92faf63dbd0af", 1194799},
2078  {"resource.003", 0, "3cca5b2dae8afe94532edfdc98d7edbe", 1092325},
2079  {"resource.004", 0, "8e5c1bc4d738cf7316ff506f59d265e2", 1187803},
2080  AD_LISTEND},
2081  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2082 
2083  // King's Quest 5 DOS 0.000.062 EGA (15 x 5.25" 360k disks)
2084  // Supplied by ns394 in bug report #15571
2085  {"kq5", "EGA", {
2086  {"resource.map", 0, "c6c167ee097517f10eb5825678a4d9e0", 6876},
2087  {"resource.000", 0, "281c51f7ebbaf9d6507ef3442165069e", 180936},
2088  {"resource.001", 0, "0087ecc427b29c9d6e97215a1c401403", 351165},
2089  {"resource.002", 0, "446a416628584d0e0ecb5fd999fec26b", 355432},
2090  {"resource.003", 0, "b8caa1a0ebd9533a7bdef8b1777acd48", 355008},
2091  {"resource.004", 0, "121e271ef5e9a453a14f084171e2829c", 355459},
2092  {"resource.005", 0, "ea0a562146887a98be994a2ed6199e90", 308649},
2093  {"resource.006", 0, "9f17cf9064908491e611befae4334460", 352973},
2094  {"resource.007", 0, "877143d23a5e01bb68942deabed99a2b", 308216},
2095  {"resource.008", 0, "5f7c8b08393546048305f3eccf09e971", 272561},
2096  {"resource.009", 0, "a0aad5edec946254bb33ed18ea84886c", 286519},
2097  {"resource.010", 0, "caa65f21e62c82d994a617e1e1058f9a", 302497},
2098  {"resource.011", 0, "c21a052c1a64c3e470705ac9a7f490d6", 329490},
2099  //{"resource.012", 0, "1d3b7540f8b93b6e6b70c69c539202ba", 324620},
2100  //{"resource.013", 0, "178fa65916d63415e46e610f86b0ba8b", 350464},
2101  //{"resource.014", 0, "36a031cadaa9e2ad110157c8b6de9f4d", 319184},
2102  AD_LISTEND},
2103  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2104 
2105  // King's Quest 5 DOS Spanish Floppy EGA
2106  // Game version 0.000.133 from about box, 1.000 from VERSION file
2107  // SCI interpreter version 1.000.575
2108  {"kq5", "EGA", {
2109  {"resource.map", 0, "0dedf9d810ef864cbcc2370edaf19448", 8040},
2110  {"resource.000", 0, "9091979bbdbe9e40b4ff952677bf4d4b", 451270},
2111  {"resource.001", 0, "dd692513f878279fbf07d715dd6ddad6", 571171},
2112  {"resource.002", 0, "79347fba1de905023dc1549e9676e53b", 618015},
2113  {"resource.003", 0, "027f96c38d52276906e67304d9aaf92e", 495375},
2114  {"resource.004", 0, "23af8904376aa72ec45b9936be2d8280", 632343},
2115  {"resource.005", 0, "4a713d8aa31b74529515ea1edd3466ad", 679888},
2116  {"resource.006", 0, "2b54e0487820b79fcc62b72756344555", 677261},
2117  {"resource.007", 0, "3cedf14dff9514409508f394ddbc35e8", 552191},
2118  {"resource.008", 0, "bae4e3022fd09c5cd751e0945f083983", 609429},
2119  AD_LISTEND},
2120  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2121 
2122  // King's Quest 5 DOS Spanish Floppy VGA (3.5" disks)
2123  // Game version 0.000.162 from about box, 1.000 from VERSION file
2124  // SCI interpreter version 1.000.784
2125  // Supplied by dianiu in bug report #6121
2126  {"kq5", "", {
2127  {"resource.map", 0, "c09896a2a30c9b002c5cbbc62f5a5c3a", 8169},
2128  {"resource.000", 0, "1f1d03aead44da46362ff40c0074a3ec", 335871},
2129  {"resource.001", 0, "d1803ad904127ae091edb274ee8c047f", 1180637},
2130  {"resource.002", 0, "d9cd5972016f650cc31fb7c2a2b0953a", 1102207},
2131  {"resource.003", 0, "829c8caeff793f3cfcea2cb01aaa4150", 965586},
2132  {"resource.004", 0, "0bd9e570ee04b025e43d3075998fae5b", 1117965},
2133  {"resource.005", 0, "4aaa2e9a69089b9afbaaccbbf2c4e647", 1202936},
2134  {"resource.006", 0, "65b520e60c4217e6a6572d9edf77193b", 1141985},
2135  {"resource.007", 0, "f42b0100f0a1c30806814f8648b6bc28", 1145583},
2136  // MISSING: resource.008 wasn't included in the generated entries
2137  // but was included in a directory listing
2138  AD_LISTEND},
2139  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2140 
2141  // King's Quest 5 DOS Spanish Floppy VGA (3.5" disks)
2142  // Game version 0.000.162 from about box, 1.000 from VERSION file
2143  // SCI interpreter version 1.000.784
2144  {"kq5", "", {
2145  {"resource.map", 0, "3e196254d84b228e735a605ca2fc3fc0", 8283},
2146  {"resource.000", 0, "1f1d03aead44da46362ff40c0074a3ec", 335871},
2147  {"resource.001", 0, "37770b6ed38fa45286388988752d2881", 1136316},
2148  {"resource.002", 0, "66d46bdd8f017ff11db855e796c89921", 1339480},
2149  {"resource.003", 0, "e5c88ef1d6cb02005a1676e1020e0786", 1323620},
2150  {"resource.004", 0, "829c8caeff793f3cfcea2cb01aaa4150", 1331675},
2151  {"resource.005", 0, "7c8476ebf77fd7fc9090ae01f4010095", 1266871},
2152  {"resource.006", 0, "65b520e60c4217e6a6572d9edf77193b", 1208819},
2153  {"resource.007", 0, "f719a33d9b3d2ee6d5fae4d182119af4", 1337045},
2154  AD_LISTEND},
2155  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2156 
2157  // King's Quest 5 - German DOS Floppy EGA (5.25" 640k disks)
2158  // Game version 0.000.121 from about box, 1.000 from VERSION file
2159  // SCI interpreter version 1.000.575
2160  {"kq5", "EGA", {
2161  {"resource.map", 0, "4ca7ba8ec59f6190a841e1d4efa46ad5", 8040},
2162  {"resource.000", 0, "1a82e9253c727fef5c8ed655d1a42486", 451799},
2163  {"resource.001", 0, "326c1b81779fddd84a990e74f8fb4e27", 571810},
2164  {"resource.002", 0, "98961f673ef9476c6e4166aa9319b2c7", 619028},
2165  {"resource.003", 0, "564a92dbe7cb76ee9861e763136ae16f", 495857},
2166  {"resource.004", 0, "c734b48f9cf3d18370cf09778904ed10", 632541},
2167  {"resource.005", 0, "646f6f84c0ed677e0c77fd145f04ce3e", 679955},
2168  {"resource.006", 0, "16974fb4b68f8f2bf1dba483e7611590", 677478},
2169  {"resource.007", 0, "7cc8e8d946833f57428928fbc6c57dd6", 552483},
2170  {"resource.008", 0, "c9fd8d08ecc9d1e94d792416d48e71ac", 609913},
2171  AD_LISTEND},
2172  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2173 
2174  // King's Quest 5 - German DOS EGA (5.25" 1.2M disks)
2175  // Supplied by ns394 in bug report #15636
2176  {"kq5", "EGA", {
2177  {"resource.map", 0, "b7f88d338f165437709b5f9878fe27b3", 7998},
2178  {"resource.000", 0, "1a82e9253c727fef5c8ed655d1a42486", 471539},
2179  {"resource.001", 0, "326c1b81779fddd84a990e74f8fb4e27", 1193566},
2180  {"resource.002", 0, "c734b48f9cf3d18370cf09778904ed10", 317970},
2181  {"resource.003", 0, "646f6f84c0ed677e0c77fd145f04ce3e", 1110748},
2182  {"resource.004", 0, "b08822ecdbf6d926dc24291614134f97", 1209355},
2183  {"resource.005", 0, "28b41e5ffd872ceec011a832c89aff23", 912051},
2184  AD_LISTEND},
2185  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2186 
2187  // King's Quest 5 - German DOS Floppy VGA (supplied by markcoolio in bug report #4290, also includes english language)
2188  // SCI interpreter version 1.000.060
2189  {"kq5", "", {
2190  {"resource.map", 0, "bff44f0c326a71b1757c793a02b502d6", 8283},
2191  {"resource.000", 0, "d7ed18ec4a5de02a9a57830aa65a600d", 336826},
2192  {"resource.001", 0, "b1e5ec6a17be7e75ddb955f6f73191e4", 1136919},
2193  {"resource.002", 0, "04a88122db44610a4af019a579ec5ff6", 1340813},
2194  {"resource.003", 0, "215bb35acefae75fc80757c717166d7e", 1323916},
2195  {"resource.004", 0, "fecdec847e3bd8e3b0f9827900aa95fd", 1331811},
2196  {"resource.005", 0, "9c429782d102739f6bbb81e8b953b0cb", 1267525},
2197  {"resource.006", 0, "d1a75fdc01840664d00366cff6919366", 1208972},
2198  {"resource.007", 0, "c07494f0cce7c05210893938786a955b", 1337361},
2199  AD_LISTEND},
2200  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2201 
2202  // King's Quest 5 - German DOS Floppy VGA, 9 x 5.25" disks, v0.000.149
2203  // VERSION file reports "1.000", SCI interpreter version 1.000.784
2204  {"kq5", "", {
2205  {"resource.map", 0, "dacbaf066987387b4ec2e8985dad70d5", 8169},
2206  {"resource.000", 0, "d7ed18ec4a5de02a9a57830aa65a600d", 336826},
2207  {"resource.001", 0, "edfd1c9f57fcdc8a7b364661016dd2ef", 1181515},
2208  {"resource.002", 0, "38da6dd12d0b4174a4750718b5a1af46", 1103150},
2209  {"resource.003", 0, "fecdec847e3bd8e3b0f9827900aa95fd", 966071},
2210  {"resource.004", 0, "aa30443410b2e69a74a37c92b0876bb0", 1118012},
2211  {"resource.005", 0, "0bc161f1d592ea5f3b3a485e1c0916a3", 1203072},
2212  {"resource.006", 0, "d1a75fdc01840664d00366cff6919366", 1142213},
2213  {"resource.007", 0, "afe76a71a45bb0678a705bd12568649f", 1145863},
2214  {"resource.008", 0, "119bd916bd00fc5b4a0bc424af39b98f", 1026205},
2215  AD_LISTEND},
2216  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2217 
2218  // King's Quest 5 - French DOS Floppy (from the King's Quest Collector's Edition 1994, also includes english language)
2219  // Supplied by aroenai in bug report #4378
2220  // VERSION file reports "1.000", SCI interpreter version 1.000.784
2221  {"kq5", "", {
2222  {"resource.map", 0, "eb7853832f3bb10900b13b421a0bbe7f", 8283},
2223  {"resource.000", 0, "f063775b279208c14a83eda47073be90", 332806},
2224  {"resource.001", 0, "3e6add38564250fd1a5bb10593007530", 1136827},
2225  {"resource.002", 0, "d9a97a9cf6c79bbe8f19378f6dea45d5", 1343738},
2226  {"resource.003", 0, "bef90d755076c110e67ee3e635503f82", 1324811},
2227  {"resource.004", 0, "c14dbafcfbe00855ac6b2f2701058047", 1332216},
2228  {"resource.005", 0, "f4b31cafc5defac75125c5f7b7f9a31a", 1268334},
2229  {"resource.006", 0, "f7dc85307632ef657ceb1651204f6f51", 1210081},
2230  {"resource.007", 0, "7db4d0a1d8d547c0019cb7d2a6acbdd4", 1338473},
2231  AD_LISTEND},
2232  Common::FR_FRA, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2233 
2234  // King's Quest 5 - Italian DOS Floppy (from glorifindel, includes english language)
2235  // SCI interpreter version 1.000.060
2236  {"kq5", "", {
2237  {"resource.map", 0, "d55c9e83894a0885e37cd79bacf86384", 8283},
2238  {"resource.000", 0, "c99bbb11ace4aaacdc98b588a2ecea06", 332246},
2239  {"resource.001", 0, "42b98457b1a7282daa27afd89eef53f4", 1136389},
2240  {"resource.002", 0, "8cdc160f9dfc84aed7caa6c66fa31000", 1340730},
2241  {"resource.003", 0, "d0cb52dc41488c018359aa79a6527f51", 1323676},
2242  {"resource.004", 0, "e5c57060adf2b5c6fc24142acba023da", 1331097},
2243  {"resource.005", 0, "f4e441f284560eaa8022102315656a7d", 1267757},
2244  {"resource.006", 0, "8eeabd92af71e766e323db2100879102", 1209325},
2245  {"resource.007", 0, "dc10c107e0923b902326a040b9c166b9", 1337859},
2246  AD_LISTEND},
2247  Common::IT_ITA, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
2248 
2249  // King's Quest 5 - Polish DOS Floppy (supplied by jacek909 in bug report #4288)
2250  // SCI interpreter version 1.000.060
2251  // VERSION file reports "0.000.051".
2252  // This is actually an English version with external text resource patches (bug #6056).
2253  {"kq5", "", {
2254  {"resource.map", 0, "70010c20138541f89013bb5e1b30f16a", 7998},
2255  {"resource.000", 0, "a591bd4b879fc832b8095c0b3befe9e2", 276398},
2256  {"resource.001", 0, "c0f48d4a7ebeaa6aa074fc98d77423e9", 1018560},
2257  {"resource.002", 0, "7f188a95acdb60bbe32a8379ba299393", 1307048},
2258  {"resource.003", 0, "0860785af59518b94d54718dddcd6907", 1348500},
2259  {"resource.004", 0, "c4745dd1e261c22daa6477961d08bf6c", 1239887},
2260  {"resource.005", 0, "6556ff8e7c4d1acf6a78aea154daa76c", 1287869},
2261  {"resource.006", 0, "da82e4beb744731d0a151f1d4922fafa", 1170456},
2262  {"resource.007", 0, "431def14ca29cdb5e6a5e84d3f38f679", 1240176},
2263  {"text.000", 0, "601aa35a3ddeb558e1280e0963e955a2", 1517},
2264  AD_LISTEND},
2265  Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2266 
2267  // King's Quest 5 - Russian translation, based on English DOS version (bug report #11361)
2268  // SCI interpreter version 1.000.060
2269  // VERSION file reports "0.000.062"
2270  {"kq5", "", {
2271  {"resource.map", 0, "536d0eb80bc6f031cdf46bd789c0fd02", 6882},
2272  {"resource.000", 0, "2e06c7c14d302778ab0cd4ebd6b7c92f", 12926878},
2273  AD_LISTEND},
2274  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2275 
2276  // King's Quest 5 - English Macintosh
2277  // VERSION file reports "1.000.055"
2278  {"kq5", "", {
2279  {"resource.map", 0, "4d4bd26ac9f3014f5dae6b21cdcde747", 8598},
2280  {"resource.000", 0, "e8965601526ce840887b8af3a8593156", 328291},
2281  {"resource.001", 0, "aa2fae60f67edf2aacd43b92b59c2b3d", 1071492},
2282  {"resource.002", 0, "14311ed6d0f4ae0af7561470953cc466", 1373044},
2283  {"resource.003", 0, "aa606e541901b1dd150b49014ace6d11", 1401126},
2284  {"resource.004", 0, "bb81f49927cdb0ac4d902e64f2bc40ec", 1377139},
2285  {"resource.005", 0, "432e2a58e4d496d730697db072437337", 1366732},
2286  {"resource.006", 0, "3d22904a374c192f51e5665b74364133", 1264079},
2287  {"resource.007", 0, "ffe17e23d5833a79f3695addfc149a56", 1361965},
2288  AD_LISTEND},
2289  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_STD16_MAC },
2290 
2291  // King's Quest 5 - FM-Towns (supplied by abevi in bug report #5114)
2292  // Executable scanning reports "x.yyy.zzz", VERSION file reports "1.000.000"
2293  {"kq5", "", {
2294  {"resource.map", 0, "20c7cd248ff1a349ed354568eebd972b", 12733},
2295  {"resource.000", 0, "71afd220d46bde1109c58e6acc0f3a01", 469094},
2296  {"resource.001", 0, "72a569f46f1abf2d9d2b1526ad3799c3", 12808839},
2297  AD_LISTEND},
2298  Common::JA_JPN, Common::kPlatformFMTowns, ADGF_ADDENGLISH, GUIO_STD16_HIRES },
2299 
2300  // King's Quest 5 - Japanese PC-98 Floppy 0.000.015 (supplied by omer_mor in bug report #5384)
2301  // Executable scanning reports "1.000.1025", VERSION file reports "0.000.015"
2302  // 4x5.25" (label: INT#10.7.91)
2303  {"kq5", "", {
2304  {"resource.map", 0, "3bca188108ec5b6ad91612483a6cbc27", 7875},
2305  {"resource.000", 0, "70d6a2ec17fd49a63217992fc4347cd9", 493681},
2306  {"resource.001", 0, "a504e91327a4d51ee4818eb72026dbe9", 950364},
2307  {"resource.002", 0, "0750a84ece1d89d3a952e2a2b90b525c", 911833},
2308  {"resource.003", 0, "6f8d552b60ec82a165619a99e19c509d", 1078032},
2309  {"resource.004", 0, "e114ce8f884601c43308fb5cbbea4874", 1174129},
2310  {"resource.005", 0, "349ad9438172265d00680075c5a988d0", 1019669},
2311  AD_LISTEND},
2312  Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO_STD16_HIRES },
2313 
2314  // King's Quest 6 - English DOS Non-Interactive Demo
2315  // Executable scanning reports "1.001.055", VERSION file reports "1.000.000"
2316  // SCI interpreter version 1.001.055
2317  {"kq6", "Demo", {
2318  {"resource.map", 0, "f75727c00a6d884234fa2a43c951943a", 706},
2319  {"resource.000", 0, "535b1b920441ec73f42eaa4ccfd47b89", 264116},
2320  {"resource.msg", 0, "54d1fdc936f98c81f9e4c19e04fb1510", 8260},
2321  AD_LISTEND},
2322  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
2323 
2324 #undef GUIO_KQ5_CD_WINDOWS
2325 
2326 #define GUIO_KQ6_DEMO GUIO7(GUIO_NOSPEECH, \
2327  GAMEOPTION_HIGH_RESOLUTION_GRAPHICS, \
2328  GAMEOPTION_PREFER_DIGITAL_SFX, \
2329  GAMEOPTION_ORIGINAL_SAVELOAD, \
2330  GAMEOPTION_MIDI_MODE, \
2331  GAMEOPTION_RGB_RENDERING, \
2332  GAMEOPTION_ENABLE_GMM_SAVE)
2333 
2334 #define GUIO_KQ6_CD GUIO6(GAMEOPTION_HIGH_RESOLUTION_GRAPHICS, \
2335  GAMEOPTION_PREFER_DIGITAL_SFX, \
2336  GAMEOPTION_ORIGINAL_SAVELOAD, \
2337  GAMEOPTION_MIDI_MODE, \
2338  GAMEOPTION_RGB_RENDERING, \
2339  GAMEOPTION_ENABLE_GMM_SAVE)
2340 
2341 #define GUIO_KQ6_CD_WINDOWS GUIO8(GUIO_NOASPECT, \
2342  GAMEOPTION_WINDOWS_CURSORS, \
2343  GAMEOPTION_HIGH_RESOLUTION_GRAPHICS, \
2344  GAMEOPTION_PREFER_DIGITAL_SFX, \
2345  GAMEOPTION_ORIGINAL_SAVELOAD, \
2346  GAMEOPTION_MIDI_MODE, \
2347  GAMEOPTION_RGB_RENDERING, \
2348  GAMEOPTION_ENABLE_GMM_SAVE)
2349 
2350  // King's Quest 6 - English DOS Playable CD "Sneak Peaks" Demo (first island fully playable)
2351  // (supplied by KQ5 G5 in bug report #6824)
2352  // Executable scanning reports "1.cfs.158 Not a release version", VERSION file reports "1.000.000"
2353  // SCI interpreter version ???
2354  {"kq6", "Demo/CD", {
2355  {"resource.map", 0, "eb9e177281b7cde188dc0d83194cd365", 8960},
2356  {"resource.000", 0, "233394a5f33b475ae5975e7e9a420865", 8345598},
2357  {"resource.msg", 0, "3cf5de44de36191f109d425b8450efc8", 259510},
2358  AD_LISTEND},
2359  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD | ADGF_DEMO, GUIO_KQ6_DEMO },
2360 
2361  // King's Quest 6 - English DOS Floppy
2362  // SCI interpreter version 1.001.054
2363  {"kq6", "", {
2364  {"resource.map", 0, "a362063318eebe7d6423b1d9dc6213e1", 8703},
2365  {"resource.000", 0, "f2b7f753992c56a0c7a08d6a5077c895", 7863324},
2366  {"resource.msg", 0, "3cf5de44de36191f109d425b8450efc8", 258590},
2367  AD_LISTEND},
2368  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2369 
2370  // King's Quest 6 - French DOS Floppy (supplied by misterhands in bug #6005)
2371  // SCI interpreter version ???
2372  {"kq6", "", {
2373  {"resource.map", 0, "a362063318eebe7d6423b1d9dc6213e1", 8703},
2374  {"resource.000", 0, "f2b7f753992c56a0c7a08d6a5077c895", 7863324},
2375  {"resource.msg", 0, "adc2aa8adbdcc97507d44a6f492fbd77", 265194},
2376  AD_LISTEND},
2377  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2378 
2379  // King's Quest 6 - German DOS Floppy (supplied by markcoolio in bug report #4291)
2380  // SCI interpreter version 1.001.054
2381  {"kq6", "", {
2382  {"resource.map", 0, "a362063318eebe7d6423b1d9dc6213e1", 8703},
2383  {"resource.000", 0, "f2b7f753992c56a0c7a08d6a5077c895", 7863324},
2384  {"resource.msg", 0, "756297b2155db9e43f621c6f6fb763c3", 282822},
2385  AD_LISTEND},
2386  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2387 
2388  // King's Quest 6 - Spanish DOS Floppy (from jvprat)
2389  // Executable scanning reports "1.cfs.158", VERSION file reports "1.000.000, July 5, 1994"
2390  // SCI interpreter version 1.001.055
2391  {"kq6", "", {
2392  {"resource.map", 0, "a73a5ab04b8f60c4b75b946a4dccea5a", 8953},
2393  {"resource.000", 0, "4da3ad5868a775549a7cc4f72770a58e", 8537260},
2394  {"resource.msg", 0, "41eed2d3893e1ca6c3695deba4e9d2e8", 267102},
2395  AD_LISTEND},
2396  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2397 
2398  // King's Quest 6 - Italian DOS Floppy (supplied by guybrush79 in bug report #6258)
2399  {"kq6", "", {
2400  {"resource.map", 0, "48c9fc8e96cbdac078ca7d3df274e29a", 8942},
2401  {"resource.000", 0, "d3358ba7306378aed83d02b5c3f11311", 8531908},
2402  {"resource.msg", 0, "b7e8220be596fd6a9287eae5a8fd354a", 279886},
2403  AD_LISTEND},
2404  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2405 
2406  // King's Quest 6 - English DOS CD (supplied by trembyle)
2407  // Executable scanning reports "1.cfs.158", VERSION file reports "1.000.000"
2408  // SCI interpreter version 1.001.054
2409  {"kq6", "CD", {
2410  {"resource.map", 0, "db35b0094083f81bfb0239a7a5410313", 9215},
2411  {"resource.000", 0, "233394a5f33b475ae5975e7e9a420865", 8376008},
2412  {"resource.msg", 0, "3cf5de44de36191f109d425b8450efc8", 259510},
2413  AD_LISTEND},
2414  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_KQ6_CD },
2415 
2416  // King's Quest 6 - English Windows CD (supplied by trembyle)
2417  // Executable scanning reports "1.001.069", VERSION file reports "1.000.000"
2418  {"kq6", "CD", {
2419  {"resource.map", 0, "db35b0094083f81bfb0239a7a5410313", 9215},
2420  {"resource.000", 0, "233394a5f33b475ae5975e7e9a420865", 8376008},
2421  {"resource.msg", 0, "3cf5de44de36191f109d425b8450efc8", 259510},
2422  AD_LISTEND},
2423  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_KQ6_CD_WINDOWS },
2424 
2425  // King's Quest 6 - English DOS CD (same version included in King's Quest Collection)
2426  // Executable scanning reports "1.cfs.158", VERSION file reports "1.000.00G"
2427  // SCI interpreter version 1.001.054
2428  {"kq6", "CD", {
2429  {"resource.map", 0, "7a550ebfeae2575ca00d47703a6a774c", 9215},
2430  {"resource.000", 0, "233394a5f33b475ae5975e7e9a420865", 8376352},
2431  AD_LISTEND},
2432  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_KQ6_CD },
2433 
2434  // King's Quest 6 - English Windows CD (same version included in King's Quest Collection)
2435  // Executable scanning reports "1.001.069", VERSION file reports "1.000.00G"
2436  {"kq6", "CD", {
2437  {"resource.map", 0, "7a550ebfeae2575ca00d47703a6a774c", 9215},
2438  {"resource.000", 0, "233394a5f33b475ae5975e7e9a420865", 8376352},
2439  AD_LISTEND},
2440  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_KQ6_CD_WINDOWS },
2441 
2442  // King's Quest 6 - Korean fan translation, based on English DOS Floppy
2443  {"kq6", "", {
2444  {"resource.map", 0, "a362063318eebe7d6423b1d9dc6213e1", 8703},
2445  {"resource.000", 0, "f2b7f753992c56a0c7a08d6a5077c895", 7863324},
2446  {"resource.msg", 0, "51ca9f8afc42ef442f6545b3c82a9165", 596121},
2447  AD_LISTEND},
2448  Common::KO_KOR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2449 
2450  // King's Quest 6 - Korean fan translation, based on English DOS CD (from the King's Quest Collection)
2451  // Executable scanning reports "1.cfs.158", VERSION file reports "1.034 9/11/94 - KQ6 version 1.000.00G"
2452  // SCI interpreter version 1.001.054
2453  {"kq6", "CD", {
2454  {"resource.map", 0, "7a550ebfeae2575ca00d47703a6a774c", 9215},
2455  {"resource.000", 0, "233394a5f33b475ae5975e7e9a420865", 8376352},
2456  {"resource.msg", 0, "51ca9f8afc42ef442f6545b3c82a9165", 596121},
2457  AD_LISTEND},
2458  Common::KO_KOR, Common::kPlatformDOS, ADGF_CD, GUIO4(GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING) },
2459 
2460  // King's Quest 6 - Korean fan translation, based on English Windows CD (from the King's Quest Collection)
2461  // Executable scanning reports "1.cfs.158", VERSION file reports "1.034 9/11/94 - KQ6 version 1.000.00G"
2462  // SCI interpreter version 1.001.054
2463  {"kq6", "CD", {
2464  {"resource.map", 0, "7a550ebfeae2575ca00d47703a6a774c", 9215},
2465  {"resource.000", 0, "233394a5f33b475ae5975e7e9a420865", 8376352},
2466  {"resource.msg", 0, "51ca9f8afc42ef442f6545b3c82a9165", 596121},
2467  AD_LISTEND},
2468  Common::KO_KOR, Common::kPlatformWindows, ADGF_CD, GUIO5(GUIO_NOASPECT, GAMEOPTION_WINDOWS_CURSORS, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE) },
2469 
2470  // King's Quest 6 - English Macintosh Floppy
2471  // VERSION file reports "1.0"
2472  {"kq6", "", {
2473  {"Data1", 0, "a183fc0c22fcbd9be4c8800d974b5599", 3891868},
2474  {"Data2", 0, "b3722460dfd3097a1fbaf99a21ad8ea5", 15031016},
2475  AD_LISTEND},
2476  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_STD16_MAC_HIRESFONTS },
2477 
2478 #undef GUIO_KQ6_DEMO
2479 #undef GUIO_KQ6_CD
2480 #undef GUIO_KQ6_CD_WINDOWS
2481 
2482 #define GUIO_KQ7_DEMO GUIO6(GUIO_NOSUBTITLES, \
2483  GUIO_NOLAUNCHLOAD, \
2484  GUIO_LINKMUSICTOSFX, \
2485  GUIO_LINKSPEECHTOSFX, \
2486  GUIO_NOASPECT, \
2487  GAMEOPTION_ENABLE_GMM_SAVE)
2488 #define GUIO_KQ7 GUIO6(GUIO_NOASPECT, \
2489  GUIO_LINKMUSICTOSFX, \
2490  GUIO_LINKSPEECHTOSFX, \
2491  GAMEOPTION_HQ_VIDEO, \
2492  GAMEOPTION_UPSCALE_VIDEOS, \
2493  GAMEOPTION_ENABLE_GMM_SAVE)
2494 
2495  // King's Quest 7 - English Windows (from the King's Quest Collection)
2496  // Executable scanning reports "2.100.002", VERSION file reports "1.4"
2497  {"kq7", "", {
2498  {"resource.map", 0, "2be9ab94429c721af8e05c507e048a15", 18697},
2499  {"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 203882535},
2500  AD_LISTEND},
2501  Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2502 
2503  // King's Quest 7 - English Windows-interpreter-only (supplied by m_kiewitz)
2504  // SCI interpreter version 2.100.002, VERSION file reports "1.51"
2505  {"kq7", "", {
2506  {"resource.map", 0, "838b9ff132bd6962026fee832e8a7ddb", 18697},
2507  {"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576},
2508  {"resource.aud", 0, "c2a988a16053eb98c7b73a75139902a0", 217716879},
2509  AD_LISTEND},
2510  Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2511 
2512  // King's Quest 7 - German Windows-interpreter-only (supplied by markcoolio in bug report #4292)
2513  // SCI interpreter version 2.100.002, VERSION file reports "1.51"
2514  // same as English 1.51, only resource.aud/resource.sfx are different
2515  {"kq7", "", {
2516  {"resource.map", 0, "838b9ff132bd6962026fee832e8a7ddb", 18697},
2517  {"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576},
2518  {"resource.aud", 0, "3f17bcaf8a9ff6a6c2d4de1a2078fdcc", 258119621},
2519  AD_LISTEND},
2520  Common::DE_DEU, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2521 
2522  // King's Quest 7 - English Windows (from abevi)
2523  // VERSION 1.65c
2524  {"kq7", "", {
2525  {"resource.map", 0, "40ccafb2195301504eba2e4f4f2c7f3d", 18925},
2526  {"resource.000", 0, "4948e4e1506f1e1c4e1d47abfa06b7f8", 204385195},
2527  AD_LISTEND},
2528  Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2529 
2530  // King's Quest 7 - German Windows (from blumentopferde in bug report Trac#9738)
2531  // VERSION 1.65c
2532  {"kq7", "", {
2533  {"resource.map", 0, "59d234e4fd61c1377f659c8479a513fb", 18925},
2534  {"resource.000", 0, "4948e4e1506f1e1c4e1d47abfa06b7f8", 204385195},
2535  {"resource.aud", 0, "3d0ee18dab2d1ad1f171d1bbc0f8d080", 242391379},
2536  AD_LISTEND},
2537  Common::DE_DEU, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2538 
2539  // King's Quest 7 - French Windows (from gatesbillou)
2540  // VERSION 1.51
2541  {"kq7", "", {
2542  {"resource.map", 0, "838b9ff132bd6962026fee832e8a7ddb", 18697},
2543  {"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576},
2544  {"resource.aud", 0, "d8b89ef2f7248c63d5810f2e49fb7255", 205546166},
2545  AD_LISTEND},
2546  Common::FR_FRA, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2547 
2548  // King's Quest 7 - French Windows (from bgK)
2549  // VERSION 1.65c
2550  {"kq7", "", {
2551  {"resource.map", 0, "a134fc9138b0830d8197877c52ed7aaa", 18925},
2552  {"resource.000", 0, "4948e4e1506f1e1c4e1d47abfa06b7f8", 204385195},
2553  {"resource.aud", 0, "d8b89ef2f7248c63d5810f2e49fb7255", 205546166},
2554  AD_LISTEND},
2555  Common::FR_FRA, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2556 
2557  // King's Quest 7 - English DOS (from FRG)
2558  // SCI interpreter version 2.100.002, VERSION file reports "2.00b"
2559  {"kq7", "", {
2560  {"resource.map", 0, "8676b0fbbd7362989a029fe72fea14c6", 18709},
2561  {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
2562  // Having the same number of files in the detection entries is needed
2563  // for the DOS version to have equal priority to the Windows version
2564  // that is detected with additional files, and we might as well check
2565  // for the DOS-specific files here too since there are at least some
2566  // Windows-only releases of this game too
2567  {"avi/91.rbt", 0, NULL, AD_NO_SIZE},
2568  {"avi/911.rbt", 0, NULL, AD_NO_SIZE},
2569  {"avi/912.rbt", 0, NULL, AD_NO_SIZE},
2570  AD_LISTEND},
2571  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_KQ7 },
2572 
2573  // King's Quest 7 - English Windows (from FRG)
2574  // SCI interpreter version 2.100.002, VERSION file reports "2.00b"
2575  {"kq7", "", {
2576  {"resource.map", 0, "8676b0fbbd7362989a029fe72fea14c6", 18709},
2577  {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
2578  // We need to look for these AVIs before enabling the Windows version
2579  // because GOG.com releases are missing them. Their contents do not
2580  // matter (some users replace them with higher quality versions created
2581  // from the rare 1.65c release, which should not cause a detection
2582  // failure)
2583  {"avi/e108x11.avi", 0, NULL, AD_NO_SIZE},
2584  {"avi/e208x11.avi", 0, NULL, AD_NO_SIZE},
2585  {"avi/int08x11.avi", 0, NULL, AD_NO_SIZE},
2586  AD_LISTEND},
2587  Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2588 
2589  // King's Quest 7 - Italian DOS (from dego93 on bug report Trac#9739)
2590  // VERSION file reports "2.00"
2591  {"kq7", "", {
2592  {"resource.map", 0, "c174fb32f045112e210373a31681d97f", 18709},
2593  {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
2594  {"resource.aud", 0, "649ce88c0786c0ed4b637728d20ddc9b", 202663332},
2595  AD_LISTEND},
2596  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_KQ7 },
2597 
2598  // King's Quest 7 - Italian Windows (from dego93 on bug report Trac#9739)
2599  // VERSION file reports "2.00"
2600  {"kq7", "", {
2601  {"resource.map", 0, "c174fb32f045112e210373a31681d97f", 18709},
2602  {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
2603  {"resource.aud", 0, "649ce88c0786c0ed4b637728d20ddc9b", 202663332},
2604  AD_LISTEND},
2605  Common::IT_ITA, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2606 
2607  // King's Quest 7 - Spanish DOS (from jvprat)
2608  // Executable scanning reports "2.100.002", VERSION file reports "2.00"
2609  {"kq7", "", {
2610  {"resource.map", 0, "0b62693cbe87e3aaca3e8655a437f27f", 18709},
2611  {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
2612  AD_LISTEND},
2613  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_KQ7 },
2614 
2615  // King's Quest 7 - Spanish Windows (from jvprat)
2616  // Executable scanning reports "2.100.002", VERSION file reports "2.00"
2617  {"kq7", "", {
2618  {"resource.map", 0, "0b62693cbe87e3aaca3e8655a437f27f", 18709},
2619  {"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
2620  AD_LISTEND},
2621  Common::ES_ESP, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2622 
2623  // King's Quest 7 - Japanese DOS (from m-kiewitz) - bug #15497
2624  // VERSION file reports "2.00"
2625  // This version features only Japanese. There is no option to change the language.
2626  // Chapter intro titles are still in English.
2627  {"kq7", "", {
2628  {"resource.000", 0, "5e2f38ebf13188d5724e02254bfe0e4d", 90064291},
2629  {"resource.map", 0, "ba6a4523df6f5bd321bcfb8ae55a66c1", 19177},
2630  {"resource.aud", 0, "78ba3c42efc9451baa5af1da8e289d4f", 220633894},
2631  {"avi/91.rbt", 0, "cc68d78315156f2d6a71b2b00eca90ea", 24701699},
2632  {"avi/911.rbt", 0, "10250547c9f0767df37f726f335c1415", 8781594},
2633  {"avi/912.rbt", 0, "c4cbebcaa58f6ab364a40896502271e8", 1373456},
2634  AD_LISTEND},
2635  Common::JA_JPN, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_KQ7 },
2636 
2637  // King's Quest 7 - Japanese Windows (from m-kiewitz) - bug #15497
2638  // VERSION file reports "2.00"
2639  // This version features only Japanese. There is no option to change the language.
2640  // Chapter intro titles are still in English.
2641  {"kq7", "", {
2642  {"resource.000", 0, "5e2f38ebf13188d5724e02254bfe0e4d", 90064291},
2643  {"resource.map", 0, "ba6a4523df6f5bd321bcfb8ae55a66c1", 19177},
2644  {"resource.aud", 0, "78ba3c42efc9451baa5af1da8e289d4f", 220633894},
2645  {"avi/e208x11.avi", 0, "11b0f6994a6cea61ce4efe047c84553d", 2014412},
2646  {"avi/int08x11.avi", 0, "1e3e1448901ebbaa88071740f1a1e31e", 22547356},
2647  {"avi/e108x11.avi", 0, "8daba53eeb77756c434bf52237e39b3b", 9991834},
2648  AD_LISTEND},
2649  Common::JA_JPN, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2650 
2651  // King's Quest 7 - Russian Windows (SoftClub official translation)
2652  // VERSION file reports "2.1b", provided by trcpman in Trac #11302.
2653  // This version is Windows-only. It does not include a DOS interpreter and
2654  // only the Windows AVI files were translated. The DOS RBT files weren't.
2655  {"kq7", "", {
2656  {"resource.map", 0, "dd1504ee0274e4e3b8447b25137136df", 18709},
2657  {"resource.000", 0, "e6cee6c1ddb1e73e8c25d8f2a9f508ff", 200873632},
2658  AD_LISTEND},
2659  Common::RU_RUS, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_KQ7 },
2660 
2661  // King's Quest 7 - English DOS/Win Non-Interactive Demo
2662  // Demo from original PQ4CD release has only the Windows interpreter
2663  // SCI interpreter version 2.100.002
2664  {"kq7", "Demo", {
2665  {"resource.map", 0, "b44f774108d63faa1d021101221c5a54", 1690},
2666  {"resource.000", 0, "d9659d2cf0c269c6a9dc776707f5bea0", 2433827},
2667  AD_LISTEND},
2668  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_KQ7_DEMO },
2669 
2670  // King's Quest 7 - English Windows Demo (from DrMcCoy)
2671  // SCI interpreter version 2.100.002
2672  {"kq7", "Demo", {
2673  {"resource.map", 0, "38e627a37a975aea40cc72b0518b0709", 18412},
2674  {"resource.000", 0, "bad61d50aaa64298fa57a7c6ccd3bccf", 84020382},
2675  AD_LISTEND},
2676  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO_KQ7_DEMO },
2677 
2678  // King's Quest 7 - English Macintosh
2679  {"kq7", "", {
2680  {"Data1", 0, "e0d120473fee7a548b1418b18bffbd7d", 4964390},
2681  {"Data2", 0, "a260b97fb2396a9cd6ac3df6a56a2499", 14645526},
2682  {"Data3", 0, "a5a660a469c9ba7b179ba9757181d2af", 6664132},
2683  {"Data4", 0, "556721a5e3f158c0a7a39e428402dd1f", 6438695},
2684  {"Data5", 0, "c38c2f51c9c2bafd5fefdffca83bd372", 6661270},
2685  {"Data6", 0, "2054e1ec891cad31b5c647b57eccff9c", 4489456},
2686  {"Data7", 0, "c6e634ea56f6f82954baeab9c468c47b", 7552281},
2687  {"Data8", 0, "5b4d7cc7b1b7fdd262c1f65bb9c8af5f", 7478101},
2688  {"Data9", 0, "7aba74ca9a52fba1199ab06f602bd268", 7304378},
2689  {"Data10", 0, "2ee17c2a1037067ecc218a7b65582062", 7066690},
2690  {"Data11", 0, "5df02ec2b6289bd84cd97a9bc677773e", 7555697},
2691  {"Data12", 0, "4a8cebdff7f8d431dbcd36d39c5af29e", 6925678},
2692  {"Data13", 0, "3dd2903e170518011d3bc0eadada399a", 7071130},
2693  //{"Data14", 0, "60d8435ae44c7e0e1d553269bf8a58e0", 7871952},
2694  //{"Data15", 0, "4c4c33e93a2352473c1adf9e3981e6ca", 6924022},
2695  //{"Data16", 0, "753d9bddf035bbb5391119e8dc0f464a", 3970827},
2696  AD_LISTEND},
2697  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_KQ7 },
2698 
2699 #undef GUIO_KQ7_DEMO
2700 #undef GUIO_KQ7
2701 
2702  // King's Questions mini-game from the King's Quest Collection
2703  // SCI interpreter version 2.000.000
2704  {"kquestions", "", {
2705  {"resource.map", 0, "93a2251fa64e729d7a7d2fe56b217c8e", 502},
2706  {"resource.000", 0, "9b1cddecd4f0720d83661ba7aed28891", 162697},
2707  AD_LISTEND},
2708  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO7(GUIO_NOSUBTITLES, GUIO_NOMUSIC, GUIO_NOSPEECH, GUIO_NOSFX, GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GAMEOPTION_RGB_RENDERING) },
2709 
2710  // Laura Bow - English Amiga
2711  // Executable scanning reports "1.002.030"
2712  // SCI interpreter version 0.000.685
2713  {"laurabow", "", {
2714  {"resource.map", 0, "731ab85e138f8cef1a7f4d1f36dfd375", 7422},
2715  {"resource.000", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 126317},
2716  {"resource.001", 0, "42fe895e9eb60e103025fd9ca737a849", 264763},
2717  {"resource.002", 0, "6f1ebd3692ce76644e0e06a38b7b56b5", 677436},
2718  {"resource.003", 0, "2ab23f64306b18c28302c8ec2964c5d6", 605134},
2719  {"resource.004", 0, "aa553977f7e5804081de293800d3bcce", 695067},
2720  {"resource.005", 0, "bfd870d51dc97729f0914095f58e6957", 676881},
2721  AD_LISTEND},
2722  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
2723 
2724  // Laura Bow - English Atari ST (from jvprat)
2725  // Executable scanning reports "1.002.030", Floppy label reports "1.000.062, 9.23.90"
2726  // SCI interpreter version 0.000.685
2727  {"laurabow", "", {
2728  {"resource.map", 0, "9f90878e6e1b8c96e692203f068ce2b1", 8478},
2729  {"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 515964},
2730  {"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 721149},
2731  {"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 667365},
2732  {"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 683737},
2733  AD_LISTEND},
2734  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
2735 
2736  // Laura Bow - English DOS Non-Interactive Demo
2737  // Executable scanning reports "x.yyy.zzz"
2738  {"laurabow", "Demo", {
2739  {"resource.map", 0, "e625726268ff4e123ada11f31f0249f3", 768},
2740  {"resource.001", 0, "0c8912290af0890f8d95faeb4ddb2d68", 333031},
2741  AD_LISTEND},
2742  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
2743 
2744  // Laura Bow - English DOS 3.5" Floppy (from "The Roberta Williams Anthology"/1996)
2745  // SCI interpreter version 0.000.631
2746  {"laurabow", "", {
2747  {"resource.map", 0, "4e511f47d9893fa529d6621a93fa0030", 8478},
2748  {"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 515788},
2749  {"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 721381},
2750  {"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 667468},
2751  {"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 683807},
2752  AD_LISTEND},
2753  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
2754 
2755  // Laura Bow - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
2756  // based on English DOS 3.5" Floppy (from "The Roberta Williams Anthology"/1996)
2757  // SCI interpreter version 0.000.631
2758  { "laurabow", "", {
2759  {"resource.map", 0, "4e511f47d9893fa529d6621a93fa0030", 8478},
2760  {"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 515788},
2761  {"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 721381},
2762  {"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 667468},
2763  {"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 683807},
2764  {"PATCHES/font.000", 0, "5053e202adbd7a4fdebb30b2ea76ce27", 2835},
2765  {"PATCHES/font.001", 0, "f65565f3375ac9972c96fd81c3eb491e", 2709},
2766  {"PATCHES/font.004", 0, "4dfbf96cba4c181e9d52eb9e49570b1d", 2256},
2767  {"PATCHES/font.008", 0, "8abefd3b44827ff26e2ad298f9e76a2b", 3029},
2768  AD_LISTEND},
2769  Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
2770 
2771  // Laura Bow - Russian fan translation by https://github.com/deadman2000/RuSCI
2772  // SCI interpreter version 0.000.631
2773  {"laurabow", "", {
2774  {"resource.map", 0, "b1905f6aa68ff65a057b080b1eae954c", 12030},
2775  {"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 108032},
2776  {"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 354680},
2777  {"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 361815},
2778  {"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 339714},
2779  {"resource.005", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 327465},
2780  {"resource.006", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 328390},
2781  {"resource.007", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 317687},
2782  {"resource.008", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 352345},
2783  {"resource.009", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 257355},
2784  {"resource.010", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 356093},
2785  {"Translate.RU", 0, "3f730611f55257821b964f96eafea0ba", 171}, // Text file for detecting translation
2786  AD_LISTEND},
2787  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
2788 
2789  // Laura Bow - English DOS (from FRG)
2790  // SCI interpreter version 0.000.631
2791  {"laurabow", "", {
2792  {"resource.map", 0, "b1905f6aa68ff65a057b080b1eae954c", 12030},
2793  {"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 108032},
2794  {"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 354680},
2795  {"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 361815},
2796  {"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 339714},
2797  {"resource.005", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 327465},
2798  {"resource.006", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 328390},
2799  {"resource.007", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 317687},
2800  {"resource.008", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 352345},
2801  {"resource.009", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 257355},
2802  {"resource.010", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 356093},
2803  AD_LISTEND},
2804  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
2805 
2806  // Laura Bow - Hebrew DOS (from FRG)
2807  // SCI interpreter version 0.000.631
2808  {"laurabow", "", {
2809  {"resource.map", 0, "b1905f6aa68ff65a057b080b1eae954c", 12030},
2810  {"resource.001", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 108032},
2811  {"resource.002", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 354680},
2812  {"resource.003", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 361815},
2813  {"resource.004", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 339714},
2814  {"resource.005", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 327465},
2815  {"resource.006", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 328390},
2816  {"resource.007", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 317687},
2817  {"resource.008", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 352345},
2818  {"resource.009", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 257355},
2819  {"resource.010", 0, "e45c888d9c7c04aec0a20e9f820b79ff", 356093},
2820  {"PATCHES/font.000", 0, "5053e202adbd7a4fdebb30b2ea76ce27", 2835},
2821  {"PATCHES/font.001", 0, "f65565f3375ac9972c96fd81c3eb491e", 2709},
2822  AD_LISTEND},
2823  Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
2824 
2825 #define GUIO_LB2_CD_WINDOWS GUIO6(GAMEOPTION_PREFER_DIGITAL_SFX, \
2826  GAMEOPTION_WINDOWS_CURSORS, \
2827  GAMEOPTION_ORIGINAL_SAVELOAD, \
2828  GAMEOPTION_MIDI_MODE, \
2829  GAMEOPTION_RGB_RENDERING, \
2830  GAMEOPTION_ENABLE_GMM_SAVE)
2831 
2832  // Laura Bow 2 - English DOS Non-Interactive Demo (from FRG)
2833  // Executable scanning reports "x.yyy.zzz"
2834  // SCI interpreter version 1.001.069 (just a guess)
2835  {"laurabow2", "Demo", {
2836  {"resource.map", 0, "24dffc5db1d88c7999f13e8767ed7346", 855},
2837  {"resource.000", 0, "2b2b1b4f7584f9b38fd13f6ab95634d1", 781912},
2838  AD_LISTEND},
2839  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
2840 
2841  // Laura Bow 2 - English DOS Floppy v1.0
2842  // Executable scanning reports "2.000.274"
2843  // SCI interpreter version 1.001.069 (just a guess)
2844  {"laurabow2", "", {
2845  {"resource.map", 0, "610bfd9a852004222f0faaf5fc9e630a", 6489},
2846  {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5035964},
2847  AD_LISTEND},
2848  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2849 
2850  // Laura Bow 2 v1.1 - English DOS Floppy (supplied by misterhands in bug report #6543)
2851  // Executable scanning reports "2.000.274"
2852  {"laurabow2", "", {
2853  {"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483},
2854  {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766},
2855  {"resource.msg", 0, "d1755fc4f41b5210febc9410503c6a29", 278354},
2856  AD_LISTEND},
2857  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2858 
2859  // Laura Bow 2 - English DOS CD
2860  // Executable scanning reports "1.001.072", VERSION file reports "1.1" (from jvprat)
2861  {"laurabow2", "CD", {
2862  {"resource.map", 0, "a70945e61ba7ac7bfea6b7bd72c6aec5", 7274},
2863  {"resource.000", 0, "82578b8d5a7e09c4c58891ca49fae35b", 5598672},
2864  AD_LISTEND},
2865  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
2866 
2867  // Laura Bow 2 - English Windows CD
2868  // Executable scanning reports "1.001.072", VERSION file reports "1.1" (from jvprat)
2869  {"laurabow2", "CD", {
2870  {"resource.map", 0, "a70945e61ba7ac7bfea6b7bd72c6aec5", 7274},
2871  {"resource.000", 0, "82578b8d5a7e09c4c58891ca49fae35b", 5598672},
2872  AD_LISTEND},
2873  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_LB2_CD_WINDOWS },
2874 
2875  // Laura Bow 2 - Korean fan translation, based on English DOS CD
2876  // Executable scanning reports "1.001.072", VERSION file reports "1.1"
2877  {"laurabow2", "CD", {
2878  {"resource.map", 0, "a70945e61ba7ac7bfea6b7bd72c6aec5", 7274},
2879  {"resource.000", 0, "82578b8d5a7e09c4c58891ca49fae35b", 5598672},
2880  {"resource.msg", 0, "bdc2167ebe55612b8ff17347f70e2b83", 561801},
2881  AD_LISTEND},
2882  Common::KO_KOR, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
2883 
2884  // Laura Bow 2 - French fan translation, based on English DOS CD
2885  // Executable scanning reports "1.001.072", VERSION file reports "1.1"
2886  {"laurabow2", "CD", {
2887  {"resource.map", 0, "a70945e61ba7ac7bfea6b7bd72c6aec5", 7274},
2888  {"resource.000", 0, "82578b8d5a7e09c4c58891ca49fae35b", 5598672},
2889  {"patch/0.fon", 0, "539b7c355c8b7915de2c0396790c46aa", 2767},
2890  AD_LISTEND},
2891  Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
2892 
2893  // Laura Bow 2 v1.1 - French DOS Floppy (from Hkz)
2894  {"laurabow2", "", {
2895  {"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483},
2896  {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766},
2897  {"resource.msg", 0, "0fceedfbdd85a4bc7851fdd9dd2d2f19", 278253},
2898  AD_LISTEND},
2899  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2900 
2901  // Laura Bow 2 v1.1 - German DOS Floppy (from Tobis87, updated info from markcoolio in bug report #4270, updated info from #4355))
2902  // Executable scanning reports "2.000.274"
2903  {"laurabow2", "", {
2904  {"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483},
2905  {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766},
2906  {"resource.msg", 0, "795c928cd00dfec9fbc62ebcd12e1f65", 303185},
2907  AD_LISTEND},
2908  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2909 
2910  // Laura Bow 2 - Spanish DOS floppy (from sluicebox)
2911  // Executable scanning reports "2.000.274", VERSION file reports "1.1"
2912  {"laurabow2", "", {
2913  {"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483},
2914  {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766},
2915  {"resource.msg", 0, "c28ba1d0326d06eab69f94d9a70f5389", 285797},
2916  AD_LISTEND},
2917  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
2918 
2919  // Laura Bow 2 - Spanish DOS CD (from jvprat)
2920  // This is the floppy version (text-only) distributed on a CD.
2921  // Executable scanning reports "2.000.274", VERSION file reports "1.000.000, May 10, 1994"
2922  {"laurabow2", "", {
2923  {"resource.map", 0, "3b6dfbcda210bbc3f23fd1927113bf98", 6483},
2924  {"resource.000", 0, "57084910bc923bff5d6d9bc1b56e9604", 5028766},
2925  {"resource.msg", 0, "71f1f0cd9f082da2e750c793a8ed9d84", 286141},
2926  AD_LISTEND},
2927  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
2928 
2929 #undef GUIO_LB2_CD_WINDOWS
2930 
2931 #define GUIO_LIGHTHOUSE_DEMO GUIO6(GUIO_NOSPEECH, \
2932  GUIO_NOMUSIC, \
2933  GUIO_NOASPECT, \
2934  GUIO_NOMIDI, \
2935  GUIO_NOLAUNCHLOAD, \
2936  GAMEOPTION_HQ_VIDEO)
2937 #define GUIO_LIGHTHOUSE GUIO9(GUIO_NOASPECT, \
2938  GUIO_NOMIDI, \
2939  GUIO_NOSUBTITLES, \
2940  GUIO_LINKMUSICTOSFX, \
2941  GUIO_LINKSPEECHTOSFX, \
2942  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
2943  GAMEOPTION_ORIGINAL_SAVELOAD, \
2944  GAMEOPTION_HQ_VIDEO, \
2945  GAMEOPTION_ENABLE_GMM_SAVE)
2946 #define GUIO_LIGHTHOUSE_MAC GUIO8(GUIO_NOASPECT, \
2947  GUIO_NOMIDI, \
2948  GUIO_NOSUBTITLES, \
2949  GUIO_LINKMUSICTOSFX, \
2950  GUIO_LINKSPEECHTOSFX, \
2951  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
2952  GAMEOPTION_HQ_VIDEO, \
2953  GAMEOPTION_ENABLE_GMM_SAVE)
2954 
2955  // Lighthouse - English Windows Demo (from jvprat)
2956  // Executable scanning reports "2.100.002", VERSION file reports "1.00", plays 2.VMD
2957  {"lighthouse", "Non-interactive Demo", {
2958  {"resource.map", 0, "543124606352bfa5e07696ddf2a669be", 64},
2959  {"resource.000", 0, "5d7714416b612463d750fb9c5690c859", 28952},
2960  AD_LISTEND},
2961  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_LIGHTHOUSE_DEMO },
2962 
2963  // Lighthouse - English Windows Demo (from trembyle)
2964  // Found on CD-Action (Poland) #8a - Jan 1997
2965  // Executable scanning reports "2.100.002", VERSION file reports "1.00", plays 3.VMD
2966  {"lighthouse", "Non-interactive Demo", {
2967  {"resource.map", 0, "999c2db3ca39c83c18ba6f16095b4c64", 64},
2968  {"resource.000", 0, "bed2bafe872ffa1e7bfe6d706fac1c81", 28951},
2969  AD_LISTEND},
2970  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_LIGHTHOUSE_DEMO },
2971 
2972  // Lighthouse - English Windows Demo
2973  // Executable scanning reports "3.000.000", VERSION file reports "1.00"
2974  {"lighthouse", "Demo", {
2975  {"resmap.000", 0, "3bdee7a16926975a4729f75cf6b80a92", 1525},
2976  {"ressci.000", 0, "3c585827fa4a82f4c04a56a0bc52ccee", 11494351},
2977  AD_LISTEND},
2978  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_LIGHTHOUSE_DEMO },
2979 
2980  // Lighthouse - English Windows Glider Demo
2981  // Executable scanning reports "3.000.000"
2982  {"lighthouse", "Glider Demo", {
2983  {"resmap.000", 0, "fca5bec5f778fc3f86d3176dc4ae6e54", 346},
2984  {"ressci.000", 0, "896e81b6d70940c3b0696ef51cee51bc", 3300500},
2985  AD_LISTEND},
2986  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_LIGHTHOUSE_DEMO },
2987 
2988  // Lighthouse - English DOS (from jvprat)
2989  // Executable scanning reports "3.000.000", VERSION file reports "1.1"
2990  {"lighthouse", "", {
2991  {"resmap.001", 0, "47abc502c0b541b582db28f38dbc6a56", 7801},
2992  {"ressci.001", 0, "14e922c47b92156377cb49e241691792", 99591924},
2993  {"resmap.002", 0, "c68db5333f152fea6ca2dfc75cad8b34", 7573},
2994  {"ressci.002", 0, "175468431a979b9f317c294ce3bc1430", 94628315},
2995  AD_LISTEND},
2996  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
2997 
2998  // Lighthouse - Japanese DOS (from m_kiewitz)
2999  // Executable scanning reports "3.000.000", VERSION file reports "1.0C"
3000  {"lighthouse", "", {
3001  {"resmap.001", 0, "18e0ac1597fe1cf6dc663118fe983e3b", 7885},
3002  {"ressci.001", 0, "14e922c47b92156377cb49e241691792", 99573473},
3003  {"resmap.002", 0, "723fc742c623d8933e5753a264324cb0", 7657},
3004  {"ressci.002", 0, "175468431a979b9f317c294ce3bc1430", 94627469},
3005  AD_LISTEND},
3006  Common::JA_JPN, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
3007 
3008  // Lighthouse - Spanish DOS (from jvprat)
3009  // Executable scanning reports "3.000.000", VERSION file reports "1.1"
3010  {"lighthouse", "", {
3011  {"resmap.001", 0, "c5d49b2a8a4eafc92fd041a3a0f2da68", 7846},
3012  {"ressci.001", 0, "18553177dbf83fb2cb6c8edcbb174183", 99543093},
3013  {"resmap.002", 0, "e7dc85884a2417e2eff9de0c63dd65fa", 7630},
3014  {"ressci.002", 0, "3c8d627c555b0e3e4f1d9955bc0f0df4", 94631127},
3015  AD_LISTEND},
3016  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
3017 
3018  // Lighthouse - French DOS (from bgK)
3019  // Executable scanning reports "3.000.000", VERSION file reports "1.1"
3020  {"lighthouse", "", {
3021  {"resmap.001", 0, "911c9cc5f49d4a96ff836154d3a86a8f", 7876},
3022  {"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 122516760},
3023  {"resmap.002", 0, "703e7ab04bd358e76bc098995d71f36a", 7642},
3024  {"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 115212682},
3025  AD_LISTEND},
3026  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
3027 
3028  // Lighthouse - German DOS (from bug #10359)
3029  {"lighthouse", "", {
3030  {"resmap.001", 0, "d2dc13bb936d6528a19feac92fc7df1c", 7852},
3031  {"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 122330257},
3032  {"resmap.002", 0, "8fdb8544d801057d3123539d8e6d039a", 7618},
3033  {"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 115026179},
3034  AD_LISTEND},
3035  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
3036 
3037  // Lighthouse - French DOS
3038  // VERSION file reports "1.0c"
3039  {"lighthouse", "", {
3040  {"resmap.001", 0, "7f768cb4ee53026ea8fc662e44e7c0de", 7870},
3041  {"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 122184234},
3042  {"resmap.002", 0, "3fa427abab4c1d7bbea3033c064fc182", 7636},
3043  {"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 114880156},
3044  AD_LISTEND},
3045  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
3046 
3047  // Lighthouse - Italian DOS
3048  // VERSION file reports "1.0"
3049  {"lighthouse", "", {
3050  {"resmap.001", 0, "4e07734dcfdb593f755a05dc43ca4532", 7846},
3051  {"ressci.001", 0, "dbb615146ec943e4ff7764a485c90511", 121894854},
3052  {"resmap.002", 0, "012a93dc0612f62142afabb673b157aa", 7612},
3053  {"ressci.002", 0, "6635764dc258b2041ca9a387e5aaab25", 114590776},
3054  AD_LISTEND},
3055  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LIGHTHOUSE },
3056 
3057  // Lighthouse - English Macintosh CD
3058  // NOTE: This only contains disc 1 files
3059  { "lighthouse", "", {
3060  {"Data1", 0, "9fd95df4288bcc5f07b114bbeabaa89a", 7498699},
3061  {"Data2", 0, "97a5c80a12eee099349748a72b9f561a", 11278743},
3062  {"Data3", 0, "51085a80ec0f448938d279dc3464e1b1", 8295543},
3063  {"Data4", 0, "8c01d5243c62868207c144125de46c5a", 9132372},
3064  {"Data5", 0, "6830ea75c4459533ba6c11a09a886a8a", 9096411},
3065  {"Data6", 0, "b7b207a5d9faa1192aa566d484ffdde6", 9294332},
3066  {"Data7", 0, "87156321c318e6b61c84d7600f5cd28a", 1689949},
3067  {"Data8", 0, "c486982e4169eb42096029ee1635b2ae", 7514992},
3068  {"Data9", 0, "e5f5ad0cab47eb4b2240e3843ed5fe3c", 9833704},
3069  {"Data10", 0, "9fd95df4288bcc5f07b114bbeabaa89a", 5298282},
3070  AD_LISTEND},
3071  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_LIGHTHOUSE_MAC },
3072 
3073 #undef GUIO_LIGHTHOUSE_DEMO
3074 #undef GUIO_LIGHTHOUSE
3075 #undef GUIO_LIGHTHOUSE_MAC
3076 
3077  // Larry 1 EGA Remake - English DOS (from spookypeanut)
3078  // SCI interpreter version 0.000.510 (or 0.000.577?)
3079  {"lsl1sci", "SCI/EGA", {
3080  {"resource.map", 0, "abc0dc50c55de5b9723bb6de193f8756", 3282},
3081  {"resource.000", 0, "d3bceaebef3f7be941c2038b3565161e", 451366},
3082  {"resource.001", 0, "38936d3c68b6f79d3ffb13955713fed7", 591352},
3083  {"resource.002", 0, "24c958bc922b07f91e25e8c93aa01fcf", 491230},
3084  {"resource.003", 0, "685cd6c1e05a695ab1e0db826337ee2a", 553279},
3085  AD_LISTEND},
3086  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3087 
3088  // Larry 1 Remake - English Amiga
3089  // Executable scanning reports "1.004.024"
3090  // SCI interpreter version 1.000.784
3091  // NOTE: The resource.002 file, contained in disk 3, is broken in the
3092  // www.back2roots.org version (it contains a large chunk of zeroes and
3093  // several broken resources, e.g. pic 250 and views 250 and 251).
3094  {"lsl1sci", "SCI", {
3095  {"resource.map", 0, "7d115a9e27dc8ac71e8d5ef33d589bd5", 3366},
3096  {"resource.000", 0, "e67fd129d5810fc7ad8ea509d891cc00", 363073},
3097  {"resource.001", 0, "24ed6dc01b1e7fbc66c3d63a5994549a", 750465},
3098  {"resource.002", 0, "5790ac0505f7ca98d4567132b875eb1e", 681041},
3099  {"resource.003", 0, "4a34c3367c2fe7eb380d741374da1989", 572251},
3100  AD_LISTEND},
3101  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
3102 
3103  // Larry 1 VGA Remake - English DOS (from spookypeanut)
3104  // Executable scanning reports "1.000.577", VERSION file reports "2.1"
3105  {"lsl1sci", "SCI", {
3106  {"resource.map", 0, "6d04d26466337a1a64b8c6c0eb65c9a9", 3222},
3107  {"resource.000", 0, "d3bceaebef3f7be941c2038b3565161e", 922406},
3108  {"resource.001", 0, "ec20246209d7b19f38989261e5c8f5b8", 1111226},
3109  {"resource.002", 0, "85d6935ef77e6b0e16bc307640a0d913", 1088312},
3110  AD_LISTEND},
3111  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3112 
3113  // Larry 1 VGA Remake - English DOS (from FRG)
3114  // SCI interpreter version 1.000.510
3115  {"lsl1sci", "SCI", {
3116  {"resource.map", 0, "8606b083b011a0cc4a1fbfc2198a0a77", 3198},
3117  {"resource.000", 0, "d3bceaebef3f7be941c2038b3565161e", 918242},
3118  {"resource.001", 0, "d34cadb11e1aefbb497cf91bc1d3baa7", 1114688},
3119  {"resource.002", 0, "85b030bb66d5342b0a068f1208c431a8", 1078443},
3120  AD_LISTEND},
3121  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3122 
3123  // Larry 1 VGA Remake - English Macintosh (from omer_mor, bug report #5774)
3124  {"lsl1sci", "SCI", {
3125  {"resource.map", 0, "6395e7f7881e37e39d81ff5175a35f6f", 3237},
3126  {"resource.000", 0, "5933df4ea688584d6f59fdea5a9404f8", 989066},
3127  {"resource.001", 0, "aa6f153f70f1e32d1bde465fff08eecf", 1137418},
3128  {"resource.002", 0, "b22c616aa789ebef990290c7ffd86548", 1097477},
3129  AD_LISTEND},
3130  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_STD16_MAC_HIRESFONTS },
3131 
3132  // Larry 1 VGA Remake - English DOS Non-Interactive Demo
3133  // SCI interpreter version 1.000.084
3134  {"lsl1sci", "SCI/Demo", {
3135  {"resource.map", 0, "434e1f6c39d71647b34f0ee57b2bbd68", 444},
3136  {"resource.001", 0, "0c0768215c562d9dace4a5ca53696cf3", 359913},
3137  AD_LISTEND},
3138  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
3139 
3140  // Larry 1 VGA Remake - Spanish DOS (from the Leisure Suit Larry Collection, also includes english language)
3141  // Executable scanning reports "1.SQ4.057", VERSION file reports "1.000"
3142  // This version is known to be corrupted
3143  // SCI interpreter version 1.000.510
3144  {"lsl1sci", "SCI", {
3145  {"resource.map", 0, "4fbe5c25878d51d7b2a68b710de4491b", 3327},
3146  {"resource.000", 0, "5e501a9bf8c753bf4c96158042422f00", 839172},
3147  {"resource.001", 0, "112648995dbc194037f1e4ed2e195910", 1063341},
3148  {"resource.002", 0, "3fe2a3aec0ed53c7d6db1845a67e3aa2", 1095908},
3149  {"resource.003", 0, "ac175df0ea9a2cba57f0248651856d27", 376556},
3150  AD_LISTEND},
3151  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
3152 
3153  // Larry 1 EGA Remake - Spanish DOS
3154  // Executable scanning reports "1.SQ4.056", VERSION file reports "1.000"
3155  {"lsl1sci", "SCI/EGA", {
3156  {"resource.map", 0, "c07cf88e6c69a432f1d11f660faa996a", 3333},
3157  {"resource.000", 0, "5e501a9bf8c753bf4c96158042422f00", 502971},
3158  {"resource.001", 0, "112648995dbc194037f1e4ed2e195910", 610960},
3159  {"resource.002", 0, "3fe2a3aec0ed53c7d6db1845a67e3aa2", 518218},
3160  {"resource.003", 0, "2b21fab32a5f49ff871b3ff696d51214", 578780},
3161  AD_LISTEND},
3162  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
3163 
3164  // Larry 1 VGA Remake - Russian DOS (also includes english language?!)
3165  // Executable scanning reports "1.000.510", VERSION file reports "2.0"
3166  // SCI interpreter version 1.000.510
3167  {"lsl1sci", "SCI", {
3168  {"resource.map", 0, "b54413d35e206d21ae2b2bdb092bd13a", 3198},
3169  {"resource.000", 0, "0d7b2afa666bd36d9535a15d3a837a66", 928566},
3170  {"resource.001", 0, "bc8ca10c807515d959cbd91f9ba47735", 1123759},
3171  {"resource.002", 0, "b7409ab32bc3bee2d6cce887cd33f2b6", 1092160},
3172  AD_LISTEND},
3173  Common::RU_RUS, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
3174 
3175  // Larry 1 VGA Remake - Polish DOS (from Polish Leisure Suit Larry Collection, official release)
3176  // SCI interpreter version 1.000.577, VERSION file reports "2.1" (this release does NOT include english text)
3177  {"lsl1sci", "SCI", {
3178  {"resource.map", 0, "58330a85767e42a2487129913283ab5b", 3228},
3179  {"resource.000", 0, "b6097ff35cdc8469f02150fe2f824198", 4781210},
3180  AD_LISTEND},
3181  Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3182 
3183  // Larry 1 VGA Remake - French fan patch, includes English language
3184  // This is the "2.1" patch applied to English version 2.1. bug report #12034
3185  {"lsl1sci", "SCI", {
3186  {"resource.map", 0, "bbf22cacfcf6ef7e7578045fafad805d", 3337},
3187  {"resource.000", 0, "5e501a9bf8c753bf4c96158042422f00", 1938733},
3188  {"resource.001", 0, "112648995dbc194037f1e4ed2e195910", 1063341},
3189  {"resource.002", 0, "3fe2a3aec0ed53c7d6db1845a67e3aa2", 1095908},
3190  {"resource.003", 0, "ac175df0ea9a2cba57f0248651856d27", 376556},
3191  AD_LISTEND},
3192  Common::FR_FRA, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16},
3193 
3194  // Larry 2 - English Amiga (from www.back2roots.org)
3195  // Executable scanning reports "x.yyy.zzz"
3196  // SCI interpreter version 0.000.572
3197  {"lsl2", "", {
3198  {"resource.map", 0, "e36ce0fc94d1678d15acbf12d84ec47d", 6612},
3199  {"resource.001", 0, "a0d4a625311d307257da7fc43d00459d", 409124},
3200  {"resource.002", 0, "a0d4a625311d307257da7fc43d00459d", 630106},
3201  {"resource.003", 0, "a0d4a625311d307257da7fc43d00459d", 570356},
3202  {"resource.004", 0, "a0d4a625311d307257da7fc43d00459d", 717844},
3203  AD_LISTEND},
3204  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
3205 
3206  // Larry 2 - English Atari ST
3207  // Game version 1.001.006
3208  // Executable reports "1.000.159" 1988-12-02 12:22 p.m.
3209  {"lsl2", "", {
3210  {"resource.map", 0, "2fc3ce7da1346e4dadfee18606d814fc", 4758},
3211  {"resource.001", 0, "4a24443a25e2b1492462a52809605dc2", 477342},
3212  {"resource.002", 0, "4a24443a25e2b1492462a52809605dc2", 406698},
3213  {"resource.003", 0, "4a24443a25e2b1492462a52809605dc2", 592433},
3214  AD_LISTEND},
3215  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
3216 
3217  // Larry 2 - English DOS Non-Interactive Demo
3218  // Executable scanning reports "x.yyy.zzz"
3219  // SCI interpreter version 0.000.409
3220  {"lsl2", "Demo", {
3221  {"resource.map", 0, "03dba704bb77da55a91ad27b5a3cac09", 528},
3222  {"resource.001", 0, "9f5520f0297206928df0b0b36493cd33", 127532},
3223  AD_LISTEND},
3224  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_PALETTEMODS },
3225 
3226  // Larry 2 - English DOS
3227  // Game version 1.002.000
3228  // SCI interpreter version 0.000.409
3229  {"lsl2", "", {
3230  {"resource.map", 0, "42258cf767a8ebaa9e66b6151a80e601", 5628},
3231  {"resource.001", 0, "4a24443a25e2b1492462a52809605dc2", 143847},
3232  {"resource.002", 0, "4a24443a25e2b1492462a52809605dc2", 348331},
3233  {"resource.003", 0, "4a24443a25e2b1492462a52809605dc2", 236550},
3234  {"resource.004", 0, "4a24443a25e2b1492462a52809605dc2", 204861},
3235  {"resource.005", 0, "4a24443a25e2b1492462a52809605dc2", 277732},
3236  {"resource.006", 0, "4a24443a25e2b1492462a52809605dc2", 345683},
3237  AD_LISTEND},
3238  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
3239 
3240  // Larry 2 - English DOS
3241  // Game version 1.000.011
3242  // SCI interpreter version 0.000.343
3243  {"lsl2", "", {
3244  {"resource.map", 0, "6bd43c92eaf561f64818116eed683fcf", 5598},
3245  {"resource.001", 0, "96033f57accfca903750413fd09193c8", 140526},
3246  {"resource.002", 0, "96033f57accfca903750413fd09193c8", 348672},
3247  {"resource.003", 0, "96033f57accfca903750413fd09193c8", 236676},
3248  {"resource.004", 0, "96033f57accfca903750413fd09193c8", 204867},
3249  {"resource.005", 0, "96033f57accfca903750413fd09193c8", 274953},
3250  {"resource.006", 0, "96033f57accfca903750413fd09193c8", 345818},
3251  AD_LISTEND},
3252  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
3253 
3254  // Larry 2 - English DOS (supplied by ssburnout in bug report #5270)
3255  // 1.000.011 3x3.5" (label: Int. #0.000.343)
3256  {"lsl2", "", {
3257  {"resource.map", 0, "e5caa855a5be78c53a6a92157d0b9f5c", 4740},
3258  {"resource.001", 0, "96033f57accfca903750413fd09193c8", 474642},
3259  {"resource.002", 0, "96033f57accfca903750413fd09193c8", 407014},
3260  {"resource.003", 0, "96033f57accfca903750413fd09193c8", 592834},
3261  AD_LISTEND},
3262  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
3263 
3264  // Larry 2 - English DOS (supplied by ssburnout in bug report #5270)
3265  // 1.002.000 3x3.5" (label: INT#0.000.409)
3266  {"lsl2", "", {
3267  {"resource.map", 0, "2c9c3b0923e3764f5ab999bcb71c2d47", 4758},
3268  {"resource.001", 0, "4a24443a25e2b1492462a52809605dc2", 477625},
3269  {"resource.002", 0, "4a24443a25e2b1492462a52809605dc2", 406935},
3270  {"resource.003", 0, "4a24443a25e2b1492462a52809605dc2", 592533},
3271  AD_LISTEND},
3272  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
3273 
3274  // Larry 2 - English Atari ST (Kixx)
3275  // Game version 1.002.000
3276  // Executable reports "1.001.008" 1989-01-12 16:30
3277  {"lsl2", "", {
3278  {"resource.map", 0, "2c9c3b0923e3764f5ab999bcb71c2d47", 4758},
3279  {"resource.001", 0, "4a24443a25e2b1492462a52809605dc2", 477625},
3280  {"resource.002", 0, "4a24443a25e2b1492462a52809605dc2", 406935},
3281  {"resource.003", 0, "4a24443a25e2b1492462a52809605dc2", 592533},
3282  AD_LISTEND},
3283  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
3284 
3285  // Larry 2 - Polish DOS (from Polish Leisure Suit Larry Collection, official release)
3286  // Game version 1.002.000
3287  // SCI interpreter version 0.000.409, localized resources are all patch files.
3288  // resource_patcher.cpp depends on this entry to fix corrupt Polish fonts.
3289  {"lsl2", "", {
3290  {"resource.map", 0, "42258cf767a8ebaa9e66b6151a80e601", 5628},
3291  {"resource.001", 0, "4a24443a25e2b1492462a52809605dc2", 143847},
3292  {"resource.002", 0, "4a24443a25e2b1492462a52809605dc2", 348331},
3293  {"resource.003", 0, "4a24443a25e2b1492462a52809605dc2", 236550},
3294  {"resource.004", 0, "4a24443a25e2b1492462a52809605dc2", 204861},
3295  {"resource.005", 0, "4a24443a25e2b1492462a52809605dc2", 277732},
3296  {"resource.006", 0, "4a24443a25e2b1492462a52809605dc2", 345683},
3297  // Polish fonts
3298  {"font.000", 0, "8b65d8ee6d6041f3ac387d32c759165f", 1919},
3299  {"font.001", 0, "48356355a52bb14df7bdaa253d20b26a", 1705},
3300  {"font.004", 0, "3ce72dd3e8396f7d0fb81a37f4966a8a", 1458},
3301  {"font.007", 0, "29afa8f8d5a211b15885b8f4d90cc2ee", 4029},
3302  {"font.999", 0, "54801847b35893632a131171b9cebc15", 1368},
3303  AD_LISTEND},
3304  Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
3305 
3306  // Larry 3 - English Amiga (from www.back2roots.org)
3307  // Executable scanning reports "1.002.032"
3308  // SCI interpreter version 0.000.685
3309  {"lsl3", "", {
3310  {"resource.map", 0, "4a6da6322ce189431b5ffbac992bad3a", 5328},
3311  {"resource.000", 0, "cdc2e21e297b10fe8fed6377af8c5698", 66523},
3312  {"resource.001", 0, "6abbaf8c7e3b36dd868868ed187e8995", 71761},
3313  {"resource.002", 0, "a883424fe6d594fec0cd5a79e7ad54c8", 476490},
3314  {"resource.003", 0, "5c10e462c8cf589610773e4fe8bfd996", 527238},
3315  {"resource.004", 0, "f408e59cbee1457f042e5773b8c53951", 651634},
3316  {"resource.005", 0, "433911eb764089d493aed1f958a5615a", 524259},
3317  AD_LISTEND},
3318  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
3319 
3320  // Larry 3 - English Amiga
3321  // Executable scanning reports "1.002.006"
3322  // Game version 1.027
3323  {"lsl3", "", {
3324  {"resource.map", 0, "4c39724c91f53afe08a1350172a2b67a", 5328},
3325  {"resource.000", 0, "cdc2e21e297b10fe8fed6377af8c5698", 66472},
3326  {"resource.001", 0, "6abbaf8c7e3b36dd868868ed187e8995", 71761},
3327  {"resource.002", 0, "a883424fe6d594fec0cd5a79e7ad54c8", 477285},
3328  {"resource.003", 0, "5c10e462c8cf589610773e4fe8bfd996", 526871},
3329  {"resource.004", 0, "f408e59cbee1457f042e5773b8c53951", 651637},
3330  {"resource.005", 0, "433911eb764089d493aed1f958a5615a", 523993},
3331  AD_LISTEND},
3332  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
3333 
3334  // Larry 3 - German Amiga (from sluicebox, also includes English language)
3335  // Game version 1.000, 1991-01-07
3336  // Executable scanning reports "1.004.010"
3337  { "lsl3", "",{
3338  { "resource.map", 0, "9d9abcdf2acd1dba9dba6ba6c24835f0", 6984 },
3339  { "resource.001", 0, "17bfd686d59accc3fb3f079ad9278e66", 206673 },
3340  { "resource.002", 0, "17bfd686d59accc3fb3f079ad9278e66", 375899 },
3341  { "resource.003", 0, "17bfd686d59accc3fb3f079ad9278e66", 734462 },
3342  { "resource.004", 0, "17bfd686d59accc3fb3f079ad9278e66", 658874 },
3343  { "resource.005", 0, "17bfd686d59accc3fb3f079ad9278e66", 794252 },
3344  AD_LISTEND },
3345  Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_STD16 },
3346 
3347  // Larry 3 - English Atari ST
3348  // Game version 1.021, 1990-01-27
3349  // Int#6.26.90
3350  // Executable scanning reports "1.002.026"
3351  {"lsl3", "", {
3352  {"resource.map", 0, "0b6bd3e039682830a51c5755c06591db", 5916},
3353  {"resource.001", 0, "f18441027154292836b973c655fa3175", 456722},
3354  {"resource.002", 0, "f18441027154292836b973c655fa3175", 578024},
3355  {"resource.003", 0, "f18441027154292836b973c655fa3175", 506807},
3356  {"resource.004", 0, "f18441027154292836b973c655fa3175", 513651},
3357  AD_LISTEND},
3358  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16 },
3359 
3360  // Larry 3 - English DOS (supplied by ssburnout in bug report #5270)
3361  // 1.021 8x5.25" (label: Int#5.15.90)
3362  {"lsl3", "", {
3363  {"resource.map", 0, "a39a20580362af3437352dbc717734f8", 7452},
3364  {"resource.001", 0, "f18441027154292836b973c655fa3175", 141515},
3365  {"resource.002", 0, "f18441027154292836b973c655fa3175", 345494},
3366  {"resource.003", 0, "f18441027154292836b973c655fa3175", 329220},
3367  {"resource.004", 0, "f18441027154292836b973c655fa3175", 290303},
3368  {"resource.005", 0, "f18441027154292836b973c655fa3175", 303905},
3369  {"resource.006", 0, "f18441027154292836b973c655fa3175", 282649},
3370  {"resource.007", 0, "f18441027154292836b973c655fa3175", 257178},
3371  {"resource.008", 0, "f18441027154292836b973c655fa3175", 285874},
3372  AD_LISTEND},
3373  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
3374 
3375  // Larry 3 - English DOS
3376  // Game version 1.003, 1989-10-27
3377  // SCI interpreter version 0.000.572
3378  {"lsl3", "", {
3379  {"resource.map", 0, "0f429f5186f96d6c501838a1cb44bd43", 7452},
3380  {"resource.001", 0, "f18441027154292836b973c655fa3175", 141381},
3381  {"resource.002", 0, "f18441027154292836b973c655fa3175", 345171},
3382  {"resource.003", 0, "f18441027154292836b973c655fa3175", 329214},
3383  {"resource.004", 0, "f18441027154292836b973c655fa3175", 290173},
3384  {"resource.005", 0, "f18441027154292836b973c655fa3175", 302946},
3385  {"resource.006", 0, "f18441027154292836b973c655fa3175", 282465},
3386  {"resource.007", 0, "f18441027154292836b973c655fa3175", 257174},
3387  {"resource.008", 0, "f18441027154292836b973c655fa3175", 285888},
3388  AD_LISTEND},
3389  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
3390 
3391  // Larry 3 - English DOS
3392  // SCI interpreter version 0.000.572
3393  {"lsl3", "", {
3394  {"resource.map", 0, "0b6bd3e039682830a51c5755c06591db", 5916},
3395  {"resource.001", 0, "f18441027154292836b973c655fa3175", 456722},
3396  {"resource.002", 0, "f18441027154292836b973c655fa3175", 578024},
3397  {"resource.003", 0, "f18441027154292836b973c655fa3175", 506807},
3398  {"resource.004", 0, "f18441027154292836b973c655fa3175", 513651},
3399  AD_LISTEND},
3400  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
3401 
3402  // Larry 3 - English DOS (supplied by kervala in bug report #6282)
3403  {"lsl3", "", {
3404  {"resource.map", 0, "534d8946f10bc71a71b5bf89a84c31be", 5916},
3405  {"resource.001", 0, "f18441027154292836b973c655fa3175", 456265},
3406  {"resource.002", 0, "f18441027154292836b973c655fa3175", 577059},
3407  {"resource.003", 0, "f18441027154292836b973c655fa3175", 506817},
3408  {"resource.004", 0, "f18441027154292836b973c655fa3175", 513337},
3409  AD_LISTEND},
3410  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
3411 
3412  // Larry 3 - English DOS Non-Interactive Demo
3413  // SCI interpreter version 0.000.530
3414  {"lsl3", "Demo", {
3415  {"resource.map", 0, "33a2384f395470af3d2180e37ad0322a", 1140},
3416  {"resource.001", 0, "f773d79b93dfd4052ec8c1cc64c1e6ab", 76525},
3417  {"resource.002", 0, "f773d79b93dfd4052ec8c1cc64c1e6ab", 268299},
3418  AD_LISTEND},
3419  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
3420 
3421  // Larry 3 - German DOS (from Tobis87, updated info from markcoolio in bug report #4274, also includes english language)
3422  // Executable scanning reports "S.old.123"
3423  // SCI interpreter version 0.000.572 (just a guess)
3424  {"lsl3", "", {
3425  {"resource.map", 0, "4a77c8382e48a90c4168d3c144fc1b8f", 6480},
3426  {"resource.001", 0, "3827a9b17b926e12dcc336860f50612a", 460488},
3427  {"resource.002", 0, "3827a9b17b926e12dcc336860f50612a", 672403},
3428  {"resource.003", 0, "3827a9b17b926e12dcc336860f50612a", 587036},
3429  {"resource.004", 0, "3827a9b17b926e12dcc336860f50612a", 691932},
3430  AD_LISTEND},
3431  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16_UNDITHER },
3432 
3433  // Larry 3 - German DOS (German+English, 5 1/4" floppies)
3434  // SCI interpreter version S.old.114 (executable), VERSION is "1.056"
3435  {"lsl3", "", {
3436  {"resource.map", 0, "2468da5d664bb6ca3df866074a05e43c", 8910},
3437  {"resource.001", 0, "3827a9b17b926e12dcc336860f50612a", 163326},
3438  {"resource.002", 0, "3827a9b17b926e12dcc336860f50612a", 312436},
3439  {"resource.003", 0, "3827a9b17b926e12dcc336860f50612a", 347307},
3440  {"resource.004", 0, "3827a9b17b926e12dcc336860f50612a", 332369},
3441  {"resource.005", 0, "3827a9b17b926e12dcc336860f50612a", 347654},
3442  {"resource.006", 0, "3827a9b17b926e12dcc336860f50612a", 326011},
3443  {"resource.007", 0, "3827a9b17b926e12dcc336860f50612a", 309553},
3444  AD_LISTEND},
3445  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16_UNDITHER },
3446 
3447  // Larry 3 - French DOS (provided by richiefs in bug report #4214, also includes english language)
3448  // Executable scanning reports "S.old.123"
3449  // SCI interpreter version 0.000.572 (just a guess)
3450  {"lsl3", "", {
3451  {"resource.map", 0, "13541234d440c7988a13582468b0e4be", 6480},
3452  {"resource.001", 0, "65f1bdaa20f6d0470e9d969f22473873", 457402},
3453  {"resource.002", 0, "65f1bdaa20f6d0470e9d969f22473873", 671614},
3454  {"resource.003", 0, "65f1bdaa20f6d0470e9d969f22473873", 586921},
3455  {"resource.004", 0, "65f1bdaa20f6d0470e9d969f22473873", 690826},
3456  AD_LISTEND},
3457  Common::FR_FRA, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16_UNDITHER },
3458 
3459  // Larry 3 1.050 Fr/En (9 x 5.25" disks)
3460  // Provided by ssburnout in bug report #5253
3461  {"lsl3", "", {
3462  {"resource.map", 0, "527277cee7b31dd603229443b48e70c4", 8910},
3463  {"resource.001", 0, "65f1bdaa20f6d0470e9d969f22473873", 162132},
3464  {"resource.002", 0, "65f1bdaa20f6d0470e9d969f22473873", 309705},
3465  {"resource.003", 0, "65f1bdaa20f6d0470e9d969f22473873", 346507},
3466  {"resource.004", 0, "65f1bdaa20f6d0470e9d969f22473873", 331947},
3467  {"resource.005", 0, "65f1bdaa20f6d0470e9d969f22473873", 347136},
3468  {"resource.006", 0, "65f1bdaa20f6d0470e9d969f22473873", 325292},
3469  {"resource.007", 0, "65f1bdaa20f6d0470e9d969f22473873", 308982},
3470  AD_LISTEND},
3471  Common::FR_FRA, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
3472 
3473  // Larry 3 - Polish DOS (from Polish Leisure Suit Larry Collection, official release)
3474  // Game version 1.021
3475  // SCI interpreter version 0.000.572, localized resources are all patch files.
3476  // resource_patcher.cpp depends on this entry to fix corrupt Polish fonts.
3477  {"lsl3", "", {
3478  {"resource.map", 0, "0b6bd3e039682830a51c5755c06591db", 5916},
3479  {"resource.001", 0, "f18441027154292836b973c655fa3175", 456722},
3480  {"resource.002", 0, "f18441027154292836b973c655fa3175", 578024},
3481  {"resource.003", 0, "f18441027154292836b973c655fa3175", 506807},
3482  {"resource.004", 0, "f18441027154292836b973c655fa3175", 513651},
3483  // Polish fonts
3484  {"font.000", 0, "8b65d8ee6d6041f3ac387d32c759165f", 1919},
3485  {"font.001", 0, "48356355a52bb14df7bdaa253d20b26a", 1705},
3486  {"font.004", 0, "3ce72dd3e8396f7d0fb81a37f4966a8a", 1458},
3487  {"font.007", 0, "4341dc13d2be54bf80bb1cbd59aede4c", 4757},
3488  {"font.009", 0, "aec40fb5c623ba23bd12123edcf84d7f", 3683},
3489  {"font.999", 0, "54801847b35893632a131171b9cebc15", 1368},
3490  AD_LISTEND},
3491  Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
3492 
3493  // Larry 5 - English Amiga
3494  // Executable scanning reports "1.004.023"
3495  // SCI interpreter version 1.000.784
3496  {"lsl5", "", {
3497  {"resource.map", 0, "e36052ae0c8b14d6f074bcb0aee50a38", 6096},
3498  {"resource.000", 0, "d8b58ce10de52aa16f8b2006838c4fcc", 310510},
3499  {"resource.001", 0, "8caa8fbb50ea43f3efdfb66f1e68998b", 800646},
3500  {"resource.002", 0, "abdaa299e00c908052d33cd82eb60e9b", 784576},
3501  {"resource.003", 0, "810ad1d61638c27a780576cb09f18ed7", 805941},
3502  {"resource.004", 0, "3ce5901f1bc171ac0274d99a4eeb9e57", 623022},
3503  {"resource.005", 0, "f8b2d1137bb767e5d232056b99dd69eb", 623621},
3504  {"resource.006", 0, "bafc64e3144f115dc58c6aee02de98fb", 715598},
3505  AD_LISTEND},
3506  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
3507 
3508  // Larry 5 - German Amiga (also includes english language)
3509  // Executable scanning reports "1.004.024"
3510  // SCI interpreter version 1.000.784
3511  {"lsl5", "", {
3512  {"resource.map", 0, "863326c2eb5160f0b0960e159e8bf954", 6372},
3513  {"resource.000", 0, "5113d03db08e3da77a5b61294001331b", 357525},
3514  {"resource.001", 0, "59eba83ad465b08d763b44f86afa86f6", 837566},
3515  {"resource.002", 0, "59eba83ad465b08d763b44f86afa86f6", 622229},
3516  {"resource.003", 0, "59eba83ad465b08d763b44f86afa86f6", 383690},
3517  {"resource.004", 0, "59eba83ad465b08d763b44f86afa86f6", 654296},
3518  {"resource.005", 0, "59eba83ad465b08d763b44f86afa86f6", 664717},
3519  {"resource.006", 0, "bafc64e3144f115dc58c6aee02de98fb", 754966},
3520  {"resource.007", 0, "59eba83ad465b08d763b44f86afa86f6", 683135},
3521  AD_LISTEND},
3522  Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_STD16 },
3523 
3524  // Larry 5 - English DOS Non-Interactive Demo (from FRG)
3525  // SCI interpreter version 1.000.181
3526  {"lsl5", "Demo", {
3527  {"resource.map", 0, "efe8d3f45ce4f6bd9a6643e0ac8d2a97", 504},
3528  {"resource.001", 0, "8bd8d9c0b5f455ee1269d63ce86c50dd", 531380},
3529  AD_LISTEND},
3530  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
3531 
3532  // Larry 5 - English DOS (from spookypeanut)
3533  // Game version 1.000, 1991-09-11
3534  // Executable scanning reports "T.A00.169"
3535  // SCI interpreter version 1.000.510
3536  {"lsl5", "", {
3537  {"resource.map", 0, "be00ef895197754ae4eab021ca44cbcd", 6417},
3538  {"resource.000", 0, "f671ab479df0c661b19cd16237692846", 726823},
3539  {"resource.001", 0, "db4a1381d88028876a99303bfaaba893", 751296},
3540  {"resource.002", 0, "d39d8db1a1e7806e7ccbfea3ef22df44", 1137646},
3541  {"resource.003", 0, "13fd4942bb818f9acd2970d66fca6509", 768599},
3542  {"resource.004", 0, "999f407c9f38f937d4b8c4230ff5bb38", 1024516},
3543  {"resource.005", 0, "0cc8d35a744031c772ca7cd21ae95273", 1011944},
3544  {"resource.006", 0, "dda27ce00682aa76198dac124bbbe334", 1024810},
3545  {"resource.007", 0, "ac443fae1285fb359bf2b2bc6a7301ae", 1030656},
3546  AD_LISTEND},
3547  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3548 
3549  // Larry 5 - English Macintosh (from omer_mor, bug report #5773)
3550  {"lsl5", "", {
3551  {"resource.map", 0, "f12439da78b9878e16436661deb83f84", 6525},
3552  {"resource.000", 0, "f2537473213d70e7f4fc82e988ab90ca", 702403},
3553  {"resource.001", 0, "db4a1381d88028876a99303bfaaba893", 704679},
3554  {"resource.002", 0, "e86aeb27711f4a673e06ec32cfc84125", 1125854},
3555  {"resource.003", 0, "13fd4942bb818f9acd2970d66fca6509", 854733},
3556  {"resource.004", 0, "999f407c9f38f937d4b8c4230ff5bb38", 1046644},
3557  {"resource.005", 0, "0cc8d35a744031c772ca7cd21ae95273", 1008293},
3558  {"resource.006", 0, "dda27ce00682aa76198dac124bbbe334", 1110043},
3559  {"resource.007", 0, "ac443fae1285fb359bf2b2bc6a7301ae", 989801},
3560  AD_LISTEND},
3561  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_STD16_MAC_HIRESFONTS },
3562 
3563  // Larry 5 - German DOS (from Tobis87)
3564  // SCI interpreter version T.A00.196
3565  {"lsl5", "", {
3566  {"resource.map", 0, "c97297aa76d4dd2ed144c7b7769e2caf", 6867},
3567  {"resource.000", 0, "4c00c14b8181ad47076a51d86097d97e", 759095},
3568  {"resource.001", 0, "245c44f8ccd796732e61857e67b30079", 918742},
3569  {"resource.002", 0, "e86aeb27711f4a673e06ec32cfc84125", 947382},
3570  {"resource.003", 0, "74edc89d8c1cb346ca346081b927e4c6", 1006884},
3571  {"resource.004", 0, "999f407c9f38f937d4b8c4230ff5bb38", 1023776},
3572  {"resource.005", 0, "0cc8d35a744031c772ca7cd21ae95273", 959342},
3573  {"resource.006", 0, "dda27ce00682aa76198dac124bbbe334", 1021774},
3574  {"resource.007", 0, "ac443fae1285fb359bf2b2bc6a7301ae", 993408},
3575  AD_LISTEND},
3576  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
3577 
3578  // Larry 5 - German DOS EGA (3.5" 720k disks)
3579  // Supplied by ns394 in bug report #15634
3580  {"lsl5", "EGA", {
3581  {"resource.map", 0, "d0dbfd29402def6adce3052433979275", 6603},
3582  {"resource.000", 0, "4c00c14b8181ad47076a51d86097d97e", 313454},
3583  {"resource.001", 0, "1d631b16ffba2484fcb41af8f0016010", 445473},
3584  {"resource.002", 0, "c2cb2dec12e26f6243bc1b78e4e84940", 636986},
3585  {"resource.003", 0, "f8e876302a3aba5bcaab5c51db6b6532", 723502},
3586  {"resource.004", 0, "16f4d8fb1b526125edaca4fc6cbb7530", 548747},
3587  {"resource.005", 0, "6043b2cc23d663e6a01b25bd0e4de55e", 581585},
3588  {"resource.006", 0, "f6046a8445422f17d40b1b10ab21ebf3", 593549},
3589  {"resource.007", 0, "640ee65595d40372ef95462f2c1ae28a", 619199},
3590  AD_LISTEND},
3591  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
3592 
3593  // Larry 5 - French DOS (provided by richiefs in bug report #4214)
3594  // Executable scanning reports "1.lsl5.019"
3595  // SCI interpreter version 1.000.510 (just a guess)
3596  {"lsl5", "", {
3597  {"resource.map", 0, "499898e652dc41b51e368ae41acce41f", 7023},
3598  {"resource.000", 0, "4c00c14b8181ad47076a51d86097d97e", 958096},
3599  {"resource.001", 0, "245c44f8ccd796732e61857e67b30079", 1196765},
3600  {"resource.002", 0, "e86aeb27711f4a673e06ec32cfc84125", 948898},
3601  {"resource.003", 0, "74edc89d8c1cb346ca346081b927e4c6", 1006608},
3602  {"resource.004", 0, "999f407c9f38f937d4b8c4230ff5bb38", 971293},
3603  {"resource.005", 0, "0cc8d35a744031c772ca7cd21ae95273", 920524},
3604  {"resource.006", 0, "dda27ce00682aa76198dac124bbbe334", 946540},
3605  {"resource.007", 0, "ac443fae1285fb359bf2b2bc6a7301ae", 958842},
3606  AD_LISTEND},
3607  Common::FR_FRA, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
3608 
3609  // Larry 5 - Spanish DOS (from the Leisure Suit Larry Collection)
3610  // Executable scanning reports "1.ls5.006", VERSION file reports "1.000, 4/21/92"
3611  // SCI interpreter version 1.000.510 (just a guess)
3612  {"lsl5", "", {
3613  {"resource.map", 0, "b6f7da7bf24e5a6b2946032cec3ea59c", 6861},
3614  {"resource.000", 0, "4c00c14b8181ad47076a51d86097d97e", 765418},
3615  {"resource.001", 0, "245c44f8ccd796732e61857e67b30079", 916028},
3616  {"resource.002", 0, "e86aeb27711f4a673e06ec32cfc84125", 929645},
3617  {"resource.003", 0, "74edc89d8c1cb346ca346081b927e4c6", 1005496},
3618  {"resource.004", 0, "999f407c9f38f937d4b8c4230ff5bb38", 1021996},
3619  {"resource.005", 0, "0cc8d35a744031c772ca7cd21ae95273", 958079},
3620  {"resource.006", 0, "dda27ce00682aa76198dac124bbbe334", 1015136},
3621  {"resource.007", 0, "ac443fae1285fb359bf2b2bc6a7301ae", 987222},
3622  AD_LISTEND},
3623  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
3624 
3625  // Larry 5 - Italian DOS Floppy (from glorifindel)
3626  // SCI interpreter version 1.000.510 (just a guess)
3627  {"lsl5", "", {
3628  {"resource.map", 0, "a99776df795127f387cb35dae872d4e4", 5919},
3629  {"resource.000", 0, "a8989a5a89e7d4f702b26b378c7a357a", 7001981},
3630  AD_LISTEND},
3631  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3632 
3633  // Larry 5 1.0 EGA DOS (8 x 3.5" disks)
3634  // Provided by ssburnout in bug report #5259
3635  {"lsl5", "EGA", {
3636  {"resource.map", 0, "1370ae356fdda2e7f9ea56dda3ff9a57", 6597},
3637  {"resource.000", 0, "f2537473213d70e7f4fc82e988ab90ca", 248416},
3638  {"resource.001", 0, "bb642b0b0f879aca98addd62d901387e", 445841},
3639  {"resource.002", 0, "c2cb2dec12e26f6243bc1b78e4e84940", 617030},
3640  {"resource.003", 0, "f8e876302a3aba5bcaab5c51db6b6532", 682911},
3641  {"resource.004", 0, "16f4d8fb1b526125edaca4fc6cbb7530", 530230},
3642  {"resource.005", 0, "6043b2cc23d663e6a01b25bd0e4de55e", 576442},
3643  {"resource.006", 0, "f6046a8445422f17d40b1b10ab21ebf3", 568551},
3644  {"resource.007", 0, "640ee65595d40372ef95462f2c1ae28a", 593429},
3645  AD_LISTEND},
3646  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3647 
3648  // Larry 5 EGA
3649  // Supplied by omer_mor in bug report #5281
3650  {"lsl5", "EGA", {
3651  {"resource.map", 0, "89dbf8006985ec0c547ffe125c25ebf9", 6255},
3652  {"resource.000", 0, "f2537473213d70e7f4fc82e988ab90ca", 765747},
3653  {"resource.001", 0, "bb642b0b0f879aca98addd62d901387e", 1196260},
3654  {"resource.002", 0, "5a55af4e40728b1a8103dc47ad2afa8d", 1100539},
3655  {"resource.003", 0, "16f4d8fb1b526125edaca4fc6cbb7530", 1064563},
3656  AD_LISTEND},
3657  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3658 
3659  // Larry 6 - English DOS (from spookypeanut)
3660  // SCI interpreter version 1.001.113
3661  {"lsl6", "", {
3662  {"resource.map", 0, "bb8a39d9e2a77ba449a1e591109ad9a8", 6973},
3663  {"resource.000", 0, "4462fe48c7452d98fddcec327a3e738d", 5789138},
3664  AD_LISTEND},
3665  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3666 
3667  // Larry 6 - German DOS Floppy - LOWRES (provided by stefan80 in bug report #11475)
3668  // SCI interpreter version 1.001.113
3669  {"lsl6", "", {
3670  {"resource.map", 0, "fa225986ebf26056d469ee1277839ebe", 6943},
3671  {"resource.000", 0, "7884a8db9253e29e6b37a2651fd90ba3", 5748608},
3672  AD_LISTEND},
3673  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3674 
3675  // Larry 6 - French DOS Floppy - LOWRES (provided by theco33)
3676  // SCI interpreter version 1.001.113
3677  {"lsl6", "", {
3678  {"resource.map", 0, "1e07144d3b06a3269236880170978acb", 6943},
3679  {"resource.000", 0, "7884a8db9253e29e6b37a2651fd90ba3", 5749882},
3680  AD_LISTEND},
3681  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3682 
3683  // Larry 6 - English/German/French DOS CD - LOWRES
3684  // SCI interpreter version 1.001.115
3685  {"lsl6", "CD", {
3686  {"resource.map", 0, "0b91234b7112782962cb480b7791b6e2", 7263},
3687  {"resource.000", 0, "57d5fe8bb9e044158514476ea7678eb0", 5754790},
3688  AD_LISTEND},
3689  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
3690 
3691  // Larry 6 - German DOS CD - LOWRES (provided by richiefs in bug report #4214)
3692  // SCI interpreter version 1.001.115
3693  {"lsl6", "CD", {
3694  {"resource.map", 0, "bafe85f32738854135991d4324ad147e", 7268},
3695  {"resource.000", 0, "f6cbc6da7b90ea135883e0759848ca2c", 5773160},
3696  AD_LISTEND},
3697  Common::DE_DEU, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
3698 
3699  // Larry 6 - French DOS CD - LOWRES (provided by richiefs in bug report #4214)
3700  // SCI interpreter version 1.001.115
3701  {"lsl6", "CD", {
3702  {"resource.map", 0, "97797ea775baaf18a1907d357d3c0ea6", 7268},
3703  {"resource.000", 0, "f6cbc6da7b90ea135883e0759848ca2c", 5776092},
3704  AD_LISTEND},
3705  Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
3706 
3707  // Larry 6 - Spanish DOS - LOWRES (from the Leisure Suit Larry Collection)
3708  // Executable scanning reports "1.001.113", VERSION file reports "1.000, 11.06.93, FIVE PATCHES ADDED TO DISK 6 ON 11-18-93"
3709  {"lsl6", "", {
3710  {"resource.map", 0, "633bf8f42170b6271019917c8009989b", 6943},
3711  {"resource.000", 0, "7884a8db9253e29e6b37a2651fd90ba3", 5733116},
3712  AD_LISTEND},
3713  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3714 
3715  // Larry 6 - English Macintosh Floppy (provided by sluicebox)
3716  // VERSION file reports "1.0"
3717  {"lsl6", "", {
3718  {"Data1", 0, "482e6bcdda3a89390d5c4bcbfb5896b4", 2754651},
3719  {"Data2", 0, "ba0799a45076780dfbceb8fce4c549c9", 5846089},
3720  AD_LISTEND},
3721  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_STD16_MAC_HIRESFONTS },
3722 
3723  // Crazy Nick's Software Picks: Leisure Suit Larry's Casino - English DOS (from the Leisure Suit Larry Collection)
3724  // Executable scanning reports "1.001.029", VERSION file reports "1.000"
3725  {"cnick-lsl", "", {
3726  {"resource.map", 0, "194f1578f2624db813c9072359ad1639", 783},
3727  {"resource.001", 0, "3733433b517ec3d14a3331d9ab3842ae", 344830},
3728  AD_LISTEND},
3729  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3730 
3731  // Crazy Nick's Software Picks: King Graham's Board Game Challenge
3732  {"cnick-kq", "", {
3733  {"resource.map", 0, "44bc538a5cd24b39ffccc967c0ebf84d", 1137},
3734  {"resource.001", 0, "470e7a4a3504635e70b623c44461e1ac", 451272},
3735  AD_LISTEND},
3736  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3737 
3738  // Crazy Nick's Software Picks: Parlor Games with Laura Bow
3739  {"cnick-laurabow", "", {
3740  {"resource.map", 0, "3b826bfe64f8ff1ccf30eef93cd2f727", 999},
3741  {"resource.001", 0, "985ac8db6f636f2b4334c04b0fbb44fb", 336698},
3742  AD_LISTEND},
3743  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3744 
3745  // Crazy Nick's Software Picks: Robin Hood's Game of Skill and Chance
3746  {"cnick-longbow", "", {
3747  {"resource.map", 0, "4a5c81f485a2416bde12978506f2fb5f", 897},
3748  {"resource.001", 0, "ef16dc9e867eb8eeb5b13e110b90bd4b", 571466},
3749  AD_LISTEND},
3750  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3751 
3752  // Crazy Nick's Software Picks: Roger Wilco's Spaced Out Game Pack
3753  {"cnick-sq", "", {
3754  {"resource.map", 0, "b4d95b02d84e297441bd999d34eaa6b1", 879},
3755  {"resource.001", 0, "82ff2b64a60117886fbcd6a3a8c977c6", 364921},
3756  AD_LISTEND},
3757  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3758 
3759 #define GUIO_LSL6HIRES GUIO4(GUIO_NOASPECT, \
3760  GUIO_LINKSPEECHTOSFX, \
3761  GAMEOPTION_ORIGINAL_SAVELOAD, \
3762  GAMEOPTION_ENABLE_GMM_SAVE)
3763 #define GUIO_LSL6HIRES_MAC GUIO3(GUIO_NOASPECT, \
3764  GUIO_LINKSPEECHTOSFX, \
3765  GAMEOPTION_ENABLE_GMM_SAVE)
3766 
3767  // Larry 6 - English/German DOS CD - HIRES
3768  // SCI interpreter version 2.100.002
3769  {"lsl6hires", "Hi-res", {
3770  {"resource.map", 0, "0c0804434ea62278dd15032b1947426c", 8872},
3771  {"resource.000", 0, "9a9f4870504444cda863dd14d077a680", 18520872},
3772  AD_LISTEND},
3773  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL6HIRES },
3774 
3775  // Larry 6 - German DOS CD - HIRES (provided by richiefs in bug report #4214)
3776  // SCI interpreter version 2.100.002
3777  {"lsl6hires", "Hi-res", {
3778  {"resource.map", 0, "badfdf446ffed569a310d2c63a249421", 8896},
3779  {"resource.000", 0, "bd944d2b06614a5b39f1586906f0ee88", 18534274},
3780  AD_LISTEND},
3781  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL6HIRES },
3782 
3783  // Larry 6 - French DOS CD - HIRES (provided by richiefs in bug report #4214)
3784  // SCI interpreter version 2.100.002
3785  {"lsl6hires", "Hi-res", {
3786  {"resource.map", 0, "d184e9aa4f2d4b5670ddb3669db82cda", 8896},
3787  {"resource.000", 0, "bd944d2b06614a5b39f1586906f0ee88", 18538987},
3788  AD_LISTEND},
3789  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL6HIRES },
3790 
3791  // Larry 6 - Russian DOS CD - HIRES (by CDS, Ltd)
3792  // SCI interpreter version 2.100.002
3793  {"lsl6hires", "Hi-res", {
3794  {"resource.map", 0, "343089c5fc86d156b15087dccf30712c", 8872},
3795  {"resource.000", 0, "9a9f4870504444cda863dd14d077a680", 18508781},
3796  AD_LISTEND},
3797  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL6HIRES },
3798 
3799  // Larry 6 - English Macintosh CD - HIRES (provided by michaelklaube in bug report #11218)
3800  {"lsl6hires", "Hi-res", {
3801  {"Data1", 0, "2c4e00a6910490831d4d84e9e6a49ec4", 3456238},
3802  {"Data2", 0, "a7522b925dd5422c2db2b0a2337c76c3", 5856422},
3803  {"Data3", 0, "9ebb490ec63721e5261111b918b5520e", 5577742},
3804  {"Data4", 0, "d70687689ff3cf19a5e3c79dfced1c94", 3472064},
3805  {"Data5", 0, "e91c3b681095a263fcb2f2c8d8fc74b6", 3273843},
3806  AD_LISTEND},
3807  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_LSL6HIRES_MAC },
3808 
3809  // Larry 6 - English Macintosh CD - HIRES (provided by eriktorbjorn)
3810  // This version has the same game resources as the previous entry.
3811  // Data1 contains an additional six byte resource named DESCRIPT.ION
3812  {"lsl6hires", "Hi-res", {
3813  {"Data1", 0, "2c4e00a6910490831d4d84e9e6a49ec4", 3456235},
3814  {"Data2", 0, "a7522b925dd5422c2db2b0a2337c76c3", 5856422},
3815  {"Data3", 0, "9ebb490ec63721e5261111b918b5520e", 5577742},
3816  {"Data4", 0, "d70687689ff3cf19a5e3c79dfced1c94", 3472064},
3817  {"Data5", 0, "e91c3b681095a263fcb2f2c8d8fc74b6", 3273843},
3818  AD_LISTEND},
3819  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_LSL6HIRES_MAC },
3820 
3821 #undef GUIO_LSL6HIRES
3822 #undef GUIO_LSL6HIRES_MAC
3823 
3824 #define GUIO_LSL7_DEMO GUIO4(GUIO_NOASPECT, \
3825  GUIO_NOMIDI, \
3826  GUIO_NOLAUNCHLOAD, \
3827  GAMEOPTION_LARRYSCALE)
3828 #define GUIO_LSL7 GUIO7(GUIO_NOASPECT, \
3829  GUIO_NOMIDI, \
3830  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
3831  GAMEOPTION_ORIGINAL_SAVELOAD, \
3832  GAMEOPTION_HQ_VIDEO, \
3833  GAMEOPTION_LARRYSCALE, \
3834  GAMEOPTION_ENABLE_GMM_SAVE)
3835 
3836  // Larry 7 - English DOS Demo (provided by richiefs in bug report #4214)
3837  // SCI interpreter version 2.100.002
3838  {"lsl7", "Demo", {
3839  {"ressci.000", 0, "5cc6159688b2dc03790a67c90ccc67f9", 10195878},
3840  {"resmap.000", 0, "6a2b2811eef82e87cde91cf1de845af8", 2695},
3841  AD_LISTEND},
3842  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_LSL7_DEMO },
3843 
3844  // Larry 7 - English DOS CD (from spookypeanut)
3845  // SCI interpreter version 3.000.000
3846  {"lsl7", "", {
3847  {"resmap.000", 0, "eae93e1b1d1ccc58b4691c371281c95d", 8188},
3848  {"ressci.000", 0, "89353723488219e25589165d73ed663e", 66965678},
3849  AD_LISTEND},
3850  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
3851 
3852  // Larry 7 - German DOS (from Tobis87)
3853  // SCI interpreter version 3.000.000
3854  {"lsl7", "", {
3855  {"resmap.000", 0, "c11e6bfcfc2f2d05da47e5a7df3e9b1a", 8188},
3856  {"ressci.000", 0, "a8c6817bb94f332ff498a71c8b47f893", 66971724},
3857  AD_LISTEND},
3858  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
3859 
3860  // Larry 7 - French DOS (provided by richiefs in bug report #4214)
3861  // SCI interpreter version 3.000.000
3862  {"lsl7", "", {
3863  {"resmap.000", 0, "4407849fd52fe3efb0c30fba60cd5cd4", 8206},
3864  {"ressci.000", 0, "dc37c3055fffbefb494ff22b145d377b", 66964472},
3865  AD_LISTEND},
3866  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
3867 
3868  // Larry 7 - Italian DOS CD (from glorifindel)
3869  // SCI interpreter version 3.000.000
3870  {"lsl7", "", {
3871  {"resmap.000", 0, "9852a97141f789413f29bf956052acdb", 8212},
3872  {"ressci.000", 0, "440b9fed89590abb4e4386ed6f948ee2", 67140181},
3873  AD_LISTEND},
3874  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
3875 
3876  // Larry 7 - Spanish DOS (from the Leisure Suit Larry Collection)
3877  // Executable scanning reports "3.000.000", VERSION file reports "1.0s"
3878  {"lsl7", "", {
3879  {"resmap.000", 0, "8f3d603e1acc834a5d598b30cdfc93f3", 8188},
3880  {"ressci.000", 0, "32792f9bc1bf3633a88b382bb3f6e40d", 67071418},
3881  AD_LISTEND},
3882  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
3883 
3884  // Larry 7 - Russian DOS CD (from StalinEXE bug report #10638), Softclub
3885  {"lsl7", "Softclub", {
3886  {"resmap.000", 0, "39cc96426409572e825a5d9a4e9507b9", 8188},
3887  {"ressci.000", 0, "07002ad7b1cff28c6701eea201dcf6c8", 145215917},
3888  AD_LISTEND},
3889  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
3890 
3891  // Larry 7 - Russian DOS CD (Fargus)
3892  // SCI interpreter version 3.000.000
3893  {"lsl7", "Fargus", {
3894  {"resmap.000", 0, "6c2f829436c18f0304b5a189295aeea6", 8188},
3895  {"ressci.000", 0, "f7ed06aa59c74d55027d481405b22c2f", 67069114},
3896  AD_LISTEND},
3897  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
3898 
3899  // Larry 7 - Polish DOS (GOG.com release 1.01v2)
3900  // Executable scanning reports "3.000.000", VERSION file reports "1.01"
3901  {"lsl7", "", {
3902  {"resmap.000", 0, "eae93e1b1d1ccc58b4691c371281c95d", 8188},
3903  {"ressci.000", 0, "89353723488219e25589165d73ed663e", 66965678},
3904  {"resource.aud", 0, "d7b26b5df5ee6766b2dbd45b427b0074", 417594676},
3905  AD_LISTEND},
3906  Common::PL_POL, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_LSL7 },
3907 
3908  // Larry 7 - English Macintosh CD
3909  {"lsl7", "", {
3910  {"Data1", 0, "824a48b794c334b4bcf37e80fcc5f82e", 913030},
3911  {"Data2", 0, "be36c59a3a694e14ed6d86e6ccc180a4", 7549687},
3912  {"Data3", 0, "8325c7d702ffa8dd2854135e0f42b0d0", 6815441},
3913  {"Data4", 0, "4584f786e0b5a502938d3cd90e6fab56", 8168939},
3914  {"Data5", 0, "94bd026d27ba526d1f8d86d8e783acdd", 7452223},
3915  {"Data6", 0, "c6a60210244a8591ecf10a50975ab9db", 8119104},
3916  {"Data7", 0, "0d52c9764e047169f3d50f76d0cb5ae5", 8164529},
3917  {"Data8", 0, "6f4838585ceb8a9ac277d13291c81235", 7754627},
3918  {"Data9", 0, "68c0b7bd4aebf57e215f0517247a11d1", 8078955},
3919  {"Data10", 0, "3dbacbcf4bd6d1b25aa8baeb3e2c4dab", 6446692},
3920  AD_LISTEND},
3921  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_LSL7 },
3922 
3923 #undef GUIO_LSL7_DEMO
3924 #undef GUIO_LSL7
3925 
3926  // Mixed-Up Fairy Tales v1.000 - English DOS Non-Interactive Demo
3927  {"fairytales", "Demo", {
3928  {"resource.map", 0, "c2cf672c3f4251e7472d4542af3bf764", 933},
3929  {"resource.000", 0, "8be56a3a88c065ee00c02c0e29199f3a", 14643},
3930  {"resource.001", 0, "9e33566515b18bee7915db448063bba2", 871853},
3931  AD_LISTEND},
3932  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
3933 
3934  // Mixed-Up Fairy Tales - English DOS Floppy EGA (from omer_mor, bug report #4991)
3935  {"fairytales", "EGA", {
3936  {"resource.map", 0, "daa94e9f327be6657eb97a51b490dbb1", 3219},
3937  {"resource.000", 0, "6dc287611e510793b72e73110bbdd45d", 17819},
3938  {"resource.001", 0, "5ad26e7af4d4c3a3185c66a44abd5220", 478401},
3939  {"resource.002", 0, "4db83250f821607b634c99d663cae74a", 663713},
3940  {"resource.003", 0, "509b2467ba779100d5933ed51a9ae32f", 560255},
3941  {"resource.004", 0, "93afc85d5ffa60ea555d6cc336d22c03", 651109},
3942  AD_LISTEND},
3943  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
3944 
3945  // Mixed-Up Fairy Tales - English DOS Floppy EGA (from misterhands, bug report #6596)
3946  // Version 1.0, interpreter 1.000.158, INT# 11.23.91
3947  {"fairytales", "EGA", {
3948  {"resource.map", 0, "de9e151517013af15e0baf7bd8cbfe0b", 3243},
3949  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 840595},
3950  {"resource.001", 0, "6ef4acdab49bdcaccf649640ddb12e9a", 115071},
3951  {"resource.002", 0, "020d8c9da753a30899dd10c4463682db", 762020},
3952  {"resource.003", 0, "9e0dea6b2bfd6cf0007cceb866bcbfb3", 670688},
3953  AD_LISTEND},
3954  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
3955 
3956  // Mixed-Up Fairy Tales v1.000 - English DOS (supplied by markcoolio in bug report #4271)
3957  // Executable scanning reports "1.000.145"
3958  {"fairytales", "", {
3959  {"resource.map", 0, "9ae5aecc1cb797b11ea5cf0caeea272c", 3261},
3960  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 923685},
3961  {"resource.001", 0, "49c8f7dcd9989e4491a93554bec325b0", 52324},
3962  {"resource.002", 0, "6767f8c8585f617aaa91d442f41ae714", 1032989},
3963  {"resource.003", 0, "b1288e0821ee358d1ffe877e5900c8ec", 1047565},
3964  {"resource.004", 0, "f79daa70390d73746742ffcfc3dc4471", 937580},
3965  AD_LISTEND},
3966  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3967 
3968  // Mixed-Up Fairy Tales - English DOS Floppy (from jvprat)
3969  // Executable scanning reports "1.000.145", Floppy label reports "1.0, 11.13.91", VERSION file reports "1.000"
3970  {"fairytales", "", {
3971  {"resource.map", 0, "66105c02fa8f1785a3fd28957e41cb48", 3249},
3972  {"resource.000", 0, "27ec5fa09cd12a7fd16e86d96a2ed245", 984439},
3973  {"resource.001", 0, "49c8f7dcd9989e4491a93554bec325b0", 238019},
3974  {"resource.002", 0, "564f516d991032e781492592a4eaa275", 1414142},
3975  {"resource.003", 0, "dd6cef0c592eadb7e6be9a25307c57a2", 1344719},
3976  AD_LISTEND},
3977  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
3978 
3979  // Mixed-Up Mother Goose - English Amiga (from www.back2roots.org)
3980  // Executable scanning reports "1.003.009"
3981  // SCI interpreter version 0.001.010
3982  {"mothergoose", "", {
3983  {"resource.map", 0, "4aa28ac93fae03cf854594da13d9229c", 2700},
3984  {"resource.001", 0, "fb552ae550ca1dac19ed8f6a3767612d", 262885},
3985  {"resource.002", 0, "fb552ae550ca1dac19ed8f6a3767612d", 817191},
3986  AD_LISTEND},
3987  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
3988 
3989  // Mixed-Up Mother Goose - English DOS Floppy EGA (from omer_mor, bug report #4992)
3990  {"mothergoose", "EGA", {
3991  {"resource.map", 0, "3490f85dab47e504c41b7eb3312e285e", 2598},
3992  {"resource.001", 0, "d893892d62b3f061357291d66775e360", 239906},
3993  {"resource.002", 0, "d893892d62b3f061357291d66775e360", 719398},
3994  AD_LISTEND},
3995  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
3996 
3997  // Mixed-Up Mother Goose - English DOS Floppy EGA (supplied by ssburnout in bug report #5270)
3998  // 1.011 5x5.25" (label: Int#8.2.90)
3999  {"mothergoose", "EGA", {
4000  {"resource.map", 0, "7d308bfc6006d0e20985a7295c238efc", 2010},
4001  {"resource.000", 0, "bb662eebeb5ffea2d705064801f6f70f", 140375},
4002  {"resource.001", 0, "13ddcdf971339150c2963548c9761b31", 52648},
4003  {"resource.002", 0, "13ddcdf971339150c2963548c9761b31", 204401},
4004  {"resource.003", 0, "e2c858b89e89bffe37b33e01d2827930", 166990},
4005  {"resource.004", 0, "dbbc22f124533ce308bc386b08956326", 146251},
4006  {"resource.005", 0, "2ba5348e7fad641b9c4c7ff7c7cf4e68", 110979},
4007  AD_LISTEND},
4008  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4009 
4010  // Mixed-Up Mother Goose v2.000 - English DOS Floppy (supplied by markcoolio in bug report #4272)
4011  // Executable scanning reports "1.001.031"
4012  {"mothergoose256", "", {
4013  {"resource.map", 0, "52aae15e493cafd1da7e1c9b657a5bb9", 7026},
4014  {"resource.000", 0, "b7ecd8ae9e254e80310b5a668b276e6e", 2948975},
4015  AD_LISTEND},
4016  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
4017 
4018  // Mixed-Up Mother Goose - English DOS CD (from jvprat)
4019  // Executable scanning reports "x.yyy.zzz"
4020  // SCI interpreter version 0.000.999 (just a guess)
4021  {"mothergoose256", "CD", {
4022  {"resource.map", 0, "1c7f311b0a2c927b2fbe81ae341fb2f6", 5790},
4023  {"resource.001", 0, "5a0ed1d745855148364de1b3be099bac", 4369438},
4024  AD_LISTEND},
4025  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_STD16_SPEECH },
4026 
4027  // Mixed-Up Mother Goose - English Windows Interactive Demo
4028  // Executable scanning reports "x.yyy.zzz"
4029  {"mothergoose256", "Demo", {
4030  {"resource.map", 0, "87f9dc1cafc4d4fa835fb2f00cf3a6ef", 4560},
4031  {"resource.001", 0, "5a0ed1d745855148364de1b3be099bac", 2070072},
4032  AD_LISTEND},
4033  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO_STD16 },
4034 
4035  // Mixed-Up Mother Goose - FM-Towns (supplied by abevi in bug report #5114)
4036  // Executable scanning reports "x.yyy.zzz", no VERSION file
4037  {"mothergoose256", "", {
4038  {"resource.map", 0, "b11e971ccd2040bebba59dfb409a08ef", 5772},
4039  {"resource.001", 0, "d49625d9b8005ec01c852f8322a82867", 4330713},
4040  AD_LISTEND},
4041  Common::JA_JPN, Common::kPlatformFMTowns, ADGF_ADDENGLISH, GUIO5(GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING) },
4042 
4043 #define GUIO_MOTHERGOOSEHIRES GUIO4(GUIO_NOSUBTITLES, \
4044  GUIO_NOASPECT, \
4045  GUIO_LINKSPEECHTOSFX, \
4046  GUIO_NOLAUNCHLOAD)
4047 
4048  // Mixed-Up Mother Goose Deluxe - EN/ES Windows CD (supplied by markcoolio in bug report #4273)
4049  // Executable scanning reports "2.100.002"
4050  {"mothergoosehires", "", {
4051  {"resource.map", 0, "5159a1578c4306bfe070a3e4d8c2e1d3", 4741},
4052  {"resource.000", 0, "1926925c95d82f0999590e93b02887c5", 15150768},
4053  AD_LISTEND},
4054  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_MOTHERGOOSEHIRES },
4055 
4056  // Mixed-Up Mother Goose Deluxe - Multilingual Windows CD (EN/FR/DE/ES)
4057  // Executable scanning reports "2.100.002"
4058  {"mothergoosehires", "", {
4059  {"resmap.000", 0, "ef611af561898dcfea87846919ebf3eb", 4969},
4060  {"ressci.000", 0, "227685bc59d90821978d330713e44a7a", 17205800},
4061  AD_LISTEND},
4062  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_MOTHERGOOSEHIRES },
4063 
4064  // Mixed-Up Mother Goose Deluxe - English Macintosh CD
4065  { "mothergoosehires", "",{
4066  {"Data1", 0, "8a7ef3307d80adcd393c012f78a4e1d7", 609133},
4067  {"Data2", 0, "94e72a735be859cac3cdf084497a03c7", 5550487},
4068  {"Data3", 0, "4819cca5624615fcdd8838605661cd77", 5362429},
4069  {"Data4", 0, "ea260cdb42405649136b08bdac45c708", 6368165},
4070  {"Data5", 0, "eb5d6c76c69acafbbafa9e75b65f1da8", 3522128},
4071  AD_LISTEND},
4072  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_MOTHERGOOSEHIRES },
4073 
4074 #undef GUIO_MOTHERGOOSEHIRES
4075 
4076  // Ms. Astro Chicken - English DOS
4077  // SCI interpreter version 1.000.679
4078  {"msastrochicken", "", {
4079  {"resource.map", 0, "5b457cbe5042f557e5b610148171f6c0", 1158},
4080  {"resource.001", 0, "453ea81ef66a50cbe33ce06302afe47f", 229737},
4081  AD_LISTEND},
4082  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
4083 
4084 #define GUIO_PHANTASMAGORIA_DEMO GUIO6(GUIO_NOSUBTITLES, \
4085  GUIO_NOASPECT, \
4086  GUIO_NOLAUNCHLOAD, \
4087  GUIO_LINKSPEECHTOSFX, \
4088  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
4089  GAMEOPTION_HQ_VIDEO)
4090 #define GUIO_PHANTASMAGORIA GUIO_PHANTASMAGORIA_DEMO
4091 #define GUIO_PHANTASMAGORIA_MAC GUIO_PHANTASMAGORIA_DEMO
4092 
4093  // Phantasmagoria - English DOS/Windows (from csnover)
4094  // Windows executable scanning reports "2.100.002" - "Aug 06 1995"
4095  // DOS executable scanning reports "2.100.002" - "May 24 1995"
4096  // VERSION file reports "1.000.000"
4097  {"phantasmagoria", "", {
4098  {"resmap.001", 0, "43c395f312a190e67b90b2c1e93a79e2", 11518},
4099  {"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 65844612},
4100  {"resmap.002", 0, "94f142cfe8ec4107b6a42876cb603ed0", 12058},
4101  {"ressci.002", 0, "3aae6559aa1df273bc542d5ac6330d75", 71588691},
4102  {"resmap.003", 0, "39e9abd4501b5b6168dd07379c0be753", 12334},
4103  {"ressci.003", 0, "3aae6559aa1df273bc542d5ac6330d75", 73651084},
4104  {"resmap.004", 0, "434f9704658229fef322c863d2422a9a", 12556},
4105  {"ressci.004", 0, "3aae6559aa1df273bc542d5ac6330d75", 75811935},
4106  {"resmap.005", 0, "3ff9b4f7301800825c0ed008e091205e", 12604},
4107  {"ressci.005", 0, "3aae6559aa1df273bc542d5ac6330d75", 78814934},
4108  {"resmap.006", 0, "27ad413313e2a3ec3c53250e7ff5b2d1", 12532},
4109  {"ressci.006", 0, "3aae6559aa1df273bc542d5ac6330d75", 77901360},
4110  {"resmap.007", 0, "aa8175cfc93242af6f5e65bdceaafc0d", 7972},
4111  //{"ressci.007", 0, "3aae6559aa1df273bc542d5ac6330d75", 25859038},
4112  AD_LISTEND},
4113  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4114 
4115  // Phantasmagoria - English DOS (from jvprat)
4116  // Executable scanning reports "2.100.002", VERSION file reports "1.000.001UK"
4117  {"phantasmagoria", "", {
4118  {"resmap.001", 0, "416138651ea828219ca454cae18341a3", 11518},
4119  {"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 65844612},
4120  {"resmap.002", 0, "de521d0c7ab32897e7fe58e421c816b7", 12058},
4121  {"ressci.002", 0, "3aae6559aa1df273bc542d5ac6330d75", 71588691},
4122  {"resmap.003", 0, "25df95bd7da3686f71a0af8784a2b8ca", 12334},
4123  {"ressci.003", 0, "3aae6559aa1df273bc542d5ac6330d75", 73651084},
4124  {"resmap.004", 0, "e108a3d35794f1721aeea3e62a3f8b3b", 12556},
4125  {"ressci.004", 0, "3aae6559aa1df273bc542d5ac6330d75", 75811935},
4126  {"resmap.005", 0, "390d81f9e14a3f3ee2ea477135f0288e", 12604},
4127  {"ressci.005", 0, "3aae6559aa1df273bc542d5ac6330d75", 78814934},
4128  {"resmap.006", 0, "8ea3c954606e80604680f9fe707f15d8", 12532},
4129  {"ressci.006", 0, "3aae6559aa1df273bc542d5ac6330d75", 77901360},
4130  {"resmap.007", 0, "afbd16ea77869a720afa1c5371de107d", 7972},
4131  //{"ressci.007", 0, "3aae6559aa1df273bc542d5ac6330d75", 25859038},
4132  AD_LISTEND},
4133  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4134 
4135  // Phantasmagoria - German DOS/Windows
4136  // Windows executable scanning reports "unknown" - "Sep 19 1995 09:39:48"
4137  // DOS executable scanning reports "unknown" - "Sep 19 1995 16:18:34"
4138  // VERSION file reports "1.100.000"
4139  // Supplied by AReim1982
4140  {"phantasmagoria", "", {
4141  {"resmap.001", 0, "d5048f972d2e1abd5f6b6a3ea8a466b0", 11524},
4142  {"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 71063082},
4143  {"resmap.002", 0, "ae0105261e04826324daf7dd2d534465", 12064},
4144  {"ressci.002", 0, "3aae6559aa1df273bc542d5ac6330d75", 80283368},
4145  {"resmap.003", 0, "50786a4f54c6432ec31b52be90b3a8ba", 12340},
4146  {"ressci.003", 0, "3aae6559aa1df273bc542d5ac6330d75", 82360370},
4147  {"resmap.004", 0, "4cd3bbff8b81bad85db52c0c8407bd81", 12562},
4148  {"ressci.004", 0, "3aae6559aa1df273bc542d5ac6330d75", 84453560},
4149  {"resmap.005", 0, "779bd12802da6cfe54ce482140824a46", 12616},
4150  {"ressci.005", 0, "3aae6559aa1df273bc542d5ac6330d75", 85113663},
4151  {"resmap.006", 0, "2299f97876493cc29b6a48e1cfe9619d", 12538},
4152  {"ressci.006", 0, "3aae6559aa1df273bc542d5ac6330d75", 87602346},
4153  {"resmap.007", 0, "06309b8043aecb85bd507b15d16cb544", 7984},
4154  //{"ressci.007", 0, "3aae6559aa1df273bc542d5ac6330d75", 26898681},
4155  AD_LISTEND},
4156  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4157 
4158  // Phantasmagoria - French DOS
4159  // Supplied by Kervala in bug #6574
4160  {"phantasmagoria", "", {
4161  {"resmap.001", 0, "4da82dd336d4b9cd8c16f3cc11f0c615", 11524},
4162  {"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 69963685},
4163  {"resmap.002", 0, "4f40f43f2b60bf765864433069752bb9", 12064},
4164  {"ressci.002", 0, "3aae6559aa1df273bc542d5ac6330d75", 78362841},
4165  {"resmap.003", 0, "6a392a86f14b6ddb4422978ee71e54ac", 12340},
4166  {"ressci.003", 0, "3aae6559aa1df273bc542d5ac6330d75", 80431189},
4167  {"resmap.004", 0, "df2e9462c41202de5f3843908c95a715", 12562},
4168  {"ressci.004", 0, "3aae6559aa1df273bc542d5ac6330d75", 82542844},
4169  {"resmap.005", 0, "43efd3fe834286c70a2c8b4cd747c1e2", 12616},
4170  {"ressci.005", 0, "3aae6559aa1df273bc542d5ac6330d75", 83790486},
4171  {"resmap.006", 0, "b3065e54a00190752a06dacd201b5058", 12538},
4172  {"ressci.006", 0, "3aae6559aa1df273bc542d5ac6330d75", 85415107},
4173  {"resmap.007", 0, "5633960bc106c39ca91d2d8fce18fd2d", 7984},
4174  AD_LISTEND},
4175  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4176 
4177  // Phantasmagoria - French DOS (supplied by enclume in bug report Trac#9910)
4178  // VERSION file reports "1.100.000"
4179  {"phantasmagoria", "", {
4180  {"resmap.001", 0, "4da82dd336d4b9cd8c16f3cc11f0c615", 11524},
4181  {"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 69963685},
4182  {"resmap.002", 0, "331d9cb4c2705da675d243fba22b7643", 12064},
4183  {"ressci.002", 0, "3aae6559aa1df273bc542d5ac6330d75", 74556497},
4184  {"resmap.003", 0, "48dcc70e117bfde15e004cc1b9533e5b", 12340},
4185  {"ressci.003", 0, "3aae6559aa1df273bc542d5ac6330d75", 76612091},
4186  {"resmap.004", 0, "fc117370efafd53a4c07aca99b2893c3", 12562},
4187  {"ressci.004", 0, "3aae6559aa1df273bc542d5ac6330d75", 78757484},
4188  {"resmap.005", 0, "d19ad6a7885273ffd1b920eced6e6871", 12616},
4189  {"ressci.005", 0, "3aae6559aa1df273bc542d5ac6330d75", 81160893},
4190  {"resmap.006", 0, "6db1956354e271681d41b489939686fb", 12538},
4191  {"ressci.006", 0, "3aae6559aa1df273bc542d5ac6330d75", 81076474},
4192  {"resmap.007", 0, "3d15c24fe60e8f7171480bfaa2d566bc", 7984},
4193  AD_LISTEND},
4194  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4195 
4196  // Phantasmagoria - Italian DOS (from AlessioR)
4197  // VERSION file reports "1.100.000"
4198  {"phantasmagoria", "", {
4199  {"resmap.001", 0, "fba09c05c18e526fa35b30c33c12b150", 11524},
4200  {"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 65804446},
4201  {"resmap.002", 0, "1cf3e74510804f1c87f83e25b61042cb", 12064},
4202  {"ressci.002", 0, "3aae6559aa1df273bc542d5ac6330d75", 71473087},
4203  {"resmap.003", 0, "6c22d9ff6a9d3803d4d7435b8bf6b2f7", 12340},
4204  {"ressci.003", 0, "3aae6559aa1df273bc542d5ac6330d75", 73552108},
4205  {"resmap.004", 0, "73e22dc5e0f5134a7e70ebe6d52735b9", 12562},
4206  {"ressci.004", 0, "3aae6559aa1df273bc542d5ac6330d75", 75712511},
4207  {"resmap.005", 0, "197bc2be5412bea7b8aaf9a65a2da92f", 12616},
4208  {"ressci.005", 0, "3aae6559aa1df273bc542d5ac6330d75", 78868623},
4209  {"resmap.006", 0, "673ca2dda6f9337459de768f52f63c7e", 12538},
4210  {"ressci.006", 0, "3aae6559aa1df273bc542d5ac6330d75", 77794567},
4211  {"resmap.007", 0, "7d6abc183155daf93e0452a58ddf16dc", 7984},
4212  AD_LISTEND},
4213  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4214 
4215  // Phantasmagoria - English DOS Demo (from trembyle)
4216  // Executable scanning reports "2.100.002", VERSION file reports "1.000.000"
4217  {"phantasmagoria", "Demo", {
4218  {"resmap.001", 0, "43c395f312a190e67b90b2c1e93a79e2", 11518},
4219  {"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 65844612},
4220  AD_LISTEND},
4221  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_PHANTASMAGORIA_DEMO },
4222 
4223  // Phantasmagoria - English DOS Demo
4224  // Executable scanning reports "2.100.002", VERSION file reports "1.100.000"
4225  {"phantasmagoria", "Demo", {
4226  {"resmap.001", 0, "416138651ea828219ca454cae18341a3", 11518},
4227  {"ressci.001", 0, "3aae6559aa1df273bc542d5ac6330d75", 65844612},
4228  AD_LISTEND},
4229  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_PHANTASMAGORIA_DEMO },
4230 
4231  // Phantasmagoria - English DOS/Windows (GOG version) - ressci.* merged in ressci.000
4232  // Windows executable scanning reports "2.100.002" - "Sep 19 1995 15:09:43"
4233  // DOS executable scanning reports "2.100.002" - "Sep 19 1995 09:15:40"
4234  // VERSION file reports "1.000.001UK"
4235  // Supplied by littleboy in trac #9255
4236  {"phantasmagoria", "", {
4237  {"ressci.000", 0, "cd5967f9b9586e3380645961c0765be3", 116822037},
4238  {"resmap.000", 0, "3cafc1c6a53945c1f3babbfd6380c64c", 16468},
4239  AD_LISTEND},
4240  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4241 
4242  // Phantasmagoria - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
4243  {"phantasmagoria", "", {
4244  {"ressci.000", 0, "cd5967f9b9586e3380645961c0765be3", 116822037},
4245  {"resmap.000", 0, "3cafc1c6a53945c1f3babbfd6380c64c", 16468},
4246  {"PATCHES/0.fon", 0, "968b7450e2994ff48b276fdf8fbd68fe", 3828},
4247  AD_LISTEND},
4248  Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4249 
4250  // Phantasmagoria - German Patch V3 externally applied to GOG English DOS/Windows version
4251  {"phantasmagoria", "", {
4252  {"ressci.000", 0, "cd5967f9b9586e3380645961c0765be3", 116817874},
4253  {"resmap.000", 0, "59a0362e4133d4d82d546d75333813ae", 16486},
4254  AD_LISTEND},
4255  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA },
4256 
4257  // Phantasmagoria - English Macintosh
4258  // NOTE: This only contains disc 1 files (as well as the two persistent files:
4259  // Data1 and Data13. Other discs have conflicting names :(
4260  // Game script sets version to "1.000.000"
4261  {"phantasmagoria", "", {
4262  {"Data1", 0, "0fcb42802f49edb5af60532bd7b60c4f", 14705413},
4263  {"Data2", 0, "d52f612058ec78e300385df3336a4ba2", 14516456},
4264  {"Data3", 0, "d6880c00d2c700c213ab76a3c39e60fc", 15612354},
4265  {"Data4", 0, "9037f5d3a37d0ee23146d9830726b058", 9794449},
4266  {"Data5", 0, "4b944fc79d180966c1088f7ecf7ae4d1", 13638556},
4267  {"Data6", 0, "647b1a826dbbb64884e0ae1bc59c8abb", 13845906},
4268  {"Data7", 0, "932a3aaf1eb650735a9e3a290ce249fb", 3626204},
4269  // Data8-12 are empty
4270  {"Data13", 0, "6d2c450fca19a69b5af74ed5b03c0a17", 14923072},
4271  AD_LISTEND},
4272  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_PHANTASMAGORIA_MAC },
4273 
4274 #undef GUIO_PHANTASMAGORIA_DEMO
4275 #undef GUIO_PHANTASMAGORIA
4276 #undef GUIO_PHANTASMAGORIA_MAC
4277 
4278 #define GUIO_PHANTASMAGORIA2 GUIO10(GUIO_NOSUBTITLES, \
4279  GUIO_LINKMUSICTOSFX, \
4280  GUIO_LINKSPEECHTOSFX, \
4281  GUIO_NOMIDI, \
4282  GUIO_NOASPECT, \
4283  GAMEOPTION_ORIGINAL_SAVELOAD, \
4284  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
4285  GAMEOPTION_HQ_VIDEO, \
4286  GAMEOPTION_ENABLE_CENSORING, \
4287  GAMEOPTION_ENABLE_GMM_SAVE)
4288 // TODO: Learn which are the censored game editions and give them this GUIO
4289 // instead
4290 #define GUIO_PHANTASMAGORIA2_CENSORED GUIO9(GUIO_NOSUBTITLES, \
4291  GUIO_LINKMUSICTOSFX, \
4292  GUIO_LINKSPEECHTOSFX, \
4293  GUIO_NOMIDI, \
4294  GUIO_NOASPECT, \
4295  GAMEOPTION_ORIGINAL_SAVELOAD, \
4296  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
4297  GAMEOPTION_HQ_VIDEO, \
4298  GAMEOPTION_ENABLE_GMM_SAVE)
4299 
4300  // Some versions of Phantasmagoria 2 were heavily censored.
4301  // Censored versions (data files are currently unknown to us): UK, Australia, first English release in Germany
4302 
4303  // for more information on this matter, see:
4304  // https://wiki.scummvm.org/index.php/SCI/Phantasmagoria_2_Censorship
4305 
4306  // Phantasmagoria 2 - English Windows (from jvprat) - US release
4307  // Note: Fully uncensored
4308  //
4309  // Executable scanning reports "3.000.000", VERSION file reports "001.0.06"
4310  {"phantasmagoria2", "", {
4311  {"resmap.001", 0, "0a961e135f4f7effb195158325856633", 1108},
4312  {"ressci.001", 0, "53f457cddb0dffc056593905c4cbb989", 24379964},
4313  {"resmap.002", 0, "5d3189fe3d4f286f83c5c8031fa3e9f7", 1126},
4314  {"ressci.002", 0, "53f457cddb0dffc056593905c4cbb989", 34465805},
4315  {"resmap.003", 0, "c92e3c840b827c236ab6671c03760c56", 1162},
4316  {"ressci.003", 0, "53f457cddb0dffc056593905c4cbb989", 38606375},
4317  {"resmap.004", 0, "8d5cfe19365f71370b87063686f39171", 1288},
4318  {"ressci.004", 0, "53f457cddb0dffc056593905c4cbb989", 42447131},
4319  {"resmap.005", 0, "8bd5ceeedcbe16dfe55d1b90dcd4be84", 1942},
4320  {"ressci.005", 0, "05f9fe2bee749659acb3cd2c90252fc5", 67905112},
4321  AD_LISTEND},
4322  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_PHANTASMAGORIA2 },
4323 
4324  // Phantasmagoria 2 - English DOS (GOG version) (supplied by littleboy in patch #1360)
4325  // Note: Fully uncensored, basically the US release, but ressci.* merged into ressci.000
4326  //
4327  // Executable scanning reports "3.000.000" - "Dec 07 1996 09:29:03"
4328  // VERSION file reports "001.0.06"
4329  {"phantasmagoria2", "", {
4330  {"ressci.000", 0, "c54f26d9f43f908151263254b6d97053", 108134481},
4331  {"resmap.000", 0, "de154a223a9ef4ea7358b76adc38ef5b", 2956},
4332  AD_LISTEND},
4333  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_PHANTASMAGORIA2 },
4334 
4335  // Phantasmagoria 2 - German DOS/Windows (supplied by AReim1982)
4336  // Note: Fully uncensored, but one scene is missing probably because of a mastering error (Curtis + Therese meeting near water cooler)
4337  // Another scene was cut differently (Therese attacks Curtis), reasons unknown. Violence and/or blood were not changed.
4338  // The German/French one is way shorter, less suspenseful and without any dialog.
4339  //
4340  // Windows executable scanning reports "unknown" - "Dec 07 1996 15:42:02"
4341  // DOS executable scanning reports "unknown" - "Dec 07 1996 08:35:12"
4342  // VERSION file reports "000.1.0vu" (HEX: 30 30 30 2E 31 00 2E 30 76 FA 0D 0A)
4343  {"phantasmagoria2", "", {
4344  {"resmap.001", 0, "d62f48ff8bddb39503b97e33439482c9", 1114},
4345  {"ressci.001", 0, "4ebc2b8455c74ad205ae592eec27313a", 24590716},
4346  {"resmap.002", 0, "642a1f85ad8a4ce1d3850b10ad082200", 1138},
4347  {"ressci.002", 0, "4ebc2b8455c74ad205ae592eec27313a", 34681672},
4348  {"resmap.003", 0, "e08316864ef77735bb7f8f208110c43b", 1174},
4349  {"ressci.003", 0, "4ebc2b8455c74ad205ae592eec27313a", 38930933},
4350  {"resmap.004", 0, "875cf07df77fbaa1518a06ffed616c5f", 1300},
4351  {"ressci.004", 0, "4ebc2b8455c74ad205ae592eec27313a", 42750325},
4352  {"resmap.005", 0, "2fc48a4a5a73b726994f189da51a8b2a", 1954},
4353  {"ressci.005", 0, "e94005890d22dd3b7f605a2a7c025803", 68232146},
4354  AD_LISTEND},
4355  Common::DE_DEU, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_PHANTASMAGORIA2 },
4356 
4357  // Phantasmagoria 2 - French DOS/Windows (supplied by bgK)
4358  // Windows executable scanning reports "3.000.000" - "Nov 09 1996 16:03:00"
4359  // DOS executable scanning reports "3.000.000" - "Dec 07 1996 09:29:03"
4360  // VERSION file reports "000.1.0t" (HEX: 30 30 30 2e 31 3c 2e 30 74 03 0d 0a)
4361  {"phantasmagoria2", "", {
4362  {"resmap.001", 0, "a4b2d9d19b007115f1bdf5d1033c3a59", 1114},
4363  {"ressci.001", 0, "733700c435304a4e862e9687891d7771", 24597800},
4364  {"resmap.002", 0, "dcc1b312f40c29dd678f9e92e8d14227", 1138},
4365  {"ressci.002", 0, "733700c435304a4e862e9687891d7771", 34675235},
4366  {"resmap.003", 0, "8d5556599f41f7afdcfb7bdbac28ba22", 1174},
4367  {"ressci.003", 0, "733700c435304a4e862e9687891d7771", 38924549},
4368  {"resmap.004", 0, "b585a3abb32a29149a20bd2150dbff59", 1300},
4369  {"ressci.004", 0, "733700c435304a4e862e9687891d7771", 42748514},
4370  {"resmap.005", 0, "7811a1801660090725ceef799b62fc72", 1954},
4371  {"ressci.005", 0, "b6f090a2c8fc955d17b8a47085b2f890", 68231525},
4372  AD_LISTEND},
4373  Common::FR_FRA, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_PHANTASMAGORIA2 },
4374 
4375  // Phantasmagoria 2 - Japanese Windows (supplied by m_kiewitz)
4376  // Features English voices w/ Japanese subtitles. Background images were also localized to Japanese.
4377  // DUK-videos also have subtitles.
4378  // Windows executable scanning reports "3.000.000" - "Apr 22 1997 17:09:05"
4379  // VERSION file reports "001.0.000"
4380  {"phantasmagoria2", "", {
4381  {"resmap.001", 0, "36f634180bf509e07f48ca70e8ab43dd", 1114},
4382  {"ressci.001", 0, "b8aa3ea7e47425f89fcf9cf025c96760", 24492681},
4383  {"resmap.002", 0, "5c391e1c94fd441a9dd4a4bfcf74af7f", 1126},
4384  {"ressci.002", 0, "eaaac2587030149e2b92419ce6512772", 34464287},
4385  {"resmap.003", 0, "31cc508a52c521573536fcbe793d3c33", 1168},
4386  {"ressci.003", 0, "eaaac2587030149e2b92419ce6512772", 38714934},
4387  {"resmap.004", 0, "5349a40c053fc0a18eada8d92954aa4c", 1303},
4388  {"ressci.004", 0, "7b7bf3337ebaa2124f557ee3c522f406", 44560744},
4389  {"resmap.005", 0, "86cb97f0b5a138b842035d15d222d8c8", 1963},
4390  {"ressci.005", 0, "e22a46a3dd54971471b29454ff0352c7", 70558313},
4391  //{"resaud.001", 0, "3b4c5f92e5143fd3539b227e48ac2929", 8414502},
4392  //{"resaud.002", 0, "3b4c5f92e5143fd3539b227e48ac2929", 8414502},
4393  //{"ressfx.001", 0, "343a6ca9ddd614541b11b155de6368ac", 90268706},
4394  AD_LISTEND},
4395  Common::JA_JPN, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_PHANTASMAGORIA2 },
4396 
4397  // Phantasmagoria 2 - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
4398  // based on English DOS (GOG version)
4399  {"phantasmagoria2", "", {
4400  {"ressci.000", 0, "c54f26d9f43f908151263254b6d97053", 108134481},
4401  {"resmap.000", 0, "de154a223a9ef4ea7358b76adc38ef5b", 2956},
4402  {"PATCHES/0.fon", 0, "a2fc0fd2c4ddcf1f1dc5207126cd998b", 3419},
4403  AD_LISTEND},
4404  Common::HE_ISR, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_PHANTASMAGORIA2 },
4405 
4406 #undef GUIO_PHANTASMAGORIA2
4407 #undef GUIO_PHANTASMAGORIA2_CENSORED
4408 
4409 #define GUIO_PEPPER_WINDOWS GUIO8(GUIO_NOSPEECH, \
4410  GAMEOPTION_WINDOWS_CURSORS, \
4411  GAMEOPTION_PREFER_DIGITAL_SFX, \
4412  GAMEOPTION_ORIGINAL_SAVELOAD, \
4413  GAMEOPTION_MIDI_MODE, \
4414  GAMEOPTION_RGB_RENDERING, \
4415  GAMEOPTION_TTS, \
4416  GAMEOPTION_ENABLE_GMM_SAVE)
4417 
4418  // Pepper's Adventure In Time 1.000 English
4419  // Executable scanning reports "1.001.072", VERSION file reports "1.000"
4420  {"pepper", "", {
4421  {"resource.map", 0, "72726dc81c1b4c1110c486be77369bc8", 5179},
4422  {"resource.000", 0, "670d0c53622429f4b11275caf7f8d292", 5459574},
4423  AD_LISTEND},
4424  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
4425 
4426  {"pepper", "", {
4427  {"resource.map", 0, "72726dc81c1b4c1110c486be77369bc8", 5179},
4428  {"resource.000", 0, "670d0c53622429f4b11275caf7f8d292", 5459574},
4429  AD_LISTEND}, Common::EN_ANY, Common::kPlatformWindows, ADGF_NO_FLAGS, GUIO_PEPPER_WINDOWS },
4430 
4431  // Pepper - English DOS Non-Interactive Demo
4432  // Executable scanning reports "1.001.060", VERSION file reports "1.000"
4433  {"pepper", "Demo", {
4434  {"resource.map", 0, "379bb4fb896630b14f2d91ed21e36ba1", 984},
4435  {"resource.000", 0, "118f6c31a93ec7fd9a231c61125229e3", 645494},
4436  AD_LISTEND},
4437  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
4438 
4439  // Pepper - English DOS/Windows Interactive Demo
4440  // Executable scanning reports "1.001.069", VERSION file reports ".001"
4441  {"pepper", "Demo", {
4442  {"resource.map", 0, "975e8df76106a5c13d12ab674f906a02", 2514},
4443  {"resource.000", 0, "e6a918a2dd7a4bcecd8fb389f43287c2", 1698164},
4444  AD_LISTEND},
4445  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
4446 
4447  // Pepper - English DOS Interactive Demo
4448  // Executable scanning reports "1.001.072", VERSION file reports "1.000"
4449  {"pepper", "Demo", {
4450  {"resource.map", 0, "9c9b7b900651a370dd3fb38d478b1798", 2524},
4451  {"resource.000", 0, "e6a918a2dd7a4bcecd8fb389f43287c2", 1713544},
4452  AD_LISTEND},
4453  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
4454 
4455 #undef GUIO_PEPPER_WINDOWS
4456 
4457  // Police Quest 1 VGA Remake - English DOS (from the Police Quest Collection)
4458  // Executable scanning reports "1.001.029", VERSION file reports "2.000"
4459  {"pq1sci", "SCI", {
4460  {"resource.map", 0, "35efa814fb994b1cbdac9611e401da67", 5013},
4461  {"resource.000", 0, "e0d5ddf34eda903a38f0837e2aa7145b", 6401433},
4462  AD_LISTEND},
4463  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
4464 
4465  // Police Quest 2 - English Amiga (from www.back2roots.org)
4466  // SCI interpreter version 0.000.685 (just a guess)
4467  {"pq2", "", {
4468  {"resource.map", 0, "499de78ae72b7ce219f944c5e7ef0c5b", 3426},
4469  {"resource.000", 0, "77f02def3094af804fd2371db25b7100", 250232},
4470  {"resource.001", 0, "523db0c07f1da2a822c2c39ee0482544", 179334},
4471  {"resource.002", 0, "499737c21a28ac026e11ab817100d610", 511099},
4472  {"resource.003", 0, "e008f5d6e2a7c4d4a0da0173e4fa8f8b", 553970},
4473  AD_LISTEND},
4474  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4475 
4476  // Police Quest 2 - English DOS Non-Interactive Demo
4477  // Executable scanning reports "0.000.413"
4478  {"pq2", "Demo", {
4479  {"resource.map", 0, "8b77d0d4650c2052b356cece28294b58", 576},
4480  {"resource.001", 0, "376ef6d6eaaeed66e1424bd219c4b9ab", 215398},
4481  AD_LISTEND},
4482  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
4483 
4484  // Police Quest 2 - English DOS 1.001.000 (5.25") (provided by richiefs in bug report #4214)
4485  // SCI interpreter version 0.000.395
4486  {"pq2", "", {
4487  {"resource.map", 0, "9cff78c4be9e6a4848b6e9377569e3d9", 5700},
4488  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 163291},
4489  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 329367},
4490  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 305819},
4491  {"resource.004", 0, "77f02def3094af804fd2371db25b7100", 342149},
4492  {"resource.005", 0, "77f02def3094af804fd2371db25b7100", 349899},
4493  {"resource.006", 0, "77f02def3094af804fd2371db25b7100", 354991},
4494  AD_LISTEND},
4495  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4496 
4497  // Police Quest 2 - fan translate by https://github.com/deadman2000/RuSCI
4498  // Executable scanning reports "0.000.490"
4499  {"pq2", "", {
4500  {"resource.map", 0, "28a6f471c7900c2c92da40eecb615d9d", 4584},
4501  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 509525},
4502  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 546000},
4503  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 591851},
4504  {"Translate.RU", 0, "3f730611f55257821b964f96eafea0ba", 171}, // Text file for detecting translation
4505  AD_LISTEND},
4506  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4507 
4508  // Police Quest 2 - English DOS (from the Police Quest Collection)
4509  // Executable scanning reports "0.000.490"
4510  {"pq2", "", {
4511  {"resource.map", 0, "28a6f471c7900c2c92da40eecb615d9d", 4584},
4512  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 509525},
4513  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 546000},
4514  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 591851},
4515  AD_LISTEND},
4516  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4517 
4518  // Police Quest 2 - English Atari ST
4519  // Game version 1.002.011 DS 1989-07-21
4520  // Executable reports "1.002.003"
4521  {"pq2", "", {
4522  {"resource.map", 0, "28a6f471c7900c2c92da40eecb615d9d", 4584},
4523  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 509525},
4524  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 546000},
4525  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 591851},
4526  AD_LISTEND},
4527  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4528 
4529  // Police Quest 2 - English DOS (from FRG)
4530  // SCI interpreter version 0.000.395
4531  {"pq2", "", {
4532  {"resource.map", 0, "fe019e9773623fcb7da810db9e64c8a9", 4548},
4533  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 509760},
4534  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 542897},
4535  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 586857},
4536  AD_LISTEND},
4537  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4538 
4539  // Police Quest 2 English DOS 1.001.006 (supplied by merkur-kun in bug report #4922)
4540  {"pq2", "", {
4541  {"resource.map", 0, "8e1161c684b342742d30f938a4839a4b", 4518},
4542  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 506563},
4543  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 541261},
4544  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 587511},
4545  AD_LISTEND},
4546  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4547 
4548  // Police Quest 2 English DOS 1.001.006 (5.25")
4549  // SCI interpreter version 0.000.409
4550  {"pq2", "", {
4551  {"resource.map", 0, "dad222469004108d2a38b8288078eaac", 5670},
4552  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 159511},
4553  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 330094},
4554  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 303955},
4555  {"resource.004", 0, "77f02def3094af804fd2371db25b7100", 342639},
4556  {"resource.005", 0, "77f02def3094af804fd2371db25b7100", 350673},
4557  AD_LISTEND},
4558  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4559 
4560  // Police Quest 2 English DOS 1.002.011 (5.25") (supplied by misterhands in bug report #9716)
4561  {"pq2", "", {
4562  {"resource.map", 0, "f42a265e26168d0463d12e0913e8dd1c", 5808},
4563  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 161673},
4564  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 334283},
4565  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 308044},
4566  AD_LISTEND},
4567  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4568 
4569  // Police Quest 2 - English Atari ST
4570  // Game version 1.001.006 1989-01-16 13:30
4571  // Executable reports "1.001.009"
4572  {"pq2", "", {
4573  {"resource.map", 0, "8e1161c684b342742d30f938a4839a4b", 4518},
4574  {"resource.001", 0, "77f02def3094af804fd2371db25b7100", 506563},
4575  {"resource.002", 0, "77f02def3094af804fd2371db25b7100", 541261},
4576  {"resource.003", 0, "77f02def3094af804fd2371db25b7100", 587511},
4577  AD_LISTEND},
4578  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4579 
4580  // Police Quest 2 - Japanese PC-98 (also includes english language)
4581  // Executable scanning reports "x.yyy.zzz", game version "1.000.052"
4582  {"pq2", "", {
4583  {"resource.map", 0, "883804c616dca1d82373bf9fda3a71d2", 4656},
4584  {"resource.001", 0, "05fdee43a228dd6ea4d1a92ccae3f788", 669319},
4585  {"resource.002", 0, "05fdee43a228dd6ea4d1a92ccae3f788", 637662},
4586  {"resource.003", 0, "05fdee43a228dd6ea4d1a92ccae3f788", 684395},
4587  AD_LISTEND},
4588  Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO7(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING) },
4589 
4590  // Police Quest 3 - English Amiga
4591  // Executable scanning reports "1.004.024"
4592  // SCI interpreter version 1.000.784
4593  {"pq3", "", {
4594  {"resource.map", 0, "29923fe1ef1f0909b57255d61c558e68", 5742},
4595  {"resource.000", 0, "4908e4f4977e8e19c90c29b36a741ffe", 298541},
4596  {"resource.001", 0, "0eb943ca807e2f69578821d490770d2c", 836567},
4597  {"resource.002", 0, "f7044bb08a1fcbe5077791ed8d4996f0", 691207},
4598  {"resource.003", 0, "630bfa65beb05f743552704ac2899dae", 759891},
4599  {"resource.004", 0, "7b229fbdf30d670d0728cede3e984a7e", 838663},
4600  AD_LISTEND},
4601  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
4602 
4603  // Police Quest 3 - German Amiga (also includes english language)
4604  // Executable scanning reports "1.004.024"
4605  // SCI interpreter version 1.000.784
4606  {"pq3", "", {
4607  {"resource.map", 0, "357304811fc2bbaa3443fc62d677fe06", 6282},
4608  {"resource.000", 0, "49879e6ce7c19151ffa6af1a09763dc7", 324273},
4609  {"resource.001", 0, "015e6119badb391ab5f4b36abedb5d4a", 718814},
4610  {"resource.002", 0, "1ee419ba252fbed47fbce8399f56f8ad", 674823},
4611  {"resource.003", 0, "87361c17fd863b58f98828de68770279", 682288},
4612  {"resource.004", 0, "6258d5dd85898d8e218eb8113ebc9059", 722738},
4613  {"resource.005", 0, "6258d5dd85898d8e218eb8113ebc9059", 704485},
4614  AD_LISTEND},
4615  Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_STD16 },
4616 
4617  // Police Quest 3 - English DOS (from the Police Quest Collection)
4618  // Executable scanning reports "T.A00.178", VERSION file reports "1.00"
4619  // SCI interpreter version 1.000.510
4620  {"pq3", "", {
4621  {"resource.map", 0, "6457bf0c8ca865a42d9ff5827ab49b89", 5559},
4622  {"resource.000", 0, "7659713720d61d9465a59091b7ee63ea", 737253},
4623  {"resource.001", 0, "61c7c187d25a8346be0a092d5f037278", 1196787},
4624  {"resource.002", 0, "c18e0d408e4f4f40365d42aa15931f67", 1153561},
4625  {"resource.003", 0, "8791b9eef53edf77c2dac950142221d3", 1159791},
4626  {"resource.004", 0, "1b91e891a3c60a941dac0eecdf83375b", 1143606},
4627  AD_LISTEND},
4628  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
4629 
4630  // Police Quest 3 - English DOS Non-Interactive Demo
4631  // Executable scanning reports "T.A00.052"
4632  // SCI interpreter version 1.000.510
4633  {"pq3", "Demo", {
4634  {"resource.map", 0, "ec8e58e7663ae5173853abf6c76b52bb", 867},
4635  {"resource.000", 0, "277f97771f7a6d89677141f02da313d6", 65150},
4636  {"resource.001", 0, "5c5a551b6c86cce2ee75becb90e0b586", 624411},
4637  AD_LISTEND},
4638  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
4639 
4640  // Police Quest 3 - German DOS (supplied by markcoolio in bug report #4275, also includes english language)
4641  // Executable scanning reports "T.A00.178"
4642  // SCI interpreter version 1.000.510
4643  {"pq3", "", {
4644  {"resource.map", 0, "8a970edf98eba4c11bb1827aab1694d1", 5625},
4645  {"resource.000", 0, "5ee460af3d70c06a745cc482b6c783ba", 865204},
4646  {"resource.001", 0, "ff6182bf96c8f8af5bd8c11769c9cbf2", 1183456},
4647  {"resource.002", 0, "cce99b96a578b62ff6cebdae8d122feb", 1179358},
4648  {"resource.003", 0, "4836f460f4cfc8de61e2df4c45775504", 1180956},
4649  {"resource.004", 0, "0c3eb84b9755852d9e795e0d5c9373c7", 1171760},
4650  AD_LISTEND},
4651  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
4652 
4653  // Police Quest 3 - Spanish DOS v1.000 - Supplied by dianiu in bug report #6122
4654  {"pq3", "", {
4655  {"resource.map", 0, "ffa0b4631c4e36d69631256d19ba29e7", 5421},
4656  {"resource.000", 0, "5ee460af3d70c06a745cc482b6c783ba", 5410263},
4657  AD_LISTEND},
4658  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
4659 
4660  // Police Quest 3 EGA
4661  // Reported by musiclyinspired in bug report #5251
4662  {"pq3", "EGA", {
4663  {"resource.map", 0, "1341f7c9643947414a8e238b88f68d82", 5901},
4664  {"resource.000", 0, "7659713720d61d9465a59091b7ee63ea", 402208},
4665  {"resource.001", 0, "0284ca44341fbc3cb7a047e49d230234", 703373},
4666  {"resource.002", 0, "fc9452f962bd7a9bbf6e78e9e52a8e18", 692676},
4667  {"resource.003", 0, "31c226bf01b69c8182b8ca0e8760b0a7", 527848},
4668  {"resource.004", 0, "b96a86ab681769e4cbb439670d967ca6", 449682},
4669  {"resource.005", 0, "9e6c53a0e7eef53694d260fade8b1fc7", 724000},
4670  AD_LISTEND},
4671  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
4672 
4673  // Police Quest 4 - English DOS Non-Interactive Demo (from FRG)
4674  // SCI interpreter version 1.001.096
4675  // Note: we are not using ADGF_DEMO here, to avoid a game ID like pq4demo-demo
4676  {"pq4demo", "Demo", {
4677  {"resource.map", 0, "be56f87a1c4a13062a30a362df860c2f", 1472},
4678  {"resource.000", 0, "527d5684016e6816157cd15d9071b11b", 1121310},
4679  AD_LISTEND},
4680  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
4681 
4682 #define GUIO_PQ4_FLOPPY GUIO4(GUIO_NOSPEECH, \
4683  GAMEOPTION_ORIGINAL_SAVELOAD, \
4684  GAMEOPTION_TTS, \
4685  GAMEOPTION_ENABLE_GMM_SAVE)
4686 #define GUIO_PQ4_CD GUIO4(GUIO_LINKSPEECHTOSFX, \
4687  GAMEOPTION_HIGH_RESOLUTION_GRAPHICS, \
4688  GAMEOPTION_ORIGINAL_SAVELOAD, \
4689  GAMEOPTION_ENABLE_GMM_SAVE)
4690 #define GUIO_PQ4_MAC GUIO2(GUIO_LINKSPEECHTOSFX, \
4691  GAMEOPTION_ENABLE_GMM_SAVE)
4692 
4693  // Police Quest 4 - English DOS CD
4694  // Executable scanning reports "2.100.002", VERSION file reports "1.100.000"
4695  {"pq4", "CD", {
4696  {"resource.map", 0, "379dfe80ed6bd16c47e4b950c4722eac", 11374},
4697  {"resource.000", 0, "fd316a09b628b7032248139003369022", 18841068},
4698  AD_LISTEND},
4699  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_PQ4_CD },
4700 
4701  // Police Quest 4 - French DOS CD (French text, English speech) (From bgK)
4702  // Executable scanning reports "2.100.002", VERSION file reports "1.000.000"
4703  {"pq4", "CD", {
4704  {"resource.map", 0, "c378f024f27332deccb1bae3b78e693c", 11386},
4705  {"resource.000", 0, "3dd3ff150b78899500d4e1bea9b733c6", 18866242},
4706  AD_LISTEND},
4707  Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_PQ4_CD },
4708 
4709  // Police Quest 4 - German DOS CD (German text, English speech)
4710  // Supplied by markcoolio in bug report #5830
4711  {"pq4", "CD", {
4712  {"resource.map", 0, "a398076371ed0e1e706c8f9fb9fc7ac5", 11386},
4713  {"resource.000", 0, "6ff21954e0a2c5992279e7eb787c8d56", 18918747},
4714  AD_LISTEND},
4715  Common::DE_DEU, Common::kPlatformDOS, ADGF_CD, GUIO_PQ4_CD },
4716 
4717  // Police Quest 4 - English DOS
4718  // SCI interpreter version 2.000.000 (a guess?)
4719  {"pq4", "", {
4720  {"resource.map", 0, "aed9643158ccf01b71f359db33137f82", 9895},
4721  {"resource.000", 0, "da383857b3be1e4514daeba2524359e0", 15141432},
4722  AD_LISTEND},
4723  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQ4_FLOPPY },
4724 
4725  // Police Quest 4 - French DOS (supplied by abevi in bug report #4176)
4726  // SCI interpreter version 2.000.000
4727  {"pq4", "", {
4728  {"resource.map", 0, "008030846edcc7c5c7a812c7f4ae4ceb", 9256},
4729  {"resource.000", 0, "6ba98bd2e436739d87ecd2a9b99cabb4", 14730153},
4730  AD_LISTEND},
4731  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQ4_FLOPPY },
4732 
4733  // Police Quest 4 - German DOS (supplied by markcoolio in bug report #4276)
4734  // SCI interpreter version 2.000.000 (a guess?)
4735  {"pq4", "", {
4736  {"resource.map", 0, "2393ee728ab930b2762cb5889f9b5aff", 9256},
4737  {"resource.000", 0, "6ba98bd2e436739d87ecd2a9b99cabb4", 14730155},
4738  AD_LISTEND},
4739  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQ4_FLOPPY },
4740 
4741  // Police Quest 4 - English Macintosh CD
4742  {"pq4", "", {
4743  {"Data1", 0, "9f0a775c66481cef43b0743275a745b7", 4945908},
4744  {"Data2", 0, "e64840cdc341ac567579aae1526e6d92", 5572099},
4745  {"Data3", 0, "abdd183f3d6a0c326c949ba9dda32579", 5691423},
4746  {"Data4", 0, "f1d80305b254f40ecff4a0f56b1d21a7", 5431522},
4747  {"Data5", 0, "e766923060f7b85f1cd8909240412796", 5194430},
4748  {"Data6", 0, "ca95355f5f89dcf45e78c073ef83471b", 6599009},
4749  AD_LISTEND},
4750  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_PQ4_MAC },
4751 
4752 #undef GUIO_PQ4_FLOPPY
4753 #undef GUIO_PQ4_CD
4754 #undef GUIO_PQ4_MAC
4755 
4756 #define GUIO_PQSWAT_DEMO GUIO7(GUIO_NOSUBTITLES, \
4757  GUIO_NOMIDI, \
4758  GUIO_LINKMUSICTOSFX, \
4759  GUIO_LINKSPEECHTOSFX, \
4760  GUIO_NOASPECT, \
4761  GUIO_NOLAUNCHLOAD, \
4762  GAMEOPTION_ENABLE_GMM_SAVE)
4763 #define GUIO_PQSWAT GUIO9(GUIO_NOSUBTITLES, \
4764  GUIO_NOMIDI, \
4765  GUIO_LINKMUSICTOSFX, \
4766  GUIO_LINKSPEECHTOSFX, \
4767  GUIO_NOASPECT, \
4768  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
4769  GAMEOPTION_HQ_VIDEO, \
4770  GAMEOPTION_UPSCALE_VIDEOS, \
4771  GAMEOPTION_ENABLE_GMM_SAVE)
4772 
4773  // Police Quest: SWAT - English DOS/Windows Demo (from jvprat)
4774  // Executable scanning reports "2.100.002", VERSION file reports "0.001.200"
4775  // Currently unsupported, since this demo uses Version 4 of Robot videos,
4776  // which we haven't implemented yet in RobotDecoder (bug #14388)
4777  // I18N: 'Robot' is a video format name (as in 'MP4 video')
4778  {"pqswat", _s("This demo uses an unimplemented version of Robot videos"), {
4779  {"resource.map", 0, "8c96733ef94c21526792f7ca4e3f2120", 1648},
4780  {"resource.000", 0, "d8892f1b8c56c8f7704325460f49b300", 3676175},
4781  AD_LISTEND},
4782  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO | ADGF_UNSUPPORTED, GUIO_PQSWAT_DEMO },
4783 
4784  // Police Quest: SWAT - English DOS (from GOG.com)
4785  // Executable scanning reports "2.100.002", VERSION file reports "1.0c"
4786  {"pqswat", "", {
4787  {"resmap.000", 0, "1c2563fee189885e29d9348f37306d94", 12175},
4788  {"ressci.000", 0, "b2e1826ca81ce2e7e764587f5a14eee9", 127149181},
4789  AD_LISTEND},
4790  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQSWAT },
4791 
4792  // Police Quest: SWAT - English DOS/Windows
4793  // Executable scanning reports "2.100.002", VERSION.TXT file reports "1.100"
4794  {"pqswat", "", {
4795  {"resmap.001", 0, "c2571ca6fc43f9a0b2d44c14aa2a39a3", 6955},
4796  {"ressci.001", 0, "4550b56b6ea65c10c507b571abb43b97", 29312320},
4797  {"resmap.002", 0, "808de8c5357f519ace8836a5e52d9e44", 6439},
4798  {"ressci.002", 0, "672665bbe12be2aee44722495daca84e", 31599543},
4799  {"resmap.003", 0, "3a8e446d7355789cdf0fe2cdf5e478db", 6841},
4800  {"ressci.003", 0, "621621778cf754986e7f9f3f245b898b", 46510796},
4801  {"resmap.004", 0, "98cd83681994e922a2f65031cf13fd49", 7069},
4802  {"ressci.004", 0, "d28ad458276f42748f47ac27d0a0cc76", 50759885},
4803  AD_LISTEND},
4804  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQSWAT },
4805 
4806  // Police Quest: SWAT - English DOS
4807  // Reported by canuckflicks in bug #12264
4808  {"pqswat", "", {
4809  {"resmap.000", 0, "9eec3ad5ccf1f649b9aa859c88b44c46", 12217},
4810  {"ressci.000", 0, "b2e1826ca81ce2e7e764587f5a14eee9", 121085460},
4811  AD_LISTEND},
4812  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQSWAT },
4813 
4814  // Police Quest: SWAT - English Windows (from the Police Quest Collection)
4815  // Executable scanning reports "2.100.002", VERSION file reports "1.0c"
4816  // Original DOS/Windows release VERSION file reports "1.000" is the same
4817  {"pqswat", "", {
4818  {"resmap.001", 0, "de5ea1beb3d9490737aa5fd398fe9765", 6937},
4819  {"ressci.001", 0, "7cd5414f54748f90904a46123a52472f", 29467363},
4820  {"resmap.002", 0, "ff7a7e0f3dea2c73182b7ea84e3431cc", 6211},
4821  {"ressci.002", 0, "e613357f3349c4bfa5a7b7b312be7f97", 25987989},
4822  {"resmap.003", 0, "84303aa019fa75a0eb20ba502bc4ccae", 6601},
4823  {"ressci.003", 0, "00a755e917c442ca8cf1a1bea689e6fb", 45073980},
4824  {"resmap.004", 0, "4228038906f041623e65789500b22285", 6835},
4825  {"ressci.004", 0, "b7e619e6ecf62fe65d5116a3a422e5f0", 46223872},
4826  AD_LISTEND},
4827  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQSWAT },
4828 
4829  // Police Quest: SWAT - English Windows (from the Police Quest Collection)
4830  // With only first CD copied
4831  // Executable scanning reports "2.100.002", VERSION file reports "1.0c"
4832  // Original DOS/Windows release VERSION file reports "1.000" is the same
4833  {"pqswat", _s("Incomplete game detected. You have to copy data from all the CDs."), {
4834  {"resmap.001", 0, "de5ea1beb3d9490737aa5fd398fe9765", 6937},
4835  {"ressci.001", 0, "7cd5414f54748f90904a46123a52472f", 29467363},
4836  AD_LISTEND},
4837  Common::EN_ANY, Common::kPlatformDOS, ADGF_WARNING, GUIO_PQSWAT },
4838 
4839  // Police Quest: SWAT - French 1.100 DOS/Windows
4840  // Reported by e-Scarlatti in bug #11100
4841  {"pqswat", "", {
4842  {"resmap.001", 0, "10abf5d5571f23685604e6d833250ddf", 10066},
4843  {"ressci.001", 0, "b2bd962abeb3c1239773fdf7a530231c", 29529649},
4844  {"resmap.002", 0, "89c20793199107e78354c6ce7a284b07", 9490},
4845  {"ressci.002", 0, "b2bd962abeb3c1239773fdf7a530231c", 31853152},
4846  {"resmap.003", 0, "4f4ba573934b1d27d3e4f31116d1d6d9", 9880},
4847  {"ressci.003", 0, "b2bd962abeb3c1239773fdf7a530231c", 46769998},
4848  {"resmap.004", 0, "93c7638e131b28a251985c5114b14838", 10162},
4849  {"ressci.004", 0, "b2bd962abeb3c1239773fdf7a530231c", 50998883},
4850  AD_LISTEND},
4851  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PQSWAT },
4852 
4853  // Police Quest: SWAT - English Macintosh CD
4854  // NOTE: This only contains disc 1 files
4855  {"pqswat", "", {
4856  {"Data1", 0, "03f10959f32a894a65385dfee19022fa", 842106},
4857  {"Data2", 0, "9f6975e06881ccf594d1d2011c8fac69", 8572077},
4858  {"Data3", 0, "80ac4ba29e1c6a6abeef06566c389028", 9785229},
4859  {"Data4", 0, "450e87b388e3b759b68c6ceb6bb4ca89", 10271083},
4860  {"Data5", 0, "223eed8e3a64e2fb76f25bd49afbbb79", 1712932},
4861  AD_LISTEND},
4862  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_PQSWAT },
4863 
4864 #undef GUIO_PQSWAT_DEMO
4865 #undef GUIO_PQSWAT
4866 
4867  // Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy (supplied by merkur in bug report #4253)
4868  // Executable scanning reports "0.000.566"
4869  {"qfg1", "", {
4870  {"resource.map", 0, "c1dc4470fb947c067567252f62d6c1b6", 6474},
4871  {"resource.000", 0, "481b034132106390cb5160fe61dd5f58", 80334},
4872  {"resource.001", 0, "4d67acf52833ff45c7f753d6663532e8", 462727},
4873  {"resource.002", 0, "439ba9b6dde216e6eb97ef3a9830fbe4", 646869},
4874  {"resource.003", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 642203},
4875  {"resource.004", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 641688},
4876  AD_LISTEND},
4877  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4878 
4879  // Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy v1.001 Int#0.000.566 (supplied by alonzotg in bug report #5606)
4880  {"qfg1", "", {
4881  {"resource.map", 0, "85512508ed4e4ef1e3b309adabceeda9", 6486},
4882  {"resource.000", 0, "481b034132106390cb5160fe61dd5f58", 80334},
4883  {"resource.001", 0, "4d67acf52833ff45c7f753d6663532e8", 462729},
4884  {"resource.002", 0, "439ba9b6dde216e6eb97ef3a9830fbe4", 647244},
4885  {"resource.003", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 642203},
4886  {"resource.004", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 641688},
4887  AD_LISTEND},
4888  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4889 
4890  // Quest for Glory 1 / Hero's Quest - English DOS 3.5" Floppy v1.102 Int#0.000.629 (suppled by digitoxin1 in bug report #6115)
4891  {"qfg1", "", {
4892  {"resource.map", 0, "b162dbd4632250d4d83bed46d0783c10", 6396},
4893  {"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 78800},
4894  {"resource.001", 0, "a270012fa74445d74c044d1b65a9ff8c", 459835},
4895  {"resource.002", 0, "e64004e020fdf1813be52b639b08be89", 635561},
4896  {"resource.003", 0, "f0af87c60ec869946da442833aa5afa8", 640502},
4897  {"resource.004", 0, "f0af87c60ec869946da442833aa5afa8", 644575},
4898  AD_LISTEND},
4899  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4900 
4901  // Quest for Glory 1 / Hero's Quest - English DOS 5.25" Floppy v1.102 Int#0.000.629 (suppled by digitoxin1 in bug report #6115)
4902  {"qfg1", "", {
4903  {"resource.map", 0, "5772a2c1bfae46f26582582c9901121e", 6858},
4904  {"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 78800},
4905  {"resource.001", 0, "a270012fa74445d74c044d1b65a9ff8c", 75090},
4906  {"resource.002", 0, "d22695c53835dfdece056d86f26c251e", 271354},
4907  {"resource.003", 0, "3cd085e27078f269b3ece5838812ff41", 258084},
4908  {"resource.004", 0, "8927c7a04a78f1e76f342db3ccc9d879", 267835},
4909  {"resource.005", 0, "13d16cc9b90b51e2c8643cdf52a62957", 268807},
4910  {"resource.006", 0, "48b2b3c964dcbeccb68e984e6d4e97db", 278473},
4911  {"resource.007", 0, "f0af87c60ec869946da442833aa5afa8", 269237},
4912  AD_LISTEND},
4913  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4914 
4915  // Quest for Glory 1 / Hero's Quest - English DOS 5.25" Floppy (supplied by markcoolio in bug report #4277)
4916  // Executable scanning reports "0.000.566"
4917  {"qfg1", "", {
4918  {"resource.map", 0, "94bc3f2ae2dad12f1303606740d087ff", 6936},
4919  {"resource.000", 0, "481b034132106390cb5160fe61dd5f58", 80334},
4920  {"resource.001", 0, "4d67acf52833ff45c7f753d6663532e8", 95498},
4921  {"resource.002", 0, "3e2a89d60d385caca5b3394049da4bc4", 271587},
4922  {"resource.003", 0, "e56e9fd2f7d2c98774699f7a5087e524", 255998},
4923  {"resource.004", 0, "d74cd4290bf60e1409117202e4ce8592", 266415},
4924  {"resource.005", 0, "7288ed6d5da89b7a80b4af3897a7963a", 271185},
4925  {"resource.006", 0, "69366c2a2f99917199fe1b60a4fee19d", 267852},
4926  {"resource.007", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 272747},
4927  {"resource.008", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 263728},
4928  {"resource.009", 0, "5e35f434cf102c323a1adf999682e712", 273698},
4929  {"resource.010", 0, "84602c36ecd9fb33d887e095f9300d82", 267913},
4930  AD_LISTEND},
4931  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4932 
4933  // Quest for Glory 1 / Hero's Quest - English DOS 5.25" Floppy (supplied by ssburnout in bug report #5270)
4934  // 1.001 10x5.25" (label: INT.#0.000.566)
4935  {"qfg1", "", {
4936  {"resource.map", 0, "c5a0346ff16c43b1eea9583d15e7743c", 6948},
4937  {"resource.000", 0, "481b034132106390cb5160fe61dd5f58", 80334},
4938  {"resource.001", 0, "4d67acf52833ff45c7f753d6663532e8", 95500},
4939  {"resource.002", 0, "3e2a89d60d385caca5b3394049da4bc4", 271587},
4940  {"resource.003", 0, "e56e9fd2f7d2c98774699f7a5087e524", 256373},
4941  {"resource.004", 0, "d74cd4290bf60e1409117202e4ce8592", 266415},
4942  {"resource.005", 0, "7288ed6d5da89b7a80b4af3897a7963a", 271185},
4943  {"resource.006", 0, "69366c2a2f99917199fe1b60a4fee19d", 267852},
4944  {"resource.007", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 272747},
4945  {"resource.008", 0, "7ab2bf8e224b57f75e0cd6e4ba790761", 263728},
4946  {"resource.009", 0, "5e35f434cf102c323a1adf999682e712", 273698},
4947  {"resource.010", 0, "84602c36ecd9fb33d887e095f9300d82", 267913},
4948  AD_LISTEND},
4949  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4950 
4951  // Quest for Glory 1 / Hero's Quest - English DOS 5.25" Floppy (supplied by ssburnout in bug report #5270)
4952  // 1.200 10x5.25" (label: INT#9.10.90)
4953  {"qfg1", "", {
4954  {"resource.map", 0, "96939838dd9aa17b110c25256f04dd0b", 6906},
4955  {"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 79181},
4956  {"resource.001", 0, "917fcef303e9489597154727baaa9e07", 74752},
4957  {"resource.002", 0, "c000304092dc439d5103563853b4fc6d", 273186},
4958  {"resource.003", 0, "1903eb08c02e2218b4a38ab9d5553e01", 258115},
4959  {"resource.004", 0, "4b8e46d72ce887d13c552be56db3b3c8", 267882},
4960  {"resource.005", 0, "f40198349d542e105d040743435e0cd6", 268907},
4961  {"resource.006", 0, "f46690dca714abc8c89357d30e363dd3", 278387},
4962  {"resource.007", 0, "951299a82a8134ed12c5c18118d45c2f", 269173},
4963  AD_LISTEND},
4964  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4965 
4966  // Quest for Glory 1 / Hero's Quest - English Atari ST
4967  // Game version 1.137
4968  // Executable reports "1.002.028"
4969  {"qfg1", "", {
4970  {"resource.map", 0, "2a794066ad161acbedac8fa14e46905d", 6438},
4971  {"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 79204},
4972  {"resource.001", 0, "f7fc269d3db146830d6427d3e02d4187", 473547},
4973  {"resource.002", 0, "e64004e020fdf1813be52b639b08be89", 635687},
4974  {"resource.003", 0, "f0af87c60ec869946da442833aa5afa8", 640438},
4975  {"resource.004", 0, "f0af87c60ec869946da442833aa5afa8", 644452},
4976  AD_LISTEND},
4977  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
4978 
4979  // Quest for Glory 1 / Hero's Quest - English DOS Demo
4980  // Executable scanning reports "0.000.685"
4981  {"qfg1", "Demo", {
4982  {"resource.map", 0, "df34c758cbb9026da175793ff686b0e6", 882},
4983  {"resource.001", 0, "73fbaafdd313b39aeedb80fbf85ecef1", 389884},
4984  AD_LISTEND},
4985  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
4986 
4987  // Quest for Glory 1 - Japanese PC-98 5.25" Floppy (also includes English language)
4988  // Executable scanning reports "S.old.201", VERSION file reports "1.000.006"
4989  // READ.ME file says version "1.100"
4990  {"qfg1", "8 Colors", {
4991  {"resource.map", 0, "5cbeb95dd2a4b7cb242b415cc6ec1c47", 6444},
4992  {"resource.001", 0, "a21451ef6fa8179bd4b22c4950004c44", 859959},
4993  {"resource.002", 0, "a21451ef6fa8179bd4b22c4950004c44", 1136968},
4994  {"resource.003", 0, "a21451ef6fa8179bd4b22c4950004c44", 769897},
4995  AD_LISTEND},
4996  Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO7(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING) },
4997 
4998  // Quest for Glory 1 - Japanese PC-98 5.25" Floppy (also includes English language)
4999  // Executable scanning reports "S.old.201", VERSION file reports "1.000.006"
5000  // READ.ME file says version "1.100"
5001  {"qfg1", "16 Colors", {
5002  {"resource.map", 0, "3ecaba33bf77cb434067a0b8aee15097", 6444},
5003  {"resource.001", 0, "a21451ef6fa8179bd4b22c4950004c44", 864754},
5004  {"resource.002", 0, "a21451ef6fa8179bd4b22c4950004c44", 1147121},
5005  {"resource.003", 0, "a21451ef6fa8179bd4b22c4950004c44", 777575},
5006  AD_LISTEND},
5007  Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO7(GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_EGA_UNDITHER, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING) },
5008 
5009  // Quest for Glory 1 - English Amiga
5010  // Executable scanning reports "1.002.020"
5011  // SCI interpreter version 0.000.685
5012  {"qfg1", "", {
5013  {"resource.map", 0, "e65034832f0c9df1dc22128227b782d0", 6066},
5014  {"resource.000", 0, "1c0255dea2d3cd71eee9f2db201eee3f", 111987},
5015  {"resource.001", 0, "a270012fa74445d74c044d1b65a9ff8c", 143570},
5016  {"resource.002", 0, "e64004e020fdf1813be52b639b08be89", 553201},
5017  {"resource.003", 0, "16cd4414c37ae3bb6d6da33dce8e25e8", 654096},
5018  {"resource.004", 0, "16cd4414c37ae3bb6d6da33dce8e25e8", 689124},
5019  {"resource.005", 0, "5f3386ef2f2b1254e4a066f5d9027324", 609529},
5020  AD_LISTEND},
5021  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5022 
5023  // Quest for Glory 1 - English DOS
5024  // SCI interpreter version 0.000.629
5025  {"qfg1", "", {
5026  {"resource.map", 0, "74a108a7fb345bfc84f4113b6e5241bb", 6432},
5027  {"resource.000", 0, "40332d3ebfc70a4b6a6a0443c2763287", 79181},
5028  {"resource.001", 0, "917fcef303e9489597154727baaa9e07", 461422},
5029  {"resource.002", 0, "05ddce5f437a516b89ede2438fac09d8", 635734},
5030  {"resource.003", 0, "951299a82a8134ed12c5c18118d45c2f", 640483},
5031  {"resource.004", 0, "951299a82a8134ed12c5c18118d45c2f", 644443},
5032  AD_LISTEND},
5033  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5034 
5035  // Quest for Glory 1 VGA Remake - English DOS
5036  // VERSION file reports "2.000"
5037  // Executable scanning reports "2.000.411"
5038  {"qfg1vga", "VGA", {
5039  {"resource.map", 0, "a731fb6c9c0b282443f7027bc8694d4c", 8469},
5040  {"resource.000", 0, "ecace1a2771846b1a8aa1afdd44111a0", 6570147},
5041  AD_LISTEND},
5042  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5043 
5044  // Russian translation, based on English DOS version
5045  // Version 1.01
5046  {"qfg1vga", "VGA", {
5047  {"resource.map", 0, "a731fb6c9c0b282443f7027bc8694d4c", 8469},
5048  {"resource.000", 0, "ecace1a2771846b1a8aa1afdd44111a0", 6570147},
5049  {"556.msg", 0, "859bdc832fc9e080aadacdbc00a5979c", 2621},
5050  AD_LISTEND},
5051  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5052 
5053  // Quest for Glory 1 VGA Remake - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
5054  // Executable scanning reports "2.000.411"
5055  { "qfg1vga", "VGA", {
5056  {"resource.map", 0, "a731fb6c9c0b282443f7027bc8694d4c", 8469},
5057  {"resource.000", 0, "ecace1a2771846b1a8aa1afdd44111a0", 6570147},
5058  {"PATCHES/300.fon", 0, "3cc38f11c31709a6c860f8d3be4c8bbe", 2964},
5059  AD_LISTEND},
5060  Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5061 
5062  // Quest for Glory 1 VGA Remake - English DOS Non-Interactive Demo (from FRG)
5063  // SCI interpreter version 1.001.029
5064  {"qfg1vga", "VGA/Demo", {
5065  {"resource.map", 0, "ac0257051c95a59c0cdc0be24d9b11fa", 729},
5066  {"resource.000", 0, "ec6f5cf369054dd3e5392995e9975b9e", 768218},
5067  AD_LISTEND},
5068  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
5069 
5070  // Quest for Glory 1 VGA Remake - English Macintosh Floppy
5071  // VERSION file reports "2.0"
5072  {"qfg1vga", "VGA", {
5073  {"Data1", 0, "106527ff8756e4e1a795d63d23e8b833", 1752102},
5074  {"Data2", 0, "5cdd92033231159c6e9c71d43e9f194d", 6574490},
5075  AD_LISTEND},
5076  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO_STD16_MAC_HIRESFONTS },
5077 
5078  // Quest for Glory 2 - English Amiga
5079  // Game version 1.109
5080  // Executable scanning reports "1.003.004"
5081  // SCI interpreter version 0.001.010
5082  {"qfg2", "", {
5083  {"resource.map", 0, "365ea1033ba26d227ec4007be88c59cc", 7596},
5084  {"resource.000", 0, "810245be50fde5a67e3ea95e876e3e64", 233341},
5085  {"resource.001", 0, "7a5fde9875211ed67a896fc0d91940c8", 127294},
5086  {"resource.002", 0, "dcf6bc2c18660d7ad532fb61861eb721", 543644},
5087  {"resource.003", 0, "dcf6bc2c18660d7ad532fb61861eb721", 565044},
5088  {"resource.004", 0, "dcf6bc2c18660d7ad532fb61861eb721", 466630},
5089  {"resource.005", 0, "a77d2576c842b2b06da57d4ac8fc51c0", 579975},
5090  {"resource.006", 0, "ccf5dba33e5cab6d5872838c0f8db44c", 500039},
5091  {"resource.007", 0, "4c9fc1587545879295cb9627f56a2cb8", 575056},
5092  {"resource.008", 0, "3979394c0210ff404c6c59849dd8d865", 598338},
5093  AD_LISTEND},
5094  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5095 
5096  // Quest for Glory 2 - English (supplied by ssburnout in bug report #5270)
5097  // 1.000 5x5.25" (label: INT#10.31.90)
5098  {"qfg2", "", {
5099  {"resource.map", 0, "5b07fa7ea23afb7dd6804e64e7f7470f", 6906},
5100  {"resource.000", 0, "a17e374c4d33b81208c862bc0ffc1a38", 212151},
5101  {"resource.001", 0, "e4cc56e7a471325bc8ba1dc78334f52f", 866944},
5102  {"resource.002", 0, "5f08242f962293be8fb852f183342350", 790850},
5103  {"resource.003", 0, "0790f67d87642132be515cab05026baa", 972144},
5104  {"resource.004", 0, "2ac1e6fea9aa1f5b91a06693a67b9766", 982830},
5105  AD_LISTEND},
5106  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5107 
5108  // Quest for Glory 2 - English (supplied by ssburnout in bug report #5270)
5109  // 1.000 9x3.5" (label: INT#10.31.90)
5110  {"qfg2", "", {
5111  {"resource.map", 0, "1e30119a632a53eb8343fff7c9989025", 8148},
5112  {"resource.000", 0, "a17e374c4d33b81208c862bc0ffc1a38", 212151},
5113  {"resource.001", 0, "e4cc56e7a471325bc8ba1dc78334f52f", 331803},
5114  {"resource.002", 0, "5f08242f962293be8fb852f183342350", 468129},
5115  {"resource.003", 0, "5f08242f962293be8fb852f183342350", 501963},
5116  {"resource.004", 0, "5f08242f962293be8fb852f183342350", 482486},
5117  {"resource.005", 0, "5f08242f962293be8fb852f183342350", 478071},
5118  {"resource.006", 0, "5e9deacbdb17198ad844988e04833520", 498593},
5119  {"resource.007", 0, "2ac1e6fea9aa1f5b91a06693a67b9766", 490151},
5120  {"resource.008", 0, "5e85f6cf401eaad1bbd5dd978da81f47", 482914},
5121  {"resource.009", 0, "9fa9a4326a5026e13a3afdbabc1e2abd", 480904},
5122  AD_LISTEND},
5123  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5124 
5125  // Quest for Glory 2 - English (from FRG)
5126  // 1.102 5x5.25" (label: INT#11.20.90)
5127  // Executable scanning reports "1.000.072"
5128  {"qfg2", "", {
5129  {"resource.map", 0, "bc79c5685c00edab3ad6df18691703bc", 6906},
5130  {"resource.000", 0, "a17e374c4d33b81208c862bc0ffc1a38", 212119},
5131  {"resource.001", 0, "e08d7887e30b12008c40f9570447711a", 867866},
5132  {"resource.002", 0, "df137dc7869cab07e1149ba2333c815c", 790750},
5133  {"resource.003", 0, "b192607c42f6960ecdf2ad2e4f90e9bc", 972804},
5134  {"resource.004", 0, "cd2de58e27665d5853530de93fae7cd6", 983617},
5135  AD_LISTEND},
5136  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5137 
5138  // Quest for Glory 2 - English DOS (supplied by digitoxin1 in bug report #6116)
5139  // v1.102 9x3.5" (label: Int#11.20.90)
5140  {"qfg2", "", {
5141  {"resource.map", 0, "367023314ea33e3156297402f6c1da49", 8166},
5142  {"resource.000", 0, "a17e374c4d33b81208c862bc0ffc1a38", 212119},
5143  {"resource.001", 0, "e08d7887e30b12008c40f9570447711a", 331995},
5144  {"resource.002", 0, "df137dc7869cab07e1149ba2333c815c", 467461},
5145  {"resource.003", 0, "df137dc7869cab07e1149ba2333c815c", 502560},
5146  {"resource.004", 0, "df137dc7869cab07e1149ba2333c815c", 488532},
5147  {"resource.005", 0, "df137dc7869cab07e1149ba2333c815c", 478574},
5148  {"resource.006", 0, "b1944bd664ddbd2859cdaa0c4a0d6281", 507489},
5149  {"resource.007", 0, "cd2de58e27665d5853530de93fae7cd6", 490794},
5150  {"resource.008", 0, "977a3706f90dd1b4770b6628a4af4530", 483289},
5151  {"resource.009", 0, "9fa9a4326a5026e13a3afdbabc1e2abd", 485301},
5152  AD_LISTEND},
5153  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5154 
5155  // Quest for Glory 2 - English DOS
5156  // v1.105, 5x5.25"
5157  // Executable scanning reports "1.000.087"
5158  {"qfg2", "", {
5159  {"resource.map", 0, "275abaeab8bcc20776c43e543c405832", 6906},
5160  {"resource.000", 0, "a17e374c4d33b81208c862bc0ffc1a38", 212120},
5161  {"resource.001", 0, "e08d7887e30b12008c40f9570447711a", 867967},
5162  {"resource.002", 0, "df137dc7869cab07e1149ba2333c815c", 790794},
5163  {"resource.003", 0, "b192607c42f6960ecdf2ad2e4f90e9bc", 972806},
5164  {"resource.004", 0, "cd2de58e27665d5853530de93fae7cd6", 983617},
5165  AD_LISTEND},
5166  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5167 
5168  // Quest for Glory 2 - English DOS
5169  // v1.105, 9x3.5" (label: INT#12.7.90)
5170  // Executable scanning reports "1.000.087"
5171  {"qfg2", "", {
5172  {"resource.map", 0, "be23af27e9557bf232efe213ac7f277c", 8166},
5173  {"resource.000", 0, "a17e374c4d33b81208c862bc0ffc1a38", 212120},
5174  {"resource.001", 0, "e08d7887e30b12008c40f9570447711a", 331973},
5175  {"resource.002", 0, "df137dc7869cab07e1149ba2333c815c", 467505},
5176  {"resource.003", 0, "df137dc7869cab07e1149ba2333c815c", 502560},
5177  {"resource.004", 0, "df137dc7869cab07e1149ba2333c815c", 488541},
5178  {"resource.005", 0, "df137dc7869cab07e1149ba2333c815c", 478688},
5179  {"resource.006", 0, "b1944bd664ddbd2859cdaa0c4a0d6281", 507489},
5180  {"resource.007", 0, "cd2de58e27665d5853530de93fae7cd6", 490794},
5181  {"resource.008", 0, "977a3706f90dd1b4770b6628a4af4530", 483289},
5182  {"resource.009", 0, "9fa9a4326a5026e13a3afdbabc1e2abd", 485303},
5183  AD_LISTEND},
5184  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_UNDITHER },
5185 
5186  // Quest for Glory 2 - English DOS Non-Interactive Demo
5187  // Executable scanning reports "1.000.046"
5188  {"qfg2", "Demo", {
5189  {"resource.map", 0, "e75eb86bdd517b3ef709058249986a87", 906},
5190  {"resource.001", 0, "9b098f9e1008abe30e56c93b896494e6", 362123},
5191  AD_LISTEND},
5192  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_UNDITHER },
5193 
5194  // Quest for Glory 3 - English DOS Non-Interactive Demo (from FRG)
5195  // Executable scanning reports "1.001.021", VERSION file reports "1.000, 0.001.059, 6.12.92"
5196  {"qfg3", "Demo", {
5197  {"resource.map", 0, "fd71de9b588a45f085317caacf050e91", 687},
5198  {"resource.000", 0, "b6c69bf6c18bf177492249fe81fc6a6d", 648702},
5199  AD_LISTEND},
5200  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
5201 
5202  // Quest for Glory 3 - English DOS
5203  // SCI interpreter version 1.001.050
5204  {"qfg3", "", {
5205  {"resource.map", 0, "19e2bf9b693932b5e2bb59b9f9ab86c9", 5958},
5206  {"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5868000},
5207  AD_LISTEND},
5208  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5209 
5210  // Quest for Glory 3 - English DOS (supplied by abevi in bug report #4176)
5211  // SCI interpreter version 1.001.050
5212  {"qfg3", "", {
5213  {"resource.map", 0, "62c185d190363d7df06330fa0cc45b36", 5958},
5214  {"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5867442},
5215  AD_LISTEND},
5216  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5217 
5218  // Quest for Glory 3 - English DOS (supplied by dknute in bug report #5542)
5219  {"qfg3", "", {
5220  {"resource.map", 0, "19e2bf9b693932b5e2bb59b9f9ab86c9", 5958},
5221  {"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5868042},
5222  {"resource.msg", 0, "27e5419c98ce444253f88c95dced14a9", 246888},
5223  AD_LISTEND},
5224  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5225 
5226  // Quest for Glory 3 - German DOS (supplied by markcoolio in bug report #4278)
5227  // Executable scanning reports "L.rry.083"
5228  {"qfg3", "", {
5229  {"resource.map", 0, "19e2bf9b693932b5e2bb59b9f9ab86c9", 5958},
5230  {"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5868042},
5231  {"resource.msg", 0, "b15bc88d223082ee676551569512e937", 279694},
5232  AD_LISTEND},
5233  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5234 
5235  // Quest for Glory 3 - French DOS v1.1 (supplied by misterhands in bug report #6182)
5236  // Executable scanning reports "L.rry.083"
5237  {"qfg3", "", {
5238  {"resource.map", 0, "19e2bf9b693932b5e2bb59b9f9ab86c9", 5958},
5239  {"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5868000},
5240  {"resource.msg", 0, "0fa1047002df904b8d1807bb7bab4fab", 267210},
5241  AD_LISTEND},
5242  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
5243 
5244  // Quest for Glory 3 - Spanish DOS CD (from jvprat)
5245  // Executable scanning reports "L.rry.083", VERSION file reports "1.000.000, June 30, 1994"
5246  {"qfg3", "", {
5247  {"resource.map", 0, "10809197c33a5e62819311d8a2f73f85", 5978},
5248  {"resource.000", 0, "ba7ac86155e4c531e46cd73c86daa80a", 5884098},
5249  {"resource.msg", 0, "a63974730d294dec0bea10057c36e506", 256014},
5250  AD_LISTEND},
5251  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
5252 
5253  // Quest for Glory 3 - Italian DOS
5254  // Supplied by ghoost in bug report #5310
5255  {"qfg3", "", {
5256  {"resource.map", 0, "19e2bf9b693932b5e2bb59b9f9ab86c9", 5958},
5257  {"resource.000", 0, "6178ad2e83e58e4671ca03315f7a6498", 5868000},
5258  {"resource.msg", 0, "5a0a896ff3e4a628db38a75eb6c84114", 259018},
5259  AD_LISTEND},
5260  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
5261 
5262  // Quest for Glory 3 - Russian DOS fan-tanslation by old-games.ru
5263  {"qfg3", "", {
5264  {"resource.map", 0, "bee7ca7b4c3455452f5eb17ce5da6231", 5962},
5265  {"resource.000", 0, "5186e4ac205132b06d9aaec8dff9d77e", 5990202},
5266  {"resource.msg", 0, "f89eb3bc2b0e192e8708c1053e39b5df", 243214},
5267  AD_LISTEND},
5268  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
5269 
5270  // Quest for Glory 4 - English DOS Non-Interactive Demo (from FRG)
5271  // SCI interpreter version 1.001.069 (just a guess)
5272  // Note: we are not using ADGF_DEMO here, to avoid a game ID like qfg4demo-demo
5273  {"qfg4demo", "Demo", {
5274  {"resource.map", 0, "1ba7c7ae1efb315326d45cb931569b1b", 922},
5275  {"resource.000", 0, "41ba03f0b188b029132daa3ece0d3e14", 623154},
5276  AD_LISTEND},
5277  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5278 
5279  // Quest for Glory 4 - English DOS Non-Interactive Demo (from KQ6 CD-ROM)
5280  // No interpreter version number, doesn't include FLYTHRU.SEQ intro
5281  // Note: we are not using ADGF_DEMO here, to avoid a game ID like qfg4demo-demo
5282  {"qfg4demo", "Demo", {
5283  { "resource.map", 0, "0d71869e3fa1d6a23c2a76ad845f693f", 922 },
5284  { "resource.000", 0, "41ba03f0b188b029132daa3ece0d3e14", 623154 },
5285  AD_LISTEND},
5286  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5287 
5288 #define GUIO_QFG4_FLOPPY GUIO4(GUIO_NOSPEECH, \
5289  GAMEOPTION_ORIGINAL_SAVELOAD, \
5290  GAMEOPTION_TTS, \
5291  GAMEOPTION_ENABLE_GMM_SAVE)
5292 #define GUIO_QFG4_CD GUIO4(GUIO_LINKSPEECHTOSFX, \
5293  GAMEOPTION_ORIGINAL_SAVELOAD, \
5294  GAMEOPTION_HQ_VIDEO, \
5295  GAMEOPTION_ENABLE_GMM_SAVE)
5296 
5297  // Quest for Glory 4 1.1 Floppy - English DOS (supplied by markcool in bug report #4280)
5298  // SCI interpreter version 2.000.000
5299  {"qfg4", "", {
5300  {"resource.map", 0, "685bdb1ed47bbbb0e5e25db392da83ce", 9301},
5301  {"resource.000", 0, "f64fd6aa3977939a86ff30783dd677e1", 11004993},
5302  AD_LISTEND},
5303  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_QFG4_FLOPPY },
5304 
5305  // Quest for Glory 4 1.1 Floppy - English DOS (supplied by abevi in bug report #4176)
5306  // SCI interpreter version 2.000.000
5307  {"qfg4", "", {
5308  {"resource.map", 0, "d10a4cc177d2091d744e2ad8c049b0ae", 9295},
5309  {"resource.000", 0, "f64fd6aa3977939a86ff30783dd677e1", 11003589},
5310  AD_LISTEND},
5311  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_QFG4_FLOPPY },
5312 
5313  // Quest for Glory 4 1.1 Floppy - German DOS (supplied by markcool in bug report #4279)
5314  // Executable scanning reports "2.000.000", VERSION file reports "1.1"
5315  {"qfg4", "", {
5316  {"resource.map", 0, "9e0abba8746f40565bc7eb5720522ecd", 9301},
5317  {"resource.000", 0, "57f22cdc54eeb35fce1f26b31b5c3ee1", 11076197},
5318  AD_LISTEND},
5319  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_QFG4_FLOPPY },
5320 
5321  // Quest for Glory 4 CD - English DOS/Windows (from jvprat)
5322  // Executable scanning reports "2.100.002", VERSION file reports "1.0"
5323  {"qfg4", "CD", {
5324  {"resource.map", 0, "aba367f2102e81782d961b14fbe3d630", 10246},
5325  {"resource.000", 0, "263dce4aa34c49d3ad29bec889007b1c", 11571394},
5326  AD_LISTEND},
5327  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_QFG4_CD },
5328 
5329  // Quest for Glory 4 CD - English DOS/Windows (from jvprat)
5330  // Executable scanning reports "2.100.002", VERSION file reports "1.0"
5331  {"qfg4", "CD", {
5332  {"resource.map", 0, "aba367f2102e81782d961b14fbe3d630", 10246},
5333  {"resource.000", 0, "263dce4aa34c49d3ad29bec889007b1c", 11571394},
5334  AD_LISTEND},
5335  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_QFG4_CD },
5336 
5337 #undef GUIO_QFG4_FLOPPY
5338 #undef GUIO_QFG4_CD
5339 
5340 #define GUIO_RAMA_DEMO GUIO8(GUIO_NOSUBTITLES, \
5341  GUIO_NOMIDI, \
5342  GUIO_NOLAUNCHLOAD, \
5343  GUIO_NOASPECT, \
5344  GUIO_LINKSPEECHTOSFX, \
5345  GUIO_LINKMUSICTOSFX, \
5346  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
5347  GAMEOPTION_HQ_VIDEO)
5348 #define GUIO_RAMA GUIO7(GUIO_NOSUBTITLES, \
5349  GUIO_NOMIDI, \
5350  GUIO_NOASPECT, \
5351  GUIO_LINKSPEECHTOSFX, \
5352  GAMEOPTION_ORIGINAL_SAVELOAD, \
5353  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
5354  GAMEOPTION_HQ_VIDEO)
5355 
5356  // RAMA - English DOS/Windows Demo
5357  // Executable scanning reports "2.100.002", VERSION file reports "000.000.008"
5358  {"rama", "Demo", {
5359  {"resmap.001", 0, "775304e9b2a545156be4d94209550094", 1393},
5360  {"ressci.001", 0, "259437fd75fdf51e8207fda8c01fa4fd", 2334384},
5361  AD_LISTEND},
5362  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_RAMA_DEMO },
5363 
5364  // RAMA - English DOS/Windows Demo
5365  // Executable scanning reports "2.100.002", VERSION file reports "00.001.000"
5366  {"rama", "Demo", {
5367  {"resmap.001", 0, "13f48e8f8a8860f832589b4657107011", 1459},
5368  {"ressci.001", 0, "2a45964695196795837b434588003a40", 2318114},
5369  AD_LISTEND},
5370  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_RAMA_DEMO },
5371 
5372  // RAMA - English DOS/Windows (from jvprat)
5373  // Executable scanning reports "3.000.000", VERSION file reports "1.100.000"
5374  {"rama", "", {
5375  {"resmap.001", 0, "3bac72a1910a563f8f92cf5b77c8b7f2", 8338},
5376  {"ressci.001", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70588050},
5377  {"resmap.002", 0, "83c2aa4653a985ab4b49ff60532ed08f", 12082},
5378  {"ressci.002", 0, "2a68edd064e5e4937b5e9c74b38f2082", 128562138},
5379  {"resmap.003", 0, "31ef4c0621711585d031f0ae81707251", 1636},
5380  {"ressci.003", 0, "2a68edd064e5e4937b5e9c74b38f2082", 6860492},
5381  AD_LISTEND},
5382  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_RAMA },
5383 
5384  // RAMA - English DOS/Windows (from Quietust, in bug report #4583)
5385  {"rama", "", {
5386  {"resmap.001", 0, "4a2f3dd87f8033dc0deac43e820cc1ca", 8338},
5387  {"ressci.001", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70599164},
5388  {"resmap.002", 0, "039d7a2191e3ab3d3ae9c12f208aab0e", 12082},
5389  {"ressci.002", 0, "2a68edd064e5e4937b5e9c74b38f2082", 128572432},
5390  {"resmap.003", 0, "48841e4b84ef1b98b48d43566fda9e13", 1636},
5391  {"ressci.003", 0, "2a68edd064e5e4937b5e9c74b38f2082", 6870356},
5392  AD_LISTEND},
5393  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_RAMA },
5394 
5395  // RAMA - German DOS/Windows CD (from farmboy0, in gh-397)
5396  {"rama", "", {
5397  {"resmap.001", 0, "f68cd73308c46977a9632dfc618e1e38", 8338},
5398  {"ressci.001", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70595521},
5399  {"resmap.002", 0, "891fc2f5d9e23e7d9a9454acc7aaae52", 12082},
5400  {"ressci.002", 0, "2a68edd064e5e4937b5e9c74b38f2082", 128508558},
5401  {"resmap.003", 0, "222096000bd83a1d56577114a452cccf", 1636},
5402  {"ressci.003", 0, "2a68edd064e5e4937b5e9c74b38f2082", 6954219},
5403  AD_LISTEND},
5404  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_RAMA },
5405 
5406  // RAMA - French DOS/Windows CD (from bgK)
5407  // Executable scanning reports "3.000.000", VERSION file reports "1.000.000"
5408  {"rama", "", {
5409  {"resmap.001", 0, "c931947115a69bb4c1760cef04e4018f", 8338},
5410  {"ressci.001", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70783560},
5411  {"resmap.002", 0, "2f70519e32dd4d56d0009d127797a444", 12082},
5412  {"ressci.002", 0, "2a68edd064e5e4937b5e9c74b38f2082", 128724165},
5413  {"resmap.003", 0, "fd2ce2312084e60b2cc5194a799873d0", 1636},
5414  {"ressci.003", 0, "2a68edd064e5e4937b5e9c74b38f2082", 6379952},
5415  AD_LISTEND},
5416  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_RAMA },
5417 
5418  // RAMA - Italian DOS/Windows CD (from glorifindel)
5419  {"rama", "", {
5420  {"ressci.001", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70611091},
5421  {"resmap.001", 0, "70ba2ff04a2b7fb2c52420ba7fbd47c2", 8338},
5422  AD_LISTEND},
5423  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_RAMA },
5424 
5425  // RAMA - English Macintosh CD
5426  // NOTE: This only contains disc 1 files
5427  {"rama", "", {
5428  {"Data1", 0, "6013a1ea890f831c3ff05cdda4b4bcc0", 805609},
5429  {"Data2", 0, "242362ae1ecfbda37b31a952b25303e9", 8570570},
5430  {"Data3", 0, "1ee46ff2d7f02bf46ec0c4aa8f84cbb4", 10692088},
5431  {"Data4", 0, "15519ad5d8d7f12db08e1a91a762c237", 6779994},
5432  {"Data5", 0, "ac555290c183ba784bb9af07d6cfcd91", 6904779},
5433  {"Data6", 0, "e98507e9d1b77dff1f5d3c0733cf246d", 7760820},
5434  {"Data7", 0, "f43cd59c73db073d0fe4caf41d1575bb", 9178826},
5435  {"Data8", 0, "0a8ab5005aa762dd8b0291fce6e7e838", 6928720},
5436  {"Data9", 0, "a96190a98be651813128170e17e75c57", 6204832},
5437  {"Data10", 0, "085542cc4ced8dda9eca454b1334dfa4", 5577878},
5438  {"Data11", 0, "a812ef1adfccdd571797250abf6b9db2", 4948629},
5439  {"Data12", 0, "17e2254bdfb100d1981524f93b6ed06a", 1440211},
5440  AD_LISTEND},
5441  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_RAMA },
5442 
5443 #undef GUIO_RAMA_DEMO
5444 #undef GUIO_RAMA
5445 
5446  // The Realm - English Windows demo from the Space Quest Collection
5447  // Executable scanning reports "2.100.002", VERSION file reports "2.184"
5448  {"realm", "Demo", {
5449  {"resmap.000", 0, "70ba2ff04a2b7fb2c52420ba7fbd47c2", 8338},
5450  {"ressci.000", 0, "2a68edd064e5e4937b5e9c74b38f2082", 70611091},
5451  AD_LISTEND},
5452  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, GUIO1(GUIO_NONE) },
5453 
5454  // The Realm - English Windows demo from SWAT 2 CD
5455  // Executable scanning reports "2.100.002", version file reports "3.38"
5456  {"realm", "Demo", {
5457  {"resmap.000", 0, "cff25ac9b1a24b38b964c67d5c5dbcac", 2344},
5458  {"ressci.000", 0, "93f0c4caa2461f383a656c6e81656efc", 431707},
5459  AD_LISTEND},
5460  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSTABLE, GUIO1(GUIO_NONE) },
5461 
5462 #define GUIO_SHIVERS_DEMO GUIO7(GUIO_NOSUBTITLES, \
5463  GUIO_NOMIDI, \
5464  GUIO_NOLAUNCHLOAD, \
5465  GUIO_LINKSPEECHTOSFX, \
5466  GUIO_LINKMUSICTOSFX, \
5467  GUIO_NOASPECT, \
5468  GAMEOPTION_ENABLE_GMM_SAVE)
5469 #define GUIO_SHIVERS GUIO7(GUIO_NOMIDI, \
5470  GUIO_LINKSPEECHTOSFX, \
5471  GUIO_LINKMUSICTOSFX, \
5472  GUIO_NOASPECT, \
5473  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
5474  GAMEOPTION_HQ_VIDEO, \
5475  GAMEOPTION_ENABLE_GMM_SAVE)
5476 
5477  // Shivers - English Windows (from jvprat)
5478  // Executable scanning reports "2.100.002", VERSION file reports "1.02"
5479  {"shivers", "", {
5480  {"resmap.000", 0, "f2ead37749ed8f6535a2445a7d05a0cc", 46525},
5481  {"ressci.000", 0, "4294c6d7510935f2e0a52e302073c951", 262654836},
5482  AD_LISTEND},
5483  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_SHIVERS },
5484 
5485  // Shivers - German Windows (from Tobis87)
5486  {"shivers", "", {
5487  {"resmap.000", 0, "f483d0a1f78334c18052e92785c3086e", 46537},
5488  {"ressci.000", 0, "6751b144671e2deed919eb9d284b07eb", 262390692},
5489  AD_LISTEND},
5490  Common::DE_DEU, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_SHIVERS },
5491 
5492  // Shivers - French Windows (from legluondunet in bug report Trac#9742)
5493  {"shivers", "", {
5494  {"resmap.000", 0, "73bee036dc8ece0d03f637eb340ea428", 46543},
5495  {"ressci.000", 0, "8d45ebb1e5a13468d10e676b8dbce682", 262161072},
5496  AD_LISTEND},
5497  Common::FR_FRA, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_SHIVERS },
5498 
5499  // Shivers - English Windows Non-interactive Demo
5500  // Executable scanning reports "2.100.002"
5501  {"shivers", "Non-interactive Demo", {
5502  {"resmap.000", 0, "d9e0bc5eddefcbe47f528760085d8927", 1186},
5503  {"ressci.000", 0, "3a93c6340b54e07e65d0e5583354d186", 10505469},
5504  AD_LISTEND},
5505  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_DROPPLATFORM, GUIO_SHIVERS },
5506 
5507  // Shivers - English Windows Interactive Demo (from bgK in bug report Trac#9745)
5508  {"shivers", "Demo", {
5509  {"resmap.000", 0, "58a20b0c839d31d56802ead6c8f953c4", 7069},
5510  {"ressci.000", 0, "f9eb6338f658945feadd4d27e58bdb93", 37404155},
5511  AD_LISTEND},
5512  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_DROPPLATFORM, GUIO_SHIVERS },
5513 
5514  // Shivers - English Windows CD Demo (from Metro Games Sierra CD Sampler)
5515  // Executable scanning reports "2.100.002"
5516  {"shivers", "CD Demo", {
5517  {"resmap.000", 0, "0b0e89db3ca62e537922d2f38cce78c7", 30907},
5518  {"ressci.000", 0, "4606f32e83c301a4e90ca5e5d2d85a70", 78611217},
5519  AD_LISTEND},
5520  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_DROPPLATFORM, GUIO_SHIVERS },
5521 
5522  // Shivers - English Macintosh CD
5523  {"shivers", "", {
5524  {"Data1", 0, "7154f2fc5466f0cd6923deb1a6f6729a", 4635227},
5525  {"Data2", 0, "499e46f2b9d1c1485eca53cb90d60a18", 518319},
5526  {"Data3", 0, "8f874e8207f3bf0f1d089fb3af01c1ad", 10159477},
5527  {"Data4", 0, "af5e6582a7157eb2a8784fa7098cf1b1", 15478818},
5528  {"Data5", 0, "1db5025dce818f35bab9acd6e67b5e31", 15634772},
5529  {"Data6", 0, "d64c3acef05ffe1ae09173fdc7fad1fa", 15536612},
5530  {"Data7", 0, "e0ff5994850499fe80024af11291e9db", 14592595},
5531  {"Data8", 0, "2add76cb84e374c1cd56469b9fc85f3d", 15776746},
5532  {"Data9", 0, "5415a1b9634fcdd8ce5ce736ee97ff92", 14644112},
5533  {"Data10", 0, "4f2c24bcc71a35654b39ad8faa537f96", 16371123},
5534  {"Data11", 0, "821e464fd28e5a2e9ca084cde9daeac6", 15269753},
5535  {"Data12", 0, "85e6c8edf7899fc52864b83ede54a38a", 14969853},
5536  {"Data13", 0, "cfb0bbb2bedb00be4849e3796abad3f8", 15182722},
5537  // goes up to Data20
5538  AD_LISTEND},
5539  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_SHIVERS },
5540 
5541 #undef GUIO_SHIVERS_DEMO
5542 #undef GUIO_SHIVERS
5543 
5544  // Shivers 2 doesn't contain SCI scripts. The whole game logic has
5545  // been reimplemented from SCI in native code placed in DLL files.
5546  // Each room has its own DLL file, and some SCI functions have been
5547  // reimplemented/rewritten for this purpose in native code. The
5548  // game and demo have all the resources of a SCI game, apart from
5549  // the SCI scripts themselves. Thus, they cannot be directly
5550  // supported, unless their whole room logic is rewritten from
5551  // scratch, which classifies Shivers 2 as "not SCI"
5552  // Shivers2 - English Windows Demo
5553  // Executable scanning reports "3.000.000"
5555  {"resmap.000", 0, "d8659188b84beaef076bd869837cd530", 634},
5556  {"ressci.000", 0, "7fbac0807a044c9543e8ac376d200e59", 4925003},
5557  AD_LISTEND},
5558  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_UNSUPPORTED, GUIO5(GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE) },
5559 
5560  // Shivers 2 - English Windows (from abevi)
5561  // VERSION.TXT Version 1.0 (3/25/97)
5563  {"ressci.001", 0, "a79d03d6eb75be0a79324f14e3d2ace4", 95346793},
5564  {"resmap.001", 0, "a4804d436d90c4ec2e46b537f5e954db", 6268},
5565  AD_LISTEND},
5566  Common::EN_ANY, Common::kPlatformWindows, ADGF_UNSUPPORTED, GUIO6(GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, GUIO_NOSPEECH, GUIO_NOASPECT, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE) },
5567 
5568  // Slater & Charlie Go Camping - English DOS Demo
5569  // Executable scanning reports "1.cfs.081", VERSION file reports "1.000"
5570  {"slater", "Demo", {
5571  {"resource.map", 0, "61b4f74039399e5aa1e737b16d0fc023", 1409},
5572  {"resource.msg", 0, "1aeafe2b495de288d002109650b66614", 1364},
5573  {"resource.000", 0, "8e10d4f05c1fd9f883384fa38a898489", 377394},
5574  AD_LISTEND},
5575  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_SPEECH },
5576 
5577  // Slater & Charlie Go Camping - English DOS/Windows
5578  {"slater", "", {
5579  {"resource.map", 0, "21f85414124dc23e54544a5536dc35cd", 4044},
5580  {"resource.000", 0, "1846b57fe84774be72f7c50ab3c90df0", 2256126},
5581  {"resource.msg", 0, "c44f51fb955eae266fecf360ebcd5ad2", 1132},
5582  AD_LISTEND},
5583  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
5584 
5585 
5586  // Slater & Charlie Go Camping - English DOS/Windows (Sierra Originals)
5587  {"slater", "", {
5588  {"resource.map", 0, "21f85414124dc23e54544a5536dc35cd", 4044},
5589  {"resource.000", 0, "d7b4cc8e2c0b3a4768f8dfb5de27f206", 2256126},
5590  {"resource.msg", 0, "c44f51fb955eae266fecf360ebcd5ad2", 1132},
5591  AD_LISTEND},
5592  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
5593 
5594  // Slater & Charlie Go Camping - English Macintosh
5595  {"slater", "", {
5596  {"Data1", 0, "7243b4390e5f0182d8133fbcae4b50c5", 2298853}, // FIXMEMD5
5597  {"Data2", 0, "6b6f18f9b502dc0923eeae0ef47f02d5", 2276956},
5598  AD_LISTEND},
5599  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK, GUIO1(GUIO_NONE) },
5600 
5601 #define GUIO_SQ1_ENGLISH_PC GUIO8(GUIO_NOSPEECH, \
5602  GAMEOPTION_PREFER_DIGITAL_SFX, \
5603  GAMEOPTION_ORIGINAL_SAVELOAD, \
5604  GAMEOPTION_MIDI_MODE, \
5605  GAMEOPTION_RGB_RENDERING, \
5606  GAMEOPTION_SQ1_BEARDED_MUSICIANS, \
5607  GAMEOPTION_TTS, \
5608  GAMEOPTION_ENABLE_GMM_SAVE)
5609 
5610  // Space Quest 1 VGA Remake - English Amiga (from www.back2roots.org)
5611  // SCI interpreter version 1.000.510 (just a guess)
5612  {"sq1sci", "SCI", {
5613  {"resource.map", 0, "106484b372af1d4cbf866472cc2813dc", 6396},
5614  {"resource.000", 0, "cc9d6ace343661ae51ec8bd6e6b00a8c", 340944},
5615  {"resource.001", 0, "59efcfa2268d2f8608f544e2674d8151", 761721},
5616  {"resource.002", 0, "f00ef883128bf5fc2fbb888cdd7adf25", 814461},
5617  {"resource.003", 0, "2588c1c2ca8b9bed0e3411948c0856a9", 839302},
5618  {"resource.004", 0, "b25a1539c71701f7715f738c5037e9a6", 775515},
5619  {"resource.005", 0, "640ffe1a9acde392cc33cc1b1a528328", 806324},
5620  AD_LISTEND},
5621  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
5622 
5623  // Space Quest 1 VGA Remake - English DOS (from the Space Quest Collection)
5624  // Executable scanning reports "T.A00.081", VERSION file reports "2.000"
5625  // SCI interpreter version 1.000.510 (just a guess)
5626  {"sq1sci", "SCI", {
5627  {"resource.map", 0, "38a74d8f555a2da9ca4f21d14e3c1d33", 5913},
5628  {"resource.000", 0, "e9d866534f8c84de82e25f2631ff258c", 1016436},
5629  {"resource.001", 0, "a89b7b52064c75b1985b289edc2f5c69", 1038757},
5630  {"resource.002", 0, "a9e847c687529481f3a22b9bf01f45f7", 1169831},
5631  {"resource.003", 0, "c47600e50c6fc591957ae0c5020ee7b8", 1213262},
5632  {"resource.004", 0, "e19ea4ad131472f9238590f2e1d40289", 1203051},
5633  AD_LISTEND},
5634  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ1_ENGLISH_PC },
5635 
5636  // Space Quest 1 VGA Remake - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
5637  // based on English DOS (from the Space Quest Collection)
5638  // Executable scanning reports "T.A00.081", VERSION file reports "2.000"
5639  // SCI interpreter version 1.000.510 (just a guess)
5640  { "sq1sci", "SCI", {
5641  {"resource.map", 0, "38a74d8f555a2da9ca4f21d14e3c1d33", 5913},
5642  {"resource.000", 0, "e9d866534f8c84de82e25f2631ff258c", 1016436},
5643  {"resource.001", 0, "a89b7b52064c75b1985b289edc2f5c69", 1038757},
5644  {"resource.002", 0, "a9e847c687529481f3a22b9bf01f45f7", 1169831},
5645  {"resource.003", 0, "c47600e50c6fc591957ae0c5020ee7b8", 1213262},
5646  {"resource.004", 0, "e19ea4ad131472f9238590f2e1d40289", 1203051},
5647  {"PATCHES/4.fon", 0, "b1b10d8efabfab6e8f74132f3a10e3c0", 2140},
5648  {"PATCHES/60.fon", 0, "22a2ae157d0bc52351c9a0ecf024b041", 2947},
5649  {"PATCHES/61.fon", 0, "685dffc61480d7c73d0fb2ff77b11e57", 2949},
5650  AD_LISTEND},
5651  Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ1_ENGLISH_PC },
5652 
5653  // Space Quest 1 VGA Remake - Russian DOS (from ncuxonaT in bug report #10156)
5654  // VERSION file reports "2.000"
5655  // SCI interpreter version 1.000.510 (just a guess)
5656  {"sq1sci", "SCI", {
5657  {"resource.map", 0, "764bcf12ef3d19c2edb12fef95311b18", 5913},
5658  {"resource.000", 0, "8796727a998f62f5126a88342a6b919c", 1027050},
5659  {"resource.001", 0, "03b15058b01dfad36a78eeb3237a468a", 1042620},
5660  {"resource.002", 0, "c10edb6ee3c57da2af7f7f3b92e2d173", 1173464},
5661  {"resource.003", 0, "da52b87ce225d12a3aa35e6b157e785c", 1214406},
5662  {"resource.004", 0, "424f08b7593e54aa0ae22478b73e628a", 1208608},
5663  AD_LISTEND},
5664  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5665 
5666  // Space Quest 1 VGA Remake - "Version 2.1" fan patch
5667  // VERSION file reports "2.1"
5668  {"sq1sci", "SCI", {
5669  {"resource.map", 0, "67a6792a8384fca77150e3b6c42a6f1e", 5991},
5670  {"resource.000", 0, "a5eaa1c8cb48dced9bee23dfafaae19e", 1059308},
5671  {"resource.001", 0, "15798bab768651db66819779af4185f0", 1039102},
5672  {"resource.002", 0, "6827e20dc7a4a98c3c0f0e0be5f78cfe", 1169366},
5673  {"resource.003", 0, "eae18632e2b70bbb688d679fb3022052", 1215951},
5674  {"resource.004", 0, "252b9bda620fb47ef65b6e2cca3e73be", 1206005},
5675  AD_LISTEND},
5676  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ1_ENGLISH_PC },
5677 
5678  // Space Quest 1 VGA Remake - English Mac (from Fingolfin)
5679  {"sq1sci", "SCI", {
5680  {"resource.map", 0, "5c6ad20407261b544238e8dce87afead", 5895},
5681  {"resource.000", 0, "2c414644b23839069c8d1a93b721df16", 1017033},
5682  {"resource.001", 0, "8744ae2ea6b316e91e2a35ab1aa301d2", 1024622},
5683  {"resource.002", 0, "96860704f7a07ecc10bef223b4b2f153", 1273992},
5684  {"resource.003", 0, "ae46e195e66df5a131917f0aa80b5669", 1242794},
5685  {"resource.004", 0, "91d58a9eb2187c38424990afe4c12bc6", 1250949},
5686  AD_LISTEND},
5687  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_STD16_MAC_HIRESFONTS },
5688 
5689  // Space Quest 1 VGA Remake - English Non-Interactive Demo
5690  // Earlier version of demo, doesn't include view patch files for musicians
5691  // SCI interpreter version 1.000.181
5692  {"sq1sci", "SCI/Demo", {
5693  {"resource.map", 0, "3ff264347ca7b3335144bddc1f3a76ac", 642},
5694  {"resource.001", 0, "fd99ea43f57576ded7c86036996346cf", 549177},
5695  AD_LISTEND},
5696  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
5697 
5698  // Space Quest 1 VGA Remake - English Non-Interactive Demo (from FRG)
5699  // SCI interpreter version 1.000.181
5700  {"sq1sci", "SCI/Demo", {
5701  {"resource.map", 0, "5af709ac5e0e923e0b8174f49978c30e", 636},
5702  {"resource.001", 0, "fd99ea43f57576ded7c86036996346cf", 507642},
5703  AD_LISTEND},
5704  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
5705 
5706  // Space Quest 1 VGA Remake - Spanish DOS Floppy (from jvprat)
5707  // Executable scanning reports "T.A00.081", VERSION file reports "2.000"
5708  // SCI interpreter version 1.000.510 (just a guess)
5709  {"sq1sci", "SCI", {
5710  {"resource.map", 0, "cee2a67fa7f8f1f520f398110ca1c37e", 6111},
5711  {"resource.000", 0, "945081a73211e0c40e62f709edcd8d1d", 970657},
5712  {"resource.001", 0, "94692dc84c85c93bb8850f58aebf3cfc", 1085687},
5713  {"resource.002", 0, "fc9ad3357e4cedec1611ad2b67b193a9", 1175465},
5714  {"resource.003", 0, "8c22700a02991b763f512f837636b3ca", 1211307},
5715  {"resource.004", 0, "9b78228ad4f9f335fedf74f1812dcfca", 513325},
5716  {"resource.005", 0, "7d4ebcb745c0bf8fc42e4013f52ecd49", 1101812},
5717  AD_LISTEND},
5718  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5719 
5720  // Space Quest I 2.0 EGA DOS (6 x 3.5" disks)
5721  // Provided by ssburnout in bug report #5258
5722  {"sq1sci", "SCI/EGA", {
5723  {"resource.map", 0, "dc1bb935bf32da652b2e687617f50cd4", 6003},
5724  {"resource.000", 0, "e9d866534f8c84de82e25f2631ff258c", 409145},
5725  {"resource.001", 0, "a89b7b52064c75b1985b289edc2f5c69", 647747},
5726  {"resource.002", 0, "f43d4f08547336c9fd28c23a7da79c41", 697438},
5727  {"resource.003", 0, "4164edf21495b9114f9a514e401b4d95", 669070},
5728  {"resource.004", 0, "975c6e81194ae6b65e960a248129ecaa", 684119},
5729  {"resource.005", 0, "13d96f7905637552c0647175ff816145", 695589},
5730  AD_LISTEND},
5731  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ1_ENGLISH_PC },
5732 
5733 #undef GUIO_SQ1_ENGLISH_PC
5734 
5735  // Space Quest 3 - English Amiga (from www.back2roots.org)
5736  // SCI interpreter version 0.000.453 (just a guess)
5737  {"sq3", "", {
5738  {"resource.map", 0, "bad41385acde6d677a8d55a7b20437e3", 5868},
5739  {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 171636},
5740  {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 754432},
5741  {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 746496},
5742  {"resource.004", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 761984},
5743  AD_LISTEND},
5744  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5745 
5746  // Space Quest 3 - English Atari ST
5747  // Game version 1.0Q 1989-27-03 17:00
5748  // Int#1.002.002
5749  // Executable reports "1.002.001"
5750  {"sq3", "", {
5751  {"resource.map", 0, "c36e322805949affd882a75803a6a54e", 5484},
5752  {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 485146},
5753  {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 720227},
5754  {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 688524},
5755  AD_LISTEND},
5756  Common::EN_ANY, Common::kPlatformAtariST, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5757 
5758  // Space Quest 3 - German Amiga (also includes english language)
5759  // Executable scanning reports "1.004.006"
5760  // SCI interpreter version 0.000.453 (just a guess)
5761  {"sq3", "", {
5762  {"resource.map", 0, "44f53185fdf3f44f946e9cac3ca6588b", 6348},
5763  {"resource.001", 0, "6d8f34090503ce937e7dbef6cb6cdb6a", 238664},
5764  {"resource.002", 0, "6d8f34090503ce937e7dbef6cb6cdb6a", 642014},
5765  {"resource.003", 0, "6d8f34090503ce937e7dbef6cb6cdb6a", 712374},
5766  {"resource.004", 0, "6d8f34090503ce937e7dbef6cb6cdb6a", 545053},
5767  {"resource.005", 0, "6d8f34090503ce937e7dbef6cb6cdb6a", 687507},
5768  AD_LISTEND},
5769  Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_STD16_PALETTEMODS },
5770 
5771  // Space Quest 3 - English DOS Non-Interactive Demo
5772  // SCI interpreter version 0.000.453
5773  {"sq3", "Demo", {
5774  {"resource.map", 0, "ec66ac2b1ce58b2575ba00b65058de1a", 612},
5775  {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 180245},
5776  AD_LISTEND},
5777  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16_PALETTEMODS },
5778 
5779  // Space Quest 3 - English DOS (provided by richiefs in bug report #4214)
5780  // SCI interpreter version 0.000.453
5781  {"sq3", "", {
5782  {"resource.map", 0, "fee82d211c3918a90ce3b476d3dbb245", 5484},
5783  {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 485158},
5784  {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 720244},
5785  {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 688367},
5786  AD_LISTEND},
5787  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5788 
5789  // Space Quest 3 - English DOS (from the Space Quest Collection)
5790  // Executable scanning reports "0.000.685", VERSION file reports "1.018"
5791  {"sq3", "", {
5792  {"resource.map", 0, "55e91aeef1705bce2a9b79172682f36d", 5730},
5793  {"resource.001", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 490247},
5794  {"resource.002", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 715777},
5795  {"resource.003", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 703370},
5796  AD_LISTEND},
5797  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5798 
5799  // Space Quest 3 - English DOS 6 x 360k Floppy (from misterhands, bug report Trac #10677 and goodoldgeorge, bug report Trac #10636)
5800  // Executable scanning reports "0.000.685", VERSION file reports "1.018"
5801  {"sq3", "", {
5802  {"resource.map", 0, "590ed699f9a4789e9357c1e55ba4b1eb", 6078},
5803  {"resource.001", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 175038},
5804  {"resource.002", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 316877},
5805  {"resource.003", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 330305},
5806  {"resource.004", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 325779},
5807  AD_LISTEND},
5808  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5809 
5810  // Space Quest 3 - English DOS (from telanus, bug report Trac#9626)
5811  // Game version 1.0P 1989-03-22
5812  // SCI interpreter version 0.000.453
5813  {"sq3", "", {
5814  {"resource.map", 0, "6dd8f59dd8a0c8131f34b159044e645e", 5598},
5815  {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 170496},
5816  {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 312537},
5817  {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 325576},
5818  {"resource.004", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 321377},
5819  {"resource.005", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 328162},
5820  {"resource.006", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 356560},
5821  AD_LISTEND},
5822  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5823 
5824  // Space Quest 3 - English DOS (from darksoul42, bug report Trac#10245)
5825  // Game version 1.0P 1989-03-22
5826  // SCI interpreter version 0.000.453
5827  {"sq3", "", {
5828  {"resource.map", 0, "876445bb0085a62d5966f4153e2ddf52", 5484},
5829  {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 485059},
5830  {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 720133},
5831  {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 688294},
5832  AD_LISTEND},
5833  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5834 
5835  // Space Quest 3 - English DOS (from abevi, bug report #4176)
5836  {"sq3", "", {
5837  {"resource.map", 0, "eca165515c6b62b05fa86b7d8f727660", 5598},
5838  {"resource.001", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 170494},
5839  {"resource.002", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 312557},
5840  {"resource.003", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 325581},
5841  {"resource.004", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 321222},
5842  {"resource.005", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 328278},
5843  {"resource.006", 0, "ceeda7202b96e5c85ecaa88a40a540fc", 356702},
5844  AD_LISTEND},
5845  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5846 
5847  // Space Quest 3 - German DOS (from Tobis87, also includes english language)
5848  // SCI interpreter version 0.000.453 (?)
5849  {"sq3", "", {
5850  {"resource.map", 0, "4965c78b5eff50d5e4148ce114594ba8", 7584},
5851  {"resource.001", 0, "9107c2aa5398e28b5c5406df13491f85", 117869},
5852  {"resource.002", 0, "9107c2aa5398e28b5c5406df13491f85", 336101},
5853  {"resource.003", 0, "9107c2aa5398e28b5c5406df13491f85", 350391},
5854  {"resource.004", 0, "9107c2aa5398e28b5c5406df13491f85", 349750},
5855  {"resource.005", 0, "9107c2aa5398e28b5c5406df13491f85", 322107},
5856  {"resource.006", 0, "9107c2aa5398e28b5c5406df13491f85", 320643},
5857  {"resource.007", 0, "9107c2aa5398e28b5c5406df13491f85", 344287},
5858  AD_LISTEND},
5859  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16_PALETTEMODS },
5860 
5861  // Space Quest 3 v1.052 - German DOS (supplied by markcoolio in bug report #4281, also includes english language)
5862  // Executable scanning reports "S.old.114"
5863  {"sq3", "", {
5864  {"resource.map", 0, "f0dd735098c254f584878649c6f08dbc", 5154},
5865  {"resource.001", 0, "9107c2aa5398e28b5c5406df13491f85", 567245},
5866  {"resource.002", 0, "9107c2aa5398e28b5c5406df13491f85", 596768},
5867  {"resource.003", 0, "9107c2aa5398e28b5c5406df13491f85", 693573},
5868  AD_LISTEND},
5869  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16_PALETTEMODS },
5870 
5871  // Space Quest 3 - English Mac (from Fingolfin)
5872  {"sq3", "", {
5873  {"resource.map", 0, "5c931675c6e01c4b418faca85d76c92c", 5844},
5874  {"resource.001", 0, "0d8dfe42683b46f3131823233a91ce6a", 771917},
5875  {"resource.002", 0, "0d8dfe42683b46f3131823233a91ce6a", 794072},
5876  {"resource.003", 0, "0d8dfe42683b46f3131823233a91ce6a", 776536},
5877  AD_LISTEND},
5878  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_UNSTABLE, GUIO_STD16_MAC_PALETTEMODS },
5879 
5880  // Space Quest 3 v1.1 (game says 0.016) - English Mac (supplied by misterhands in bug report #6484)
5881  // Executable scanning reports "0.024"
5882  {"sq3", "", {
5883  {"resource.map", 0, "d1574928fc6187f5958d431ac9d8022e", 5844},
5884  {"resource.001", 0, "0d8dfe42683b46f3131823233a91ce6a", 771942},
5885  {"resource.002", 0, "0d8dfe42683b46f3131823233a91ce6a", 794127},
5886  {"resource.003", 0, "0d8dfe42683b46f3131823233a91ce6a", 776554},
5887  {"resource.004", 0, "0d8dfe42683b46f3131823233a91ce6a", 787066},
5888  AD_LISTEND},
5889  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_UNSTABLE, GUIO_STD16_MAC_PALETTEMODS },
5890 
5891  // Space Quest 3 - Hebrew DOS (from the Space Quest Collection)
5892  // Executable scanning reports "0.000.685", VERSION file reports "1.018"
5893  // This translation is still a work in progress
5894  { "sq3", "", {
5895  {"resource.map", 0, "55e91aeef1705bce2a9b79172682f36d", 5730},
5896  {"resource.001", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 490247},
5897  {"resource.002", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 715777},
5898  {"resource.003", 0, "8b55c4875298f45ea5696a5ee8f6a7fe", 703370},
5899  {"PATCHES/font.000", 0, "6fab182f1c071d1ed47be27776964baf", 3334},
5900  AD_LISTEND},
5901  Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5902 
5903  // Space Quest 3 - Spanish fan translation. VERSION file reports "06/03/2002"
5904  { "sq3", "", {
5905  {"resource.map", 0, "9ba042c797b62dd46d8979caeed61116", 3726},
5906  {"resource.001", 0, "c47b9817cf13f16b803fcbce647e63f3", 1514692},
5907  AD_LISTEND},
5908  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_PALETTEMODS },
5909 
5910 #define GUIO_SQ4_CD GUIO6(GAMEOPTION_SQ4_SILVER_CURSORS, \
5911  GAMEOPTION_PREFER_DIGITAL_SFX, \
5912  GAMEOPTION_ORIGINAL_SAVELOAD, \
5913  GAMEOPTION_MIDI_MODE, \
5914  GAMEOPTION_RGB_RENDERING, \
5915  GAMEOPTION_ENABLE_GMM_SAVE)
5916 
5917 #define GUIO_SQ4_CD_WINDOWS GUIO8(GUIO_MIDIGM, \
5918  GAMEOPTION_WINDOWS_CURSORS, \
5919  GAMEOPTION_SQ4_SILVER_CURSORS, \
5920  GAMEOPTION_PREFER_DIGITAL_SFX, \
5921  GAMEOPTION_ORIGINAL_SAVELOAD, \
5922  GAMEOPTION_MIDI_MODE, \
5923  GAMEOPTION_RGB_RENDERING, \
5924  GAMEOPTION_ENABLE_GMM_SAVE)
5925 
5926  // Space Quest 4 - English Amiga
5927  // Executable scanning reports "1.004.024"
5928  // SCI interpreter version 1.000.200
5929  {"sq4", "", {
5930  {"resource.map", 0, "d87ae90031e7fd04f32a27db054f5c9c", 6174},
5931  {"resource.000", 0, "19671ac620a0a4720a1937c20c2e24a1", 323309},
5932  {"resource.001", 0, "abca51a4c896df550f095a2db71dce46", 805915},
5933  {"resource.002", 0, "5667852471ba5b7f5b9a770eabd07df2", 796615},
5934  {"resource.003", 0, "6ec43464f6a17e612636e2928fd9471c", 803868},
5935  {"resource.004", 0, "1887ed88bb34ae7238650e8f77f26315", 798226},
5936  {"resource.005", 0, "3540d1cc84d674cf4b2c898b88a3b563", 790296},
5937  {"resource.006", 0, "ade814bc4d56244c156d9e9bcfebbc11", 664085},
5938  AD_LISTEND},
5939  Common::EN_ANY, Common::kPlatformAmiga, ADGF_NO_FLAGS, GUIO_STD16 },
5940 
5941  // Space Quest 4 - German Amiga (from www.back2roots.org, also includes english language)
5942  // SCI interpreter version 1.000.200 (just a guess)
5943  {"sq4", "", {
5944  {"resource.map", 0, "79641c0d43408e33c251a1d494d2575e", 6252},
5945  {"resource.000", 0, "feff51c52146b3a31d4793c718279e13", 345170},
5946  {"resource.001", 0, "ab33060bfebe32450c0b8d9a3a066efc", 822470},
5947  {"resource.002", 0, "f79fd6a62da082addb205ed6cef99629", 810458},
5948  {"resource.003", 0, "f4c21da916f450d4b893b4cba6120866", 815854},
5949  {"resource.004", 0, "99c6a017da5e769a3b427ca52c8a564f", 824601},
5950  {"resource.005", 0, "10ee1709e6559c724676d058199b75b5", 818745},
5951  {"resource.006", 0, "67fb188b191d88efe8414af6ea297b93", 672675},
5952  AD_LISTEND},
5953  Common::DE_DEU, Common::kPlatformAmiga, ADGF_ADDENGLISH, GUIO_STD16 },
5954 
5955  // Space Quest 4 - English DOS - THIS VERSION IS PIRATED/CRACKED AND REPACKAGED =DO NOT RE-ADD=
5956  // Executable scanning reports "1.000.753"
5957  // SCI interpreter version 1.000.200 (just a guess)
5958  {"sq4", "", {
5959  {"resource.map", 0, "a18088c8aceb06025dbc945f29e02935", 5124},
5960  {"resource.000", 0, "e1f46832cd2458796028e054a0466031", 5502009},
5961  AD_LISTEND},
5962  Common::EN_ANY, Common::kPlatformDOS, ADGF_PIRATED, GUIO_STD16 },
5963 
5964  // Space Quest 4 - English DOS
5965  // Executable scanning reports "1.000.753"
5966  // SCI interpreter version 1.000.200 (just a guess)
5967  {"sq4", "", {
5968  {"resource.map", 0, "71ccf4f82ac4efb588731acfb7bf2603", 5646},
5969  {"resource.000", 0, "e1f46832cd2458796028e054a0466031", 933928},
5970  AD_LISTEND},
5971  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5972 
5973  // Space Quest 4 1.052 - English DOS Floppy (supplied by markcoolio in bug report #4283)
5974  // Also matches floppies labeled "VER#1.1 INT#4.29.91" (tsoliman)
5975  // Executable scanning reports "1.000.753"
5976  // SCI interpreter version 1.000.200 (just a guess)
5977  {"sq4", "", {
5978  {"resource.map", 0, "98852d6379622001efd0b50ae93c9a30", 5928},
5979  {"resource.000", 0, "e1f46832cd2458796028e054a0466031", 173330},
5980  {"resource.001", 0, "cc2f89e6057e05b040566b3699df7288", 1247215},
5981  {"resource.002", 0, "9c342cd76b421369406d6fafd7b1a285", 1218373},
5982  {"resource.003", 0, "96fa33d89d838bc3f671c5b953e7a896", 1240130},
5983  {"resource.004", 0, "ff9c87da3bc53473fdee8b9d3edbc93c", 1200631},
5984  {"resource.005", 0, "e33019ac19f755ae33fbf49b4fc9066c", 1053294},
5985  AD_LISTEND},
5986  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
5987 
5988  // Space Quest 4 1.000 - French DOS Floppy (supplied by misterhands in bug report #6019)
5989  {"sq4", "", {
5990 
5991  {"resource.map", 0, "1fd6f356f6a59ad2057686ce6573caeb", 6159},
5992  {"resource.000", 0, "8000a55aebc50a68b7cce07a8c33758c", 205287},
5993  {"resource.001", 0, "99a6df6d366b3f061271ff3450ac0d32", 1269850},
5994  {"resource.002", 0, "a6a8d7a24dbb7a266a26b084e7275e89", 1242668},
5995  {"resource.003", 0, "482a99c8103b4bcb5706e5969d1c1193", 1323083},
5996  {"resource.004", 0, "b2cca3afcf2e013b8ce86b64155af766", 1254353},
5997  {"resource.005", 0, "9e520577e035547c4b5149a6d12ef85b", 1098814},
5998  AD_LISTEND},
5999  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6000 
6001  // Space Quest 4 1.000 - English DOS Floppy (from abevi, bug report #4176)
6002  {"sq4", "", {
6003  {"resource.map", 0, "8f08b97ca093f370c56d99715b015554", 6153},
6004  {"resource.000", 0, "5f6a1fff40584ee807efd547899b1ba5", 206032},
6005  {"resource.001", 0, "99a6df6d366b3f061271ff3450ac0d32", 1270577},
6006  {"resource.002", 0, "a6a8d7a24dbb7a266a26b084e7275e89", 1242817},
6007  {"resource.003", 0, "47ee647b5b12232d27e63cc627c25899", 1321146},
6008  {"resource.004", 0, "c06350184a490c10eb4585fff0aa3192", 1254368},
6009  {"resource.005", 0, "b8d6efbd3235329bfe844c794097b2c9", 1098717},
6010  AD_LISTEND},
6011  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6012 
6013  // Space Quest 4 DOS 1.060 EGA (6 x 3.5" disks)
6014  // Supplied by ssburnout in bug report #5255
6015  {"sq4", "EGA", {
6016  {"resource.map", 0, "4f59814d23a3721f251140fdcfebe35d", 5556},
6017  {"resource.000", 0, "e1f46832cd2458796028e054a0466031", 385479},
6018  {"resource.001", 0, "590b996f85333dba50cfdd1489de2be2", 617504},
6019  {"resource.002", 0, "ea8c49b84c6e641e7600cbca90a81741", 632814},
6020  {"resource.003", 0, "33c396eb78bafaec38480bcdd9024843", 627369},
6021  {"resource.004", 0, "9a673e33c3f6dd560b993ffed77eeb49", 534994},
6022  {"resource.005", 0, "3c4841d0a3ebba4404af588c93620c22", 595465},
6023  AD_LISTEND},
6024  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6025 
6026  // Space Quest 4 DOS 1.065 EGA (10 x 5.25" 360k disks)
6027  // Supplied by ns394 in bug report #15572
6028  {"sq4", "EGA", {
6029  {"resource.map", 0, "b0d425ab4fce54ec238b64c19ba3851e", 5148},
6030  {"resource.000", 0, "419bdd9ad892755a9e684fd763529d78", 197195},
6031  {"resource.001", 0, "30501118992807731d0076c1f8e0d994", 357345},
6032  {"resource.002", 0, "258dff2f8aaf54017e99f06b63cc5c66", 354516},
6033  {"resource.003", 0, "bcc897eb283728974a3227c390d2f1e8", 357792},
6034  {"resource.004", 0, "b2dcebcb1cf15dfa93a98a1642761e65", 358648},
6035  {"resource.005", 0, "d24bcd1250f5eff93e9cf525f53b9ec2", 355496},
6036  {"resource.006", 0, "b9a9ed4d1efd2efd8e7c4653d85da472", 354625},
6037  {"resource.007", 0, "4eb28ffa51bfde6eac6324771831ac9d", 360330},
6038  {"resource.008", 0, "f238547863b3a69fcfc37571c5af432c", 356975},
6039  {"resource.009", 0, "c47651a70c7209e5bac8ea726a47f6fc", 88103},
6040  AD_LISTEND},
6041  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6042 
6043  // Space Quest 4 - German DOS (from Tobis87, also includes english language)
6044  // SCI interpreter version 1.000.200 (just a guess)
6045  {"sq4", "", {
6046  {"resource.map", 0, "71715e775e3791178d606cfe6c7e1fb9", 6339},
6047  {"resource.000", 0, "5f6a1fff40584ee807efd547899b1ba5", 206032},
6048  {"resource.001", 0, "e924cf86a72ada7736043f045cce345f", 1065442},
6049  {"resource.002", 0, "e18d731c3fba51333a7f402e454714a5", 858402},
6050  {"resource.003", 0, "7c2e7508af1a6af877d921e476f70b5e", 1172738},
6051  {"resource.004", 0, "b8d6efbd3235329bfe844c794097b2c9", 1064761},
6052  {"resource.005", 0, "47ee647b5b12232d27e63cc627c25899", 1156765},
6053  {"resource.006", 0, "dfb023e4e2a1e7a00fa18f9ede72a91b", 924059},
6054  AD_LISTEND},
6055  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
6056 
6057  // Space Quest 4 - German DOS EGA (5.25" 1.2M disks)
6058  // Supplied by ns394 in bug report #15635
6059  {"sq4", "EGA", {
6060  {"resource.map", 0, "8fa159f2c25e7bafbbefc9d998b6e90f", 5571},
6061  {"resource.000", 0, "5f6a1fff40584ee807efd547899b1ba5", 249229},
6062  {"resource.001", 0, "a836bd3bc9574f2371f8b6f74a082313", 995949},
6063  {"resource.002", 0, "bba9d6e685809fb7e482c9b33c1cac3f", 1140960},
6064  {"resource.003", 0, "5b541ef2feb38b999cc331b5e4b6df8a", 1092315},
6065  AD_LISTEND},
6066  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
6067 
6068  // Space Quest 4 - Italian DOS Floppy (from glorifindel, also includes english language)
6069  // SCI interpreter version 1.000.200 (just a guess)
6070  {"sq4", "", {
6071  {"resource.map", 0, "e753dfa96d68dd95f84f6cd80479a35e", 6135},
6072  {"resource.000", 0, "2ac39ff61e369b79f3d7a4ad514f8e29", 203170},
6073  {"resource.001", 0, "99a6df6d366b3f061271ff3450ac0d32", 1286269},
6074  {"resource.002", 0, "a6a8d7a24dbb7a266a26b084e7275e89", 1241124},
6075  {"resource.003", 0, "5289000399d503b59da9e23129256f1a", 1325546},
6076  {"resource.004", 0, "4277c61bed40a50dadc4b5a344520af2", 1251000},
6077  {"resource.005", 0, "5f885abd335978e2fd4e5f886d7676c8", 1102880},
6078  AD_LISTEND},
6079  Common::IT_ITA, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
6080 
6081  // Space Quest 4 - Japanese PC-98 5.25" Floppy (also includes english language)
6082  // SCI interpreter version "1.000.1068", VERSION file reports "1.000"
6083  // 3x5.25" (label: INT#12.16.91)
6084  {"sq4", "", {
6085  {"resource.map", 0, "ca7bba01019222b6f3e54e9051067a99", 5283},
6086  {"resource.000", 0, "161d719f38ed98d33f058a8cf3dc09c3", 952909},
6087  {"resource.001", 0, "454684e3a7a68cbca073945e50778447", 1187088},
6088  {"resource.002", 0, "6dc668326cc22cb9e8bd8ca9e68d2a66", 1181249},
6089  AD_LISTEND},
6090  Common::JA_JPN, Common::kPlatformPC98, ADGF_ADDENGLISH, GUIO_STD16_HIRES },
6091 
6092  // Space Quest 4 - English DOS CD (from the Space Quest Collection)
6093  // Executable scanning reports "1.001.064", VERSION file reports "1.0"
6094  {"sq4", "CD", {
6095  {"resource.map", 0, "ed90a8e3ccc53af6633ff6ab58392bae", 7054},
6096  {"resource.000", 0, "63247e3901ab8963d4eece73747832e0", 5157378},
6097  AD_LISTEND},
6098  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_SQ4_CD },
6099 
6100  // Space Quest 4 - English Windows CD (from the Space Quest Collection)
6101  // Executable scanning reports "1.001.064", VERSION file reports "1.0"
6102  // Same entry as the DOS version above. This one is used for the alternate
6103  // General MIDI music tracks in the Windows version
6104  {"sq4", "CD", {
6105  {"resource.map", 0, "ed90a8e3ccc53af6633ff6ab58392bae", 7054},
6106  {"resource.000", 0, "63247e3901ab8963d4eece73747832e0", 5157378},
6107  AD_LISTEND},
6108  Common::EN_ANY, Common::kPlatformWindows, ADGF_CD, GUIO_SQ4_CD_WINDOWS },
6109 
6110  // Space Quest 4 - Korean fan translation, based on English DOS CD (from the Space Quest Collection)
6111  // Executable scanning reports "1.001.064", VERSION file reports "1.0"
6112  {"sq4", "", {
6113  {"resource.map", 0, "ed90a8e3ccc53af6633ff6ab58392bae", 7054},
6114  {"resource.000", 0, "63247e3901ab8963d4eece73747832e0", 5157378},
6115  {"resource.msg", 0, "6ca82305ba1f8ac1cebdd20427168106", 561801},
6116  AD_LISTEND},
6117  Common::KO_KOR, Common::kPlatformDOS, ADGF_CD, GUIO5(GAMEOPTION_SQ4_SILVER_CURSORS, GAMEOPTION_PREFER_DIGITAL_SFX, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_MIDI_MODE, GAMEOPTION_RGB_RENDERING) },
6118 
6119  // Space Quest 4 - English DOS CD "NRS SQ4 Update 1.2" (unofficial patch)
6120  // This patch set was distributed as a mixture the CD and floppy versions (the whole game)
6121  // without the speech files, at least initially, and so it is not allowed.
6122  // Version 1.3 is instead distributed as a set of patches and diffs which require the user
6123  // to provide the full CD and floppy versions, and so it is happily supported.
6124  {"sq4", "CD", {
6125  {"resource.map", 0, "38287a646458a1dabded55d094407793", 7139},
6126  {"resource.000", 0, "231fd8421e1f211e1bcf9d7b8b6408e7", 9525849},
6127  AD_LISTEND},
6128  Common::EN_ANY, Common::kPlatformDOS, ADGF_PIRATED, GUIO_SQ4_CD },
6129 
6130  // Space Quest 4 - English DOS CD "NRS SQ4 Update 1.3" (unofficial patch)
6131  // This comprehensive patch set combines CD and floppy versions and then applies its own changes.
6132  // Version 1.3 is distributed as a set of patches and diffs which require the user
6133  // to provide the full CD and floppy versions.
6134  {"sq4", "CD", {
6135  {"resource.map", 0, "8ae50cc723a6faab733fdc265afb1d0c", 7144},
6136  {"resource.000", 0, "231fd8421e1f211e1bcf9d7b8b6408e7", 9526423},
6137  AD_LISTEND},
6138  Common::EN_ANY, Common::kPlatformDOS, ADGF_CD, GUIO_SQ4_CD },
6139 
6140  // Space Quest 4 - French DOS CD (fan translation and patch-set)
6141  {"sq4", "CD", {
6142  {"resource.map", 0, "ed90a8e3ccc53af6633ff6ab58392bae", 7054},
6143  {"resource.000", 0, "63247e3901ab8963d4eece73747832e0", 5157378},
6144  {"0.fon", 0, "ff0d61807398a6928222ebbfc233adde", 2431},
6145  AD_LISTEND},
6146  Common::FR_FRA, Common::kPlatformDOS, ADGF_CD, GUIO_SQ4_CD },
6147 
6148  // Space Quest 4 - Spanish DOS Floppy version distributed on a CD (from jvprat, also includes english language)
6149  // Executable scanning reports "1.SQ4.057", VERSION file reports "1.000"
6150  // SCI interpreter version 1.000.200 (just a guess)
6151  {"sq4", "", {
6152  {"resource.map", 0, "51bcb305568ec19713f8b79727f10071", 6159},
6153  {"resource.000", 0, "8000a55aebc50a68b7cce07a8c33758c", 204315},
6154  {"resource.001", 0, "99a6df6d366b3f061271ff3450ac0d32", 1269094},
6155  {"resource.002", 0, "a6a8d7a24dbb7a266a26b084e7275e89", 1240998},
6156  {"resource.003", 0, "42a307941edeb1a3be31daeb2e4be90b", 1319306},
6157  {"resource.004", 0, "776fba81c110d1908776232cbe190e20", 1253752},
6158  {"resource.005", 0, "55fae26c2a92f16ef72c1e216e827c0f", 1098328},
6159  AD_LISTEND},
6160  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
6161 
6162  // Space Quest 4 - Spanish DOS 5.25" Floppy (from mgtroyas, #12524)
6163  {"sq4", "", {
6164  {"resource.map", 0, "a634cf7bdae116e1e8f1d98ddf8a9621", 6345},
6165  {"resource.000", 0, "8000a55aebc50a68b7cce07a8c33758c", 204315},
6166  {"resource.001", 0, "e924cf86a72ada7736043f045cce345f", 1064718},
6167  {"resource.002", 0, "c11e157a742c84a56f0a080cf5fee215", 857007},
6168  {"resource.003", 0, "619c0dd6b07cf032dabe80f5f69b2fc6", 1170919},
6169  {"resource.004", 0, "55fae26c2a92f16ef72c1e216e827c0f", 1064458},
6170  {"resource.005", 0, "42a307941edeb1a3be31daeb2e4be90b", 1154954},
6171  {"resource.006", 0, "11a6f691c54f458494d06afa9961c9cb", 923517},
6172  AD_LISTEND},
6173  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
6174 
6175  // Space Quest 4 - Spanish DOS Floppy (from jvprat, also includes english language)
6176  // Executable scanning reports "1.SQ4.056", VERSION file reports "1.000"
6177  // SCI interpreter version 1.000.200 (just a guess)
6178  {"sq4", "", {
6179  {"resource.map", 0, "41543ae71036046fef69df29a838ee05", 5589},
6180  {"resource.000", 0, "2ac39ff61e369b79f3d7a4ad514f8e29", 242470},
6181  {"resource.001", 0, "567608beb69d9dffdb42a8f39cb11a5e", 994323},
6182  {"resource.002", 0, "74c62fa2146ff3b3b2ea2b3fb95b9af9", 1140801},
6183  {"resource.003", 0, "42a307941edeb1a3be31daeb2e4be90b", 1088408},
6184  AD_LISTEND},
6185  Common::ES_ESP, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
6186 
6187  // Space Quest 4 1.000 - German DOS Floppy (supplied by markcoolio in bug report #4282, also includes english language)
6188  // Executable scanning reports "1.SQ4.030"
6189  // SCI interpreter version 1.000.200 (just a guess)
6190  {"sq4", "", {
6191  {"resource.map", 0, "8f08b97ca093f370c56d99715b015554", 6153},
6192  {"resource.000", 0, "5f6a1fff40584ee807efd547899b1ba5", 206032},
6193  {"resource.001", 0, "99a6df6d366b3f061271ff3450ac0d32", 1270577},
6194  {"resource.002", 0, "a6a8d7a24dbb7a266a26b084e7275e89", 1242817},
6195  {"resource.003", 0, "47ee647b5b12232d27e63cc627c25899", 1321146},
6196  {"resource.004", 0, "c06350184a490c10eb4585fff0aa3192", 1254368},
6197  {"resource.005", 0, "b8d6efbd3235329bfe844c794097b2c9", 1098717},
6198  AD_LISTEND},
6199  Common::DE_DEU, Common::kPlatformDOS, ADGF_ADDENGLISH, GUIO_STD16 },
6200 
6201  // Space Quest 4 - English Macintosh
6202  // Executable scanning reports "x.yyy.zzz"
6203  // VERSION file reports "1.148"
6204  {"sq4", "", {
6205  {"resource.map", 0, "6ffc6f76c4127d140759a512ab9a07be", 6042},
6206  {"resource.000", 0, "6a538b389705232cf9b2d7de2cf9c0a7", 224833},
6207  {"resource.001", 0, "77dc3fb6f93d3fee4e87b9ab96c89a95", 1410083},
6208  {"resource.002", 0, "fb8d07afb33d1cfd2a358cd69d8cf608", 1335960},
6209  {"resource.003", 0, "6873f6e117b4dc5dd398dbd2e19035f1", 1349062},
6210  {"resource.004", 0, "20fc54556ebfc737506288a1a32f7705", 364217},
6211  {"resource.005", 0, "869d16cab6641c80b06f4dcee18f86bc", 1426228},
6212  {"resource.006", 0, "91d23407bc0447a3722fbeb952d7edee", 1402451},
6213  AD_LISTEND},
6214  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_NO_FLAGS, GUIO_STD16_MAC },
6215 
6216  // Space Quest 4 - Russian DOS
6217  // Executable scanning reports "1.000.753", VERSION file reports "1.994"
6218  {"sq4", "", {
6219  {"resource.map", 0, "e4f77dd99012d51e16903da07769a7bf", 5928},
6220  {"resource.000", 0, "e1f46832cd2458796028e054a0466031", 186750},
6221  {"resource.001", 0, "1110371c3bafbbf8968a324097c83fdb", 1283759},
6222  {"resource.002", 0, "9c342cd76b421369406d6fafd7b1a285", 1234726},
6223  {"resource.003", 0, "e617f09840d9f86181f7602c8bf2e8ad", 1266491},
6224  {"resource.004", 0, "2763fe4f0cb74df716ec8b0c464b0988", 1217428},
6225  {"resource.005", 0, "d608713197c5ba1cd8c6ed46299c3069", 1057924},
6226  AD_LISTEND},
6227  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6228 
6229 #undef GUIO_SQ4_CD
6230 #undef GUIO_SQ4_CD_WINDOWS
6231 
6232  // Space Quest 5 - English DOS (from the Space Quest Collection)
6233  // Executable scanning reports "1.001.068", VERSION file reports "1.04"
6234  {"sq5", "", {
6235  {"resource.map", 0, "66317c12ac6e818d1f7c17e83c1d9819", 6143},
6236  {"resource.000", 0, "4147edc5045e6d62998018b5614c58ec", 5496486},
6237  {"resource.msg", 0, "bb8ad78793c26bdb3f77498b1d6515a9", 125988},
6238  AD_LISTEND},
6239  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6240 
6241  // Space Quest 5 - English DOS - THIS IS THE UNOFFICIAL BETA VERSION, WHICH IS OBVIOUSLY PIRATED AND CONTAINS MANY BUGS
6242  // refer to http://www.akril15.com/sr/sq5alt/sq5alt.html =DO NOT RE-ADD=
6243  // SCI interpreter version 1.001.067
6244  {"sq5", "", {
6245  {"resource.map", 0, "8bde0a9adb9a3e9aaa861826874c9834", 6473},
6246  {"resource.000", 0, "f4a48705764544d7cc64a7bb22a610df", 6025184},
6247  AD_LISTEND},
6248  Common::EN_ANY, Common::kPlatformDOS, ADGF_PIRATED, GUIO_STD16 },
6249 
6250  // Space Quest 5 v1.04 - German DOS (from Tobis87, updated information by markcool from bug reports #4285 and #4287)
6251  // SCI interpreter version 1.001.068
6252  {"sq5", "", {
6253  {"resource.map", 0, "66317c12ac6e818d1f7c17e83c1d9819", 6143},
6254  {"resource.000", 0, "4147edc5045e6d62998018b5614c58ec", 5496486},
6255  {"resource.msg", 0, "7c71cfc36153cfe07b450423a51f7e68", 146282},
6256  AD_LISTEND},
6257  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6258 
6259  // Space Quest 5 v1.04 - French DOS (from Hkz, Included in Space Quest Collector's Edition, with chapters I-V)
6260  {"sq5", "", {
6261  {"resource.map", 0, "66317c12ac6e818d1f7c17e83c1d9819", 6143},
6262  {"resource.000", 0, "4147edc5045e6d62998018b5614c58ec", 5496486},
6263  {"resource.msg", 0, "877c42380320eb1db7dad83ccd261214", 140374},
6264  AD_LISTEND},
6265  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6266 
6267  // Space Quest 5 - Italian DOS Floppy (from glorifindel)
6268  // SCI interpreter version 1.001.068 (just a guess)
6269  {"sq5", "", {
6270  {"resource.map", 0, "5b09168baa2f6e2e22787429b2d72f54", 6492},
6271  {"resource.000", 0, "5040026519f37199f3616fb1d4704dff", 6047170},
6272  AD_LISTEND},
6273  Common::IT_ITA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6274 
6275  // Space Quest 5 - Spanish DOS Floppy (from mirir, bug report #5459)
6276  {"sq5", "", {
6277  {"resource.map", 0, "5714a899033bdebf2d61ad333c8c6637", 6492},
6278  {"resource.000", 0, "73748852548faa42927f7537b165582d", 6049994},
6279  {"resource.msg", 0, "46deca7ef9cf057f7d442df98c1a2ae2", 134612},
6280  AD_LISTEND},
6281  Common::ES_ESP, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6282 
6283  // Space Quest 5 - Russian DOS
6284  // Executable scanning reports "1.001.068", VERSION file reports "1.994"
6285  {"sq5", "", {
6286  {"resource.map", 0, "82e6e9b4270a4007578a119b6a51860c", 6493},
6287  {"resource.000", 0, "6f9ed21e1001526b4137f6703ed476af", 6103778},
6288  {"resource.msg", 0, "0a8931990cd2eac1691602391c68ab85", 147580},
6289  AD_LISTEND},
6290  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6291 
6292  // Space Quest 5 - Russian DOS
6293  // VERSION file reports "1.04"
6294  {"sq5", "", {
6295  {"resource.map", 0, "31ce07f482d5af535fb0a2d365b2be76", 6676},
6296  {"resource.000", 0, "654a7d7647d09e13502f0ec69e3ab05c", 5644028},
6297  AD_LISTEND},
6298  Common::RU_RUS, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6299 
6300  // Space Quest 5 - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
6301  // based on English DOS
6302  {"sq5", "", {
6303  {"resource.map", 0, "66317c12ac6e818d1f7c17e83c1d9819", 6143},
6304  {"resource.000", 0, "4147edc5045e6d62998018b5614c58ec", 5496486},
6305  {"resource.msg", 0, "bb8ad78793c26bdb3f77498b1d6515a9", 125988},
6306  {"PATCHES/0.fon", 0, "a2fc0fd2c4ddcf1f1dc5207126cd998b", 3419},
6307  AD_LISTEND},
6308  Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6309 
6310 #define GUIO_SQ6_DEMO GUIO4(GUIO_NOLAUNCHLOAD, \
6311  GUIO_LINKSPEECHTOSFX, \
6312  GUIO_NOASPECT, \
6313  GAMEOPTION_ENABLE_GMM_SAVE)
6314 #define GUIO_SQ6 GUIO6(GUIO_LINKSPEECHTOSFX, \
6315  GUIO_NOASPECT, \
6316  GAMEOPTION_ORIGINAL_SAVELOAD, \
6317  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
6318  GAMEOPTION_HQ_VIDEO, \
6319  GAMEOPTION_ENABLE_GMM_SAVE)
6320 #define GUIO_SQ6_MAC GUIO5(GUIO_LINKSPEECHTOSFX, \
6321  GUIO_NOASPECT, \
6322  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
6323  GAMEOPTION_HQ_VIDEO, \
6324  GAMEOPTION_ENABLE_GMM_SAVE)
6325 
6326  // Space Quest 6 - English DOS/Win3.11 CD (from the Space Quest Collection)
6327  // Executable scanning reports "2.100.002", VERSION file reports "1.0"
6328  // This is a different interpreter than in version 1.11, though both say "May 24 1995"
6329  {"sq6", "", {
6330  {"resource.map", 0, "6dddfa3a8f3a3a513ec9dfdfae955005", 10528},
6331  {"resource.000", 0, "c4259ab7355aead07773397b1052827d", 41150806},
6332  AD_LISTEND},
6333  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ6 },
6334 
6335  // Space Quest 6 - English DOS/Win3.11 CD ver 1.11 (from FRG)
6336  // Executable scanning reports "2.100.002", VERSION file reports "1.11"
6337  // This is a different interpreter than in version 1.0, though both say "May 24 1995"
6338  {"sq6", "", {
6339  {"resource.map", 0, "e0615d6e4e10e37ae42e6a2a95aaf145", 10528},
6340  {"resource.000", 0, "c4259ab7355aead07773397b1052827d", 41150806},
6341  AD_LISTEND},
6342  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ6 },
6343 
6344  // Space Quest 6 - French DOS/Win3.11 CD (from French magazine Joystick - September 1997)
6345  // Executable scanning reports "2.100.002", VERSION file reports "1.0"
6346  {"sq6", "", {
6347  {"resource.map", 0, "3c831625931d5079b73ae8c275f52c95", 10534},
6348  {"resource.000", 0, "4195ca940f759424f62b90e262cc1737", 40932397},
6349  AD_LISTEND},
6350  Common::FR_FRA, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ6 },
6351 
6352  // Space Quest 6 - German DOS (from Tobis87, updated info from markcoolio in bug report #4284)
6353  // SCI interpreter version 2.100.002 (just a guess)
6354  {"sq6", "", {
6355  {"resource.map", 0, "664d797415484f85c90b1b45aedc7686", 10534},
6356  {"resource.000", 0, "ba87ba91e5bdabb4169dd0df75777722", 40933685},
6357  AD_LISTEND},
6358  Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ6 },
6359 
6360  // Space Quest 6 - English Win3.11 Interactive Demo (from Sneak Peeks 2)
6361  // This demo has no speech, unlike the later DOS/Win version.
6362  // Executable scanning reports "2.100.002", VERSION file reports "1.000.000"
6363  {"sq6", "Demo", {
6364  {"resource.map", 0, "5cf3f0db76080a4ac327190bd027e355", 2164},
6365  {"resource.000", 0, "ab12724e078dea34b624e0d2a38dcd7c", 2159708},
6366  AD_LISTEND},
6367  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO3(GUIO_NOSPEECH, GUIO_NOLAUNCHLOAD, GUIO_NOASPECT) },
6368 
6369  // Space Quest 6 - English Win3.11 Non-Interactive Demo (from trembyle)
6370  // Found on Interactive Entertainment Episode 10 - Feb 1995
6371  // Executable scanning reports "2.100.002"
6372  {"sq6", "Demo", {
6373  {"resource.map", 0, "fe5759d4d87785210806431338815f76", 1852},
6374  {"resource.000", 0, "a199ee68c0a1d1ea878137084e76301d", 8200543},
6375  AD_LISTEND},
6376  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO, GUIO_SQ6_DEMO },
6377 
6378  // Space Quest 6 - English DOS/Win3.11 Interactive Demo (from FRG, from Phantasmagoria US)
6379  // SCI interpreter version 2.100.002
6380  {"sq6", "Demo", {
6381  {"resource.map", 0, "368f07b07433db3f819fa3fa0e5efee5", 2572},
6382  {"resource.000", 0, "ab12724e078dea34b624e0d2a38dcd7c", 2272050},
6383  AD_LISTEND},
6384  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_SQ6_DEMO },
6385 
6386  // Space Quest 6 - English Macintosh CD
6387  // VERSION file reports "1.000"
6388  {"sq6", "", {
6389  {"Data1", 0, "37d452ef82e3c054a2531d3028acbd9a", 11488332},
6390  {"Data2", 0, "c4d2da963e1ae9f52bac4bece8ecef19", 6912263},
6391  {"Data3", 0, "d1ee854dc7ac5e439aaaed683404dd53", 5527296},
6392  {"Data4", 0, "4126aa73958a00203e97f843e888d82b", 5872552},
6393  {"Data5", 0, "9b3558495d861ebb97ceaaec6f1686c1", 5916394},
6394  {"Data6", 0, "7ce6c5172ee8cd23476d5c9fcf41a545", 5339991},
6395  {"Data7", 0, "7103d65a3b94ca0cdb88d83e0faa6589", 6017594},
6396  {"Data8", 0, "0f30545c9789f4b31613a671d47b5b67", 2266093},
6397  {"Data9", 0, "d667feaefef37089577b3fb925c676ed", 2941050},
6398  {"Data10", 0, "92d878ff44fc4ef6b0d9e8cda2f11d2c", 4037421},
6399  {"Data11", 0, "08ca4f202e115df26cf80aa2a722a959", 925632},
6400  {"Data12", 0, "5c715987024fbc666c1c3fea2bcdce42", 1868927},
6401  AD_LISTEND },
6402  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_SQ6_MAC },
6403 
6404  // Space Quest 6 - Hebrew fan translation - by https://github.com/adventurebrew/HebrewAdventure
6405  // based on English DOS/Win3.11 CD
6406  {"sq6", "", {
6407  {"resource.map", 0, "6dddfa3a8f3a3a513ec9dfdfae955005", 10528},
6408  {"resource.000", 0, "c4259ab7355aead07773397b1052827d", 41150806},
6409  {"PATCHES/0.fon", 0, "a2fc0fd2c4ddcf1f1dc5207126cd998b", 3419},
6410  AD_LISTEND},
6411  Common::HE_ISR, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_SQ6 },
6412 
6413 #undef GUIO_SQ6_DEMO
6414 #undef GUIO_SQ6
6415 #undef GUIO_SQ6_MAC
6416 
6417  // The Island of Dr. Brain - English DOS CD (from jvprat)
6418  // Executable scanning reports "1.001.053", VERSION file reports "1.0 10.27.92"
6419  {"islandbrain", "", {
6420  {"resource.map", 0, "2388efef8430b041b0f3b00b9050e4a2", 3281},
6421  {"resource.000", 0, "b3acd9b9dd7fe53c4ee133ac9a1acfab", 2103560},
6422  AD_LISTEND},
6423  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16_SPEECH },
6424 
6425  // The Island of Dr. Brain - English DOS (from Quietust)
6426  // Executable scanning reports "1.001.053", VERSION file reports "1.1 2.3.93"
6427  {"islandbrain", "", {
6428  {"resource.map", 0, "3c07da06bdd1689f9d07af78fb94d0ec", 3101},
6429  {"resource.000", 0, "ecc686e0034fb4d41de077ac7167b3cf", 1947866},
6430  AD_LISTEND},
6431  Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_STD16 },
6432 
6433  // The Island of Dr. Brain - English DOS Non-Interactive Demo
6434  // SCI interpreter version 1.001.053 (just a guess)
6435  {"islandbrain", "Demo", {
6436  {"resource.map", 0, "a8e5ca8ed1996974afa59f4c45e06195", 986},
6437  {"resource.000", 0, "b3acd9b9dd7fe53c4ee133ac9a1acfab", 586560},
6438  AD_LISTEND},
6439  Common::EN_ANY, Common::kPlatformDOS, ADGF_DEMO, GUIO_STD16 },
6440 
6441 #define GUIO_TORIN_DEMO GUIO4(GUIO_NOMIDI, \
6442  GUIO_NOLAUNCHLOAD, \
6443  GUIO_NOASPECT, \
6444  GAMEOPTION_ENABLE_GMM_SAVE)
6445 #define GUIO_TORIN GUIO6(GUIO_NOMIDI, \
6446  GUIO_NOASPECT, \
6447  GAMEOPTION_ORIGINAL_SAVELOAD, \
6448  GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
6449  GAMEOPTION_HQ_VIDEO, \
6450  GAMEOPTION_ENABLE_GMM_SAVE)
6451 #define GUIO_TORIN_MAC GUIO_TORIN
6452 
6453  // Torin's Passage - English DOS/Windows Early Demo
6454  // SCI interpreter version 2.100.002
6455  {"torin", "Demo", {
6456  {"resmap.000", 0, "2f466e0dca27d2e6a85e422492a92915", 3403},
6457  {"ressci.000", 0, "db3e290481c35c3224e9602e71e4a1f1", 5004165},
6458  AD_LISTEND},
6459  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_DROPPLATFORM, GUIO_TORIN_DEMO },
6460 
6461  // Torin's Passage - English DOS/Windows Interactive Demo
6462  // SCI interpreter version 2.100.002
6463  {"torin", "Demo", {
6464  {"resmap.000", 0, "9a3e172cde9963d0a969f26469318cec", 3403},
6465  {"ressci.000", 0, "db3e290481c35c3224e9602e71e4a1f1", 5073868},
6466  AD_LISTEND},
6467  Common::EN_ANY, Common::kPlatformWindows, ADGF_DEMO | ADGF_DROPPLATFORM, GUIO_TORIN_DEMO },
6468 
6469  // Torin's Passage - Multilingual EN/FR/DE w/ English audio Windows CD
6470  // Also matches GOG.com English-only release
6471  // Also matches Spanish and Italian CD releases
6472  // SCI interpreter version 2.100.002
6473  {"torin", "", {
6474  // Duplicate resmap is intentional; it gives the English version equal
6475  // priority to localized versions that are detected with an additional
6476  // file
6477  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6478  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6479  {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
6480  AD_LISTEND},
6481  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6482 
6483  {"torin", "", {
6484  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6485  {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
6486  {"french/msg/0.msg", 0, "cbf314308636380a96f20a76f2a26ce5", 5857},
6487  AD_LISTEND},
6488  Common::FR_FRA, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6489 
6490  {"torin", "", {
6491  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6492  {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
6493  {"german/msg/0.msg", 0, "374ce3a7e540e1f4917d132f74f356b8", 5993},
6494  AD_LISTEND},
6495  Common::DE_DEU, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6496 
6497  // from jvprat and m_kiewitz
6498  {"torin", "", {
6499  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6500  {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
6501  {"spanish/msg/0.msg", 0, "3c468ee0a8595d64d93df68054b116d7", 5681},
6502  AD_LISTEND},
6503  Common::ES_ESP, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6504 
6505  // from glorifindel
6506  {"torin", "", {
6507  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6508  {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
6509  {"patches/0.msg", 0, "ef23a06ff97415e58fbbe25624738789", 6025},
6510  AD_LISTEND},
6511  Common::IT_ITA, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6512 
6513  {"torin", "", {
6514  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6515  {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
6516  {"patches/0.msg", 0, "44f57dd333e77484002a90733005c2ae", 5690},
6517  AD_LISTEND},
6518  Common::PT_BRA, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6519 
6520  // fan made Hebrew translation, by "Hebrew Adventure" https://www.facebook.com/groups/200491360554968/
6521  // distributed as zip package to be extracted over GOG.com version
6522  // from ZvikaZ
6523  { "torin", "", {
6524  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6525  {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 55973887},
6526  {"PATCHES/61101.p56", 0, "c179fa0c1f842c3076393939e1f29e48", 200121},
6527  AD_LISTEND},
6528  Common::HE_ISR, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6529 
6530 
6531  // ---
6532 
6533  // Torin's Passage - Multilingual EN/FR/DE w/ German audio Windows CD (from m_kiewitz)
6534  // SCI interpreter version 2.100.002
6535  // VERSION file "1.0"
6536  {"torin", "", {
6537  {"resmap.000", 0, "e55c3097329b3c53752301e01c6af2fb", 9787},
6538  {"ressci.000", 0, "118f9bec04bfe17c4f87bbb5ddb43c18", 56127540},
6539  AD_LISTEND},
6540  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6541 
6542  {"torin", "", {
6543  {"resmap.000", 0, "e55c3097329b3c53752301e01c6af2fb", 9787},
6544  {"ressci.000", 0, "118f9bec04bfe17c4f87bbb5ddb43c18", 56127540},
6545  AD_LISTEND},
6546  Common::FR_FRA, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6547 
6548  {"torin", "", {
6549  {"resmap.000", 0, "e55c3097329b3c53752301e01c6af2fb", 9787},
6550  {"ressci.000", 0, "118f9bec04bfe17c4f87bbb5ddb43c18", 56127540},
6551  AD_LISTEND},
6552  Common::DE_DEU, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6553 
6554  // ---
6555 
6556  // Torin's Passage - Multilingual EN/FR/DE w/ French audio Windows CD (from LePhilousophe)
6557  // SCI interpreter version 2.100.002
6558  // NOTE: This version of Torin has an ITALIAN directory, but it contains
6559  // English language data, not Italian
6560  {"torin", "", {
6561  {"resmap.000", 0, "66ed46e3e56f487e688d52f05b33d0ba", 9787},
6562  {"ressci.000", 0, "118f9bec04bfe17c4f87bbb5ddb43c18", 56126981},
6563  AD_LISTEND},
6564  Common::EN_ANY, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6565 
6566  {"torin", "", {
6567  {"resmap.000", 0, "66ed46e3e56f487e688d52f05b33d0ba", 9787},
6568  {"ressci.000", 0, "118f9bec04bfe17c4f87bbb5ddb43c18", 56126981},
6569  AD_LISTEND},
6570  Common::FR_FRA, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6571 
6572  {"torin", "", {
6573  {"resmap.000", 0, "66ed46e3e56f487e688d52f05b33d0ba", 9787},
6574  {"ressci.000", 0, "118f9bec04bfe17c4f87bbb5ddb43c18", 56126981},
6575  AD_LISTEND},
6576  Common::DE_DEU, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6577 
6578  // ---
6579 
6580  // Torin's Passage - Russian Windows CD (SoftClub official translate)
6581  // SCI interpreter version 2.100.002
6582  // VERSION file "1.0"
6583  { "torin", "",{
6584  { "resource.aud", 0, "f66df699be5ed011b16b3f816cee8a04", 210583510 },
6585  { "ressci.000", 0, "e672da099fb1663b87c78abc6c8ba2a4", 130622695 },
6586  { "resmap.000", 0, "643859f8f2be8e7701611e29b3b65208", 9799 },
6587  AD_LISTEND },
6588  Common::RU_RUS, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6589 
6590  // Torin's Passage - Russian Windows CD (Dyadushka Research + City)
6591  // VERSION file "1.0"
6592  { "torin", "",{
6593  {"resource.aud", 0, "142a523ee8b79cbe5ef8be7e557ddd55", 181100846},
6594  {"ressci.000", 0, "693a259d346c9360f4a0c11fdaae430a", 56974537},
6595  {"resmap.000", 0, "bb3b0b22ff08df54fbe2d06263409be6", 9799},
6596  AD_LISTEND },
6597  Common::RU_RUS, Common::kPlatformWindows, ADGF_DROPPLATFORM, GUIO_TORIN },
6598 
6599  // Torin's Passage - English Macintosh
6600  {"torin", "", {
6601  {"Data1", 0, "63887e33cc282c92dc1f916f54aea8eb", 700530},
6602  {"Data2", 0, "da2f13be2819a7333fee372d38b8d1a2", 122229},
6603  {"Data3", 0, "e9fda4f1714ddb443545ba8a2d58ef18", 7298870},
6604  {"Data4", 0, "59b432ec35b24a216432a556e25087ef", 7209053},
6605  {"Data5", 0, "189e809f24aee83c707dea03a543c7c4", 6615307},
6606  {"Data6", 0, "b639487c83d1dae0e001e700f3631566", 7594625},
6607  {"Data7", 0, "2afd9b5434102b89610916b904c3f73a", 7627118},
6608  {"Data8", 0, "4601cf0a4a5de40132cab2121bbc0962", 6731266},
6609  {"Data9", 0, "c7dcd55bc538d6a6808f7e899b164fe3", 7760723},
6610  {"Data10", 0, "b2d73cf4bbe6003c012a121405f8b4de", 6857922},
6611  AD_LISTEND},
6612  Common::EN_ANY, Common::kPlatformMacintosh, ADGF_MACRESFORK | ADGF_UNSTABLE, GUIO_TORIN_MAC },
6613 
6614 #undef GUIO_TORIN_DEMO
6615 #undef GUIO_TORIN
6616 #undef GUIO_TORIN_MAC
6617 
6618  // SCI Fanmade Games
6619  FANMADE("120 Degrees Below Zero", "57f6135bd073802215c9b97f32d6aea3", 504, "03adf530a34557dfc20f848c9572f4d0", 320749),
6620  FANMADE("Al Pond: Island Quest 2", "4cba6a5a4c8f66f21935ed78b0511a92", 870, "876587dc9a5ec569287a3dc4b29139d8", 613769),
6621  FANMADE("Al Pond 2: Island Quest", "9625372e710d1a95d2027b48f9e325af", 1506, "a0f9aa65b9bf3d8703adff5a621f243c", 889843),
6622  FANMADE("Al Pond 2: Island Quest (Updated)", "64be277cdcc6aafce7d9f26e88ad31a8", 1500, "571547228a212d63315f0c114cf48d54", 885241),
6623  FANMADE("Another DG Game: I Want My C64 Back", "4a8ca7ca2abd18899ef856f47665e2e9", 588, "12ff558d20c72e42cc6adb408f34d6d8", 150513),
6624  FANMADE_L("Another DG Game: I Want My C64 Back", "13dc1d9ebc57daf8895412eee5e39fea", 576, "e2ad60b3a280171429db5c85f158f84a", 141697, "resource.001", Common::FR_FRA),
6625  FANMADE("Aquarius: An Aquatic Experience", "2e23bc3b82f22a454be202ea593fb478", 480, "01555c8de683d25405bda270aa1ff014", 272372),
6626  FANMADE("Betrayed Alliance 1.0", "b1f43f496a83cb8503f290a838b26242", 4062, "e637255aae6191ee92b9e843ad276288", 2367197),
6627  FANMADE("Betrayed Alliance 1.1", "bb776e42e93f8b98006d6481fb73a588", 4080, "ad7bcfa11f914f23ddbe32723700391e", 2391020),
6628  FANMADE("Betrayed Alliance 1.2", "ade9f8124dae2e6aced8b5bfc0f54411", 4200, "4599d184348e8dfa99a1804f41966177", 2498493), // original version
6629  FANMADE("Betrayed Alliance 1.2", "30431334d821d23e584d6f4c0a3d5b61", 4206, "42e3a857f589eef8a8567b86b71f7fb9", 2503541), // "stealth updated" version
6630  FANMADE("Betrayed Alliance 1.3.1", "c6e60d28086cfa5655af3701c8e2d181", 4878, "c9329736f06cc9ab17f370c93d1fd2fd", 3326253),
6631  FANMADE("Betrayed Alliance 1.3.2", "6f5d48443ad7f8f67190cc59a6c27af4", 4896, "e160dce04115c5f6bfd68870b8adbf8f", 3355630),
6632  FANMADE("Betrayed Alliance 1.3.3.1", "8c015831d9bc45c07c783eaf25465d48", 4890, "af3dc3f4fc627c2c8b2a435d86c7d38d", 3364437),
6633  FANMADE("Betrayed Alliance Book 2 Demo 1.0", "b5b21ca4d1ad3c576e9776bf96845656", 4524, "57150380af9bf05b07851177e01c5066", 3309884),
6634  FANMADE("Bluntman and Chronic (Politically Correct Version)", "c3ef9fa6c7c5fb840078bf28d87c7f8b", 1362, "441636a9f6f86710844868fded868ee7", 596688),
6635  FANMADE("Cascade Quest", "c94efc10d18c040b6e22a1dc6d3adfe1", 3468, "8ada33dfa945f81531e5508240b573de", 1432195),
6636  FANMADE("Circus Quest", "35871f6b4e1df56af4113c0203a0b223", 630, "7d6f97d7935d8733f488d4cb74315e5b", 279627),
6637  FANMADE("Curt's Quest 1.0", "b0e555370380d218968a40a68eaaaffc", 1146, "c851182cdf6fc6a81b840f4d4875f1a0", 307165),
6638  FANMADE("Curt's Quest 1.1", "54084c29346683296e45ef32d7ae74f3", 1128, "c851182cdf6fc6a81b840f4d4875f1a0", 302000),
6639  FANMADE("Demo Quest", "c89a0c9e0a4e4af0ecedb300a3b31dbf", 384, "a32f3495ba24764cba091119cc3f1e13", 160098),
6640  FANMADE("Dr. Jummybummy's Space Adventure 2", "6ae6cb7de423f51736d9487b4ca0c6da", 810, "26e5b563f578e104d79689f36568b7cf", 394670),
6641  FANMADE("Dr. Jummybummy's Space Adventure 2 v1.0", "d689721ebf598b5ed84993057c7bd8d9", 4782, "9f748aac2f78a70a89d417f31989daea", 2247273),
6642  FANMADE("Edy Oliver into the Cave of Whistling Skulls Demo", "eba0a0e86768ee3f14e78fecbc5af011", 2388, "4f6eab79a0f7980960eed101ab8122ad", 2601551),
6643  FANMADE("Footsteps Sound Demo", "d9dabee6e1550b1fdb793f442f227738", 372, "06561df40dea49c6e84184e0ba6f19cb", 114212),
6644  FANMADE_L("Grostesteing: Plus Mechant que Jamais", "ec9a97ccb134f69249f6ea8b16c13d8e", 1500, "b869f5f11bfe2ab5f67f4f0c618f2ce1", 464657, "resource.001", Common::FR_FRA), // FIXME: Accent
6645  FANMADE("Humanoid Demo", "97d8331293a6d57e8bad58c1efc89a63", 624, "fb354b9abe64011b12159e45d724633f", 452320),
6646  FANMADE("Island of Secrets Demo 0.3", "61279176c3e4530fec9b578877aecda7", 504, "7f4ed7a81b86bea22c62bc98e6d9ec39", 197790),
6647  FANMADE("Island of Secrets Demo 0.4", "a8ec7759c8014cf1383a3fe0f0897d0e", 786, "89c61a9d00c63fd94621879a927aad17", 303359),
6648  FANMADE("Jim's Quest 1: The Phantom Thesis", "0af50be1d3f0cb77a09137709a76ef4f", 960, "9c042c136548b20d9183495668e03526", 496446),
6649  FANMADE("King's Quest II SCI Pre-Alpha Version", "cdea1c081022e7697a1afffb1d2f9f6a", 2646, "fb2ce39002c3e05f3d83533638dea105", 2310356),
6650  FANMADE("Knight's Quest Demo 1.0", "5e816edf993956752ed06fccfeeae6d9", 1260, "959321f88a22905fa1f8c6d897874744", 703836),
6651  FANMADE("LockerGnome Quest", "3eeff9130206cad0c4e1551e2b9dd2c5", 420, "ae05ca90806fd90cc43f147c82d3547c", 158906),
6652  FANMADE("LockerGnome Quest Redux", "55b0081dbdd77a07807c76cec3606970", 492, "75c9c5e8a475a7b5f1a6cb18edad67f2", 168069),
6653  FANMADE("LockerGnome Quest Redux", "6299578d8ab709cc181baea6b984a0a7", 492, "c0ff4bfcc62fb111337343967e4001fd", 167383),
6654  FANMADE("Manic Mansion", "f2882af62d22d4bee991ee96ab3d9bd2", 912, "49e58214bfb738081d813912f2ba89b1", 648976),
6655  FANMADE("New Year's Mystery", "e4dcab1b1d3cb4a2c070a07a9c9589e0", 708, "e00ca5e44fd4e98d8174b467b31b0f21", 295425),
6656  FANMADE("New Year's Mystery (Updated)", "efd1beb5120293725065c95959144f81", 714, "b3bd3c2372ed6efa28adb12403c4c31a", 305027),
6657  FANMADE("Ocean Battle", "c2304a0568e0eb84f8e9a0915f01170a", 408, "46c520c1ac9b63528854d0f58c7e1b74", 142234),
6658  FANMADE("Osama Been Skatin'", "db8f1710453cfbecf4214b2946970043", 390, "7afd75d4620dedf97a84ae8f0a7523cf", 123827),
6659  FANMADE("Quest for the Cheat", "a359d4cf27f98264b42b55c017671214", 882, "8a943029f73c4bc85d454b7f473455ba", 455209),
6660  FANMADE("Robust Parse Demo 1.2", "c956d40b6eb42292ec328c510acb11d8", 540, "26f092bab5ec4490737d8463fd3ebbd5", 229044),
6661  FANMADE("SCI Capture the Flag", "4cd679a51d93b8b27c6b38d81be24b8b", 432, "98ae1f6ed7b4c21f88addbf643dd1d2f", 147878),
6662  FANMADE("SCI Companion Template", "ad54d4f504086cd597aa2348d0aa3b09", 354, "6798b7b601ce8154c1d1bc0f0edcdd18", 113061),
6663  FANMADE("SCI Logging Demo", "615c30c1445ea9349847e8868312a674", 558, "2df6858526177612ef9473e7af5b31c6", 171012),
6664 #if 0
6665  // Disabled as this requires network access to the Google Translate API, which is not available as OSystem has no network API.
6666  FANMADE("SCI Narration Demo", "731f4f2b726a13c153380af08da16591", 360, "38c80558fb942e8568f011d4a1a4af59", 109789),
6667 #endif
6668  FANMADE("SCI Programming April 2010 Competition Template", "36e5c4011dd7c92e1ae4c6fede7d698d", 456, "20c87fbb7f73e2a3eb2c5dfab4d76b5a", 142221),
6669  FANMADE("SCI Studio Template 3.0", "ca0dc8d586e0a8670b7621cde090b532", 354, "58a48ee692a86c0575e6bd0b00a92b9a", 113097),
6670  FANMADE("SCI Quest", "9067e1f1e54436d2dbfce855524bc84a", 552, "ffa7d355cd9223f245289108a696bcd2", 149634),
6671  FANMADE("SCI Tetris 1.0", "a268f84a293e6f8bbb55f6a41541c6cb", 384, "4da38a05d9752e787770e560a8f54fe6", 138974),
6672  FANMADE("SCI Tetris 1.1", "d1bd53d329541e4b26ec2f0b1eb68eb8", 318, "b219747b7e8b0537f783d621c6191b37", 102714),
6673  FANMADE11("SCI VGA Demo Update-Remake", "8913c0855eac223de6a86b3fc1af67c1", 439, "31d4283d8a9d52833df0d1e91dd702ec", 299311),
6674  FANMADE("SCI-Man", "3ab85bd39a86c11f85781764f9db09bb", 468, "bb8f9992f504a242bf0860e3588e150b", 131810),
6675  FANMADE("Scene Builder", "981de9fc7ecfc26631a5aec5c4e09bfe", 1842, "8faf71a4f7d89618d1346c1d60cd3074", 820847),
6676  FANMADE("Soulshade Asylum", "965a07e7fb6fd9563b94c969b72cfe2a", 546, "57401d18559985e569085a69edda691e", 244786),
6677  FANMADE("Text Views Demo", "ad0485a96470566517f184ff5dd049f8", 372, "727b946b37588ed334737732c55007c4", 115788),
6678  FANMADE("The Black Cauldron Demo", "5e1ff2833c7f33ebcfa456ba836e2067", 2592, "2f8e6264d2db91bb54982ab8aa18b3b4", 1881839),
6679  FANMADE("The Black Cauldron Final", "cbb4705f0cd73760996e5b27aae54f6a", 2484, "fc3bcaa7783b91bb78faefa345c6b3d9", 1677293),
6680  // Kafuka release, catdate-onedaydemo-2015.zip: old branding, old title, old music, zipper, hand.
6681  FANMADE11("The Dating Pool Demo (2015)", "6f788e0ec2b4a6110e9bbb639ca7ee74", 1378, "af28393cf5ae59e98203067f5eb87e2b", 1038935),
6682  // Kafuka release, catdate-onedaydemo-2016.zip: new branding, old title, zipper, hand.
6683  FANMADE11("The Dating Pool Demo (2016)", "9f44b144d8986a3676fb5114b819ec02", 1303, "4d6f521253ec67d0f1bd38c29c91c806", 915197),
6684  // Release status unknown: new title, cocktail, paw, remapped shadow.
6685  FANMADE11("The Dating Pool Demo (Unknown)", "80ae0fc1bc60b815c65eda86a23157bc", 1318, "755e12d325420acc7a06474d75002ba8", 1153508),
6686  // Itch.IO release: bug fixes
6687  FANMADE11("The Dating Pool Demo (Itch.IO)", "1442c3599b5f41755e4318db8d68da51", 1318, "755e12d325420acc7a06474d75002ba8", 1044647),
6688  // Itch.IO 2018 release: bug fixes, polish, new content at end
6689  FANMADE11("The Dating Pool Demo (Itch.IO 2018)", "750e0f01ca54ac0ea49cff2753e1ae65", 1263, "094b9d3c841fe60076f06cdef3fb1383", 1467849),
6690  // Itch.IO 2019 release: more bug fixes and polish
6691  FANMADE11("The Dating Pool Demo (Itch.IO 2019)", "1f7b68ed422eadbf373cc8611bc56f94", 1393, "094b9d3c841fe60076f06cdef3fb1383", 1555073),
6692  // Reported in #11071
6693  FANMADE11("The Dating Pool Demo (2016 One Day)", "736656f6debeaf8c8f53ef4f4825511a", 1303, "4d6f521253ec67d0f1bd38c29c91c806", 915171),
6694  FANMADE("The Farm Nightmare", "fb6cbfddaa7c055e2c3d8cf4c683a7db", 906, "50655e8b8925f717e698e08f006f40be", 338303),
6695  FANMADE("The Gem Scenario", "ef5f61f4d2c6d31122d3e2baf89ad976", 642, "2f16be390dd90c3d7ca1c8a594ac0bfa", 244794),
6696  FANMADE("The Legend of the Lost Jewel", "ba1bca315e3818c5626eda51bcfbcccf", 636, "9b0736d69924af0cff32a0f78db96855", 300398),
6697  FANMADE("The Sect of Achturan", "130ee6a9137005cdd4a26c38fa21576a", 1626, "1faf42afbfdb782f61ceaa1ee6243b76", 961705),
6698  FANMADE("Winter Wonderland", "c1ffaf8327462effd4ad21eeed9eea59", 504, "5d48666dc62f90d852a1d0de6e69195f", 305076),
6699 #if 0
6700  // Disabled, this crashes into: ERROR: Uninitialized read for temp 2 from method ::export 1 (room 516, script 505, localCall ffffffff)!
6701  FANMADE("Zork Demo", "1e449214ed0738cb868e09249a24dbb6", 3480, "0f24d70ab8a51155a3a62f4495847afd", 335957),
6702 #endif
6703  FANMADE11("Zork: The Great Underground Empire", "65f0731485faca4ee568b74e2f59d850", 3518, "e5d4790b6e8fa1b9a9691b22d541012b", 2460903),
6704 
6705  // FIXME: The vga demo does not have a resource.000/001 file.
6706  //FANMADE_V("SCI VGA Demo", "00b1abd87bad356b90fcdfcb6132c26f", 8, "", 0, 0),
6707 
6709 };
6710 
6711 } // End of namespace Sci
Always add English as a language option.
Definition: advancedDetector.h:149
Flag to designate not yet officially supported games that are not fit for public testing.
Definition: advancedDetector.h:142
Definition: advancedDetector.h:163
Do not add platform to gameid.
Definition: advancedDetector.h:153
No flags.
Definition: advancedDetector.h:139
Calculate the MD5 for this entry from the resource fork.
Definition: advancedDetector.h:150
#define AD_TABLE_END_MARKER
Definition: advancedDetector.h:326
Add "-cd" to gameid.
Definition: advancedDetector.h:154
static const char GAME_NOT_IMPLEMENTED[]
Definition: metaengine.h:132
#define AD_LISTEND
Definition: advancedDetector.h:104
Definition: advancedDetector.h:145
Definition: console.h:28
Flag to designate well-known pirated versions with cracks.
Definition: advancedDetector.h:144
Definition: advancedDetector.h:147
Add "-demo" to gameid.
Definition: advancedDetector.h:156