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