ScummVM API documentation
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 Mohawk {
25 
26 #define GUI_OPTIONS_MYST GUIO4(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI)
27 #define GUI_OPTIONS_MYST_ME GUIO5(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI, GAMEOPTION_ME)
28 #define GUI_OPTIONS_MYST_ME_25TH GUIO6(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI, GAMEOPTION_ME, GAMEOPTION_25TH)
29 #define GUI_OPTIONS_MYST_DEMO GUIO5(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GAMEOPTION_DEMO)
30 #define GUI_OPTIONS_MYST_MAKING_OF GUIO5(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_NOLAUNCHLOAD)
31 
32 #define GUI_OPTIONS_RIVEN GUIO4(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI)
33 #define GUI_OPTIONS_RIVEN_25TH GUIO5(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI, GAMEOPTION_25TH)
34 #define GUI_OPTIONS_RIVEN_DEMO GUIO6(GUIO_NOASPECT, GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOMIDI, GUIO_NOLAUNCHLOAD, GAMEOPTION_DEMO)
35 
36 static const MohawkGameDescription gameDescriptions[] = {
37  // Myst
38  // English Windows 3.11, v1.0
39  // From vonLeheCreative, #9645
40  {
41  {
42  "myst",
43  "",
44  AD_ENTRY1("myst.dat", "0e4b6fcbd2419d4371365314fb7443f8"),
45  Common::EN_ANY,
46  Common::kPlatformWindows,
48  GUI_OPTIONS_MYST
49  },
50  GType_MYST,
51  0,
52  0,
53  },
54 
55  // Myst
56  // English Windows 3.11, v1.0.1
57  // From lotharsm
58  {
59  {
60  "myst",
61  "",
62  AD_ENTRY1s("myst.dat", "4beb3366ed3f3b9bfb6e81a14a43bdcc", 66143659),
63  Common::EN_ANY,
64  Common::kPlatformWindows,
66  GUI_OPTIONS_MYST
67  },
68  GType_MYST,
69  0,
70  0,
71  },
72 
73  // Myst
74  // English MPC/Windows 3.11, v1.1
75  // From clone2727
76  {
77  {
78  "myst",
79  "",
80  AD_ENTRY1s("myst.dat", "ae3258c9c90128d274aa6a790b3ad181", 66236882),
81  Common::EN_ANY,
82  Common::kPlatformWindows,
84  GUI_OPTIONS_MYST
85  },
86  GType_MYST,
87  0,
88  0,
89  },
90 
91  // Myst Demo
92  // English Windows 3.11, v1.0
93  // From PC Format (UK) July, 1994
94  {
95  {
96  "myst",
97  "Demo",
98  AD_ENTRY2s("DEMO.DAT", "8ff8ae264f759ea4a79cc915757f17c4", 488921,
99  "SLIDES.DAT", "d630fddfb50608f3cc7d297392f21d41", 9483618),
100  Common::EN_ANY,
101  Common::kPlatformWindows,
103  GUI_OPTIONS_MYST_DEMO
104  },
105  GType_MYST,
106  GF_DEMO,
107  0,
108  },
109 
110  // Myst Demo
111  // English Windows 3.11, v1.0.1
112  // From CD-ROM Today July, 1994
113  {
114  {
115  "myst",
116  "Demo",
117  AD_ENTRY2s("DEMO.DAT", "c39303dd53fb5c4e7f3c23231c606cd0", 488415,
118  "SLIDES.DAT", "d630fddfb50608f3cc7d297392f21d41", 9483618),
119  Common::EN_ANY,
120  Common::kPlatformWindows,
122  GUI_OPTIONS_MYST_DEMO
123  },
124  GType_MYST,
125  GF_DEMO,
126  0,
127  },
128 
129  // Myst
130  // German Windows 3.11
131  // From clone2727
132  {
133  {
134  "myst",
135  "",
136  AD_ENTRY1("myst.dat", "4beb3366ed3f3b9bfb6e81a14a43bdcc"),
137  Common::DE_DEU,
138  Common::kPlatformWindows,
140  GUI_OPTIONS_MYST
141  },
142  GType_MYST,
143  0,
144  0,
145  },
146 
147  // Myst
148  // German Windows 3.11, v1.0.3GE
149  // From LordHoto
150  {
151  {
152  "myst",
153  "",
154  AD_ENTRY1s("myst.dat", "e0937cca1ab125e48e30dc3cd5046ddf", 65610606),
155  Common::DE_DEU,
156  Common::kPlatformWindows,
158  GUI_OPTIONS_MYST
159  },
160  GType_MYST,
161  0,
162  0,
163  },
164 
165  // Myst
166  // Spanish Windows ?
167  // From jvprat
168  {
169  {
170  "myst",
171  "",
172  AD_ENTRY1("myst.dat", "f7e7d7ca69934f1351b5acd4fe4d44c2"),
173  Common::ES_ESP,
174  Common::kPlatformWindows,
176  GUI_OPTIONS_MYST
177  },
178  GType_MYST,
179  0,
180  0,
181  },
182 
183  // Myst
184  // Italian Windows 3.11, v1.1 IT
185  // From goodoldgeorg in bug #6895
186  {
187  {
188  "myst",
189  "",
190  AD_ENTRY1s("myst.dat", "a5795ce1751fc42525e4f9a1859181d5", 66795223),
191  Common::IT_ITA,
192  Common::kPlatformWindows,
194  GUI_OPTIONS_MYST
195  },
196  GType_MYST,
197  0,
198  0,
199  },
200 
201  // Myst
202  // Japanese Windows 3.11
203  // From clone2727
204  {
205  {
206  "myst",
207  "",
208  AD_ENTRY1("myst.dat", "032c88e3b7e8db4ca475e7b7db9a66bb"),
209  Common::JA_JPN,
210  Common::kPlatformWindows,
212  GUI_OPTIONS_MYST
213  },
214  GType_MYST,
215  0,
216  0,
217  },
218 
219  // Myst
220  // French Windows 3.11
221  // From Strangerke
222  {
223  {
224  "myst",
225  "",
226  AD_ENTRY1("myst.dat", "d631d42567a941c67c78f2e491f4ea58"),
227  Common::FR_FRA,
228  Common::kPlatformWindows,
230  GUI_OPTIONS_MYST
231  },
232  GType_MYST,
233  0,
234  0,
235  },
236 
237  // Myst - Russian
238  // From AndyILC in bug #10303
239  {
240  {
241  "myst",
242  "",
243  AD_ENTRY1("myst.dat", "196384f87e8bcb51731bce8416ab6a07"),
244  Common::RU_RUS,
245  Common::kPlatformWindows,
247  GUI_OPTIONS_MYST
248  },
249  GType_MYST,
250  0,
251  0,
252  },
253 
254  // Making of Myst
255  // English Windows 3.11
256  // From clone2727
257  {
258  {
259  "makingofmyst",
260  "",
261  AD_ENTRY1s("making.dat", "f6387e8f0f7b8a3e42c95294315d6a0e", 8377),
262  Common::EN_ANY,
263  Common::kPlatformWindows,
265  GUI_OPTIONS_MYST_MAKING_OF
266  },
267  GType_MAKINGOF,
268  0,
269  0,
270  },
271 
272  // Making of Myst
273  // Japanese Windows 3.11, Italian Windows 3.11
274  // From clone2727
275  {
276  {
277  "makingofmyst",
278  "",
279  AD_ENTRY1s("making.dat", "03ff62607e64419ab2b6ebf7b7bcdf63", 4602),
280  Common::EN_ANY,
281  Common::kPlatformWindows,
283  GUI_OPTIONS_MYST_MAKING_OF
284  },
285  GType_MAKINGOF,
286  0,
287  0,
288  },
289 
290  // Myst Masterpiece Edition
291  // English Windows
292  // From clone2727
293  {
294  {
295  "myst",
296  "Masterpiece Edition",
297  AD_ENTRY1s("myst.dat", "c4cae9f143b5947262e6cb2397e1617e", 74070233),
298  Common::EN_ANY,
299  Common::kPlatformWindows,
301  GUI_OPTIONS_MYST_ME
302  },
303  GType_MYST,
304  GF_ME,
305  0,
306  },
307 
308  // Myst Masterpiece Edition
309  // German Windows
310  // From DrMcCoy (Included in "Myst: Die Trilogie")
311  {
312  {
313  "myst",
314  "Masterpiece Edition",
315  AD_ENTRY1("myst.dat", "f88e0ace66dbca78eebdaaa1d3314ceb"),
316  Common::DE_DEU,
317  Common::kPlatformWindows,
319  GUI_OPTIONS_MYST_ME
320  },
321  GType_MYST,
322  GF_ME,
323  0,
324  },
325 
326  // Myst Masterpiece Edition
327  // French Windows
328  // From gamin (Included in "Myst: La Trilogie")
329  {
330  {
331  "myst",
332  "Masterpiece Edition",
333  AD_ENTRY1("myst.dat", "aea81633b2d2ae498f09072fb87263b6"),
334  Common::FR_FRA,
335  Common::kPlatformWindows,
337  GUI_OPTIONS_MYST_ME
338  },
339  GType_MYST,
340  GF_ME,
341  0,
342  },
343 
344  // Myst Masterpiece Edition
345  // Polish Windows
346  // From pykman (Included in "Myst: Antologia")
347  {
348  {
349  "myst",
350  "Masterpiece Edition",
351  AD_ENTRY1("myst.dat", "4a05771b60f4a69869838d01e85c9e80"),
352  Common::PL_POL,
353  Common::kPlatformWindows,
355  GUI_OPTIONS_MYST_ME
356  },
357  GType_MYST,
358  GF_ME,
359  0,
360  },
361 
362  // Myst Masterpiece Edition
363  // Spanish Fan Translation 3.02c
364  // Bugreport #11927
365  {
366  {
367  "myst",
368  "Masterpiece Edition",
369  AD_ENTRY1s("myst.dat", "7552dd490861dc7e6307e1ede80220fd", 76640997),
370  Common::ES_ESP,
371  Common::kPlatformWindows,
373  GUI_OPTIONS_MYST_ME
374  },
375  GType_MYST,
376  GF_ME,
377  0,
378  },
379 
380  // Myst Masterpiece Edition - 25th Anniversary
381  // Repacked by the ScummVM team
382  {
383  {
384  "myst",
385  "Masterpiece Edition - 25th Anniversary",
386  {
387  {"myst.dat", 0, "c4cae9f143b5947262e6cb2397e1617e", AD_NO_SIZE},
388  {"myst_french.dat", 0, "7c8230be50ffcac588e7db8788ad7614", AD_NO_SIZE},
389  {"myst_german.dat", 0, "3952554439960b22a360e8e006dfed58", AD_NO_SIZE},
390  {"myst_polish.dat", 0, "9ca82ff26fcbfacf40e4164523a50854", AD_NO_SIZE},
391  {"myst_spanish.dat", 0, "822ed3c0de912c10b877dcd2cc078493", AD_NO_SIZE},
392  {"menu.dat", 0, "7dc23051084f79b1c2bccc84cdec0503", AD_NO_SIZE},
393  AD_LISTEND
394  },
395  Common::UNK_LANG,
396  Common::kPlatformWindows,
398  GUI_OPTIONS_MYST_ME_25TH
399  },
400  GType_MYST,
401  GF_ME | GF_25TH,
402  0,
403  },
404 
405  // Riven: The Sequel to Myst
406  // Version 1.0 (5CD)
407  // From clone2727
408  {
409  {
410  "riven",
411  "",
412  AD_ENTRY1("a_Data.MHK", "71145fdecbd68a0cfc292c2fbddf8e08"),
413  Common::EN_ANY,
414  Common::kPlatformWindows,
416  GUI_OPTIONS_RIVEN
417  },
418  GType_RIVEN,
419  0,
420  0,
421  },
422 
423  // Riven: The Sequel to Myst
424  // Version 1.03 (5CD)
425  // From ST
426  {
427  {
428  "riven",
429  "",
430  AD_ENTRY1("a_Data.MHK", "d8ccae34a0e3c709135a73f449b783be"),
431  Common::EN_ANY,
432  Common::kPlatformWindows,
434  GUI_OPTIONS_RIVEN
435  },
436  GType_RIVEN,
437  0,
438  0,
439  },
440 
441  // Riven: The Sequel to Myst
442  // Version 1.? (5CD) - Spanish
443  // From jvprat
444  {
445  {
446  "riven",
447  "",
448  AD_ENTRY1("a_Data.MHK", "249e8c995d191b03ee94c892c0eac775"),
449  Common::ES_ESP,
450  Common::kPlatformWindows,
452  GUI_OPTIONS_RIVEN
453  },
454  GType_RIVEN,
455  0,
456  0,
457  },
458 
459  // Riven: The Sequel to Myst
460  // Version 1.0 (5CD), 1.02 (DVD, From "Myst: La Trilogie")
461  // From gamin
462  {
463  {
464  "riven",
465  "",
466  AD_ENTRY1("a_Data.MHK", "aff2a384aaa9a0e0ec51010f708c5c04"),
467  Common::FR_FRA,
468  Common::kPlatformWindows,
470  GUI_OPTIONS_RIVEN
471  },
472  GType_RIVEN,
473  0,
474  0,
475  },
476 
477  // Riven: The Sequel to Myst
478  // Version 1.0 (5CD) - Italian
479  // From dodomorandi on bug #6629
480  {
481  {
482  "riven",
483  "",
484  AD_ENTRY1("a_Data.MHK", "0e21e89df7788f32056b6521abf2e81a"),
485  Common::IT_ITA,
486  Common::kPlatformWindows,
488  GUI_OPTIONS_RIVEN
489  },
490  GType_RIVEN,
491  0,
492  0,
493  },
494 
495  // Riven: The Sequel to Myst
496  // Version 1.0.0 (5CD) - Russian, Fargus
497  {
498  {
499  "riven",
500  "",
501  AD_ENTRY1s("a_Data.MHK", "2a840ed74fe5dc3a388bced674d379d5", 12024358),
502  Common::RU_RUS,
503  Common::kPlatformWindows,
505  GUI_OPTIONS_RIVEN
506  },
507  GType_RIVEN,
508  0,
509  0,
510  },
511 
512  // Riven: The Sequel to Myst
513  // Version 1.1 (5CD) - Russian, Fargus
514  {
515  {
516  "riven",
517  "",
518  AD_ENTRY1("a_Data.MHK", "59bd2e3ccbae2f1faa1b23a18dc316eb"),
519  Common::RU_RUS,
520  Common::kPlatformWindows,
522  GUI_OPTIONS_RIVEN
523  },
524  GType_RIVEN,
525  0,
526  0,
527  },
528 
529  // Riven: The Sequel to Myst
530  // Version 1.0J (5CD) - Japanese
531  // From sev
532  {
533  {
534  "riven",
535  "",
536  AD_ENTRY1s("a_Data.MHK", "3a2b4764979dc007a0e6ded64e4b7889", 10014314),
537  Common::JA_JPN,
538  Common::kPlatformWindows,
540  GUI_OPTIONS_RIVEN
541  },
542  GType_RIVEN,
543  0,
544  0,
545  },
546 
547  // Riven: The Sequel to Myst
548  // Version 1.0 (5CD) - Brazilian
549  // from trembyle
550  {
551  {
552  "riven",
553  "",
554  AD_ENTRY1s("a_Data.MHK", "49fe3003d6da02b03c5c1f6028a7f719", 9892372),
555  Common::PT_BRA,
556  Common::kPlatformWindows,
558  GUI_OPTIONS_RIVEN
559  },
560  GType_RIVEN,
561  0,
562  0,
563  },
564 
565  // Riven: The Sequel to Myst
566  // Version 1.0 (5CD) - Simplified Chinese
567  // from einstein95
568  {
569  {
570  "riven",
571  "",
572  AD_ENTRY1s("a_Data.MHK", "549dc58da95c1cca286d8a129868fd65", 10291378),
573  Common::ZH_CHN,
574  Common::kPlatformWindows,
576  GUI_OPTIONS_RIVEN
577  },
578  GType_RIVEN,
579  0,
580  0,
581  },
582 
583  // Riven: The Sequel to Myst
584  // Version 1.0 (5CD) - Traditional Chinese
585  // from einstein95
586  {
587  {
588  "riven",
589  "",
590  AD_ENTRY1s("a_Data.MHK", "326da4a52a6dfe0c42f94dd4a9779cee", 10654256),
591  Common::ZH_TWN,
592  Common::kPlatformWindows,
594  GUI_OPTIONS_RIVEN
595  },
596  GType_RIVEN,
597  0,
598  0,
599  },
600 
601  // Riven: The Sequel to Myst
602  // Version 1.? (DVD, From "Myst 10th Anniversary Edition")
603  // From Clone2727
604  {
605  {
606  "riven",
607  "DVD",
608  AD_ENTRY1("a_Data.MHK", "08fcaa5d5a2a01d7a5a6960f497212fe"),
609  Common::EN_ANY,
610  Common::kPlatformWindows,
612  GUI_OPTIONS_RIVEN
613  },
614  GType_RIVEN,
615  GF_DVD,
616  0,
617  },
618 
619  // Riven: The Sequel to Myst
620  // Version 1.1 (DVD, Pressing code rvd 2811 ab, RVD8AB-BI RVD2811AB)
621  // From wouwehand in #10519
622  {
623  {
624  "riven",
625  "DVD",
626  AD_ENTRY1("a_Data.MHK", "3370cd9a9696814365a2b7fd7a7b726e"),
627  Common::EN_ANY,
628  Common::kPlatformWindows,
630  GUI_OPTIONS_RIVEN
631  },
632  GType_RIVEN,
633  GF_DVD,
634  0,
635  },
636 
637  // Riven: The Sequel to Myst
638  // Version 1.0 (DVD, From "Myst: Die Trilogie")
639  // From DrMcCoy
640  {
641  {
642  "riven",
643  "",
644  AD_ENTRY1("a_Data.MHK", "a5fe1c91a6033eb6ee54b287578b74b9"),
645  Common::DE_DEU,
646  Common::kPlatformWindows,
648  GUI_OPTIONS_RIVEN
649  },
650  GType_RIVEN,
651  0,
652  0,
653  },
654 
655  // Riven: The Sequel to Myst
656  // Version 1.02 (DVD, From "Myst: Antologia")
657  // From pykman
658  {
659  {
660  "riven",
661  "",
662  AD_ENTRY1("a_Data.MHK", "733a710cf5f848b441ec72d988ab8a3d"),
663  Common::PL_POL,
664  Common::kPlatformWindows,
666  GUI_OPTIONS_RIVEN
667  },
668  GType_RIVEN,
669  0,
670  0,
671  },
672 
673  // Riven: The Sequel to Myst
674  // Version 1.1 (DVD), Russian, Fargus
675  {
676  {
677  "riven",
678  "DVD",
679  AD_ENTRY1("a_Data.MHK", "b5f40e6e6b843bf3abea291faa0911f4"),
680  Common::RU_RUS,
681  Common::kPlatformWindows,
683  GUI_OPTIONS_RIVEN
684  },
685  GType_RIVEN,
686  GF_DVD,
687  0,
688  },
689 
690  // Riven: The Sequel to Myst - 25th anniversary
691  // Created by the ScummVM team
692  {
693  {
694  "riven",
695  "25th Anniversary",
696  {
697  { "a_data.mhk", 0, "08fcaa5d5a2a01d7a5a6960f497212fe", 10218888 },
698  { "a_data_french.mhk", 0, "ad7547ed7159a97be98a005f62862f85", 7088579 },
699  { "a_data_german.mhk", 0, "5ebd301bd4bf6fd7667c4a46eebf6532", 7098655 },
700  { "a_data_italian.mhk", 0, "9d53b178510ce90f10b32ad3ca967d38", 6677740 },
701  { "a_data_japanese.mhk", 0, "bf43cf8af21fefc5a02881f7cfb68f52", 7237370 },
702  { "a_data_polish.mhk", 0, "5c7cd4b1a1a4c63cc670485816b0b5ec", 14588293 },
703  { "a_data_russian.mhk", 0, "76e12906637f5274bb6af8ab42871c25", 14349136 },
704  { "a_data_spanish.mhk", 0, "6226a3e1748e64962971b2f6536ef283", 8133297 },
705  AD_LISTEND
706  },
707  Common::UNK_LANG,
708  Common::kPlatformWindows,
710  GUI_OPTIONS_RIVEN_25TH
711  },
712  GType_RIVEN,
713  GF_DVD | GF_25TH,
714  0,
715  },
716 
717  // Riven: The Sequel to Myst
718  // Version 1.03 (Demo, From "Prince of Persia Collector's Edition")
719  // From Clone2727
720  {
721  {
722  "riven",
723  "Demo",
724  AD_ENTRY1s("a_Data.MHK", "bae6b03bd8d6eb350d35fd13f0e3139f", 86703958),
725  Common::EN_ANY,
726  Common::kPlatformWindows,
728  GUI_OPTIONS_RIVEN_DEMO
729  },
730  GType_RIVEN,
731  GF_DEMO,
732  0,
733  },
734 
735  {
736  {
737  "cstime",
738  "",
739  AD_ENTRY1("signin.mhk", "410b4ce8d1a8702971e4d1ffba9b965d"),
740  Common::EN_ANY,
741  Common::kPlatformWindows,
743  GUIO1(GUIO_NOASPECT)
744  },
745  GType_CSTIME,
746  0,
747  0
748  },
749 
750  {
751  {
752  "cstime",
753  "Demo",
754  AD_ENTRY1("iface.mhk", "5c1203712a16513bd158dc3c1b6cebd7"),
755  Common::EN_ANY,
756  Common::kPlatformWindows,
758  GUIO1(GUIO_NOASPECT)
759  },
760  GType_CSTIME,
761  GF_DEMO,
762  0
763  },
764 
765  {
766  {
767  "zoombini",
768  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
769  AD_ENTRY1("ZOOMBINI.MHK", "98b758fec55104c096cfd129048be9a6"),
770  Common::EN_ANY,
771  Common::kPlatformWindows,
773  GUIO1(GUIO_NOASPECT)
774  },
775  GType_ZOOMBINI,
776  0,
777  0
778  },
779 
780  {
781  {
782  "zoombini",
783  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
784  AD_ENTRY1("ZOOMBINI.MHK", "0672f65c40dd065840c896e41c13f980"),
785  Common::EN_ANY,
786  Common::kPlatformWindows,
788  GUIO1(GUIO_NOASPECT)
789  },
790  GType_ZOOMBINI,
791  0,
792  0
793  },
794 
795  {
796  {
797  "zoombini",
798  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported // "v2.0",
799  AD_ENTRY1("ZOOMBINI.MHK", "506b1122ffa740e2566cf0b583d24478"),
800  Common::EN_ANY,
801  Common::kPlatformWindows,
803  GUIO1(GUIO_NOASPECT)
804  },
805  GType_ZOOMBINI,
806  0,
807  0
808  },
809  {
810  {
811  "zoombini",
812  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
813  AD_ENTRY1("ZOOMBINI.MHK", "6ae0bdf791266b1fe3d4fabbf44c3faa"),
814  Common::DE_DEU,
815  Common::kPlatformWindows,
817  GUIO1(GUIO_NOASPECT)
818  },
819  GType_ZOOMBINI,
820  0,
821  0
822  },
823  {
824  {
825  "zoombini",
826  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
827  AD_ENTRY1("ZOOMBINI.MHK", "8231e58525143ccf6e8b747df34b139f"),
828  Common::FR_FRA,
829  Common::kPlatformWindows,
831  GUIO1(GUIO_NOASPECT)
832  },
833  GType_ZOOMBINI,
834  0,
835  0
836  },
837  {
838  {
839  "zoombini",
840  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
841  AD_ENTRY1s("ZOOMBINI.MHK", "6d95ef2148043b51ef31d3a35d3b7521", 23853146),
842  Common::EN_ANY,
843  Common::kPlatformMacintosh,
845  GUIO1(GUIO_NOASPECT)
846  },
847  GType_ZOOMBINI,
848  0,
849  0
850  },
851  {
852  {
853  "zoombini",
854  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
855  AD_ENTRY1s("ZOOMBINI.MHK", "8191a3568facff94cecc8d99f83a7772", 1964112),
856  Common::EN_ANY,
857  Common::kPlatformWindows,
859  GUIO1(GUIO_NOASPECT)
860  },
861  GType_ZOOMBINI,
862  0,
863  0
864  },
865  {
866  {
867  "zoombini",
868  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
869  AD_ENTRY1s("ZOOMBINI.MHK", "cfa2db71d571a40a4ae692606547e391", 1492603),
870  Common::EN_ANY,
871  Common::kPlatformWindows,
873  GUIO1(GUIO_NOASPECT)
874  },
875  GType_ZOOMBINI,
876  0,
877  0
878  },
879  {
880  {
881  "zoombini",
882  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
883  AD_ENTRY1s("ZOOMBINI.MHK", "3133e8d164958f8a3f740cb1f4e49f15", 24120142),
884  Common::JA_JPN,
885  Common::kPlatformMacintosh,
887  GUIO1(GUIO_NOASPECT)
888  },
889  GType_ZOOMBINI,
890  0,
891  0
892  },
893 
894  {
895  {
896  "orly",
897  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
898  AD_ENTRY1s("DEMO_STO.MHK", "9ab19aa65e72ae34ce3ec2c54f4e6f8b", 6245780),
899  Common::EN_ANY,
900  Common::kPlatformWindows,
902  GUIO1(GUIO_NOASPECT)
903  },
904  GType_ORLY,
905  0,
906  0
907  },
908 
909  {
910  {
911  "alientales",
912  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
913  AD_ENTRY1s("ATDEMO.DAT", "7ac30ba63080cd5ad6af9946707e01cc", 1656768),
914  Common::EN_ANY,
915  Common::kPlatformWindows,
917  GUIO1(GUIO_NOASPECT)
918  },
919  GType_ALIENTALES,
920  0,
921  0
922  },
923 
924  {
925  {
926  "csworld",
927  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported // "v3.0",
928  AD_ENTRY1("C2K.MHK", "605fe88380848031bbd0ff84ade6fe40"),
929  Common::EN_ANY,
930  Common::kPlatformWindows,
932  GUIO1(GUIO_NOASPECT)
933  },
934  GType_CSWORLD,
935  0,
936  0
937  },
938  {
939  {
940  "csworld",
941  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported // "v3.5",
942  AD_ENTRY1("C2K.MHK", "d4857aeb0f5e2e0c4ac556aa74f38c23"),
943  Common::EN_ANY,
944  Common::kPlatformWindows,
946  GUIO1(GUIO_NOASPECT)
947  },
948  GType_CSWORLD,
949  0,
950  0
951  },
952 
953  {
954  {
955  "csamtrak",
956  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
957  AD_ENTRY1("AMTRAK.MHK", "2f95301f0bb950d555bb7b0e3b1b7eb1"),
958  Common::EN_ANY,
959  Common::kPlatformWindows,
961  GUIO1(GUIO_NOASPECT)
962  },
963  GType_CSAMTRAK,
964  0,
965  0
966  },
967 
968  // Maths Workshop US
969  // Win/Mac
970  {
971  {
972  "mathsworkshop",
973  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
974  AD_ENTRY1s("MAINSCRN.DAT", "5fc18dc4e12ed4988182af17d1f1cf8c", 10972138),
975  Common::EN_USA,
976  Common::kPlatformWindows,
978  GUIO1(GUIO_NOASPECT)
979  },
980  GType_MATHSWORKSHOP,
981  0,
982  0
983  },
984 
985  // Maths Workshop EU
986  // Win/Mac
987  // Has all languages as separate .DAE (English), .DAD (German), .DAF (French) files
988  {
989  {
990  "mathsworkshop",
991  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
992  AD_ENTRY1s("MAINSCRN.DAE", "f42b70727bb3d5b224c85735339d4489", 7751154),
993  Common::EN_GRB,
994  Common::kPlatformWindows,
996  GUIO1(GUIO_NOASPECT)
997  },
998  GType_MATHSWORKSHOP,
999  0,
1000  0
1001  },
1002  {
1003  {
1004  "mathsworkshop",
1005  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1006  AD_ENTRY1s("MAINSCRN.DAD", "9d75b524de80ac99e6ef43e679c97340", 7748061),
1007  Common::DE_DEU,
1008  Common::kPlatformWindows,
1010  GUIO1(GUIO_NOASPECT)
1011  },
1012  GType_MATHSWORKSHOP,
1013  0,
1014  0
1015  },
1016  {
1017  {
1018  "mathsworkshop",
1019  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1020  AD_ENTRY1s("MAINSCRN.DAF", "260ba9aec6c16b3aee6377afe7e212e6", 7667595),
1021  Common::FR_FRA,
1022  Common::kPlatformWindows,
1024  GUIO1(GUIO_NOASPECT)
1025  },
1026  GType_MATHSWORKSHOP,
1027  0,
1028  0
1029  },
1030 
1031  // Maths Workshop Deluxe US
1032  // Win/Mac
1033  {
1034  {
1035  "mathsworkshopdx",
1036  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1037  AD_ENTRY1s("MAINSCRN.DAT", "338563e58ac1313bc7606c5584a3576a", 7756078),
1038  Common::EN_USA,
1039  Common::kPlatformWindows,
1041  GUIO1(GUIO_NOASPECT)
1042  },
1043  GType_MATHSWORKSHOP,
1044  0,
1045  0
1046  },
1047 
1048 
1049  // Write, Camera, Action!
1050  // Mac/Win hybrid disc
1051  {
1052  {
1053  "wricamact",
1054  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1055  AD_ENTRY1s("SYSTEM.MHK", "ed7dec6e3a5d3a5f74307faaf12242bf", 460),
1056  Common::FR_FRA,
1057  Common::kPlatformWindows,
1059  GUIO1(GUIO_NOASPECT)
1060  },
1061  GType_WRICAMACT,
1062  0,
1063  0
1064  },
1065 
1066  // The Amazing Writing Machine
1067  // Mac/Win hybrid disc
1068  {
1069  {
1070  "amazingwriting",
1071  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1072  AD_ENTRY1s("system.dat", "h:6d65aa2cc7d437bb352aa18c0d63e332", 131),
1073  Common::FR_FRA,
1074  Common::kPlatformMacintosh,
1076  GUIO1(GUIO_NOASPECT)
1077  },
1078  GType_AMAZINGWRITING,
1079  0,
1080  0
1081  },
1082 
1083  // Harry and the Haunted House v1.0E
1084  // English Windows 3.11
1085  // From strangerke
1086  {
1087  {
1088  "harryhh",
1089  "",
1090  AD_ENTRY1("HHHB.LB", "267bb6e3c8f237ca98b02c07b9c4013f"),
1091  Common::EN_GRB,
1092  Common::kPlatformWindows,
1093  ADGF_NO_FLAGS,
1094  GUIO1(GUIO_NOASPECT)
1095  },
1096  GType_LIVINGBOOKSV2,
1097  0,
1098  0
1099  },
1100 
1101  // Harry and the Haunted House v1.0E
1102  // French Windows 3.11
1103  // From strangerke
1104  {
1105  {
1106  "harryhh",
1107  "",
1108  AD_ENTRY1("HHHF.LB", "7e5da86f19935bdf8fa89bbd39446543"),
1109  Common::FR_FRA,
1110  Common::kPlatformWindows,
1111  ADGF_NO_FLAGS,
1112  GUIO1(GUIO_NOASPECT)
1113  },
1114  GType_LIVINGBOOKSV2,
1115  0,
1116  0
1117  },
1118 
1119  // Harry and the Haunted House v1.0E
1120  // German Windows 3.11
1121  // From strangerke
1122  {
1123  {
1124  "harryhh",
1125  "",
1126  AD_ENTRY1("HHHD.LB", "85c0a816efeb679739158789befb2be8"),
1127  Common::DE_DEU,
1128  Common::kPlatformWindows,
1129  ADGF_NO_FLAGS,
1130  GUIO1(GUIO_NOASPECT)
1131  },
1132  GType_LIVINGBOOKSV2,
1133  0,
1134  0
1135  },
1136 
1137  // From afholman in bug#5724
1138  {
1139  {
1140  "harryhh",
1141  "",
1142  AD_ENTRY1("EnglishBO", "b63a7b67834de0cd4cdbf02cf40d8547"),
1143  Common::EN_GRB,
1144  Common::kPlatformMacintosh,
1145  ADGF_NO_FLAGS,
1146  GUIO1(GUIO_NOASPECT)
1147  },
1148  GType_LIVINGBOOKSV2,
1149  0,
1150  0
1151  },
1152 
1153  // From afholman in bug#5724
1154  {
1155  {
1156  "harryhh",
1157  "",
1158  AD_ENTRY1("GermanBO", "eb740102c1c8379c2c610cba14484ccb"),
1159  Common::DE_DEU,
1160  Common::kPlatformMacintosh,
1161  ADGF_NO_FLAGS,
1162  GUIO1(GUIO_NOASPECT)
1163  },
1164  GType_LIVINGBOOKSV2,
1165  0,
1166  0
1167  },
1168 
1169  // From afholman in bug#5724
1170  {
1171  {
1172  "harryhh",
1173  "",
1174  AD_ENTRY1("FrenchBO", "2118de914ab9eaec482c245c06145071"),
1175  Common::FR_FRA,
1176  Common::kPlatformMacintosh,
1177  ADGF_NO_FLAGS,
1178  GUIO1(GUIO_NOASPECT)
1179  },
1180  GType_LIVINGBOOKSV2,
1181  0,
1182  0
1183  },
1184 
1185  // Harry and the Haunted House 1.0
1186  // Bugreport #15042
1187  {
1188  {
1189  "harryhh",
1190  "v1.0",
1191  AD_ENTRY1s("HARRY.512", "d1d33d3c02897bbcc798cd162c5c8fce", 2381),
1192  Common::EN_ANY,
1193  Common::kPlatformWindows,
1194  ADGF_NO_FLAGS,
1195  GUIO1(GUIO_NOASPECT)
1196  },
1197  GType_LIVINGBOOKSV1,
1198  0,
1199  "HARRY.EXE"
1200  },
1201 
1202  // Harry and the Haunted House 1.1
1203  // From pacifist
1204  {
1205  {
1206  "harryhh",
1207  "v1.1",
1208  AD_ENTRY1s("HARRY.512", "8d786f0998f27e44603a2202d6786c25", 2381),
1209  Common::EN_ANY,
1210  Common::kPlatformWindows,
1211  ADGF_NO_FLAGS,
1212  GUIO1(GUIO_NOASPECT)
1213  },
1214  GType_LIVINGBOOKSV1,
1215  0,
1216  "HARRY.EXE"
1217  },
1218 
1219  // English / Spanish demo
1220  // from einstein95, bug #12849
1221  {
1222  {
1223  "harryhh",
1224  "Demo English/Spanish",
1225  AD_ENTRY1s("HARRY.512", "a0c97d80ab8957f61be1a41fdd74386e", 709),
1226  Common::UNK_LANG,
1227  Common::kPlatformWindows,
1228  ADGF_DEMO,
1229  GUIO1(GUIO_NOASPECT)
1230  },
1231  GType_LIVINGBOOKSV1,
1232  0,
1233  "HARRY.EXE"
1234  },
1235 
1236  // English / Spanish demo
1237  // from einstein95
1238  {
1239  {
1240  "harryhh",
1241  "Demo English/Spanish",
1242  AD_ENTRY1s("Harry & the Haunted House Demo", "42b5171277e7dee1edd47812f85760af", 622),
1243  Common::UNK_LANG,
1244  Common::kPlatformMacintosh,
1245  ADGF_DEMO,
1246  GUIO1(GUIO_NOASPECT)
1247  },
1248  GType_LIVINGBOOKSV1,
1249  0,
1250  "Living Books Player"
1251  },
1252 
1253  // part of "Super Living Books" compilation
1254  // from rgemini, bug #5726
1255  {
1256  {
1257  "harryhh",
1258  "Super Living Books",
1259  AD_ENTRY1("HARRY.512", "39d11399796dfa36d3f631d2d87e8b85"),
1260  Common::EN_ANY,
1261  Common::kPlatformWindows,
1262  ADGF_NO_FLAGS,
1263  GUIO1(GUIO_NOASPECT)
1264  },
1265  GType_LIVINGBOOKSV1,
1266  0,
1267  "HARRY.EXE"
1268  },
1269 
1270  // from herb via Discord
1271  // Living Books Player v1.7J
1272  // Do not use GType_LIVINGBOOKSV1, otherwise Option button on title causes script error
1273  // Also contains English and Spanish, but title and options will still be Japanese
1274  {
1275  {
1276  "harryhh",
1277  "",
1278  AD_ENTRY1s("BookOutline", "1780f04a72fbae2eee7ac796aa51c630", 3622),
1279  Common::JA_JPN,
1280  Common::kPlatformMacintosh,
1281  ADGF_NO_FLAGS,
1282  GUIO1(GUIO_NOASPECT)
1283  },
1284  GType_LIVINGBOOKSV2,
1285  0,
1286  "ハリー君とおばけやしき"
1287  },
1288 
1289  {
1290  {
1291  "carmentq",
1292  "",
1293  AD_ENTRY1("Outline.txt", "67abce5dcda969c23f367a98c90439bc"),
1294  Common::EN_ANY,
1295  Common::kPlatformWindows,
1296  ADGF_UNSTABLE,
1297  GUIO1(GUIO_NOASPECT)
1298  },
1299  GType_LIVINGBOOKSV5,
1300  0,
1301  0
1302  },
1303 
1304  {
1305  {
1306  "carmentqc",
1307  "",
1308  AD_ENTRY1("Outline.txt", "6a281eefe72987afb0f8fb6cf84553f5"),
1309  Common::EN_ANY,
1310  Common::kPlatformWindows,
1311  ADGF_UNSTABLE,
1312  GUIO1(GUIO_NOASPECT)
1313  },
1314  GType_LIVINGBOOKSV5,
1315  0,
1316  0
1317  },
1318 
1319  // From afholman in bug #5723
1320  {
1321  {
1322  "lbsampler",
1323  "v3",
1324  AD_ENTRY1("outline", "8397cea6bed1ff90029f7602ef37684d"),
1325  Common::EN_ANY,
1326  Common::kPlatformWindows,
1327  ADGF_UNSTABLE,
1328  GUIO1(GUIO_NOASPECT)
1329  },
1330  GType_LIVINGBOOKSV3,
1331  0,
1332  "Living Books Sampler"
1333  },
1334 
1335  {
1336  {
1337  "maggiesfa",
1338  "",
1339  AD_ENTRY1("Outline", "b7dc6e65fa9e80784a5bb8b557aa37c4"),
1340  Common::EN_ANY,
1341  Common::kPlatformWindows,
1342  ADGF_UNSTABLE,
1343  GUIO1(GUIO_NOASPECT)
1344  },
1345  GType_LIVINGBOOKSV3,
1346  0,
1347  0
1348  },
1349 
1350  {
1351  {
1352  "maggiesfa",
1353  "",
1354  AD_ENTRY1("BookOutline", "1ce006d7daaa26cf61040203856b88f1"),
1355  Common::EN_ANY,
1356  Common::kPlatformMacintosh,
1357  ADGF_UNSTABLE,
1358  GUIO1(GUIO_NOASPECT)
1359  },
1360  GType_LIVINGBOOKSV3,
1361  0,
1362  0
1363  },
1364 
1365  {
1366  {
1367  "jamesmath",
1368  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1369  AD_ENTRY1("BRODER.MHK", "007299da8b2c6e8ec1cde9598c243024"),
1370  Common::EN_ANY,
1371  Common::kPlatformWindows,
1373  GUIO1(GUIO_NOASPECT)
1374  },
1375  GType_JAMESMATH,
1376  0,
1377  0
1378  },
1379 
1380  // This is in the NEWDATA folder, so I assume it's a newer version ;)
1381  {
1382  {
1383  "jamesmath",
1384  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1385  AD_ENTRY1("BRODER.MHK", "53c000938a50dca92860fd9b546dd276"),
1386  Common::EN_ANY,
1387  Common::kPlatformWindows,
1389  GUIO1(GUIO_NOASPECT)
1390  },
1391  GType_JAMESMATH,
1392  0,
1393  0
1394  },
1395 
1396  {
1397  {
1398  "treehouse",
1399  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1400  AD_ENTRY1("MAINROOM.MHK", "12f51894d7f838af639ea9bf1bc8f45b"),
1401  Common::EN_ANY,
1402  Common::kPlatformWindows,
1404  GUIO1(GUIO_NOASPECT)
1405  },
1406  GType_TREEHOUSE,
1407  0,
1408  0
1409  },
1410 
1411  {
1412  {
1413  "greeneggs",
1414  "",
1415  AD_ENTRY1("GREEN.LB", "5df8438138186f89e71299d7b4f88d06"),
1416  Common::EN_ANY,
1417  Common::kPlatformWindows,
1418  ADGF_NO_FLAGS,
1419  GUIO1(GUIO_NOASPECT)
1420  },
1421  GType_LIVINGBOOKSV3,
1422  0,
1423  0
1424  },
1425 
1426  // 32-bit version of the previous entry
1427  {
1428  {
1429  "greeneggs",
1430  "32-bit",
1431  AD_ENTRY1("GREEN32.LB", "5df8438138186f89e71299d7b4f88d06"),
1432  Common::EN_ANY,
1433  Common::kPlatformWindows,
1434  ADGF_NO_FLAGS,
1435  GUIO1(GUIO_NOASPECT)
1436  },
1437  GType_LIVINGBOOKSV3,
1438  0,
1439  0
1440  },
1441 
1442  { // Version 2.0, has lots of additional livingbooks_code
1443  {
1444  "greeneggs",
1445  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
1446  AD_ENTRY1s("Outline", "bca2320b800f616118c2be239628a964", 3022),
1447  Common::EN_ANY,
1448  Common::kPlatformMacintosh,
1450  GUIO1(GUIO_NOASPECT)
1451  },
1452  GType_LIVINGBOOKSV4,
1453  0,
1454  0
1455  },
1456 
1457  {
1458  {
1459  "greeneggs",
1460  "",
1461  AD_ENTRY1("BookOutline", "5500fa72a6d112b4b3d3573b26a31820"),
1462  Common::EN_ANY,
1463  Common::kPlatformMacintosh,
1464  ADGF_NO_FLAGS,
1465  GUIO1(GUIO_NOASPECT)
1466  },
1467  GType_LIVINGBOOKSV3,
1468  0,
1469  0
1470  },
1471 
1472  {
1473  {
1474  "seussabc",
1475  "",
1476  AD_ENTRY1("ABC.LB", "1d56a9351974a7a70ace5274a4570b72"),
1477  Common::EN_ANY,
1478  Common::kPlatformWindows,
1479  ADGF_NO_FLAGS,
1480  GUIO1(GUIO_NOASPECT)
1481  },
1482  GType_LIVINGBOOKSV2,
1483  0,
1484  0
1485  },
1486 
1487  // 32-bit version of the previous entry
1488  {
1489  {
1490  "seussabc",
1491  "32-bit",
1492  AD_ENTRY1("ABC32.LB", "1d56a9351974a7a70ace5274a4570b72"),
1493  Common::EN_ANY,
1494  Common::kPlatformWindows,
1495  ADGF_NO_FLAGS,
1496  GUIO1(GUIO_NOASPECT)
1497  },
1498  GType_LIVINGBOOKSV2,
1499  0,
1500  0
1501  },
1502 
1503  // ZOOM-platform
1504  {
1505  {
1506  "seussabc",
1507  "",
1508  AD_ENTRY1s("ABC32.LB", "436d08cbf0eb6573f0abffddac0da70d", 4032),
1509  Common::EN_ANY,
1510  Common::kPlatformWindows,
1511  ADGF_NO_FLAGS,
1512  GUIO1(GUIO_NOASPECT)
1513  },
1514  GType_LIVINGBOOKSV2,
1515  0,
1516  0
1517  },
1518 
1519  {
1520  {
1521  "seussabc",
1522  "",
1523  AD_ENTRY1("BookOutline", "64fbc7a3519de7db3f8c7ff650921eea"),
1524  Common::EN_ANY,
1525  Common::kPlatformMacintosh,
1526  ADGF_NO_FLAGS,
1527  GUIO1(GUIO_NOASPECT)
1528  },
1529  GType_LIVINGBOOKSV2,
1530  0,
1531  0
1532  },
1533 
1534  {
1535  {
1536  "seussabc",
1537  "Demo",
1538  AD_ENTRY1s("ABC.LB", "aef2c88f4dcc2c3a47ed8093f6e27bc9", 567),
1539  Common::EN_ANY,
1540  Common::kPlatformWindows,
1541  ADGF_DEMO,
1542  GUIO1(GUIO_NOASPECT)
1543  },
1544  GType_LIVINGBOOKSV2,
1545  GF_DEMO,
1546  0
1547  },
1548 
1549  {
1550  {
1551  "seussabc",
1552  "Demo",
1553  AD_ENTRY1("BookOutline", "17d72660680ae32cd7c560d0cf04d2ef"),
1554  Common::EN_ANY,
1555  Common::kPlatformMacintosh,
1556  ADGF_DEMO,
1557  GUIO1(GUIO_NOASPECT)
1558  },
1559  GType_LIVINGBOOKSV2,
1560  GF_DEMO,
1561  0
1562  },
1563 
1564  { // Version 1.0, built on unsupported LivingBooks version
1565  {
1566  "seussps",
1567  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
1568  AD_ENTRY1s("SEUSS_PS.CFG", "627afcfa170460f0e2b7ed4fa734361c", 1439),
1569  Common::EN_ANY,
1570  Common::kPlatformWindows,
1572  GUIO1(GUIO_NOASPECT)
1573  },
1574  GType_LIVINGBOOKSV2, // Most probably it is incorrect
1575  0,
1576  0
1577  },
1578 
1579  { // Bugreport #11184, version 2.0
1580  {
1581  "seussps",
1582  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
1583  AD_ENTRY1("SEUSS_PS.CFG", "a2fc5596e6f1511d17acbc687e27a4ac"),
1584  Common::EN_ANY,
1585  Common::kPlatformWindows,
1587  GUIO1(GUIO_NOASPECT)
1588  },
1589  GType_LIVINGBOOKSV2, // Most probably it is incorrect
1590  0,
1591  0
1592  },
1593 
1594  {
1595  {
1596  "1stdegree",
1597  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1598  AD_ENTRY1("AL236_1.MHK", "3ba145492a7b8b4dee0ef4222c5639c3"),
1599  Common::EN_ANY,
1600  Common::kPlatformWindows,
1602  GUIO1(GUIO_NOASPECT)
1603  },
1604  GType_1STDEGREE,
1605  0,
1606  0
1607  },
1608 
1609  // In The 1st Degree
1610  // French Windows
1611  // From Strangerke
1612  {
1613  {
1614  "1stdegree",
1615  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1616  AD_ENTRY1("AL236_1.MHK", "0e0c70b1b702b6ddca61a1192ada1282"),
1617  Common::FR_FRA,
1618  Common::kPlatformWindows,
1620  GUIO1(GUIO_NOASPECT)
1621  },
1622  GType_1STDEGREE,
1623  0,
1624  0
1625  },
1626 
1627  {
1628  {
1629  "csusa",
1630  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported,
1631  AD_ENTRY1("USAC2K.MHK", "b8c9d3a2586f62bce3a48b50d7a700e9"),
1632  Common::EN_ANY,
1633  Common::kPlatformWindows,
1635  GUIO1(GUIO_NOASPECT)
1636  },
1637  GType_CSUSA,
1638  0,
1639  0
1640  },
1641 
1642  {
1643  {
1644  "tortoise",
1645  "",
1646  AD_ENTRY1("TORTOISE.512", "dfcf7bff3d0f187832c9897497efde0e"),
1647  Common::EN_ANY,
1648  Common::kPlatformWindows,
1649  ADGF_NO_FLAGS,
1650  GUIO1(GUIO_NOASPECT)
1651  },
1652  GType_LIVINGBOOKSV1,
1653  0,
1654  "TORTOISE.EXE"
1655  },
1656 
1657  // part of "Super Living Books" compilation
1658  // from rgemini, bug #5726
1659  {
1660  {
1661  "tortoise",
1662  "Super Living Books",
1663  AD_ENTRY1("TORTOISE.512", "e9ec7a6bc6b451c9e85e5b4f072d5143"),
1664  Common::EN_ANY,
1665  Common::kPlatformWindows,
1666  ADGF_NO_FLAGS,
1667  GUIO1(GUIO_NOASPECT)
1668  },
1669  GType_LIVINGBOOKSV1,
1670  0,
1671  "TORTOISE.EXE"
1672  },
1673 
1674  // From afholman in bug#5724
1675  {
1676  {
1677  "tortoise",
1678  "",
1679  AD_ENTRY1("TORTB.LB", "83f6bfcf30c445d13e81e0faed9aa27b"),
1680  Common::EN_GRB,
1681  Common::kPlatformWindows,
1682  ADGF_NO_FLAGS,
1683  GUIO1(GUIO_NOASPECT)
1684  },
1685  GType_LIVINGBOOKSV2,
1686  0,
1687  0,
1688  },
1689 
1690  // From Torsten in bug#5876
1691  {
1692  {
1693  "tortoise",
1694  "",
1695  AD_ENTRY1("TORTB.LB", "9a80b66e7d95c7f59bdfd2c280e03e6e"),
1696  Common::EN_GRB,
1697  Common::kPlatformWindows,
1698  ADGF_NO_FLAGS,
1699  GUIO1(GUIO_NOASPECT)
1700  },
1701  GType_LIVINGBOOKSV2,
1702  0,
1703  0,
1704  },
1705 
1706  // Tortoise and the Hare Hebrew variant - From georgeqgreg on bug #5904
1707  {
1708  {
1709  "tortoise",
1710  "",
1711  AD_ENTRY1("TORTB.LB", "23135777370cf1ff00aa7247e93642d3"),
1712  Common::HE_ISR,
1713  Common::kPlatformWindows,
1714  ADGF_NO_FLAGS,
1715  GUIO1(GUIO_NOASPECT)
1716  },
1717  GType_LIVINGBOOKSV2,
1718  0,
1719  0,
1720  },
1721 
1722  // From afholman in bug#5724
1723  {
1724  {
1725  "tortoise",
1726  "",
1727  AD_ENTRY1("TORTD.LB", "21761e7de4e5f12298f43fa17c00f3e1"),
1728  Common::DE_DEU,
1729  Common::kPlatformWindows,
1730  ADGF_NO_FLAGS,
1731  GUIO1(GUIO_NOASPECT)
1732  },
1733  GType_LIVINGBOOKSV2,
1734  0,
1735  0,
1736  },
1737 
1738  // From Torsten in bug#5876
1739  {
1740  {
1741  "tortoise",
1742  "",
1743  AD_ENTRY1("TORTD.LB", "5d4d830116fe965ee35e328db85743b7"),
1744  Common::DE_DEU,
1745  Common::kPlatformWindows,
1746  ADGF_NO_FLAGS,
1747  GUIO1(GUIO_NOASPECT)
1748  },
1749  GType_LIVINGBOOKSV2,
1750  0,
1751  0,
1752  },
1753 
1754  // From afholman in bug#5724
1755  {
1756  {
1757  "tortoise",
1758  "",
1759  AD_ENTRY1("TORTF.LB", "9693043df217ffc0667a1f45f2849aa7"),
1760  Common::FR_FRA,
1761  Common::kPlatformWindows,
1762  ADGF_NO_FLAGS,
1763  GUIO1(GUIO_NOASPECT)
1764  },
1765  GType_LIVINGBOOKSV2,
1766  0,
1767  0,
1768  },
1769 
1770  // From Torsten in bug#5876
1771  {
1772  {
1773  "tortoise",
1774  "",
1775  AD_ENTRY1("TORTF.LB", "89f23bc3a1d1797bfe07dd0eaa7c13c4"),
1776  Common::FR_FRA,
1777  Common::kPlatformWindows,
1778  ADGF_NO_FLAGS,
1779  GUIO1(GUIO_NOASPECT)
1780  },
1781  GType_LIVINGBOOKSV2,
1782  0,
1783  0,
1784  },
1785 
1786  // Macintosh version. Bugreport #12828
1787  {
1788  {
1789  "tortoise",
1790  "",
1791  AD_ENTRY1s("BookOutline", "f4c162ca66197eedc3b676372bca3929", 2038),
1792  Common::EN_ANY,
1793  Common::kPlatformMacintosh,
1794  ADGF_NO_FLAGS,
1795  GUIO1(GUIO_NOASPECT)
1796  },
1797  GType_LIVINGBOOKSV2,
1798  0,
1799  0
1800  },
1801 
1802  // From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
1803  {
1804  {
1805  "tortoise",
1806  "",
1807  AD_ENTRY1("BookOutline", "82d0b24a6400bec8e94cde021a4c876b"),
1808  Common::IT_ITA,
1809  Common::kPlatformMacintosh,
1810  ADGF_NO_FLAGS,
1811  GUIO1(GUIO_NOASPECT)
1812  },
1813  GType_LIVINGBOOKSV3,
1814  0,
1815  "La Tartaruga e la Lepre"
1816  },
1817 
1818  {
1819  {
1820  "tortoise",
1821  "Demo v1.0",
1822  AD_ENTRY1("TORTOISE.512", "75d9a2f8339e423604a0c6e8177600a6"),
1823  Common::EN_ANY,
1824  Common::kPlatformWindows,
1825  ADGF_DEMO,
1826  GUIO1(GUIO_NOASPECT)
1827  },
1828  GType_LIVINGBOOKSV1,
1829  GF_DEMO,
1830  "TORTOISE.EXE"
1831  },
1832 
1833  {
1834  {
1835  "tortoise",
1836  "Demo v1.1",
1837  AD_ENTRY1("TORTOISE.512", "a38c99360e2bea3bfdec418469aef022"),
1838  Common::EN_ANY,
1839  Common::kPlatformWindows,
1840  ADGF_DEMO,
1841  GUIO1(GUIO_NOASPECT)
1842  },
1843  GType_LIVINGBOOKSV1,
1844  GF_DEMO,
1845  "TORTOISE.EXE"
1846  },
1847 
1848  // From Scarlatti in bug #5636
1849  {
1850  {
1851  "tortoise",
1852  "Demo v1.1",
1853  AD_ENTRY1("TORTOISE.512", "14400a3358a3f1148e4d4b47bc3523c9"),
1854  Common::EN_ANY,
1855  Common::kPlatformWindows,
1856  ADGF_DEMO,
1857  GUIO1(GUIO_NOASPECT)
1858  },
1859  GType_LIVINGBOOKSV1,
1860  GF_DEMO,
1861  "TORTOISE.EXE"
1862  },
1863 
1864  // From European Arthur's Teacher Trouble CD [English, German, French]
1865  {
1866  {
1867  "tortoise",
1868  "English, German and French Demo",
1869  AD_ENTRY1("TORTB.LB", "bd6784dc9f6a9c1143ca03230fca3f29"),
1870  Common::UNK_LANG,
1871  Common::kPlatformWindows,
1872  ADGF_DEMO,
1873  GUIO1(GUIO_NOASPECT)
1874  },
1875  GType_LIVINGBOOKSV2,
1876  GF_DEMO,
1877  "TORTB.EXE"
1878  },
1879 
1880  {
1881  {
1882  "tortoise",
1883  "Demo",
1884  AD_ENTRY1("The Tortoise and the Hare Demo", "35d571806838667743c7c15a133e9335"),
1885  Common::EN_ANY,
1886  Common::kPlatformMacintosh,
1887  ADGF_DEMO,
1888  GUIO1(GUIO_NOASPECT)
1889  },
1890  GType_LIVINGBOOKSV1,
1891  GF_DEMO,
1892  "Living Books Player"
1893  },
1894 
1895  // From MacFormat June 1994 cover disc [Spanish, English]. Bug #12979
1896  {
1897  {
1898  "tortoise",
1899  "",
1900  AD_ENTRY1s("BookOutline", "91245b8ac388a54378b94fce65c29d02", 582),
1901  Common::EN_ANY,
1902  Common::kPlatformMacintosh,
1903  ADGF_DEMO,
1904  GUIO1(GUIO_NOASPECT)
1905  },
1906  GType_LIVINGBOOKSV1,
1907  0,
1908  "The Tortoise & The Hare"
1909  },
1910 
1911  {
1912  {
1913  "arthur",
1914  "",
1915  AD_ENTRY1("PAGES.512", "1550a361454ec452fe7d2328aac2003c"),
1916  Common::EN_ANY,
1917  Common::kPlatformWindows,
1918  ADGF_NO_FLAGS,
1919  GUIO1(GUIO_NOASPECT)
1920  },
1921  GType_LIVINGBOOKSV1,
1922  GF_LB_10,
1923  "ARTHUR.EXE"
1924  },
1925 
1926  // part of "Super Living Books" compilation
1927  // from rgemini, bug #5726
1928  {
1929  {
1930  "arthur",
1931  "Super Living Books",
1932  AD_ENTRY1("PAGES.512", "cd995d20d0d7b4642476fd76044b4e5b"),
1933  Common::EN_ANY,
1934  Common::kPlatformWindows,
1935  ADGF_NO_FLAGS,
1936  GUIO1(GUIO_NOASPECT)
1937  },
1938  GType_LIVINGBOOKSV1,
1939  GF_LB_10,
1940  "ARTHUR.EXE"
1941  },
1942 
1943  // From afholman in bug#5724
1944  {
1945  {
1946  "arthur",
1947  "",
1948  AD_ENTRY1("BookOutline", "133750de1ceb9e7351599d79f99fee4d"),
1949  Common::EN_ANY,
1950  Common::kPlatformMacintosh,
1951  ADGF_NO_FLAGS,
1952  GUIO1(GUIO_NOASPECT)
1953  },
1954  GType_LIVINGBOOKSV1,
1955  GF_LB_10,
1956  "Arthur's Teacher Trouble"
1957  },
1958 
1959  // From darthbo in bug#5699
1960  {
1961  {
1962  "arthur",
1963  "",
1964  AD_ENTRY1("PAGES.512", "cd995d20d0d7b4642476fd76044b4e5b"),
1965  Common::EN_ANY,
1966  Common::kPlatformWindows,
1967  ADGF_NO_FLAGS,
1968  GUIO1(GUIO_NOASPECT)
1969  },
1970  GType_LIVINGBOOKSV1,
1971  GF_LB_10,
1972  "ARTHUR.EXE"
1973  },
1974 
1975  {
1976  {
1977  "arthur",
1978  "Demo",
1979  AD_ENTRY1("PAGES.512", "a4d68cef197af1416921ca5b2e0c1e31"),
1980  Common::EN_ANY,
1981  Common::kPlatformWindows,
1982  ADGF_DEMO,
1983  GUIO1(GUIO_NOASPECT)
1984  },
1985  GType_LIVINGBOOKSV1,
1986  GF_DEMO | GF_LB_10,
1987  "ARTHUR.EXE"
1988  },
1989 
1990  {
1991  {
1992  "arthur",
1993  "Demo v1.1",
1994  AD_ENTRY1("ARTHUR.512", "f19e824e0a2f2745ed698e6aaf44f838"),
1995  Common::EN_ANY,
1996  Common::kPlatformWindows,
1997  ADGF_DEMO,
1998  GUIO1(GUIO_NOASPECT)
1999  },
2000  GType_LIVINGBOOKSV1,
2001  GF_DEMO,
2002  "ARTHUR.EXE"
2003  },
2004 
2005  // From Scarlatti in bug #5636
2006  {
2007  {
2008  "arthur",
2009  "Demo v1.1",
2010  AD_ENTRY1("ARTHUR.512", "dabdd466dea26ab5ecb9415cf73f8601"),
2011  Common::EN_ANY,
2012  Common::kPlatformWindows,
2013  ADGF_DEMO,
2014  GUIO1(GUIO_NOASPECT)
2015  },
2016  GType_LIVINGBOOKSV1,
2017  GF_DEMO,
2018  "ARTHUR.EXE"
2019  },
2020 
2021  {
2022  {
2023  "arthur",
2024  "Demo",
2025  AD_ENTRY1("Bookoutline", "7e2691611ff4c7b89c05221736628059"),
2026  Common::EN_ANY,
2027  Common::kPlatformMacintosh,
2028  ADGF_DEMO,
2029  GUIO1(GUIO_NOASPECT)
2030  },
2031  GType_LIVINGBOOKSV1,
2032  GF_DEMO | GF_LB_10,
2033  "Arthur's Teacher Trouble"
2034  },
2035 
2036  {
2037  {
2038  "arthur",
2039  "Demo",
2040  AD_ENTRY1("Arthur's Teacher Trouble Demo", "dcbd8af6bf25854df8ad36fd13665d08"),
2041  Common::EN_ANY,
2042  Common::kPlatformMacintosh,
2043  ADGF_DEMO,
2044  GUIO1(GUIO_NOASPECT)
2045  },
2046  GType_LIVINGBOOKSV1,
2047  GF_DEMO,
2048  "Living Books Player"
2049  },
2050 
2051  // English/Spanish demo. From einstein95, bugreport #12829
2052  {
2053  {
2054  "arthur",
2055  "Demo English/Spanish",
2056  AD_ENTRY1s("Bookoutline", "3e6335865b4041be934d2e0c8ee75af2", 645),
2057  Common::UNK_LANG,
2058  Common::kPlatformMacintosh,
2059  ADGF_DEMO,
2060  GUIO1(GUIO_NOASPECT)
2061  },
2062  GType_LIVINGBOOKSV1,
2063  GF_DEMO | GF_LB_10,
2064  "Arthur's Teacher Trouble"
2065  },
2066 
2067  // Just Grandma and Me 2.0
2068  // From pacifist
2069  {
2070  {
2071  "grandma",
2072  "v2.0",
2073  AD_ENTRY1("OUTLINE", "159c18b663c58d1aa17ad5e1ab1f0e12"),
2074  Common::EN_ANY,
2075  Common::kPlatformWindows,
2076  ADGF_UNSTABLE,
2077  GUIO1(GUIO_NOASPECT)
2078  },
2079  GType_LIVINGBOOKSV3,
2080  0,
2081  0
2082  },
2083 
2084  // Just Grandma and Me 2.0
2085  // Hebrew CD
2086  {
2087  {
2088  "grandma",
2089  "v2.0",
2090  AD_ENTRY1("LBPLAY32.LB", "28f6d88dae354a3c17ea0e59c771bff7"),
2091  Common::HE_ISR,
2092  Common::kPlatformWindows,
2093  ADGF_UNSTABLE,
2094  GUIO1(GUIO_NOASPECT)
2095  },
2096  GType_LIVINGBOOKSV3,
2097  0,
2098  0
2099  },
2100 
2101  // Just Grandma and Me
2102  // From bug Trac #6745
2103  {
2104  {
2105  "grandma",
2106  "v1.3.0.5",
2107  AD_ENTRY1("outline", "33074daec5263ba209abcce3ee60ee38"),
2108  Common::EN_ANY,
2109  Common::kPlatformWindows,
2110  ADGF_UNSTABLE,
2111  GUIO1(GUIO_NOASPECT)
2112  },
2113  GType_LIVINGBOOKSV3,
2114  0,
2115  0
2116  },
2117 
2118  // Just Grandma and Me 2.0 Macintosh
2119  // From aluff in bug #5926
2120  {
2121  {
2122  "grandma",
2123  "v2.0",
2124  AD_ENTRY1("BookOutline", "99fe5c8ace79f0542e6390bc3b58f25a"),
2125  Common::EN_ANY,
2126  Common::kPlatformMacintosh,
2127  ADGF_UNSTABLE,
2128  GUIO1(GUIO_NOASPECT)
2129  },
2130  GType_LIVINGBOOKSV3,
2131  0,
2132  0
2133  },
2134 
2135  // Just Grandma and Me 1.0
2136  // From scoriae
2137  {
2138  {
2139  "grandma",
2140  "v1.0",
2141  AD_ENTRY1("PAGES.512", "e694ac10f957dd2e20611350bf968da3"),
2142  Common::EN_ANY,
2143  Common::kPlatformWindows,
2144  ADGF_NO_FLAGS,
2145  GUIO1(GUIO_NOASPECT)
2146  },
2147  GType_LIVINGBOOKSV1,
2148  GF_LB_10,
2149  "GRANDMA.EXE"
2150  },
2151 
2152  // Just Grandma and Me 1.0, Macintosh
2153  {
2154  {
2155  "grandma",
2156  "v1.0",
2157  AD_ENTRY1("BookOutline", "9162483da06179e76f4a082412245efa"),
2158  Common::EN_ANY,
2159  Common::kPlatformMacintosh,
2160  ADGF_NO_FLAGS,
2161  GUIO1(GUIO_NOASPECT)
2162  },
2163  GType_LIVINGBOOKSV1,
2164  GF_LB_10,
2165  0
2166  },
2167 
2168  // Just Grandma and Me 1.1 Mac
2169  // From eisnerguy1 in bug#6274
2170  {
2171  {
2172  "grandma",
2173  "v1.1",
2174  AD_ENTRY1("BookOutline", "76eb265ec5fe42bc5b07f2bb418bd871"),
2175  Common::EN_ANY,
2176  Common::kPlatformMacintosh,
2177  ADGF_NO_FLAGS,
2178  GUIO1(GUIO_NOASPECT)
2179  },
2180  GType_LIVINGBOOKSV1,
2181  GF_LB_10,
2182  0
2183  },
2184 
2185  // from jjnryan in bug #5827
2186  {
2187  {
2188  "grandma",
2189  "v1.0",
2190  AD_ENTRY1("PAGES.512", "613ca946bc8d91087fb7c10e9b84e88b"),
2191  Common::EN_ANY,
2192  Common::kPlatformWindows,
2193  ADGF_NO_FLAGS,
2194  GUIO1(GUIO_NOASPECT)
2195  },
2196  GType_LIVINGBOOKSV1,
2197  GF_LB_10,
2198  "GRANDMA.EXE"
2199  },
2200 
2201  // From Torsten in bug#5876
2202  {
2203  {
2204  "grandma",
2205  "",
2206  AD_ENTRY1("JGMB.LB", "400b68a6f23b88ca23a01cfd11c6ef9f"),
2207  Common::EN_GRB,
2208  Common::kPlatformWindows,
2209  ADGF_NO_FLAGS,
2210  GUIO1(GUIO_NOASPECT)
2211  },
2212  GType_LIVINGBOOKSV2,
2213  0,
2214  0,
2215  },
2216 
2217  // From einstein95 in bug#12830
2218  // English/Japanese/Spanish demo
2219  {
2220  {
2221  "grandma",
2222  "Demo v1.12 English/Japanese/Spanish",
2223  AD_ENTRY1s("BookOutline", "577c2c6be1b76c38d83446e303664708", 804),
2224  Common::UNK_LANG,
2225  Common::kPlatformMacintosh,
2226  ADGF_DEMO,
2227  GUIO1(GUIO_NOASPECT)
2228  },
2229  GType_LIVINGBOOKSV2,
2230  0,
2231  0,
2232  },
2233 
2234  // From Torsten in bug#5876
2235  {
2236  {
2237  "grandma",
2238  "",
2239  AD_ENTRY1("JGMD.LB", "c4fbfd73f805a2266cf9e15caa1b7462"),
2240  Common::DE_DEU,
2241  Common::kPlatformWindows,
2242  ADGF_NO_FLAGS,
2243  GUIO1(GUIO_NOASPECT)
2244  },
2245  GType_LIVINGBOOKSV2,
2246  0,
2247  0,
2248  },
2249 
2250  // From Torsten in bug#5876
2251  {
2252  {
2253  "grandma",
2254  "",
2255  AD_ENTRY1("JGMF.LB", "0c3305e109a027f8b62a6bd8c5d2addb"),
2256  Common::FR_FRA,
2257  Common::kPlatformWindows,
2258  ADGF_NO_FLAGS,
2259  GUIO1(GUIO_NOASPECT)
2260  },
2261  GType_LIVINGBOOKSV2,
2262  0,
2263  0,
2264  },
2265 
2266  {
2267  {
2268  "grandma",
2269  "Demo v1.0",
2270  AD_ENTRY1("PAGES.512", "95d9f4b035bf5d15c57a9189f231b0f8"),
2271  Common::EN_ANY,
2272  Common::kPlatformWindows,
2273  ADGF_DEMO,
2274  GUIO1(GUIO_NOASPECT)
2275  },
2276  GType_LIVINGBOOKSV1,
2277  GF_DEMO | GF_LB_10,
2278  "GRANDMA.EXE"
2279  },
2280 
2281  {
2282  {
2283  "grandma",
2284  "Demo v1.1",
2285  AD_ENTRY1("GRANDMA.512", "72a4d5fb1b3f06b5f75425635d42ce2e"),
2286  Common::EN_ANY,
2287  Common::kPlatformWindows,
2288  ADGF_DEMO,
2289  GUIO1(GUIO_NOASPECT)
2290  },
2291  GType_LIVINGBOOKSV1,
2292  GF_DEMO,
2293  "GRANDMA.EXE"
2294  },
2295 
2296  // From Scarlatti in bug #5636
2297  {
2298  {
2299  "grandma",
2300  "Demo v1.1",
2301  AD_ENTRY1("GRANDMA.512", "4f616647245bb4e37e6dab7557dad304"),
2302  Common::EN_ANY,
2303  Common::kPlatformWindows,
2304  ADGF_DEMO,
2305  GUIO1(GUIO_NOASPECT)
2306  },
2307  GType_LIVINGBOOKSV1,
2308  GF_DEMO,
2309  "GRANDMA.EXE"
2310  },
2311 
2312  // From ajshell1 in bug #11576
2313  {
2314  {
2315  "grandma",
2316  "Demo",
2317  AD_ENTRY1s("GRANDMA.512", "1f2cb06795dddc20bedbd711fb57338e", 869),
2318  Common::EN_ANY,
2319  Common::kPlatformWindows,
2320  ADGF_DEMO,
2321  GUIO1(GUIO_NOASPECT)
2322  },
2323  GType_LIVINGBOOKSV1,
2324  GF_DEMO,
2325  "GRANDMA.EXE"
2326  },
2327 
2328  // From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
2329  {
2330  {
2331  "grandma",
2332  "Demo v1.2",
2333  AD_ENTRY1("BookOutline", "599fece5d71cdd19c9726c28dbf634d8"),
2334  Common::IT_ITA,
2335  Common::kPlatformMacintosh,
2336  ADGF_DEMO,
2337  GUIO1(GUIO_NOASPECT)
2338  },
2339  GType_LIVINGBOOKSV3,
2340  GF_DEMO,
2341  "Al mare con la Nonna"
2342  },
2343 
2344  {
2345  {
2346  "grandma",
2347  "Demo",
2348  AD_ENTRY1("Bookoutline", "553c93891b9631d1e1d269599e1efa6c"),
2349  Common::EN_ANY,
2350  Common::kPlatformMacintosh,
2351  ADGF_DEMO,
2352  GUIO1(GUIO_NOASPECT)
2353  },
2354  GType_LIVINGBOOKSV1,
2355  GF_DEMO | GF_LB_10,
2356  "Just Grandma and Me"
2357  },
2358 
2359  {
2360  {
2361  "grandma",
2362  "Demo",
2363  AD_ENTRY1("Just Grandma and Me Demo", "552d8729fa77a4a83c88283c7d79bd31"),
2364  Common::EN_ANY,
2365  Common::kPlatformMacintosh,
2366  ADGF_DEMO,
2367  GUIO1(GUIO_NOASPECT)
2368  },
2369  GType_LIVINGBOOKSV1,
2370  GF_DEMO,
2371  "Living Books Player"
2372  },
2373 
2374  // Ruff's Bone 1.0
2375  // From pacifist
2376  {
2377  {
2378  "ruff",
2379  "",
2380  AD_ENTRY1("RUFF.512", "3dbda0de6f47a64d1714d89f5a5f60d1"),
2381  Common::EN_ANY,
2382  Common::kPlatformWindows,
2383  ADGF_NO_FLAGS,
2384  GUIO1(GUIO_NOASPECT)
2385  },
2386  GType_LIVINGBOOKSV1,
2387  0,
2388  "RUFF.EXE"
2389  },
2390 
2391  // From aluff in bug#5715
2392  {
2393  {
2394  "ruff",
2395  "",
2396  AD_ENTRY1("BookOutline", "f625d4056c750b9aad6f94dd854f5abe"),
2397  Common::EN_ANY,
2398  Common::kPlatformMacintosh,
2399  ADGF_NO_FLAGS,
2400  GUIO1(GUIO_NOASPECT)
2401  },
2402  GType_LIVINGBOOKSV1,
2403  0,
2404  "Living Books Player"
2405  },
2406 
2407  {
2408  {
2409  "ruff",
2410  "Demo",
2411  AD_ENTRY1("RUFF.512", "2ba1aa65177c816e156db648c398d362"),
2412  Common::EN_ANY,
2413  Common::kPlatformWindows,
2414  ADGF_DEMO,
2415  GUIO1(GUIO_NOASPECT)
2416  },
2417  GType_LIVINGBOOKSV1,
2418  GF_DEMO,
2419  "RUFF.EXE"
2420  },
2421 
2422  // From Scarlatti in bug #5636
2423  {
2424  {
2425  "ruff",
2426  "Demo",
2427  AD_ENTRY1("RUFF.512", "07b9d013e2400d61ca268892a76de4d2"),
2428  Common::EN_ANY,
2429  Common::kPlatformWindows,
2430  ADGF_DEMO,
2431  GUIO1(GUIO_NOASPECT)
2432  },
2433  GType_LIVINGBOOKSV1,
2434  GF_DEMO,
2435  "RUFF.EXE"
2436  },
2437 
2438  {
2439  {
2440  "ruff",
2441  "Demo",
2442  AD_ENTRY1("Ruff's Bone Demo", "22553ac2ceb2a166bdf1def6ad348532"),
2443  Common::EN_ANY,
2444  Common::kPlatformMacintosh,
2445  ADGF_DEMO,
2446  GUIO1(GUIO_NOASPECT)
2447  },
2448  GType_LIVINGBOOKSV1,
2449  GF_DEMO,
2450  "Living Books Player"
2451  },
2452 
2453  // From aluff in bug#5731
2454  {
2455  {
2456  "newkid",
2457  "",
2458  AD_ENTRY1("NEWKID.512", "5135f24afa138ecdf5b52d955e9a9189"),
2459  Common::EN_ANY,
2460  Common::kPlatformWindows,
2461  ADGF_NO_FLAGS,
2462  GUIO1(GUIO_NOASPECT)
2463  },
2464  GType_LIVINGBOOKSV1,
2465  0,
2466  "NEWKID.EXE"
2467  },
2468 
2469  // part of "Super Living Books" compilation
2470  // from rgemini, bug #5726
2471  {
2472  {
2473  "newkid",
2474  "",
2475  AD_ENTRY1("NEWKID.512", "28a5aef3e6ef7e2ed7742485c25bdff6"),
2476  Common::EN_ANY,
2477  Common::kPlatformWindows,
2478  ADGF_NO_FLAGS,
2479  GUIO1(GUIO_NOASPECT)
2480  },
2481  GType_LIVINGBOOKSV1,
2482  0,
2483  "NEWKID.EXE"
2484  },
2485 
2486  // Bugreport #11003
2487  {
2488  {
2489  "newkid",
2490  "",
2491  AD_ENTRY1s("NEWKID.512", "5b643345af12a9ecee7b47768634d844", 3245),
2492  Common::EN_ANY,
2493  Common::kPlatformWindows,
2494  ADGF_NO_FLAGS,
2495  GUIO1(GUIO_NOASPECT)
2496  },
2497  GType_LIVINGBOOKSV1,
2498  0,
2499  "NEWKID.EXE"
2500  },
2501 
2502  // From aluff in bug#5731
2503  {
2504  {
2505  "newkid",
2506  "",
2507  AD_ENTRY1("BookOutline", "6aa7c4720b922f4164584956be5ba9e5"),
2508  Common::EN_ANY,
2509  Common::kPlatformMacintosh,
2510  ADGF_NO_FLAGS,
2511  GUIO1(GUIO_NOASPECT)
2512  },
2513  GType_LIVINGBOOKSV1,
2514  0,
2515  "Living Books Player"
2516  },
2517 
2518  {
2519  {
2520  "newkid",
2521  "Demo v1.0",
2522  AD_ENTRY1("NEWKID.512", "2b9d94763a50d514c04a3af488934f73"),
2523  Common::EN_ANY,
2524  Common::kPlatformWindows,
2525  ADGF_DEMO,
2526  GUIO1(GUIO_NOASPECT)
2527  },
2528  GType_LIVINGBOOKSV1,
2529  GF_DEMO,
2530  "NEWKID.EXE"
2531  },
2532 
2533  {
2534  {
2535  "newkid",
2536  "Demo v1.1",
2537  AD_ENTRY1("NEWKID.512", "41e975b7390c626f8d1058a34f9d9b2e"),
2538  Common::EN_ANY,
2539  Common::kPlatformWindows,
2540  ADGF_DEMO,
2541  GUIO1(GUIO_NOASPECT)
2542  },
2543  GType_LIVINGBOOKSV1,
2544  GF_DEMO,
2545  "NEWKID.EXE"
2546  },
2547 
2548  // From Scarlatti in bug #5636
2549  {
2550  {
2551  "newkid",
2552  "Demo v1.1",
2553  AD_ENTRY1("NEWKID.512", "de576f3481f62e84eda03b4d2307492b"),
2554  Common::EN_ANY,
2555  Common::kPlatformWindows,
2556  ADGF_DEMO,
2557  GUIO1(GUIO_NOASPECT)
2558  },
2559  GType_LIVINGBOOKSV1,
2560  GF_DEMO,
2561  "NEWKID.EXE"
2562  },
2563 
2564  // From ajshell1 in bug #11577
2565  {
2566  {
2567  "newkid",
2568  "Demo",
2569  AD_ENTRY1s("NEWKID.512", "876a9f31527f4b3bb38d79a2e1206d21", 563),
2570  Common::EN_ANY,
2571  Common::kPlatformWindows,
2572  ADGF_DEMO,
2573  GUIO1(GUIO_NOASPECT)
2574  },
2575  GType_LIVINGBOOKSV1,
2576  GF_DEMO,
2577  "NEWKID.EXE"
2578  },
2579 
2580  {
2581  {
2582  "newkid",
2583  "Demo",
2584  AD_ENTRY1("The New Kid on the Block Demo", "7d33237e0ea452a97f2a3acdfb9e1286"),
2585  Common::EN_ANY,
2586  Common::kPlatformMacintosh,
2587  ADGF_DEMO,
2588  GUIO1(GUIO_NOASPECT)
2589  },
2590  GType_LIVINGBOOKSV1,
2591  GF_DEMO,
2592  "Living Books Player"
2593  },
2594 
2595  { // November release
2596  {
2597  "arthurrace",
2598  "",
2599  AD_ENTRY1("RACE.LB", "1645f36bcb36e440d928e920aa48c373"),
2600  Common::EN_ANY,
2601  Common::kPlatformWindows,
2602  ADGF_UNSTABLE,
2603  GUIO1(GUIO_NOASPECT)
2604  },
2605  GType_LIVINGBOOKSV3,
2606  0,
2607  0
2608  },
2609 
2610  // 32-bit version of the previous entry
2611  {
2612  {
2613  "arthurrace",
2614  "32-bit",
2615  AD_ENTRY1("RACE32.LB", "292a05bc48c1dd9583821a4181a02ef2"),
2616  Common::EN_ANY,
2617  Common::kPlatformWindows,
2618  ADGF_UNSTABLE,
2619  GUIO1(GUIO_NOASPECT)
2620  },
2621  GType_LIVINGBOOKSV3,
2622  0,
2623  0
2624  },
2625 
2626  { // December release, marked as 1.0. Bugreport #11458
2627  {
2628  "arthurrace",
2629  "",
2630  AD_ENTRY1s("RACE.LB", "4d4347a010802c1e34e30a3d899546a7", 3155),
2631  Common::EN_ANY,
2632  Common::kPlatformWindows,
2633  ADGF_UNSTABLE,
2634  GUIO1(GUIO_NOASPECT)
2635  },
2636  GType_LIVINGBOOKSV3,
2637  0,
2638  0
2639  },
2640 
2641  // 32-bit version of the previous entry
2642  {
2643  {
2644  "arthurrace",
2645  "32-bit",
2646  AD_ENTRY1s("RACE32.LB", "badea47f88f0ee96dfc55c9120db5751", 3153),
2647  Common::EN_ANY,
2648  Common::kPlatformWindows,
2649  ADGF_UNSTABLE,
2650  GUIO1(GUIO_NOASPECT)
2651  },
2652  GType_LIVINGBOOKSV3,
2653  0,
2654  0
2655  },
2656 
2657  {
2658  {
2659  "arthurrace",
2660  "",
2661  AD_ENTRY1("BookOutline", "f0a9251824a648fce1b49cb7c1a0ba67"),
2662  Common::EN_ANY,
2663  Common::kPlatformMacintosh,
2664  ADGF_UNSTABLE,
2665  GUIO1(GUIO_NOASPECT)
2666  },
2667  GType_LIVINGBOOKSV3,
2668  0,
2669  0
2670  },
2671 
2672  // Arthur's Reading Games
2673  // Rerelease of Arthur's Reading Race
2674  // There is also ARG.LB ("82baf9c67d417bc3278c79018d1617d4", 3353)
2675  // Only differences are the copyright is for "The Learning Company" and some lines are accidentally merged
2676  {
2677  {
2678  "arthurreading",
2679  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
2680  AD_ENTRY1s("ARG32.LB", "51be80dff4be9fd07c32b3b207320677", 3355),
2681  Common::EN_ANY,
2682  Common::kPlatformWindows,
2684  GUIO1(GUIO_NOASPECT)
2685  },
2686  GType_LIVINGBOOKSV3,
2687  0,
2688  0,
2689  },
2690 
2691  {
2692  {
2693  "arthurreading",
2694  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
2695  AD_ENTRY1s("Bookoutline", "394e06287031512c8487b0940abe1049", 3166),
2696  Common::EN_ANY,
2697  Common::kPlatformMacintosh,
2699  GUIO1(GUIO_NOASPECT)
2700  },
2701  GType_LIVINGBOOKSV3,
2702  0,
2703  0,
2704  },
2705 
2706  // From zerep in bug #5647
2707  {
2708  {
2709  "arthurbday",
2710  "",
2711  AD_ENTRY1("BIRTHDAY.512", "874f80ff363214d63593864e58c4a130"),
2712  Common::EN_ANY,
2713  Common::kPlatformWindows,
2714  ADGF_NO_FLAGS,
2715  GUIO1(GUIO_NOASPECT)
2716  },
2717  GType_LIVINGBOOKSV1,
2718  0,
2719  "BIRTHDAY.EXE"
2720  },
2721 
2722  // From Maikel-Nait in bug Trac #10705
2723  {
2724  {
2725  "arthurbday",
2726  "",
2727  AD_ENTRY1("BIRTHDAY.512", "fd0c7b73b9f40400e145efd06240b84b"),
2728  Common::ES_ESP,
2729  Common::kPlatformWindows,
2731  GUIO1(GUIO_NOASPECT)
2732  },
2733  GType_LIVINGBOOKSV1,
2734  0,
2735  "BIRTHDAY.EXE"
2736  },
2737 
2738  // From aluff in bug#5729
2739  {
2740  {
2741  "arthurbday",
2742  "",
2743  AD_ENTRY1("BookOutline", "d631242b004720ecc615e4f855825860"),
2744  Common::EN_ANY,
2745  Common::kPlatformMacintosh,
2746  ADGF_NO_FLAGS,
2747  GUIO1(GUIO_NOASPECT)
2748  },
2749  GType_LIVINGBOOKSV1,
2750  0,
2751  "Living Books Player"
2752  },
2753 
2754  // From Matthew Winder in bug#6557
2755  // v1.0E, English, Windows
2756  {
2757  {
2758  "arthurbday",
2759  "",
2760  AD_ENTRY1s("AB16B.LB", "c169be346de7b0bbfcd18761fc0a3e49", 3093),
2761  Common::EN_ANY,
2762  Common::kPlatformWindows,
2763  ADGF_NO_FLAGS,
2764  GUIO1(GUIO_NOASPECT)
2765  },
2766  GType_LIVINGBOOKSV2,
2767  0,
2768  0,
2769  },
2770 
2771  // From Torsten in bug#5876
2772  {
2773  {
2774  "arthurbday",
2775  "",
2776  AD_ENTRY1("AB16B.LB", "54223967c507a48e572902802650412f"),
2777  Common::EN_GRB,
2778  Common::kPlatformWindows,
2779  ADGF_NO_FLAGS,
2780  GUIO1(GUIO_NOASPECT)
2781  },
2782  GType_LIVINGBOOKSV2,
2783  0,
2784  0,
2785  },
2786 
2787  // From Torsten in bug#5876
2788  {
2789  {
2790  "arthurbday",
2791  "",
2792  AD_ENTRY1("AB16D.LB", "1154bfdb9fe8c42ad8692e68071ec175"),
2793  Common::DE_DEU,
2794  Common::kPlatformWindows,
2795  ADGF_NO_FLAGS,
2796  GUIO1(GUIO_NOASPECT)
2797  },
2798  GType_LIVINGBOOKSV2,
2799  0,
2800  0,
2801  },
2802 
2803  // From Torsten in bug#5876
2804  {
2805  {
2806  "arthurbday",
2807  "",
2808  AD_ENTRY1("AB16F.LB", "60f439aa56c22a400bda27c9574115a9"),
2809  Common::FR_FRA,
2810  Common::kPlatformWindows,
2811  ADGF_NO_FLAGS,
2812  GUIO1(GUIO_NOASPECT)
2813  },
2814  GType_LIVINGBOOKSV2,
2815  0,
2816  0,
2817  },
2818 
2819  // Arthur Birthday (English) Version 2.0 Windows(R) August 8, 1997
2820  // From jacecen in bug #5847
2821  {
2822  {
2823  "arthurbday",
2824  "",
2825  AD_ENTRY1("Outline", "3b793adf2b303722e0fb6c632f94e1fb"),
2826  Common::EN_ANY,
2827  Common::kPlatformWindows,
2828  ADGF_UNSTABLE,
2829  GUIO1(GUIO_NOASPECT)
2830  },
2831  GType_LIVINGBOOKSV3,
2832  0,
2833  0
2834  },
2835 
2836  // Arthur Birthday (English) Version 2.0 Macintosh
2837  // From aluff in bug #5926
2838  {
2839  {
2840  "arthurbday",
2841  "",
2842  AD_ENTRY1("BookOutline", "8e4fddb5b761c8cf2a3b448dd38422be"),
2843  Common::EN_ANY,
2844  Common::kPlatformMacintosh,
2845  ADGF_UNSTABLE,
2846  GUIO1(GUIO_NOASPECT)
2847  },
2848  GType_LIVINGBOOKSV3,
2849  0,
2850  0
2851  },
2852 
2853  {
2854  {
2855  "arthurbday",
2856  "Demo",
2857  AD_ENTRY1("BIRTHDAY.512", "fb73e387cfec65c5c930db068a8f468a"),
2858  Common::EN_ANY,
2859  Common::kPlatformWindows,
2860  ADGF_DEMO,
2861  GUIO1(GUIO_NOASPECT)
2862  },
2863  GType_LIVINGBOOKSV1,
2864  GF_DEMO,
2865  "BIRTHDAY.EXE"
2866  },
2867 
2868  // From Scarlatti in bug #5636
2869  {
2870  {
2871  "arthurbday",
2872  "Demo",
2873  AD_ENTRY1("BIRTHDAY.512", "2946b1e06f59ea607b8b29dfc6ba8976"),
2874  Common::EN_ANY,
2875  Common::kPlatformWindows,
2876  ADGF_DEMO,
2877  GUIO1(GUIO_NOASPECT)
2878  },
2879  GType_LIVINGBOOKSV1,
2880  GF_DEMO,
2881  "BIRTHDAY.EXE"
2882  },
2883 
2884  {
2885  {
2886  "arthurbday",
2887  "Demo",
2888  AD_ENTRY1("Arthur's Birthday Demo", "0d974ec635eea615475368e865f1b1c8"),
2889  Common::EN_ANY,
2890  Common::kPlatformMacintosh,
2891  ADGF_DEMO,
2892  GUIO1(GUIO_NOASPECT)
2893  },
2894  GType_LIVINGBOOKSV1,
2895  GF_DEMO,
2896  "Living Books Player"
2897  },
2898 
2899  {
2900  {
2901  "lilmonster",
2902  "",
2903  AD_ENTRY1("MONSTER.512", "e7b24bf8f59106b5c4df51b39eb8c0ef"),
2904  Common::EN_ANY,
2905  Common::kPlatformWindows,
2906  ADGF_NO_FLAGS,
2907  GUIO1(GUIO_NOASPECT)
2908  },
2909  GType_LIVINGBOOKSV1,
2910  0,
2911  "MONSTER.EXE"
2912  },
2913 
2914  {
2915  {
2916  "lilmonster",
2917  "",
2918  AD_ENTRY1("BookOutline", "970409f9d967d63c05e63113f8e78fe2"),
2919  Common::EN_ANY,
2920  Common::kPlatformMacintosh,
2921  ADGF_NO_FLAGS,
2922  GUIO1(GUIO_NOASPECT)
2923  },
2924  GType_LIVINGBOOKSV1,
2925  0,
2926  "Little Monster at School"
2927  },
2928 
2929  // From afholman in bug#5724
2930  {
2931  {
2932  "lilmonster",
2933  "",
2934  AD_ENTRY1("lmasb.lb", "18a4e82f2c5cc30f7a2f9bd95e8c1364"),
2935  Common::EN_GRB,
2936  Common::kPlatformWindows,
2937  ADGF_NO_FLAGS,
2938  GUIO1(GUIO_NOASPECT)
2939  },
2940  GType_LIVINGBOOKSV2,
2941  0,
2942  0
2943  },
2944 
2945  // From afholman in bug#5724
2946  {
2947  {
2948  "lilmonster",
2949  "",
2950  AD_ENTRY1("lmasd.lb", "422b94c0e663305869cb2d2f1109a0bc"),
2951  Common::DE_DEU,
2952  Common::kPlatformWindows,
2953  ADGF_NO_FLAGS,
2954  GUIO1(GUIO_NOASPECT)
2955  },
2956  GType_LIVINGBOOKSV2,
2957  0,
2958  0
2959  },
2960 
2961  // From afholman in bug#5724
2962  {
2963  {
2964  "lilmonster",
2965  "",
2966  AD_ENTRY1("lmasf.lb", "8c22e79c97a86827d56b4c596066dcea"),
2967  Common::FR_FRA,
2968  Common::kPlatformWindows,
2969  ADGF_NO_FLAGS,
2970  GUIO1(GUIO_NOASPECT)
2971  },
2972  GType_LIVINGBOOKSV2,
2973  0,
2974  0
2975  },
2976 
2977  // From afholman in bug#5724
2978  {
2979  {
2980  "lilmonster",
2981  "",
2982  AD_ENTRY1("EnglishBO", "7aa2a1694255000b72ff0cc179f8059f"),
2983  Common::EN_GRB,
2984  Common::kPlatformMacintosh,
2985  ADGF_NO_FLAGS,
2986  GUIO1(GUIO_NOASPECT)
2987  },
2988  GType_LIVINGBOOKSV2,
2989  0,
2990  0
2991  },
2992 
2993  // From Matthew Winder in bug#6557
2994  {
2995  {
2996  "lilmonster",
2997  "",
2998  AD_ENTRY1s("lmasb.lb", "fcb665df1713d0411a41515efb20bebc", 4136),
2999  Common::EN_ANY,
3000  Common::kPlatformWindows,
3001  ADGF_NO_FLAGS,
3002  GUIO1(GUIO_NOASPECT)
3003  },
3004  GType_LIVINGBOOKSV2,
3005  0,
3006  0
3007  },
3008 
3009  // From afholman in bug#5724
3010  {
3011  {
3012  "lilmonster",
3013  "",
3014  AD_ENTRY1("GermanBO", "ff7ac4b1b4f2ded71ff3650f383fea48"),
3015  Common::DE_DEU,
3016  Common::kPlatformMacintosh,
3017  ADGF_NO_FLAGS,
3018  GUIO1(GUIO_NOASPECT)
3019  },
3020  GType_LIVINGBOOKSV2,
3021  0,
3022  0
3023  },
3024 
3025  // From afholman in bug#5724
3026  {
3027  {
3028  "lilmonster",
3029  "",
3030  AD_ENTRY1("FrenchBO", "d13e5eae0f68cecc91a0dcfcceec7061"),
3031  Common::FR_FRA,
3032  Common::kPlatformMacintosh,
3033  ADGF_NO_FLAGS,
3034  GUIO1(GUIO_NOASPECT)
3035  },
3036  GType_LIVINGBOOKSV2,
3037  0,
3038  0
3039  },
3040 
3041  // From Scarlatti in bug #5636
3042  {
3043  {
3044  "lilmonster",
3045  "Demo",
3046  AD_ENTRY1("MONSTER.512", "029e57f1fc8dd1f93f6623a1841f0df2"),
3047  Common::EN_ANY,
3048  Common::kPlatformWindows,
3049  ADGF_DEMO,
3050  GUIO1(GUIO_NOASPECT)
3051  },
3052  GType_LIVINGBOOKSV1,
3053  GF_DEMO,
3054  "MONSTER.EXE"
3055  },
3056 
3057  // From GeorgeQGreg
3058  {
3059  {
3060  "lilmonster",
3061  "Demo",
3062  AD_ENTRY1("MONSTER.512", "f603f04c1824d1034ec0366416a059c9"),
3063  Common::EN_ANY,
3064  Common::kPlatformWindows,
3065  ADGF_DEMO,
3066  GUIO1(GUIO_NOASPECT)
3067  },
3068  GType_LIVINGBOOKSV1,
3069  GF_DEMO,
3070  "MONSTER.EXE"
3071  },
3072 
3073  // English / Spanish demo
3074  // from einstein95
3075  {
3076  {
3077  "lilmonster",
3078  "Demo English/Spanish",
3079  AD_ENTRY1s("Little Monster at School Demo", "52eee4e6ea83ff494765d92affe5613e", 622),
3080  Common::UNK_LANG,
3081  Common::kPlatformMacintosh,
3082  ADGF_DEMO,
3083  GUIO1(GUIO_NOASPECT)
3084  },
3085  GType_LIVINGBOOKSV1,
3086  0,
3087  "Living Books Player"
3088  },
3089 
3090 
3091  {
3092  {
3093  "catinthehat",
3094  "",
3095  AD_ENTRY1("Outline", "0b5ab6dd7c08cf23066efa709fa48bbc"),
3096  Common::EN_ANY,
3097  Common::kPlatformWindows,
3098  ADGF_UNSTABLE,
3099  GUIO1(GUIO_NOASPECT)
3100  },
3101  GType_LIVINGBOOKSV3,
3102  0,
3103  0
3104  },
3105 
3106  {
3107  {
3108  "catinthehat",
3109  "",
3110  AD_ENTRY1("BookOutline", "e139903eee98f0b0c3f39247a23b8f10"),
3111  Common::EN_ANY,
3112  Common::kPlatformMacintosh,
3113  ADGF_UNSTABLE,
3114  GUIO1(GUIO_NOASPECT)
3115  },
3116  GType_LIVINGBOOKSV3,
3117  0,
3118  0
3119  },
3120 
3121  {
3122  {
3123  "rugrats",
3124  "",
3125  AD_ENTRY1("outline", "525be248363fe27d50d750632c1e759e"),
3126  Common::EN_ANY,
3127  Common::kPlatformWindows,
3128  ADGF_UNSTABLE,
3129  GUIO1(GUIO_NOASPECT)
3130  },
3131  GType_LIVINGBOOKSV4,
3132  0,
3133  0
3134  },
3135 
3136  {
3137  {
3138  "rugrats",
3139  "",
3140  AD_ENTRY1("BookOutline", "54a324ee6f8260258bff7043a05b0004"),
3141  Common::EN_ANY,
3142  Common::kPlatformMacintosh,
3143  ADGF_UNSTABLE,
3144  GUIO1(GUIO_NOASPECT)
3145  },
3146  GType_LIVINGBOOKSV4,
3147  0,
3148  0
3149  },
3150 
3151  // Rugrats Adventure Game
3152  // French Windows
3153  // From Strangerke
3154  {
3155  {
3156  "rugrats",
3157  "",
3158  AD_ENTRY1("outline", "36225e0b4986a80135cfdd9643cc7030"),
3159  Common::FR_FRA,
3160  Common::kPlatformWindows,
3161  ADGF_UNSTABLE,
3162  GUIO1(GUIO_NOASPECT)
3163  },
3164  GType_LIVINGBOOKSV4,
3165  0,
3166  0
3167  },
3168 
3169  // Rugrats Adventure Game
3170  // Spanish Windows
3171  // Reported in #12389
3172  {
3173  {
3174  "rugrats",
3175  "",
3176  AD_ENTRY1s("outline", "a8f4ec8e88b028c2452c1aa84b1a9c51", 6546),
3177  Common::ES_ESP,
3178  Common::kPlatformWindows,
3179  ADGF_UNSTABLE,
3180  GUIO1(GUIO_NOASPECT)
3181  },
3182  GType_LIVINGBOOKSV4,
3183  0,
3184  0
3185  },
3186 
3187  // Rugrats Adventure Game
3188  // English Windows Demo
3189  // From GeorgeQGreg (Rugrats Movie Soundtrack)
3190  {
3191  {
3192  "rugrats",
3193  "Demo",
3194  AD_ENTRY1("outline", "adbd7ff6c5e1bdb7062c89879a4e39e6"),
3195  Common::EN_ANY,
3196  Common::kPlatformWindows,
3198  GUIO1(GUIO_NOASPECT)
3199  },
3200  GType_LIVINGBOOKSV4,
3201  0,
3202  0
3203  },
3204 
3205  {
3206  {
3207  "lbsampler",
3208  "v1",
3209  AD_ENTRY1("DEMO.512", "27c3455b850e5981d2bf2a3fa489b91e"),
3210  Common::EN_ANY,
3211  Common::kPlatformWindows,
3212  ADGF_NO_FLAGS,
3213  GUIO1(GUIO_NOASPECT)
3214  },
3215  GType_LIVINGBOOKSV1,
3216  0,
3217  "DEMO.EXE"
3218  },
3219 
3220  {
3221  {
3222  "lbsampler",
3223  "v1",
3224  AD_ENTRY1("BookOutline", "d30e6026a9809dea579030bac380977d"),
3225  Common::EN_ANY,
3226  Common::kPlatformMacintosh,
3227  ADGF_NO_FLAGS,
3228  GUIO1(GUIO_NOASPECT)
3229  },
3230  GType_LIVINGBOOKSV1,
3231  0,
3232  "Living Books Demos"
3233  },
3234 
3235  {
3236  {
3237  "lbsampler",
3238  "v2",
3239  AD_ENTRY1("SAMPLER.LB", "6c77cba7326f975645d55fd17ad02d92"),
3240  Common::EN_ANY,
3241  Common::kPlatformWindows,
3242  ADGF_NO_FLAGS,
3243  GUIO1(GUIO_NOASPECT)
3244  },
3245  GType_LIVINGBOOKSV2,
3246  0,
3247  0
3248  },
3249 
3250  // While this entry has a v2 interpreter, it still has v1 data
3251  {
3252  {
3253  "lbsampler",
3254  "v2",
3255  AD_ENTRY1("BookOutline", "48985306013164b128981883045f2c43"),
3256  Common::EN_ANY,
3257  Common::kPlatformMacintosh,
3258  ADGF_NO_FLAGS,
3259  GUIO1(GUIO_NOASPECT)
3260  },
3261  GType_LIVINGBOOKSV1,
3262  0,
3263  "Living Books Sampler"
3264  },
3265 
3266  {
3267  {
3268  "lbsampler",
3269  "v3",
3270  AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"),
3271  Common::EN_ANY,
3272  Common::kPlatformWindows,
3273  ADGF_UNSTABLE,
3274  GUIO1(GUIO_NOASPECT)
3275  },
3276  GType_LIVINGBOOKSV3,
3277  0,
3278  0,
3279  },
3280 
3281  {
3282  {
3283  "lbsampler",
3284  "v3",
3285  AD_ENTRY1("BookOutline", "6dd1c0606f1db3b71207121b4370e487"),
3286  Common::EN_ANY,
3287  Common::kPlatformMacintosh,
3288  ADGF_UNSTABLE,
3289  GUIO1(GUIO_NOASPECT)
3290  },
3291  GType_LIVINGBOOKSV3,
3292  0,
3293  0,
3294  },
3295 
3296  // Wanderful Interactive Storybooks version for Android
3297  {
3298  {
3299  "lbsampler",
3300  "Wanderful",
3301  AD_ENTRY1s("Outline.txt", "131d3a3c7158345153776693de4d45d0", 2574),
3302  Common::EN_ANY,
3303  Common::kPlatformAndroid,
3304  ADGF_UNSTABLE,
3305  GUIO1(GUIO_NOASPECT)
3306  },
3307  GType_LIVINGBOOKSV3,
3308  0,
3309  0,
3310  },
3311 
3312  // Wanderful Interactive Storybooks version for macOS
3313  {
3314  {
3315  "lbsampler",
3316  "Wanderful",
3317  AD_ENTRY1s("Outline.txt", "e3630ec2e66e0aea98a2d31dbd710745", 2975),
3318  Common::EN_ANY,
3319  Common::kPlatformMacintosh,
3320  ADGF_UNSTABLE,
3321  GUIO1(GUIO_NOASPECT)
3322  },
3323  GType_LIVINGBOOKSV3,
3324  0,
3325  0,
3326  },
3327 
3328  {
3329  {
3330  "bearfight",
3331  "",
3332  AD_ENTRY1("FIGHT.512", "f6e6c77a216c400a69388c94a11766d2"),
3333  Common::EN_ANY,
3334  Common::kPlatformWindows,
3335  ADGF_NO_FLAGS,
3336  GUIO1(GUIO_NOASPECT)
3337  },
3338  GType_LIVINGBOOKSV1,
3339  0,
3340  "FIGHT.EXE"
3341  },
3342 
3343  // The Berenstain Bears Get in a Fight (English and Spanish) Version 1.0 1995
3344  // From jacecen in bug #5847
3345  {
3346  {
3347  "bearfight",
3348  "",
3349  AD_ENTRY1("FIGHT.512", "e313242a4cba2fffcd8cded5ca23c68a"),
3350  Common::EN_ANY,
3351  Common::kPlatformWindows,
3352  ADGF_NO_FLAGS,
3353  GUIO1(GUIO_NOASPECT)
3354  },
3355  GType_LIVINGBOOKSV1,
3356  0,
3357  "FIGHT.EXE"
3358  },
3359 
3360  {
3361  {
3362  "bearfight",
3363  "",
3364  AD_ENTRY1("BookOutline", "a1c395a5234f88613d4110ca36df4808"),
3365  Common::EN_ANY,
3366  Common::kPlatformMacintosh,
3367  ADGF_NO_FLAGS,
3368  GUIO1(GUIO_NOASPECT)
3369  },
3370  GType_LIVINGBOOKSV1,
3371  0,
3372  "Bears Get in a Fight"
3373  },
3374 
3375  // From bkennimer in bug #5645
3376  {
3377  {
3378  "beardark",
3379  "",
3380  AD_ENTRY1("DARK.LB", "81d1e6eaf88d54bd29836a133935c0d4"),
3381  Common::EN_ANY,
3382  Common::kPlatformWindows,
3383  ADGF_NO_FLAGS,
3384  GUIO1(GUIO_NOASPECT)
3385  },
3386  GType_LIVINGBOOKSV3,
3387  0,
3388  0
3389  },
3390 
3391  // From bkennimer in bug #5645
3392  // 32-bit version of the previous entry
3393  {
3394  {
3395  "beardark",
3396  "32-bit",
3397  AD_ENTRY1("DARK32.LB", "28abbf5498aeb29e78e5e0dec969ebe2"),
3398  Common::EN_ANY,
3399  Common::kPlatformWindows,
3400  ADGF_NO_FLAGS,
3401  GUIO1(GUIO_NOASPECT)
3402  },
3403  GType_LIVINGBOOKSV3,
3404  0,
3405  0
3406  },
3407 
3408  // From bkennimer in bug #5645
3409  {
3410  {
3411  "beardark",
3412  "",
3413  AD_ENTRY1("BookOutline", "95b2e43778ca9cfaee37bdde843e7681"),
3414  Common::EN_ANY,
3415  Common::kPlatformMacintosh,
3416  ADGF_NO_FLAGS,
3417  GUIO1(GUIO_NOASPECT)
3418  },
3419  GType_LIVINGBOOKSV3,
3420  0,
3421  0
3422  },
3423 
3424  // From aluff in bug #5926
3425  {
3426  {
3427  "beardark",
3428  "",
3429  AD_ENTRY1("BookOutline", "b56746b3b2c062c8588bfb6b28e137c1"),
3430  Common::EN_ANY,
3431  Common::kPlatformMacintosh,
3432  ADGF_NO_FLAGS,
3433  GUIO1(GUIO_NOASPECT)
3434  },
3435  GType_LIVINGBOOKSV3,
3436  0,
3437  0
3438  },
3439 
3440  {
3441  {
3442  "arthurcomp",
3443  "",
3444  AD_ENTRY1("OUTLINE", "dec4d1a05449f81b6012706932658326"),
3445  Common::EN_ANY,
3446  Common::kPlatformWindows,
3447  ADGF_UNSTABLE,
3448  GUIO1(GUIO_NOASPECT)
3449  },
3450  GType_LIVINGBOOKSV4,
3451  0,
3452  0
3453  },
3454 
3455  {
3456  {
3457  "arthurcomp",
3458  "",
3459  AD_ENTRY1("BookOutline", "87bf1f9113340ce1c6c880932e815882"),
3460  Common::EN_ANY,
3461  Common::kPlatformMacintosh,
3462  ADGF_UNSTABLE,
3463  GUIO1(GUIO_NOASPECT)
3464  },
3465  GType_LIVINGBOOKSV4,
3466  0,
3467  0
3468  },
3469 
3470  // Stellaluna 1.0
3471  // From pacifist
3472  {
3473  {
3474  "stellaluna",
3475  "",
3476  AD_ENTRY1("STELLA.LB", "763bb4a4721aebb5af316ca8e1b478ed"),
3477  Common::EN_ANY,
3478  Common::kPlatformWindows,
3479  ADGF_NO_FLAGS,
3480  GUIO1(GUIO_NOASPECT)
3481  },
3482  GType_LIVINGBOOKSV2,
3483  0,
3484  0
3485  },
3486 
3487  // Stellaluna 1.0
3488  // From bug Trac #6745
3489  {
3490  {
3491  "stellaluna",
3492  "",
3493  AD_ENTRY1("STELLA.LB", "ff8ae44b52fb19f039e82730f6a1bb51"),
3494  Common::EN_ANY,
3495  Common::kPlatformWindows,
3496  ADGF_NO_FLAGS,
3497  GUIO1(GUIO_NOASPECT)
3498  },
3499  GType_LIVINGBOOKSV2,
3500  0,
3501  0
3502  },
3503 
3504  // From aluff in bug#5711
3505  {
3506  {
3507  "stellaluna",
3508  "",
3509  AD_ENTRY1("STELLA.LB", "ca8562a79f63485680e21191f5865fd7"),
3510  Common::EN_ANY,
3511  Common::kPlatformWindows,
3512  ADGF_NO_FLAGS,
3513  GUIO1(GUIO_NOASPECT)
3514  },
3515  GType_LIVINGBOOKSV2,
3516  0,
3517  0
3518  },
3519 
3520  // ZOOM platform
3521  {
3522  {
3523  "stellaluna",
3524  "32-bit",
3525  AD_ENTRY1s("STELLA32.LB", "ca8562a79f63485680e21191f5865fd7", 4336),
3526  Common::EN_ANY,
3527  Common::kPlatformWindows,
3528  ADGF_NO_FLAGS,
3529  GUIO1(GUIO_NOASPECT)
3530  },
3531  GType_LIVINGBOOKSV2,
3532  0,
3533  0
3534  },
3535 
3536  // From aluff in bug#5711
3537  {
3538  {
3539  "stellaluna",
3540  "",
3541  AD_ENTRY1("BookOutline", "7e931a455ac88557e04ca682579cd5a5"),
3542  Common::EN_ANY,
3543  Common::kPlatformMacintosh,
3544  ADGF_NO_FLAGS,
3545  GUIO1(GUIO_NOASPECT)
3546  },
3547  GType_LIVINGBOOKSV2,
3548  0,
3549  0
3550  },
3551 
3552  // Sheila Rae the Brave 1.0
3553  // From pacifist
3554  {
3555  {
3556  "sheila",
3557  "",
3558  AD_ENTRY1("SHEILA.LB", "c28a60f615a46384d9a8941fc5c89d63"),
3559  Common::EN_ANY,
3560  Common::kPlatformWindows,
3561  ADGF_NO_FLAGS,
3562  GUIO1(GUIO_NOASPECT)
3563  },
3564  GType_LIVINGBOOKSV2,
3565  0,
3566  0
3567  },
3568 
3569  // ZOOM platform
3570  {
3571  {
3572  "sheila",
3573  "",
3574  AD_ENTRY1s("SHEILA32.LB", "334f3da1ed0b610506bec551be67c62b", 24997),
3575  Common::EN_ANY,
3576  Common::kPlatformWindows,
3577  ADGF_NO_FLAGS,
3578  GUIO1(GUIO_NOASPECT)
3579  },
3580  GType_LIVINGBOOKSV2,
3581  0,
3582  0
3583  },
3584 
3585  // From aluff in bug#5728
3586  {
3587  {
3588  "sheila",
3589  "",
3590  AD_ENTRY1("BookOutline", "961f0cf4de2fbaa1da8ce0011822cd38"),
3591  Common::EN_ANY,
3592  Common::kPlatformMacintosh,
3593  ADGF_NO_FLAGS,
3594  GUIO1(GUIO_NOASPECT)
3595  },
3596  GType_LIVINGBOOKSV2,
3597  0,
3598  0
3599  },
3600 
3601  // From afholman in bug#5724
3602  {
3603  {
3604  "sheila",
3605  "",
3606  AD_ENTRY1("SRAEB.LB", "4835612022c2ae1944bde453d3202803"),
3607  Common::EN_GRB,
3608  Common::kPlatformWindows,
3609  ADGF_NO_FLAGS,
3610  GUIO1(GUIO_NOASPECT)
3611  },
3612  GType_LIVINGBOOKSV2,
3613  0,
3614  0
3615  },
3616 
3617  // From afholman in bug#5724
3618  {
3619  {
3620  "sheila",
3621  "",
3622  AD_ENTRY1("SRAED.LB", "3f21183534d324cf3bb8464f9217712c"),
3623  Common::DE_DEU,
3624  Common::kPlatformWindows,
3625  ADGF_NO_FLAGS,
3626  GUIO1(GUIO_NOASPECT)
3627  },
3628  GType_LIVINGBOOKSV2,
3629  0,
3630  0
3631  },
3632 
3633  // From afholman in bug#5724
3634  {
3635  {
3636  "sheila",
3637  "",
3638  AD_ENTRY1("SRAEF.LB", "96b00fc4b44c0e881c674d4bae5aa79a"),
3639  Common::FR_FRA,
3640  Common::kPlatformWindows,
3641  ADGF_NO_FLAGS,
3642  GUIO1(GUIO_NOASPECT)
3643  },
3644  GType_LIVINGBOOKSV2,
3645  0,
3646  0
3647  },
3648 
3649  // From afholman in bug#5724
3650  {
3651  {
3652  "sheila",
3653  "",
3654  AD_ENTRY1("EnglishBO", "6d3ad5724f1729a1d96d812668770c2e"),
3655  Common::EN_GRB,
3656  Common::kPlatformMacintosh,
3657  ADGF_NO_FLAGS,
3658  GUIO1(GUIO_NOASPECT)
3659  },
3660  GType_LIVINGBOOKSV2,
3661  0,
3662  0
3663  },
3664 
3665  // From afholman in bug#5724
3666  {
3667  {
3668  "sheila",
3669  "",
3670  AD_ENTRY1("GermanBO", "af1dc5a8bc8da58310d17b72b657fc1f"),
3671  Common::DE_DEU,
3672  Common::kPlatformMacintosh,
3673  ADGF_NO_FLAGS,
3674  GUIO1(GUIO_NOASPECT)
3675  },
3676  GType_LIVINGBOOKSV2,
3677  0,
3678  0
3679  },
3680 
3681  // From afholman in bug#5724
3682  {
3683  {
3684  "sheila",
3685  "",
3686  AD_ENTRY1("FrenchBO", "62eefcb8424a5f9ba7db5af6f0421e58"),
3687  Common::FR_FRA,
3688  Common::kPlatformMacintosh,
3689  ADGF_NO_FLAGS,
3690  GUIO1(GUIO_NOASPECT)
3691  },
3692  GType_LIVINGBOOKSV2,
3693  0,
3694  0
3695  },
3696 
3697  // Rugrats Print Shop
3698  // English Windows Demo
3699  // From GeorgeQGreg (Rugrats Movie Soundtrack)
3700  {
3701  {
3702  "rugratsps",
3703  "Demo",
3704  AD_ENTRY1("outline", "808d5ee8427180ddebdd5dd4199b47cb"),
3705  Common::EN_ANY,
3706  Common::kPlatformWindows,
3708  GUIO1(GUIO_NOASPECT)
3709  },
3710  GType_LIVINGBOOKSV4,
3711  0,
3712  0
3713  },
3714 
3715  // From sev
3716  {
3717  {
3718  "create",
3719  "",
3720  AD_ENTRY1s("CREATE.LB", "8a94e13093dd3e2f58c220a1f265a7be", 1217),
3721  Common::EN_ANY,
3722  Common::kPlatformWindows,
3723  ADGF_NO_FLAGS,
3724  GUIO1(GUIO_NOASPECT)
3725  },
3726  GType_LIVINGBOOKSV2,
3727  0,
3728  0,
3729  },
3730 
3731  {
3732  {
3733  "create",
3734  "",
3735  AD_ENTRY1s("BookOutline", "922698932c5ac78276484c563cb7ae10", 1135),
3736  Common::EN_ANY,
3737  Common::kPlatformMacintosh,
3738  ADGF_NO_FLAGS,
3739  GUIO1(GUIO_NOASPECT)
3740  },
3741  GType_LIVINGBOOKSV3,
3742  0,
3743  0,
3744  },
3745 
3746  // From sev
3747  {
3748  {
3749  "create",
3750  "Demo",
3751  AD_ENTRY1s("CREATED.LB", "86165d80189815ada2abd67e55258486", 826),
3752  Common::EN_ANY,
3753  Common::kPlatformWindows,
3754  ADGF_DEMO,
3755  GUIO1(GUIO_NOASPECT)
3756  },
3757  GType_LIVINGBOOKSV2,
3758  0,
3759  0,
3760  },
3761 
3762  // From sev
3763  {
3764  {
3765  "daniel",
3766  "",
3767  AD_ENTRY1s("DANIEL.LB", "cdea21d55f0ead70c7990d2f1cfbc160", 1300),
3768  Common::EN_ANY,
3769  Common::kPlatformWindows,
3770  ADGF_NO_FLAGS,
3771  GUIO1(GUIO_NOASPECT)
3772  },
3773  GType_LIVINGBOOKSV2,
3774  0,
3775  0,
3776  },
3777 
3778  // From sev
3779  {
3780  {
3781  "daniel",
3782  "Demo",
3783  AD_ENTRY1s("DANIELD.LB", "4220631d9f677f694fa9d59a7c242dbe", 651),
3784  Common::EN_ANY,
3785  Common::kPlatformWindows,
3786  ADGF_DEMO,
3787  GUIO1(GUIO_NOASPECT)
3788  },
3789  GType_LIVINGBOOKSV2,
3790  0,
3791  0,
3792  },
3793 
3794  {
3795  {
3796  "daniel",
3797  "Demo",
3798  AD_ENTRY1s("DanielBO", "6a020cca6405936c35c4e4f4bf94740f", 543),
3799  Common::EN_ANY,
3800  Common::kPlatformMacintosh,
3801  ADGF_DEMO,
3802  GUIO1(GUIO_NOASPECT)
3803  },
3804  GType_LIVINGBOOKSV3,
3805  0,
3806  0,
3807  },
3808 
3809  // From sev
3810  {
3811  {
3812  "noah",
3813  "",
3814  AD_ENTRY1s("OUTLINE.TXT", "aba1304eca32cac54a7107ba76120601", 2151),
3815  Common::EN_ANY,
3816  Common::kPlatformWindows,
3817  ADGF_NO_FLAGS,
3818  GUIO1(GUIO_NOASPECT)
3819  },
3820  GType_LIVINGBOOKSV2,
3821  0,
3822  0,
3823  },
3824 
3825  // Dr. Seuss Reading Games
3826  // Contains "Dr. Seuss's ABC" and "The Cat in the Hat"
3827  {
3828  {
3829  "drseussreading",
3830  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
3831  AD_ENTRY1s("Outline", "1f522d42174e8e98537db10bc715aa97", 5330),
3832  Common::EN_ANY,
3833  Common::kPlatformUnknown, // identical on both Win and Mac partitions of disc
3835  GUIO1(GUIO_NOASPECT)
3836  },
3837  GType_LIVINGBOOKSV3,
3838  0,
3839  0,
3840  },
3841 
3842  {
3843  {
3844  "wsg",
3845  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
3846  AD_ENTRY1s("WSKL.CFG", "0d0d1156387ad51bf2b0c6bdc380f751", 1269),
3847  Common::EN_ANY,
3848  Common::kPlatformWindows,
3850  GUIO1(GUIO_NOASPECT)
3851  },
3852  GType_LIVINGBOOKSV3,
3853  0,
3854  0,
3855  },
3856 
3857  { AD_TABLE_END_MARKER, 0, 0, 0 }
3858 };
3859 
3861 //Fallback detection
3863 
3864 static const MohawkGameDescription fallbackDescs[] = {
3865  {
3866  {
3867  "myst",
3868  "unknown",
3869  AD_ENTRY1(0, 0),
3870  Common::UNK_LANG,
3871  Common::kPlatformWindows,
3872  ADGF_NO_FLAGS,
3873  GUI_OPTIONS_MYST
3874  },
3875  GType_MYST,
3876  0,
3877  0
3878  },
3879 
3880  {
3881  {
3882  "makingofmyst",
3883  "unknown",
3884  AD_ENTRY1(0, 0),
3885  Common::UNK_LANG,
3886  Common::kPlatformWindows,
3887  ADGF_NO_FLAGS,
3888  GUI_OPTIONS_MYST_MAKING_OF
3889  },
3890  GType_MAKINGOF,
3891  0,
3892  0
3893  },
3894 
3895  {
3896  {
3897  "myst",
3898  "unknown (Masterpiece Edition)",
3899  AD_ENTRY1(0, 0),
3900  Common::UNK_LANG,
3901  Common::kPlatformWindows,
3902  ADGF_NO_FLAGS,
3903  GUI_OPTIONS_MYST_ME
3904  },
3905  GType_MYST,
3906  GF_ME,
3907  0
3908  },
3909 
3910  {
3911  {
3912  "riven",
3913  "unknown",
3914  AD_ENTRY1(0, 0),
3915  Common::UNK_LANG,
3916  Common::kPlatformWindows,
3917  ADGF_NO_FLAGS,
3918  GUI_OPTIONS_RIVEN
3919  },
3920  GType_RIVEN,
3921  0,
3922  0
3923  },
3924 
3925  {
3926  {
3927  "riven",
3928  "unknown (DVD)",
3929  AD_ENTRY1(0, 0),
3930  Common::UNK_LANG,
3931  Common::kPlatformWindows,
3932  ADGF_NO_FLAGS,
3933  GUI_OPTIONS_RIVEN
3934  },
3935  GType_RIVEN,
3936  GF_DVD,
3937  0
3938  }
3939 };
3940 
3941 static const ADFileBasedFallback fileBased[] = {
3942  { &fallbackDescs[0].desc, { "myst.dat", 0 } },
3943  { &fallbackDescs[1].desc, { "making.dat", 0 } },
3944  { &fallbackDescs[2].desc, { "myst.dat", "help.dat", 0 } }, // Help system doesn't exist in original
3945  { &fallbackDescs[3].desc, { "a_Data.MHK", 0 } },
3946  { &fallbackDescs[4].desc, { "a_Data.MHK", "t_Data1.MHK" , 0 } },
3947  { 0, { 0 } }
3948 };
3949 
3950 } // End of Namespace Mohawk
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
const ADGameDescription * desc
Definition: advancedDetector.h:334
Do not add platform to gameid.
Definition: advancedDetector.h:153
No flags.
Definition: advancedDetector.h:139
#define AD_TABLE_END_MARKER
Definition: advancedDetector.h:326
static const char GAME_NOT_IMPLEMENTED[]
Definition: metaengine.h:132
#define AD_ENTRY1(f, x)
Definition: advancedDetector.h:110
#define AD_LISTEND
Definition: advancedDetector.h:104
Definition: advancedDetector.h:145
#define AD_ENTRY2s(f1, x1, s1, f2, x2, s2)
Definition: advancedDetector.h:122
Definition: advancedDetector.h:329
Add "-demo" to gameid.
Definition: advancedDetector.h:156
Definition: bitmap.h:32
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116