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 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 felsqualle
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  "Demo English/German/French",
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  // From MacFormat 18 coverdisc
1881  // Only difference is the order of the languages
1882  {
1883  {
1884  "tortoise",
1885  "Demo English/German/French",
1886  AD_ENTRY1s("The Tortoise and the Hare", "fe58b2cd82b92e4b5a748618798f51af", 576),
1887  Common::UNK_LANG,
1888  Common::kPlatformMacintosh,
1889  ADGF_DEMO,
1890  GUIO1(GUIO_NOASPECT)
1891  },
1892  GType_LIVINGBOOKSV2,
1893  GF_DEMO,
1894  "Living Books Player"
1895  },
1896  // Die Schildkröte und der Hase
1897  {
1898  {
1899  "tortoise",
1900  "Demo German/French/English",
1901  AD_ENTRY1s("xn--Die Schildkrte und der Hase-0yc", "481bd2bcb28653c71511742dd853ff31", 576),
1902  Common::UNK_LANG,
1903  Common::kPlatformMacintosh,
1904  ADGF_DEMO,
1905  GUIO1(GUIO_NOASPECT)
1906  },
1907  GType_LIVINGBOOKSV2,
1908  GF_DEMO,
1909  "Living Books Player"
1910  },
1911  // Le Lièvre et la Tortue
1912  {
1913  {
1914  "tortoise",
1915  "Demo French/German/English",
1916  AD_ENTRY1s("xn--Le Livre et la Tortue-s4b", "62503913bae127a96adf334377c0ad3e", 576),
1917  Common::UNK_LANG,
1918  Common::kPlatformMacintosh,
1919  ADGF_DEMO,
1920  GUIO1(GUIO_NOASPECT)
1921  },
1922  GType_LIVINGBOOKSV2,
1923  GF_DEMO,
1924  "Living Books Player"
1925  },
1926 
1927 
1928  {
1929  {
1930  "tortoise",
1931  "Demo",
1932  AD_ENTRY1("The Tortoise and the Hare Demo", "35d571806838667743c7c15a133e9335"),
1933  Common::EN_ANY,
1934  Common::kPlatformMacintosh,
1935  ADGF_DEMO,
1936  GUIO1(GUIO_NOASPECT)
1937  },
1938  GType_LIVINGBOOKSV1,
1939  GF_DEMO,
1940  "Living Books Player"
1941  },
1942 
1943  // From MacFormat June 1994 cover disc [Spanish, English]. Bug #12979
1944  {
1945  {
1946  "tortoise",
1947  "Demo Spanish/English",
1948  AD_ENTRY1s("BookOutline", "91245b8ac388a54378b94fce65c29d02", 582),
1949  Common::UNK_LANG,
1950  Common::kPlatformMacintosh,
1951  ADGF_DEMO,
1952  GUIO1(GUIO_NOASPECT)
1953  },
1954  GType_LIVINGBOOKSV1,
1955  0,
1956  "The Tortoise & The Hare"
1957  },
1958 
1959  {
1960  {
1961  "arthur",
1962  "",
1963  AD_ENTRY1("PAGES.512", "1550a361454ec452fe7d2328aac2003c"),
1964  Common::EN_ANY,
1965  Common::kPlatformWindows,
1966  ADGF_NO_FLAGS,
1967  GUIO1(GUIO_NOASPECT)
1968  },
1969  GType_LIVINGBOOKSV1,
1970  GF_LB_10,
1971  "ARTHUR.EXE"
1972  },
1973 
1974  // part of "Super Living Books" compilation
1975  // from rgemini, bug #5726
1976  {
1977  {
1978  "arthur",
1979  "Super Living Books",
1980  AD_ENTRY1("PAGES.512", "cd995d20d0d7b4642476fd76044b4e5b"),
1981  Common::EN_ANY,
1982  Common::kPlatformWindows,
1983  ADGF_NO_FLAGS,
1984  GUIO1(GUIO_NOASPECT)
1985  },
1986  GType_LIVINGBOOKSV1,
1987  GF_LB_10,
1988  "ARTHUR.EXE"
1989  },
1990 
1991  // From afholman in bug#5724
1992  {
1993  {
1994  "arthur",
1995  "",
1996  AD_ENTRY1("BookOutline", "133750de1ceb9e7351599d79f99fee4d"),
1997  Common::EN_ANY,
1998  Common::kPlatformMacintosh,
1999  ADGF_NO_FLAGS,
2000  GUIO1(GUIO_NOASPECT)
2001  },
2002  GType_LIVINGBOOKSV1,
2003  GF_LB_10,
2004  "Arthur's Teacher Trouble"
2005  },
2006 
2007  // From darthbo in bug#5699
2008  {
2009  {
2010  "arthur",
2011  "",
2012  AD_ENTRY1("PAGES.512", "cd995d20d0d7b4642476fd76044b4e5b"),
2013  Common::EN_ANY,
2014  Common::kPlatformWindows,
2015  ADGF_NO_FLAGS,
2016  GUIO1(GUIO_NOASPECT)
2017  },
2018  GType_LIVINGBOOKSV1,
2019  GF_LB_10,
2020  "ARTHUR.EXE"
2021  },
2022 
2023  {
2024  {
2025  "arthur",
2026  "Demo",
2027  AD_ENTRY1("PAGES.512", "a4d68cef197af1416921ca5b2e0c1e31"),
2028  Common::EN_ANY,
2029  Common::kPlatformWindows,
2030  ADGF_DEMO,
2031  GUIO1(GUIO_NOASPECT)
2032  },
2033  GType_LIVINGBOOKSV1,
2034  GF_DEMO | GF_LB_10,
2035  "ARTHUR.EXE"
2036  },
2037 
2038  {
2039  {
2040  "arthur",
2041  "Demo v1.1",
2042  AD_ENTRY1("ARTHUR.512", "f19e824e0a2f2745ed698e6aaf44f838"),
2043  Common::EN_ANY,
2044  Common::kPlatformWindows,
2045  ADGF_DEMO,
2046  GUIO1(GUIO_NOASPECT)
2047  },
2048  GType_LIVINGBOOKSV1,
2049  GF_DEMO,
2050  "ARTHUR.EXE"
2051  },
2052 
2053  // From Scarlatti in bug #5636
2054  {
2055  {
2056  "arthur",
2057  "Demo v1.1",
2058  AD_ENTRY1("ARTHUR.512", "dabdd466dea26ab5ecb9415cf73f8601"),
2059  Common::EN_ANY,
2060  Common::kPlatformWindows,
2061  ADGF_DEMO,
2062  GUIO1(GUIO_NOASPECT)
2063  },
2064  GType_LIVINGBOOKSV1,
2065  GF_DEMO,
2066  "ARTHUR.EXE"
2067  },
2068 
2069  {
2070  {
2071  "arthur",
2072  "Demo",
2073  AD_ENTRY1("Bookoutline", "7e2691611ff4c7b89c05221736628059"),
2074  Common::EN_ANY,
2075  Common::kPlatformMacintosh,
2076  ADGF_DEMO,
2077  GUIO1(GUIO_NOASPECT)
2078  },
2079  GType_LIVINGBOOKSV1,
2080  GF_DEMO | GF_LB_10,
2081  "Arthur's Teacher Trouble"
2082  },
2083 
2084  {
2085  {
2086  "arthur",
2087  "Demo",
2088  AD_ENTRY1("Arthur's Teacher Trouble Demo", "dcbd8af6bf25854df8ad36fd13665d08"),
2089  Common::EN_ANY,
2090  Common::kPlatformMacintosh,
2091  ADGF_DEMO,
2092  GUIO1(GUIO_NOASPECT)
2093  },
2094  GType_LIVINGBOOKSV1,
2095  GF_DEMO,
2096  "Living Books Player"
2097  },
2098 
2099  // English/Spanish demo. From einstein95, bugreport #12829
2100  {
2101  {
2102  "arthur",
2103  "Demo English/Spanish",
2104  AD_ENTRY1s("Bookoutline", "3e6335865b4041be934d2e0c8ee75af2", 645),
2105  Common::UNK_LANG,
2106  Common::kPlatformMacintosh,
2107  ADGF_DEMO,
2108  GUIO1(GUIO_NOASPECT)
2109  },
2110  GType_LIVINGBOOKSV1,
2111  GF_DEMO | GF_LB_10,
2112  "Arthur's Teacher Trouble"
2113  },
2114 
2115  // Just Grandma and Me 2.0
2116  // From pacifist
2117  {
2118  {
2119  "grandma",
2120  "v2.0",
2121  AD_ENTRY1("OUTLINE", "159c18b663c58d1aa17ad5e1ab1f0e12"),
2122  Common::EN_ANY,
2123  Common::kPlatformWindows,
2124  ADGF_UNSTABLE,
2125  GUIO1(GUIO_NOASPECT)
2126  },
2127  GType_LIVINGBOOKSV3,
2128  0,
2129  0
2130  },
2131 
2132  // Just Grandma and Me 2.0
2133  // Hebrew CD
2134  {
2135  {
2136  "grandma",
2137  "v2.0",
2138  AD_ENTRY1("LBPLAY32.LB", "28f6d88dae354a3c17ea0e59c771bff7"),
2139  Common::HE_ISR,
2140  Common::kPlatformWindows,
2141  ADGF_UNSTABLE,
2142  GUIO1(GUIO_NOASPECT)
2143  },
2144  GType_LIVINGBOOKSV3,
2145  0,
2146  0
2147  },
2148 
2149  // Just Grandma and Me
2150  // From bug Trac #6745
2151  {
2152  {
2153  "grandma",
2154  "v1.3.0.5",
2155  AD_ENTRY1("outline", "33074daec5263ba209abcce3ee60ee38"),
2156  Common::EN_ANY,
2157  Common::kPlatformWindows,
2158  ADGF_UNSTABLE,
2159  GUIO1(GUIO_NOASPECT)
2160  },
2161  GType_LIVINGBOOKSV3,
2162  0,
2163  0
2164  },
2165 
2166  // Just Grandma and Me 2.0 Macintosh
2167  // From aluff in bug #5926
2168  {
2169  {
2170  "grandma",
2171  "v2.0",
2172  AD_ENTRY1("BookOutline", "99fe5c8ace79f0542e6390bc3b58f25a"),
2173  Common::EN_ANY,
2174  Common::kPlatformMacintosh,
2175  ADGF_UNSTABLE,
2176  GUIO1(GUIO_NOASPECT)
2177  },
2178  GType_LIVINGBOOKSV3,
2179  0,
2180  0
2181  },
2182 
2183  // Just Grandma and Me 1.0
2184  // From scoriae
2185  {
2186  {
2187  "grandma",
2188  "v1.0",
2189  AD_ENTRY1("PAGES.512", "e694ac10f957dd2e20611350bf968da3"),
2190  Common::EN_ANY,
2191  Common::kPlatformWindows,
2192  ADGF_NO_FLAGS,
2193  GUIO1(GUIO_NOASPECT)
2194  },
2195  GType_LIVINGBOOKSV1,
2196  GF_LB_10,
2197  "GRANDMA.EXE"
2198  },
2199 
2200  // Just Grandma and Me 1.0, Macintosh
2201  {
2202  {
2203  "grandma",
2204  "v1.0",
2205  AD_ENTRY1("BookOutline", "9162483da06179e76f4a082412245efa"),
2206  Common::EN_ANY,
2207  Common::kPlatformMacintosh,
2208  ADGF_NO_FLAGS,
2209  GUIO1(GUIO_NOASPECT)
2210  },
2211  GType_LIVINGBOOKSV1,
2212  GF_LB_10,
2213  0
2214  },
2215 
2216  // Just Grandma and Me 1.1 Mac
2217  // From eisnerguy1 in bug#6274
2218  {
2219  {
2220  "grandma",
2221  "v1.1",
2222  AD_ENTRY1("BookOutline", "76eb265ec5fe42bc5b07f2bb418bd871"),
2223  Common::EN_ANY,
2224  Common::kPlatformMacintosh,
2225  ADGF_NO_FLAGS,
2226  GUIO1(GUIO_NOASPECT)
2227  },
2228  GType_LIVINGBOOKSV1,
2229  GF_LB_10,
2230  0
2231  },
2232 
2233  // from jjnryan in bug #5827
2234  {
2235  {
2236  "grandma",
2237  "v1.0",
2238  AD_ENTRY1("PAGES.512", "613ca946bc8d91087fb7c10e9b84e88b"),
2239  Common::EN_ANY,
2240  Common::kPlatformWindows,
2241  ADGF_NO_FLAGS,
2242  GUIO1(GUIO_NOASPECT)
2243  },
2244  GType_LIVINGBOOKSV1,
2245  GF_LB_10,
2246  "GRANDMA.EXE"
2247  },
2248 
2249  // From Torsten in bug#5876
2250  {
2251  {
2252  "grandma",
2253  "",
2254  AD_ENTRY1("JGMB.LB", "400b68a6f23b88ca23a01cfd11c6ef9f"),
2255  Common::EN_GRB,
2256  Common::kPlatformWindows,
2257  ADGF_NO_FLAGS,
2258  GUIO1(GUIO_NOASPECT)
2259  },
2260  GType_LIVINGBOOKSV2,
2261  0,
2262  0,
2263  },
2264 
2265  // From einstein95 in bug#12830
2266  // English/Japanese/Spanish demo
2267  {
2268  {
2269  "grandma",
2270  "Demo v1.12 English/Japanese/Spanish",
2271  AD_ENTRY1s("BookOutline", "577c2c6be1b76c38d83446e303664708", 804),
2272  Common::UNK_LANG,
2273  Common::kPlatformMacintosh,
2274  ADGF_DEMO,
2275  GUIO1(GUIO_NOASPECT)
2276  },
2277  GType_LIVINGBOOKSV2,
2278  0,
2279  0,
2280  },
2281 
2282  // From Torsten in bug#5876
2283  {
2284  {
2285  "grandma",
2286  "",
2287  AD_ENTRY1("JGMD.LB", "c4fbfd73f805a2266cf9e15caa1b7462"),
2288  Common::DE_DEU,
2289  Common::kPlatformWindows,
2290  ADGF_NO_FLAGS,
2291  GUIO1(GUIO_NOASPECT)
2292  },
2293  GType_LIVINGBOOKSV2,
2294  0,
2295  0,
2296  },
2297 
2298  // From Torsten in bug#5876
2299  {
2300  {
2301  "grandma",
2302  "",
2303  AD_ENTRY1("JGMF.LB", "0c3305e109a027f8b62a6bd8c5d2addb"),
2304  Common::FR_FRA,
2305  Common::kPlatformWindows,
2306  ADGF_NO_FLAGS,
2307  GUIO1(GUIO_NOASPECT)
2308  },
2309  GType_LIVINGBOOKSV2,
2310  0,
2311  0,
2312  },
2313 
2314  {
2315  {
2316  "grandma",
2317  "Demo v1.0",
2318  AD_ENTRY1("PAGES.512", "95d9f4b035bf5d15c57a9189f231b0f8"),
2319  Common::EN_ANY,
2320  Common::kPlatformWindows,
2321  ADGF_DEMO,
2322  GUIO1(GUIO_NOASPECT)
2323  },
2324  GType_LIVINGBOOKSV1,
2325  GF_DEMO | GF_LB_10,
2326  "GRANDMA.EXE"
2327  },
2328 
2329  {
2330  {
2331  "grandma",
2332  "Demo v1.1",
2333  AD_ENTRY1("GRANDMA.512", "72a4d5fb1b3f06b5f75425635d42ce2e"),
2334  Common::EN_ANY,
2335  Common::kPlatformWindows,
2336  ADGF_DEMO,
2337  GUIO1(GUIO_NOASPECT)
2338  },
2339  GType_LIVINGBOOKSV1,
2340  GF_DEMO,
2341  "GRANDMA.EXE"
2342  },
2343 
2344  // From Scarlatti in bug #5636
2345  {
2346  {
2347  "grandma",
2348  "Demo v1.1",
2349  AD_ENTRY1("GRANDMA.512", "4f616647245bb4e37e6dab7557dad304"),
2350  Common::EN_ANY,
2351  Common::kPlatformWindows,
2352  ADGF_DEMO,
2353  GUIO1(GUIO_NOASPECT)
2354  },
2355  GType_LIVINGBOOKSV1,
2356  GF_DEMO,
2357  "GRANDMA.EXE"
2358  },
2359 
2360  // From ajshell1 in bug #11576
2361  {
2362  {
2363  "grandma",
2364  "Demo",
2365  AD_ENTRY1s("GRANDMA.512", "1f2cb06795dddc20bedbd711fb57338e", 869),
2366  Common::EN_ANY,
2367  Common::kPlatformWindows,
2368  ADGF_DEMO,
2369  GUIO1(GUIO_NOASPECT)
2370  },
2371  GType_LIVINGBOOKSV1,
2372  GF_DEMO,
2373  "GRANDMA.EXE"
2374  },
2375 
2376  // From the Mac CD "La Tartaruga e la Lepre" (The Turtle and the Hare) [Italian, English]
2377  {
2378  {
2379  "grandma",
2380  "Demo v1.2",
2381  AD_ENTRY1("BookOutline", "599fece5d71cdd19c9726c28dbf634d8"),
2382  Common::IT_ITA,
2383  Common::kPlatformMacintosh,
2384  ADGF_DEMO,
2385  GUIO1(GUIO_NOASPECT)
2386  },
2387  GType_LIVINGBOOKSV3,
2388  GF_DEMO,
2389  "Al mare con la Nonna"
2390  },
2391 
2392  {
2393  {
2394  "grandma",
2395  "Demo",
2396  AD_ENTRY1("Bookoutline", "553c93891b9631d1e1d269599e1efa6c"),
2397  Common::EN_ANY,
2398  Common::kPlatformMacintosh,
2399  ADGF_DEMO,
2400  GUIO1(GUIO_NOASPECT)
2401  },
2402  GType_LIVINGBOOKSV1,
2403  GF_DEMO | GF_LB_10,
2404  "Just Grandma and Me"
2405  },
2406 
2407  {
2408  {
2409  "grandma",
2410  "Demo",
2411  AD_ENTRY1("Just Grandma and Me Demo", "552d8729fa77a4a83c88283c7d79bd31"),
2412  Common::EN_ANY,
2413  Common::kPlatformMacintosh,
2414  ADGF_DEMO,
2415  GUIO1(GUIO_NOASPECT)
2416  },
2417  GType_LIVINGBOOKSV1,
2418  GF_DEMO,
2419  "Living Books Player"
2420  },
2421 
2422  // From MacFormat 18 coverdisc
2423  // Only difference is the order of the languages
2424  {
2425  {
2426  "grandma",
2427  "Demo English/German/French",
2428  AD_ENTRY1s("Just Grandma and Me", "b5557ac9294279bea9f373a08da4d885", 584),
2429  Common::UNK_LANG,
2430  Common::kPlatformMacintosh,
2431  ADGF_DEMO,
2432  GUIO1(GUIO_NOASPECT)
2433  },
2434  GType_LIVINGBOOKSV2,
2435  GF_DEMO,
2436  "Living Books Player"
2437  },
2438  {
2439  {
2440  "grandma",
2441  "Demo German/French/English",
2442  AD_ENTRY1s("Nur Oma und Ich", "bc74e2931637fd507f9dee50d1153c1d", 584),
2443  Common::UNK_LANG,
2444  Common::kPlatformMacintosh,
2445  ADGF_DEMO,
2446  GUIO1(GUIO_NOASPECT)
2447  },
2448  GType_LIVINGBOOKSV2,
2449  GF_DEMO,
2450  "Living Books Player"
2451  },
2452  // Grand-Mère et Moi
2453  {
2454  {
2455  "grandma",
2456  "Demo French/German/English",
2457  AD_ENTRY1s("xn--Grand-Mre et Moi-zpb", "0ccb20f426ab00a6694e6f6f434aa869", 584),
2458  Common::UNK_LANG,
2459  Common::kPlatformMacintosh,
2460  ADGF_DEMO,
2461  GUIO1(GUIO_NOASPECT)
2462  },
2463  GType_LIVINGBOOKSV2,
2464  GF_DEMO,
2465  "Living Books Player"
2466  },
2467 
2468  // Ruff's Bone 1.0
2469  // From pacifist
2470  {
2471  {
2472  "ruff",
2473  "",
2474  AD_ENTRY1("RUFF.512", "3dbda0de6f47a64d1714d89f5a5f60d1"),
2475  Common::EN_ANY,
2476  Common::kPlatformWindows,
2477  ADGF_NO_FLAGS,
2478  GUIO1(GUIO_NOASPECT)
2479  },
2480  GType_LIVINGBOOKSV1,
2481  0,
2482  "RUFF.EXE"
2483  },
2484 
2485  // From aluff in bug#5715
2486  {
2487  {
2488  "ruff",
2489  "",
2490  AD_ENTRY1("BookOutline", "f625d4056c750b9aad6f94dd854f5abe"),
2491  Common::EN_ANY,
2492  Common::kPlatformMacintosh,
2493  ADGF_NO_FLAGS,
2494  GUIO1(GUIO_NOASPECT)
2495  },
2496  GType_LIVINGBOOKSV1,
2497  0,
2498  "Living Books Player"
2499  },
2500 
2501  {
2502  {
2503  "ruff",
2504  "Demo",
2505  AD_ENTRY1("RUFF.512", "2ba1aa65177c816e156db648c398d362"),
2506  Common::EN_ANY,
2507  Common::kPlatformWindows,
2508  ADGF_DEMO,
2509  GUIO1(GUIO_NOASPECT)
2510  },
2511  GType_LIVINGBOOKSV1,
2512  GF_DEMO,
2513  "RUFF.EXE"
2514  },
2515 
2516  // From Scarlatti in bug #5636
2517  {
2518  {
2519  "ruff",
2520  "Demo",
2521  AD_ENTRY1("RUFF.512", "07b9d013e2400d61ca268892a76de4d2"),
2522  Common::EN_ANY,
2523  Common::kPlatformWindows,
2524  ADGF_DEMO,
2525  GUIO1(GUIO_NOASPECT)
2526  },
2527  GType_LIVINGBOOKSV1,
2528  GF_DEMO,
2529  "RUFF.EXE"
2530  },
2531 
2532  {
2533  {
2534  "ruff",
2535  "Demo",
2536  AD_ENTRY1("Ruff's Bone Demo", "22553ac2ceb2a166bdf1def6ad348532"),
2537  Common::EN_ANY,
2538  Common::kPlatformMacintosh,
2539  ADGF_DEMO,
2540  GUIO1(GUIO_NOASPECT)
2541  },
2542  GType_LIVINGBOOKSV1,
2543  GF_DEMO,
2544  "Living Books Player"
2545  },
2546 
2547  // From aluff in bug#5731
2548  {
2549  {
2550  "newkid",
2551  "",
2552  AD_ENTRY1("NEWKID.512", "5135f24afa138ecdf5b52d955e9a9189"),
2553  Common::EN_ANY,
2554  Common::kPlatformWindows,
2555  ADGF_NO_FLAGS,
2556  GUIO1(GUIO_NOASPECT)
2557  },
2558  GType_LIVINGBOOKSV1,
2559  0,
2560  "NEWKID.EXE"
2561  },
2562 
2563  // part of "Super Living Books" compilation
2564  // from rgemini, bug #5726
2565  {
2566  {
2567  "newkid",
2568  "",
2569  AD_ENTRY1("NEWKID.512", "28a5aef3e6ef7e2ed7742485c25bdff6"),
2570  Common::EN_ANY,
2571  Common::kPlatformWindows,
2572  ADGF_NO_FLAGS,
2573  GUIO1(GUIO_NOASPECT)
2574  },
2575  GType_LIVINGBOOKSV1,
2576  0,
2577  "NEWKID.EXE"
2578  },
2579 
2580  // Bugreport #11003
2581  {
2582  {
2583  "newkid",
2584  "",
2585  AD_ENTRY1s("NEWKID.512", "5b643345af12a9ecee7b47768634d844", 3245),
2586  Common::EN_ANY,
2587  Common::kPlatformWindows,
2588  ADGF_NO_FLAGS,
2589  GUIO1(GUIO_NOASPECT)
2590  },
2591  GType_LIVINGBOOKSV1,
2592  0,
2593  "NEWKID.EXE"
2594  },
2595 
2596  // From aluff in bug#5731
2597  {
2598  {
2599  "newkid",
2600  "",
2601  AD_ENTRY1("BookOutline", "6aa7c4720b922f4164584956be5ba9e5"),
2602  Common::EN_ANY,
2603  Common::kPlatformMacintosh,
2604  ADGF_NO_FLAGS,
2605  GUIO1(GUIO_NOASPECT)
2606  },
2607  GType_LIVINGBOOKSV1,
2608  0,
2609  "Living Books Player"
2610  },
2611 
2612  {
2613  {
2614  "newkid",
2615  "Demo v1.0",
2616  AD_ENTRY1("NEWKID.512", "2b9d94763a50d514c04a3af488934f73"),
2617  Common::EN_ANY,
2618  Common::kPlatformWindows,
2619  ADGF_DEMO,
2620  GUIO1(GUIO_NOASPECT)
2621  },
2622  GType_LIVINGBOOKSV1,
2623  GF_DEMO,
2624  "NEWKID.EXE"
2625  },
2626 
2627  {
2628  {
2629  "newkid",
2630  "Demo v1.1",
2631  AD_ENTRY1("NEWKID.512", "41e975b7390c626f8d1058a34f9d9b2e"),
2632  Common::EN_ANY,
2633  Common::kPlatformWindows,
2634  ADGF_DEMO,
2635  GUIO1(GUIO_NOASPECT)
2636  },
2637  GType_LIVINGBOOKSV1,
2638  GF_DEMO,
2639  "NEWKID.EXE"
2640  },
2641 
2642  // From Scarlatti in bug #5636
2643  {
2644  {
2645  "newkid",
2646  "Demo v1.1",
2647  AD_ENTRY1("NEWKID.512", "de576f3481f62e84eda03b4d2307492b"),
2648  Common::EN_ANY,
2649  Common::kPlatformWindows,
2650  ADGF_DEMO,
2651  GUIO1(GUIO_NOASPECT)
2652  },
2653  GType_LIVINGBOOKSV1,
2654  GF_DEMO,
2655  "NEWKID.EXE"
2656  },
2657 
2658  // From ajshell1 in bug #11577
2659  {
2660  {
2661  "newkid",
2662  "Demo",
2663  AD_ENTRY1s("NEWKID.512", "876a9f31527f4b3bb38d79a2e1206d21", 563),
2664  Common::EN_ANY,
2665  Common::kPlatformWindows,
2666  ADGF_DEMO,
2667  GUIO1(GUIO_NOASPECT)
2668  },
2669  GType_LIVINGBOOKSV1,
2670  GF_DEMO,
2671  "NEWKID.EXE"
2672  },
2673 
2674  {
2675  {
2676  "newkid",
2677  "Demo",
2678  AD_ENTRY1("The New Kid on the Block Demo", "7d33237e0ea452a97f2a3acdfb9e1286"),
2679  Common::EN_ANY,
2680  Common::kPlatformMacintosh,
2681  ADGF_DEMO,
2682  GUIO1(GUIO_NOASPECT)
2683  },
2684  GType_LIVINGBOOKSV1,
2685  GF_DEMO,
2686  "Living Books Player"
2687  },
2688 
2689  { // November release
2690  {
2691  "arthurrace",
2692  "",
2693  AD_ENTRY1("RACE.LB", "1645f36bcb36e440d928e920aa48c373"),
2694  Common::EN_ANY,
2695  Common::kPlatformWindows,
2696  ADGF_UNSTABLE,
2697  GUIO1(GUIO_NOASPECT)
2698  },
2699  GType_LIVINGBOOKSV3,
2700  0,
2701  0
2702  },
2703 
2704  // 32-bit version of the previous entry
2705  {
2706  {
2707  "arthurrace",
2708  "32-bit",
2709  AD_ENTRY1("RACE32.LB", "292a05bc48c1dd9583821a4181a02ef2"),
2710  Common::EN_ANY,
2711  Common::kPlatformWindows,
2712  ADGF_UNSTABLE,
2713  GUIO1(GUIO_NOASPECT)
2714  },
2715  GType_LIVINGBOOKSV3,
2716  0,
2717  0
2718  },
2719 
2720  { // December release, marked as 1.0. Bugreport #11458
2721  {
2722  "arthurrace",
2723  "",
2724  AD_ENTRY1s("RACE.LB", "4d4347a010802c1e34e30a3d899546a7", 3155),
2725  Common::EN_ANY,
2726  Common::kPlatformWindows,
2727  ADGF_UNSTABLE,
2728  GUIO1(GUIO_NOASPECT)
2729  },
2730  GType_LIVINGBOOKSV3,
2731  0,
2732  0
2733  },
2734 
2735  // 32-bit version of the previous entry
2736  {
2737  {
2738  "arthurrace",
2739  "32-bit",
2740  AD_ENTRY1s("RACE32.LB", "badea47f88f0ee96dfc55c9120db5751", 3153),
2741  Common::EN_ANY,
2742  Common::kPlatformWindows,
2743  ADGF_UNSTABLE,
2744  GUIO1(GUIO_NOASPECT)
2745  },
2746  GType_LIVINGBOOKSV3,
2747  0,
2748  0
2749  },
2750 
2751  {
2752  {
2753  "arthurrace",
2754  "",
2755  AD_ENTRY1("BookOutline", "f0a9251824a648fce1b49cb7c1a0ba67"),
2756  Common::EN_ANY,
2757  Common::kPlatformMacintosh,
2758  ADGF_UNSTABLE,
2759  GUIO1(GUIO_NOASPECT)
2760  },
2761  GType_LIVINGBOOKSV3,
2762  0,
2763  0
2764  },
2765 
2766  // Arthur's Reading Games
2767  // Rerelease of Arthur's Reading Race
2768  // There is also ARG.LB ("82baf9c67d417bc3278c79018d1617d4", 3353)
2769  // Only differences are the copyright is for "The Learning Company" and some lines are accidentally merged
2770  {
2771  {
2772  "arthurreading",
2773  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
2774  AD_ENTRY1s("ARG32.LB", "51be80dff4be9fd07c32b3b207320677", 3355),
2775  Common::EN_ANY,
2776  Common::kPlatformWindows,
2778  GUIO1(GUIO_NOASPECT)
2779  },
2780  GType_LIVINGBOOKSV3,
2781  0,
2782  0,
2783  },
2784 
2785  {
2786  {
2787  "arthurreading",
2788  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
2789  AD_ENTRY1s("Bookoutline", "394e06287031512c8487b0940abe1049", 3166),
2790  Common::EN_ANY,
2791  Common::kPlatformMacintosh,
2793  GUIO1(GUIO_NOASPECT)
2794  },
2795  GType_LIVINGBOOKSV3,
2796  0,
2797  0,
2798  },
2799 
2800  // From zerep in bug #5647
2801  {
2802  {
2803  "arthurbday",
2804  "",
2805  AD_ENTRY1("BIRTHDAY.512", "874f80ff363214d63593864e58c4a130"),
2806  Common::EN_ANY,
2807  Common::kPlatformWindows,
2808  ADGF_NO_FLAGS,
2809  GUIO1(GUIO_NOASPECT)
2810  },
2811  GType_LIVINGBOOKSV1,
2812  0,
2813  "BIRTHDAY.EXE"
2814  },
2815 
2816  // From Maikel-Nait in bug Trac #10705
2817  {
2818  {
2819  "arthurbday",
2820  "",
2821  AD_ENTRY1("BIRTHDAY.512", "fd0c7b73b9f40400e145efd06240b84b"),
2822  Common::ES_ESP,
2823  Common::kPlatformWindows,
2825  GUIO1(GUIO_NOASPECT)
2826  },
2827  GType_LIVINGBOOKSV1,
2828  0,
2829  "BIRTHDAY.EXE"
2830  },
2831 
2832  // From aluff in bug#5729
2833  {
2834  {
2835  "arthurbday",
2836  "",
2837  AD_ENTRY1("BookOutline", "d631242b004720ecc615e4f855825860"),
2838  Common::EN_ANY,
2839  Common::kPlatformMacintosh,
2840  ADGF_NO_FLAGS,
2841  GUIO1(GUIO_NOASPECT)
2842  },
2843  GType_LIVINGBOOKSV1,
2844  0,
2845  "Living Books Player"
2846  },
2847 
2848  // From Matthew Winder in bug#6557
2849  // v1.0E, English, Windows
2850  {
2851  {
2852  "arthurbday",
2853  "",
2854  AD_ENTRY1s("AB16B.LB", "c169be346de7b0bbfcd18761fc0a3e49", 3093),
2855  Common::EN_ANY,
2856  Common::kPlatformWindows,
2857  ADGF_NO_FLAGS,
2858  GUIO1(GUIO_NOASPECT)
2859  },
2860  GType_LIVINGBOOKSV2,
2861  0,
2862  0,
2863  },
2864 
2865  // From Torsten in bug#5876
2866  {
2867  {
2868  "arthurbday",
2869  "",
2870  AD_ENTRY1("AB16B.LB", "54223967c507a48e572902802650412f"),
2871  Common::EN_GRB,
2872  Common::kPlatformWindows,
2873  ADGF_NO_FLAGS,
2874  GUIO1(GUIO_NOASPECT)
2875  },
2876  GType_LIVINGBOOKSV2,
2877  0,
2878  0,
2879  },
2880 
2881  // From Torsten in bug#5876
2882  {
2883  {
2884  "arthurbday",
2885  "",
2886  AD_ENTRY1("AB16D.LB", "1154bfdb9fe8c42ad8692e68071ec175"),
2887  Common::DE_DEU,
2888  Common::kPlatformWindows,
2889  ADGF_NO_FLAGS,
2890  GUIO1(GUIO_NOASPECT)
2891  },
2892  GType_LIVINGBOOKSV2,
2893  0,
2894  0,
2895  },
2896 
2897  // From Torsten in bug#5876
2898  {
2899  {
2900  "arthurbday",
2901  "",
2902  AD_ENTRY1("AB16F.LB", "60f439aa56c22a400bda27c9574115a9"),
2903  Common::FR_FRA,
2904  Common::kPlatformWindows,
2905  ADGF_NO_FLAGS,
2906  GUIO1(GUIO_NOASPECT)
2907  },
2908  GType_LIVINGBOOKSV2,
2909  0,
2910  0,
2911  },
2912 
2913  // Arthur Birthday (English) Version 2.0 Windows(R) August 8, 1997
2914  // From jacecen in bug #5847
2915  {
2916  {
2917  "arthurbday",
2918  "",
2919  AD_ENTRY1("Outline", "3b793adf2b303722e0fb6c632f94e1fb"),
2920  Common::EN_ANY,
2921  Common::kPlatformWindows,
2922  ADGF_UNSTABLE,
2923  GUIO1(GUIO_NOASPECT)
2924  },
2925  GType_LIVINGBOOKSV3,
2926  0,
2927  0
2928  },
2929 
2930  // Arthur Birthday (English) Version 2.0 Macintosh
2931  // From aluff in bug #5926
2932  {
2933  {
2934  "arthurbday",
2935  "",
2936  AD_ENTRY1("BookOutline", "8e4fddb5b761c8cf2a3b448dd38422be"),
2937  Common::EN_ANY,
2938  Common::kPlatformMacintosh,
2939  ADGF_UNSTABLE,
2940  GUIO1(GUIO_NOASPECT)
2941  },
2942  GType_LIVINGBOOKSV3,
2943  0,
2944  0
2945  },
2946 
2947  {
2948  {
2949  "arthurbday",
2950  "Demo",
2951  AD_ENTRY1("BIRTHDAY.512", "fb73e387cfec65c5c930db068a8f468a"),
2952  Common::EN_ANY,
2953  Common::kPlatformWindows,
2954  ADGF_DEMO,
2955  GUIO1(GUIO_NOASPECT)
2956  },
2957  GType_LIVINGBOOKSV1,
2958  GF_DEMO,
2959  "BIRTHDAY.EXE"
2960  },
2961 
2962  // From Scarlatti in bug #5636
2963  {
2964  {
2965  "arthurbday",
2966  "Demo",
2967  AD_ENTRY1("BIRTHDAY.512", "2946b1e06f59ea607b8b29dfc6ba8976"),
2968  Common::EN_ANY,
2969  Common::kPlatformWindows,
2970  ADGF_DEMO,
2971  GUIO1(GUIO_NOASPECT)
2972  },
2973  GType_LIVINGBOOKSV1,
2974  GF_DEMO,
2975  "BIRTHDAY.EXE"
2976  },
2977 
2978  {
2979  {
2980  "arthurbday",
2981  "Demo",
2982  AD_ENTRY1("Arthur's Birthday Demo", "0d974ec635eea615475368e865f1b1c8"),
2983  Common::EN_ANY,
2984  Common::kPlatformMacintosh,
2985  ADGF_DEMO,
2986  GUIO1(GUIO_NOASPECT)
2987  },
2988  GType_LIVINGBOOKSV1,
2989  GF_DEMO,
2990  "Living Books Player"
2991  },
2992 
2993  {
2994  {
2995  "lilmonster",
2996  "",
2997  AD_ENTRY1("MONSTER.512", "e7b24bf8f59106b5c4df51b39eb8c0ef"),
2998  Common::EN_ANY,
2999  Common::kPlatformWindows,
3000  ADGF_NO_FLAGS,
3001  GUIO1(GUIO_NOASPECT)
3002  },
3003  GType_LIVINGBOOKSV1,
3004  0,
3005  "MONSTER.EXE"
3006  },
3007 
3008  {
3009  {
3010  "lilmonster",
3011  "",
3012  AD_ENTRY1("BookOutline", "970409f9d967d63c05e63113f8e78fe2"),
3013  Common::EN_ANY,
3014  Common::kPlatformMacintosh,
3015  ADGF_NO_FLAGS,
3016  GUIO1(GUIO_NOASPECT)
3017  },
3018  GType_LIVINGBOOKSV1,
3019  0,
3020  "Little Monster at School"
3021  },
3022 
3023  // From afholman in bug#5724
3024  {
3025  {
3026  "lilmonster",
3027  "",
3028  AD_ENTRY1("lmasb.lb", "18a4e82f2c5cc30f7a2f9bd95e8c1364"),
3029  Common::EN_GRB,
3030  Common::kPlatformWindows,
3031  ADGF_NO_FLAGS,
3032  GUIO1(GUIO_NOASPECT)
3033  },
3034  GType_LIVINGBOOKSV2,
3035  0,
3036  0
3037  },
3038 
3039  // From afholman in bug#5724
3040  {
3041  {
3042  "lilmonster",
3043  "",
3044  AD_ENTRY1("lmasd.lb", "422b94c0e663305869cb2d2f1109a0bc"),
3045  Common::DE_DEU,
3046  Common::kPlatformWindows,
3047  ADGF_NO_FLAGS,
3048  GUIO1(GUIO_NOASPECT)
3049  },
3050  GType_LIVINGBOOKSV2,
3051  0,
3052  0
3053  },
3054 
3055  // From afholman in bug#5724
3056  {
3057  {
3058  "lilmonster",
3059  "",
3060  AD_ENTRY1("lmasf.lb", "8c22e79c97a86827d56b4c596066dcea"),
3061  Common::FR_FRA,
3062  Common::kPlatformWindows,
3063  ADGF_NO_FLAGS,
3064  GUIO1(GUIO_NOASPECT)
3065  },
3066  GType_LIVINGBOOKSV2,
3067  0,
3068  0
3069  },
3070 
3071  // From afholman in bug#5724
3072  {
3073  {
3074  "lilmonster",
3075  "",
3076  AD_ENTRY1("EnglishBO", "7aa2a1694255000b72ff0cc179f8059f"),
3077  Common::EN_GRB,
3078  Common::kPlatformMacintosh,
3079  ADGF_NO_FLAGS,
3080  GUIO1(GUIO_NOASPECT)
3081  },
3082  GType_LIVINGBOOKSV2,
3083  0,
3084  0
3085  },
3086 
3087  // From Matthew Winder in bug#6557
3088  {
3089  {
3090  "lilmonster",
3091  "",
3092  AD_ENTRY1s("lmasb.lb", "fcb665df1713d0411a41515efb20bebc", 4136),
3093  Common::EN_ANY,
3094  Common::kPlatformWindows,
3095  ADGF_NO_FLAGS,
3096  GUIO1(GUIO_NOASPECT)
3097  },
3098  GType_LIVINGBOOKSV2,
3099  0,
3100  0
3101  },
3102 
3103  // From afholman in bug#5724
3104  {
3105  {
3106  "lilmonster",
3107  "",
3108  AD_ENTRY1("GermanBO", "ff7ac4b1b4f2ded71ff3650f383fea48"),
3109  Common::DE_DEU,
3110  Common::kPlatformMacintosh,
3111  ADGF_NO_FLAGS,
3112  GUIO1(GUIO_NOASPECT)
3113  },
3114  GType_LIVINGBOOKSV2,
3115  0,
3116  0
3117  },
3118 
3119  // From afholman in bug#5724
3120  {
3121  {
3122  "lilmonster",
3123  "",
3124  AD_ENTRY1("FrenchBO", "d13e5eae0f68cecc91a0dcfcceec7061"),
3125  Common::FR_FRA,
3126  Common::kPlatformMacintosh,
3127  ADGF_NO_FLAGS,
3128  GUIO1(GUIO_NOASPECT)
3129  },
3130  GType_LIVINGBOOKSV2,
3131  0,
3132  0
3133  },
3134 
3135  // From Scarlatti in bug #5636
3136  {
3137  {
3138  "lilmonster",
3139  "Demo",
3140  AD_ENTRY1("MONSTER.512", "029e57f1fc8dd1f93f6623a1841f0df2"),
3141  Common::EN_ANY,
3142  Common::kPlatformWindows,
3143  ADGF_DEMO,
3144  GUIO1(GUIO_NOASPECT)
3145  },
3146  GType_LIVINGBOOKSV1,
3147  GF_DEMO,
3148  "MONSTER.EXE"
3149  },
3150 
3151  // From GeorgeQGreg
3152  {
3153  {
3154  "lilmonster",
3155  "Demo",
3156  AD_ENTRY1("MONSTER.512", "f603f04c1824d1034ec0366416a059c9"),
3157  Common::EN_ANY,
3158  Common::kPlatformWindows,
3159  ADGF_DEMO,
3160  GUIO1(GUIO_NOASPECT)
3161  },
3162  GType_LIVINGBOOKSV1,
3163  GF_DEMO,
3164  "MONSTER.EXE"
3165  },
3166 
3167  // English / Spanish demo
3168  // from einstein95
3169  {
3170  {
3171  "lilmonster",
3172  "Demo English/Spanish",
3173  AD_ENTRY1s("Little Monster at School Demo", "52eee4e6ea83ff494765d92affe5613e", 622),
3174  Common::UNK_LANG,
3175  Common::kPlatformMacintosh,
3176  ADGF_DEMO,
3177  GUIO1(GUIO_NOASPECT)
3178  },
3179  GType_LIVINGBOOKSV1,
3180  0,
3181  "Living Books Player"
3182  },
3183 
3184 
3185  {
3186  {
3187  "catinthehat",
3188  "",
3189  AD_ENTRY1("Outline", "0b5ab6dd7c08cf23066efa709fa48bbc"),
3190  Common::EN_ANY,
3191  Common::kPlatformWindows,
3192  ADGF_UNSTABLE,
3193  GUIO1(GUIO_NOASPECT)
3194  },
3195  GType_LIVINGBOOKSV3,
3196  0,
3197  0
3198  },
3199 
3200  {
3201  {
3202  "catinthehat",
3203  "",
3204  AD_ENTRY1("BookOutline", "e139903eee98f0b0c3f39247a23b8f10"),
3205  Common::EN_ANY,
3206  Common::kPlatformMacintosh,
3207  ADGF_UNSTABLE,
3208  GUIO1(GUIO_NOASPECT)
3209  },
3210  GType_LIVINGBOOKSV3,
3211  0,
3212  0
3213  },
3214 
3215  {
3216  {
3217  "rugrats",
3218  "",
3219  AD_ENTRY1("outline", "525be248363fe27d50d750632c1e759e"),
3220  Common::EN_ANY,
3221  Common::kPlatformWindows,
3222  ADGF_UNSTABLE,
3223  GUIO1(GUIO_NOASPECT)
3224  },
3225  GType_LIVINGBOOKSV4,
3226  0,
3227  0
3228  },
3229 
3230  {
3231  {
3232  "rugrats",
3233  "",
3234  AD_ENTRY1("BookOutline", "54a324ee6f8260258bff7043a05b0004"),
3235  Common::EN_ANY,
3236  Common::kPlatformMacintosh,
3237  ADGF_UNSTABLE,
3238  GUIO1(GUIO_NOASPECT)
3239  },
3240  GType_LIVINGBOOKSV4,
3241  0,
3242  0
3243  },
3244 
3245  // Rugrats Adventure Game
3246  // French Windows
3247  // From Strangerke
3248  {
3249  {
3250  "rugrats",
3251  "",
3252  AD_ENTRY1("outline", "36225e0b4986a80135cfdd9643cc7030"),
3253  Common::FR_FRA,
3254  Common::kPlatformWindows,
3255  ADGF_UNSTABLE,
3256  GUIO1(GUIO_NOASPECT)
3257  },
3258  GType_LIVINGBOOKSV4,
3259  0,
3260  0
3261  },
3262 
3263  // Rugrats Adventure Game
3264  // Spanish Windows
3265  // Reported in #12389
3266  {
3267  {
3268  "rugrats",
3269  "",
3270  AD_ENTRY1s("outline", "a8f4ec8e88b028c2452c1aa84b1a9c51", 6546),
3271  Common::ES_ESP,
3272  Common::kPlatformWindows,
3273  ADGF_UNSTABLE,
3274  GUIO1(GUIO_NOASPECT)
3275  },
3276  GType_LIVINGBOOKSV4,
3277  0,
3278  0
3279  },
3280 
3281  // Rugrats Adventure Game
3282  // English Windows Demo
3283  // From GeorgeQGreg (Rugrats Movie Soundtrack)
3284  {
3285  {
3286  "rugrats",
3287  "Demo",
3288  AD_ENTRY1("outline", "adbd7ff6c5e1bdb7062c89879a4e39e6"),
3289  Common::EN_ANY,
3290  Common::kPlatformWindows,
3292  GUIO1(GUIO_NOASPECT)
3293  },
3294  GType_LIVINGBOOKSV4,
3295  0,
3296  0
3297  },
3298 
3299  {
3300  {
3301  "lbsampler",
3302  "v1",
3303  AD_ENTRY1("DEMO.512", "27c3455b850e5981d2bf2a3fa489b91e"),
3304  Common::EN_ANY,
3305  Common::kPlatformWindows,
3306  ADGF_NO_FLAGS,
3307  GUIO1(GUIO_NOASPECT)
3308  },
3309  GType_LIVINGBOOKSV1,
3310  0,
3311  "DEMO.EXE"
3312  },
3313 
3314  {
3315  {
3316  "lbsampler",
3317  "v1",
3318  AD_ENTRY1("BookOutline", "d30e6026a9809dea579030bac380977d"),
3319  Common::EN_ANY,
3320  Common::kPlatformMacintosh,
3321  ADGF_NO_FLAGS,
3322  GUIO1(GUIO_NOASPECT)
3323  },
3324  GType_LIVINGBOOKSV1,
3325  0,
3326  "Living Books Demos"
3327  },
3328 
3329  {
3330  {
3331  "lbsampler",
3332  "v2",
3333  AD_ENTRY1("SAMPLER.LB", "6c77cba7326f975645d55fd17ad02d92"),
3334  Common::EN_ANY,
3335  Common::kPlatformWindows,
3336  ADGF_NO_FLAGS,
3337  GUIO1(GUIO_NOASPECT)
3338  },
3339  GType_LIVINGBOOKSV2,
3340  0,
3341  0
3342  },
3343 
3344  // While this entry has a v2 interpreter, it still has v1 data
3345  {
3346  {
3347  "lbsampler",
3348  "v2",
3349  AD_ENTRY1("BookOutline", "48985306013164b128981883045f2c43"),
3350  Common::EN_ANY,
3351  Common::kPlatformMacintosh,
3352  ADGF_NO_FLAGS,
3353  GUIO1(GUIO_NOASPECT)
3354  },
3355  GType_LIVINGBOOKSV1,
3356  0,
3357  "Living Books Sampler"
3358  },
3359 
3360  {
3361  {
3362  "lbsampler",
3363  "v3",
3364  AD_ENTRY1("outline", "d239506f969ff68fa886f084082e9158"),
3365  Common::EN_ANY,
3366  Common::kPlatformWindows,
3367  ADGF_UNSTABLE,
3368  GUIO1(GUIO_NOASPECT)
3369  },
3370  GType_LIVINGBOOKSV3,
3371  0,
3372  0,
3373  },
3374 
3375  {
3376  {
3377  "lbsampler",
3378  "v3",
3379  AD_ENTRY1("BookOutline", "6dd1c0606f1db3b71207121b4370e487"),
3380  Common::EN_ANY,
3381  Common::kPlatformMacintosh,
3382  ADGF_UNSTABLE,
3383  GUIO1(GUIO_NOASPECT)
3384  },
3385  GType_LIVINGBOOKSV3,
3386  0,
3387  0,
3388  },
3389 
3390  // Wanderful Interactive Storybooks version for Android
3391  {
3392  {
3393  "lbsampler",
3394  "Wanderful",
3395  AD_ENTRY1s("Outline.txt", "131d3a3c7158345153776693de4d45d0", 2574),
3396  Common::EN_ANY,
3397  Common::kPlatformAndroid,
3398  ADGF_UNSTABLE,
3399  GUIO1(GUIO_NOASPECT)
3400  },
3401  GType_LIVINGBOOKSV3,
3402  0,
3403  0,
3404  },
3405 
3406  // Wanderful Interactive Storybooks version for macOS
3407  {
3408  {
3409  "lbsampler",
3410  "Wanderful",
3411  AD_ENTRY1s("Outline.txt", "e3630ec2e66e0aea98a2d31dbd710745", 2975),
3412  Common::EN_ANY,
3413  Common::kPlatformMacintosh,
3414  ADGF_UNSTABLE,
3415  GUIO1(GUIO_NOASPECT)
3416  },
3417  GType_LIVINGBOOKSV3,
3418  0,
3419  0,
3420  },
3421 
3422  {
3423  {
3424  "bearfight",
3425  "",
3426  AD_ENTRY1("FIGHT.512", "f6e6c77a216c400a69388c94a11766d2"),
3427  Common::EN_ANY,
3428  Common::kPlatformWindows,
3429  ADGF_NO_FLAGS,
3430  GUIO1(GUIO_NOASPECT)
3431  },
3432  GType_LIVINGBOOKSV1,
3433  0,
3434  "FIGHT.EXE"
3435  },
3436 
3437  // The Berenstain Bears Get in a Fight (English and Spanish) Version 1.0 1995
3438  // From jacecen in bug #5847
3439  {
3440  {
3441  "bearfight",
3442  "",
3443  AD_ENTRY1("FIGHT.512", "e313242a4cba2fffcd8cded5ca23c68a"),
3444  Common::EN_ANY,
3445  Common::kPlatformWindows,
3446  ADGF_NO_FLAGS,
3447  GUIO1(GUIO_NOASPECT)
3448  },
3449  GType_LIVINGBOOKSV1,
3450  0,
3451  "FIGHT.EXE"
3452  },
3453 
3454  {
3455  {
3456  "bearfight",
3457  "",
3458  AD_ENTRY1("BookOutline", "a1c395a5234f88613d4110ca36df4808"),
3459  Common::EN_ANY,
3460  Common::kPlatformMacintosh,
3461  ADGF_NO_FLAGS,
3462  GUIO1(GUIO_NOASPECT)
3463  },
3464  GType_LIVINGBOOKSV1,
3465  0,
3466  "Bears Get in a Fight"
3467  },
3468 
3469  // From bkennimer in bug #5645
3470  {
3471  {
3472  "beardark",
3473  "",
3474  AD_ENTRY1("DARK.LB", "81d1e6eaf88d54bd29836a133935c0d4"),
3475  Common::EN_ANY,
3476  Common::kPlatformWindows,
3477  ADGF_NO_FLAGS,
3478  GUIO1(GUIO_NOASPECT)
3479  },
3480  GType_LIVINGBOOKSV3,
3481  0,
3482  0
3483  },
3484 
3485  // From bkennimer in bug #5645
3486  // 32-bit version of the previous entry
3487  {
3488  {
3489  "beardark",
3490  "32-bit",
3491  AD_ENTRY1("DARK32.LB", "28abbf5498aeb29e78e5e0dec969ebe2"),
3492  Common::EN_ANY,
3493  Common::kPlatformWindows,
3494  ADGF_NO_FLAGS,
3495  GUIO1(GUIO_NOASPECT)
3496  },
3497  GType_LIVINGBOOKSV3,
3498  0,
3499  0
3500  },
3501 
3502  // From bkennimer in bug #5645
3503  {
3504  {
3505  "beardark",
3506  "",
3507  AD_ENTRY1("BookOutline", "95b2e43778ca9cfaee37bdde843e7681"),
3508  Common::EN_ANY,
3509  Common::kPlatformMacintosh,
3510  ADGF_NO_FLAGS,
3511  GUIO1(GUIO_NOASPECT)
3512  },
3513  GType_LIVINGBOOKSV3,
3514  0,
3515  0
3516  },
3517 
3518  // From aluff in bug #5926
3519  {
3520  {
3521  "beardark",
3522  "",
3523  AD_ENTRY1("BookOutline", "b56746b3b2c062c8588bfb6b28e137c1"),
3524  Common::EN_ANY,
3525  Common::kPlatformMacintosh,
3526  ADGF_NO_FLAGS,
3527  GUIO1(GUIO_NOASPECT)
3528  },
3529  GType_LIVINGBOOKSV3,
3530  0,
3531  0
3532  },
3533 
3534  {
3535  {
3536  "arthurcomp",
3537  "",
3538  AD_ENTRY1("OUTLINE", "dec4d1a05449f81b6012706932658326"),
3539  Common::EN_ANY,
3540  Common::kPlatformWindows,
3541  ADGF_UNSTABLE,
3542  GUIO1(GUIO_NOASPECT)
3543  },
3544  GType_LIVINGBOOKSV4,
3545  0,
3546  0
3547  },
3548 
3549  {
3550  {
3551  "arthurcomp",
3552  "",
3553  AD_ENTRY1("BookOutline", "87bf1f9113340ce1c6c880932e815882"),
3554  Common::EN_ANY,
3555  Common::kPlatformMacintosh,
3556  ADGF_UNSTABLE,
3557  GUIO1(GUIO_NOASPECT)
3558  },
3559  GType_LIVINGBOOKSV4,
3560  0,
3561  0
3562  },
3563 
3564  // Stellaluna 1.0
3565  // From pacifist
3566  {
3567  {
3568  "stellaluna",
3569  "",
3570  AD_ENTRY1("STELLA.LB", "763bb4a4721aebb5af316ca8e1b478ed"),
3571  Common::EN_ANY,
3572  Common::kPlatformWindows,
3573  ADGF_NO_FLAGS,
3574  GUIO1(GUIO_NOASPECT)
3575  },
3576  GType_LIVINGBOOKSV2,
3577  0,
3578  0
3579  },
3580 
3581  // Stellaluna 1.0
3582  // From bug Trac #6745
3583  {
3584  {
3585  "stellaluna",
3586  "",
3587  AD_ENTRY1("STELLA.LB", "ff8ae44b52fb19f039e82730f6a1bb51"),
3588  Common::EN_ANY,
3589  Common::kPlatformWindows,
3590  ADGF_NO_FLAGS,
3591  GUIO1(GUIO_NOASPECT)
3592  },
3593  GType_LIVINGBOOKSV2,
3594  0,
3595  0
3596  },
3597 
3598  // From aluff in bug#5711
3599  {
3600  {
3601  "stellaluna",
3602  "",
3603  AD_ENTRY1("STELLA.LB", "ca8562a79f63485680e21191f5865fd7"),
3604  Common::EN_ANY,
3605  Common::kPlatformWindows,
3606  ADGF_NO_FLAGS,
3607  GUIO1(GUIO_NOASPECT)
3608  },
3609  GType_LIVINGBOOKSV2,
3610  0,
3611  0
3612  },
3613 
3614  // ZOOM platform
3615  {
3616  {
3617  "stellaluna",
3618  "32-bit",
3619  AD_ENTRY1s("STELLA32.LB", "ca8562a79f63485680e21191f5865fd7", 4336),
3620  Common::EN_ANY,
3621  Common::kPlatformWindows,
3622  ADGF_NO_FLAGS,
3623  GUIO1(GUIO_NOASPECT)
3624  },
3625  GType_LIVINGBOOKSV2,
3626  0,
3627  0
3628  },
3629 
3630  // From aluff in bug#5711
3631  {
3632  {
3633  "stellaluna",
3634  "",
3635  AD_ENTRY1("BookOutline", "7e931a455ac88557e04ca682579cd5a5"),
3636  Common::EN_ANY,
3637  Common::kPlatformMacintosh,
3638  ADGF_NO_FLAGS,
3639  GUIO1(GUIO_NOASPECT)
3640  },
3641  GType_LIVINGBOOKSV2,
3642  0,
3643  0
3644  },
3645 
3646  // Sheila Rae the Brave 1.0
3647  // From pacifist
3648  {
3649  {
3650  "sheila",
3651  "",
3652  AD_ENTRY1("SHEILA.LB", "c28a60f615a46384d9a8941fc5c89d63"),
3653  Common::EN_ANY,
3654  Common::kPlatformWindows,
3655  ADGF_NO_FLAGS,
3656  GUIO1(GUIO_NOASPECT)
3657  },
3658  GType_LIVINGBOOKSV2,
3659  0,
3660  0
3661  },
3662 
3663  // ZOOM platform
3664  {
3665  {
3666  "sheila",
3667  "",
3668  AD_ENTRY1s("SHEILA32.LB", "334f3da1ed0b610506bec551be67c62b", 24997),
3669  Common::EN_ANY,
3670  Common::kPlatformWindows,
3671  ADGF_NO_FLAGS,
3672  GUIO1(GUIO_NOASPECT)
3673  },
3674  GType_LIVINGBOOKSV2,
3675  0,
3676  0
3677  },
3678 
3679  // From aluff in bug#5728
3680  {
3681  {
3682  "sheila",
3683  "",
3684  AD_ENTRY1("BookOutline", "961f0cf4de2fbaa1da8ce0011822cd38"),
3685  Common::EN_ANY,
3686  Common::kPlatformMacintosh,
3687  ADGF_NO_FLAGS,
3688  GUIO1(GUIO_NOASPECT)
3689  },
3690  GType_LIVINGBOOKSV2,
3691  0,
3692  0
3693  },
3694 
3695  // From afholman in bug#5724
3696  {
3697  {
3698  "sheila",
3699  "",
3700  AD_ENTRY1("SRAEB.LB", "4835612022c2ae1944bde453d3202803"),
3701  Common::EN_GRB,
3702  Common::kPlatformWindows,
3703  ADGF_NO_FLAGS,
3704  GUIO1(GUIO_NOASPECT)
3705  },
3706  GType_LIVINGBOOKSV2,
3707  0,
3708  0
3709  },
3710 
3711  // From afholman in bug#5724
3712  {
3713  {
3714  "sheila",
3715  "",
3716  AD_ENTRY1("SRAED.LB", "3f21183534d324cf3bb8464f9217712c"),
3717  Common::DE_DEU,
3718  Common::kPlatformWindows,
3719  ADGF_NO_FLAGS,
3720  GUIO1(GUIO_NOASPECT)
3721  },
3722  GType_LIVINGBOOKSV2,
3723  0,
3724  0
3725  },
3726 
3727  // From afholman in bug#5724
3728  {
3729  {
3730  "sheila",
3731  "",
3732  AD_ENTRY1("SRAEF.LB", "96b00fc4b44c0e881c674d4bae5aa79a"),
3733  Common::FR_FRA,
3734  Common::kPlatformWindows,
3735  ADGF_NO_FLAGS,
3736  GUIO1(GUIO_NOASPECT)
3737  },
3738  GType_LIVINGBOOKSV2,
3739  0,
3740  0
3741  },
3742 
3743  // From afholman in bug#5724
3744  {
3745  {
3746  "sheila",
3747  "",
3748  AD_ENTRY1("EnglishBO", "6d3ad5724f1729a1d96d812668770c2e"),
3749  Common::EN_GRB,
3750  Common::kPlatformMacintosh,
3751  ADGF_NO_FLAGS,
3752  GUIO1(GUIO_NOASPECT)
3753  },
3754  GType_LIVINGBOOKSV2,
3755  0,
3756  0
3757  },
3758 
3759  // From afholman in bug#5724
3760  {
3761  {
3762  "sheila",
3763  "",
3764  AD_ENTRY1("GermanBO", "af1dc5a8bc8da58310d17b72b657fc1f"),
3765  Common::DE_DEU,
3766  Common::kPlatformMacintosh,
3767  ADGF_NO_FLAGS,
3768  GUIO1(GUIO_NOASPECT)
3769  },
3770  GType_LIVINGBOOKSV2,
3771  0,
3772  0
3773  },
3774 
3775  // From afholman in bug#5724
3776  {
3777  {
3778  "sheila",
3779  "",
3780  AD_ENTRY1("FrenchBO", "62eefcb8424a5f9ba7db5af6f0421e58"),
3781  Common::FR_FRA,
3782  Common::kPlatformMacintosh,
3783  ADGF_NO_FLAGS,
3784  GUIO1(GUIO_NOASPECT)
3785  },
3786  GType_LIVINGBOOKSV2,
3787  0,
3788  0
3789  },
3790 
3791  // Rugrats Print Shop
3792  // English Windows Demo
3793  // From GeorgeQGreg (Rugrats Movie Soundtrack)
3794  {
3795  {
3796  "rugratsps",
3797  "Demo",
3798  AD_ENTRY1("outline", "808d5ee8427180ddebdd5dd4199b47cb"),
3799  Common::EN_ANY,
3800  Common::kPlatformWindows,
3802  GUIO1(GUIO_NOASPECT)
3803  },
3804  GType_LIVINGBOOKSV4,
3805  0,
3806  0
3807  },
3808 
3809  // From sev
3810  {
3811  {
3812  "create",
3813  "",
3814  AD_ENTRY1s("CREATE.LB", "8a94e13093dd3e2f58c220a1f265a7be", 1217),
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  {
3826  {
3827  "create",
3828  "",
3829  AD_ENTRY1s("BookOutline", "922698932c5ac78276484c563cb7ae10", 1135),
3830  Common::EN_ANY,
3831  Common::kPlatformMacintosh,
3832  ADGF_NO_FLAGS,
3833  GUIO1(GUIO_NOASPECT)
3834  },
3835  GType_LIVINGBOOKSV3,
3836  0,
3837  0,
3838  },
3839 
3840  // From sev
3841  {
3842  {
3843  "create",
3844  "Demo",
3845  AD_ENTRY1s("CREATED.LB", "86165d80189815ada2abd67e55258486", 826),
3846  Common::EN_ANY,
3847  Common::kPlatformWindows,
3848  ADGF_DEMO,
3849  GUIO1(GUIO_NOASPECT)
3850  },
3851  GType_LIVINGBOOKSV2,
3852  0,
3853  0,
3854  },
3855 
3856  // From sev
3857  {
3858  {
3859  "daniel",
3860  "",
3861  AD_ENTRY1s("DANIEL.LB", "cdea21d55f0ead70c7990d2f1cfbc160", 1300),
3862  Common::EN_ANY,
3863  Common::kPlatformWindows,
3864  ADGF_NO_FLAGS,
3865  GUIO1(GUIO_NOASPECT)
3866  },
3867  GType_LIVINGBOOKSV2,
3868  0,
3869  0,
3870  },
3871 
3872  // From sev
3873  {
3874  {
3875  "daniel",
3876  "Demo",
3877  AD_ENTRY1s("DANIELD.LB", "4220631d9f677f694fa9d59a7c242dbe", 651),
3878  Common::EN_ANY,
3879  Common::kPlatformWindows,
3880  ADGF_DEMO,
3881  GUIO1(GUIO_NOASPECT)
3882  },
3883  GType_LIVINGBOOKSV2,
3884  0,
3885  0,
3886  },
3887 
3888  {
3889  {
3890  "daniel",
3891  "Demo",
3892  AD_ENTRY1s("DanielBO", "6a020cca6405936c35c4e4f4bf94740f", 543),
3893  Common::EN_ANY,
3894  Common::kPlatformMacintosh,
3895  ADGF_DEMO,
3896  GUIO1(GUIO_NOASPECT)
3897  },
3898  GType_LIVINGBOOKSV3,
3899  0,
3900  0,
3901  },
3902 
3903  // From sev
3904  {
3905  {
3906  "noah",
3907  "",
3908  AD_ENTRY1s("OUTLINE.TXT", "aba1304eca32cac54a7107ba76120601", 2151),
3909  Common::EN_ANY,
3910  Common::kPlatformWindows,
3911  ADGF_NO_FLAGS,
3912  GUIO1(GUIO_NOASPECT)
3913  },
3914  GType_LIVINGBOOKSV2,
3915  0,
3916  0,
3917  },
3918 
3919  // Dr. Seuss Reading Games
3920  // Contains "Dr. Seuss's ABC" and "The Cat in the Hat"
3921  {
3922  {
3923  "drseussreading",
3924  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
3925  AD_ENTRY1s("Outline", "1f522d42174e8e98537db10bc715aa97", 5330),
3926  Common::EN_ANY,
3927  Common::kPlatformUnknown, // identical on both Win and Mac partitions of disc
3929  GUIO1(GUIO_NOASPECT)
3930  },
3931  GType_LIVINGBOOKSV3,
3932  0,
3933  0,
3934  },
3935 
3936  {
3937  {
3938  "wsg",
3939  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Reason for being unsupported
3940  AD_ENTRY1s("WSKL.CFG", "0d0d1156387ad51bf2b0c6bdc380f751", 1269),
3941  Common::EN_ANY,
3942  Common::kPlatformWindows,
3944  GUIO1(GUIO_NOASPECT)
3945  },
3946  GType_LIVINGBOOKSV3,
3947  0,
3948  0,
3949  },
3950 
3951  { AD_TABLE_END_MARKER, 0, 0, 0 }
3952 };
3953 
3955 //Fallback detection
3957 
3958 static const MohawkGameDescription fallbackDescs[] = {
3959  {
3960  {
3961  "myst",
3962  "unknown",
3963  AD_ENTRY1(0, 0),
3964  Common::UNK_LANG,
3965  Common::kPlatformWindows,
3966  ADGF_NO_FLAGS,
3967  GUI_OPTIONS_MYST
3968  },
3969  GType_MYST,
3970  0,
3971  0
3972  },
3973 
3974  {
3975  {
3976  "makingofmyst",
3977  "unknown",
3978  AD_ENTRY1(0, 0),
3979  Common::UNK_LANG,
3980  Common::kPlatformWindows,
3981  ADGF_NO_FLAGS,
3982  GUI_OPTIONS_MYST_MAKING_OF
3983  },
3984  GType_MAKINGOF,
3985  0,
3986  0
3987  },
3988 
3989  {
3990  {
3991  "myst",
3992  "unknown (Masterpiece Edition)",
3993  AD_ENTRY1(0, 0),
3994  Common::UNK_LANG,
3995  Common::kPlatformWindows,
3996  ADGF_NO_FLAGS,
3997  GUI_OPTIONS_MYST_ME
3998  },
3999  GType_MYST,
4000  GF_ME,
4001  0
4002  },
4003 
4004  {
4005  {
4006  "riven",
4007  "unknown",
4008  AD_ENTRY1(0, 0),
4009  Common::UNK_LANG,
4010  Common::kPlatformWindows,
4011  ADGF_NO_FLAGS,
4012  GUI_OPTIONS_RIVEN
4013  },
4014  GType_RIVEN,
4015  0,
4016  0
4017  },
4018 
4019  {
4020  {
4021  "riven",
4022  "unknown (DVD)",
4023  AD_ENTRY1(0, 0),
4024  Common::UNK_LANG,
4025  Common::kPlatformWindows,
4026  ADGF_NO_FLAGS,
4027  GUI_OPTIONS_RIVEN
4028  },
4029  GType_RIVEN,
4030  GF_DVD,
4031  0
4032  }
4033 };
4034 
4035 static const ADFileBasedFallback fileBased[] = {
4036  { &fallbackDescs[0].desc, { "myst.dat", 0 } },
4037  { &fallbackDescs[1].desc, { "making.dat", 0 } },
4038  { &fallbackDescs[2].desc, { "myst.dat", "help.dat", 0 } }, // Help system doesn't exist in original
4039  { &fallbackDescs[3].desc, { "a_Data.MHK", 0 } },
4040  { &fallbackDescs[4].desc, { "a_Data.MHK", "t_Data1.MHK" , 0 } },
4041  { 0, { 0 } }
4042 };
4043 
4044 } // 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