ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tables_adibou1.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  * This file is dual-licensed.
22  * In addition to the GPLv3 license mentioned above, this code is also
23  * licensed under LGPL 2.1. See LICENSES/COPYING.LGPL file for the
24  * full text of the license.
25  *
26  */
27 
28 /* Detection tables for Adibou 1 / A.J.'s World of Discovery / ADI Jnr. */
29 /* These games are part of the Adibou series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adibou_Games */
30 
31 #ifndef GOB_DETECTION_TABLES_ADIBOU1_H
32 #define GOB_DETECTION_TABLES_ADIBOU1_H
33 
34 // -- French: Adibou --
35 
36 {
37  {
38  "adibou1",
39  "ADIBOU 1 Environnement 4-7 ans",
40  AD_ENTRY1s("intro.stk", "6db110188fcb7c5208d9721b5282682a", 4805104),
41  FR_FRA,
42  kPlatformDOS,
44  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GAMEOPTION_COPY_PROTECTION)
45  },
46  kFeaturesAdLib,
47  0, 0, 0
48 },
49 
50 {
51  { // Supplied by sdelamarre
52  "adibou1",
53  "ADIBOU 1 Environnement 4-7 ans",
54  AD_ENTRY1s("intro.stk", "904a93f46687617bb34e672020fc17a4", 248724),
55  FR_FRA,
56  kPlatformDOS,
58  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GAMEOPTION_COPY_PROTECTION)
59  },
60  kFeaturesAdLib | kFeatures16Colors,
61  0, "base.tot", 0
62 },
63 
64 {
65  { // Supplied by sdelamarre
66  "adibou1",
67  "ADIBOU 1 Environnement 4-7 ans",
68  AD_ENTRY1s("intro.stk", "228edf921ebcd9f1c6d566856f264ea4", 2647968),
69  FR_FRA,
70  kPlatformDOS,
72  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GAMEOPTION_COPY_PROTECTION)
73  },
74  kFeaturesAdLib,
75  0, 0, 0
76 },
77 
78 // -- German: ADI Jr. Spielerisch lernen --
79 
80 {
81  { // 1994 CD version - Supplied by BJNFNE
82  "adibou1",
83  "ADI Jr. 4-6 Jahre (CD)",
84  AD_ENTRY2s("intro.stk", "4d4c23da4cd7e080cb1769b49ace1805", 4731020,
85  "l51.stk", "0397e893892ffe1d6c64d28841437fd7", 7308050),
86  DE_DEU,
87  kPlatformWindows,
88  ADGF_CD,
89  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
90  },
91  kFeaturesAdLib | kFeatures640x400,
92  0, 0, 0
93 },
94 {
95  { // 1994 CD version - Supplied by Indy4-Fan
96  "adibou1",
97  "ADI Jr. 6-7 Jahre (CD)",
98  AD_ENTRY2s("intro.stk", "4d4c23da4cd7e080cb1769b49ace1805", 4731020,
99  "c61.stk", "1aca103ed84241487c5cf394ae37e8d7", 5966096),
100  DE_DEU,
101  kPlatformWindows,
102  ADGF_CD,
103  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
104  },
105  kFeaturesAdLib | kFeatures640x400,
106  0, 0, 0
107 },
108 
109 // -- English: A.J.'s World of Discovery / ADI Jnr.
110 
111 // -- DOS VGA Floppy --
112 
113 {
114  {
115  "adibou1",
116  "AJ's World of Discovery",
117  AD_ENTRY1s("intro.stk", "e453bea7b28a67c930764d945f64d898", 3913628),
118  EN_GRB,
119  kPlatformDOS,
121  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
122  },
123  kFeaturesAdLib,
124  0, 0, 0
125 },
126 
127 // Supplied by jp438-2 in bug report #13972
128 {
129  {
130  "adibou1",
131  "Adi Jnr.",
132  AD_ENTRY1s("intro.stk", "6d234641b74b3bdf746c39a64ff1abcc", 2678326),
133  EN_GRB,
134  kPlatformDOS,
136  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GAMEOPTION_COPY_PROTECTION)
137  },
138  kFeaturesAdLib,
139  0, 0, 0
140 },
141 
142 // -- Amiga Floppy --
143 
144 {
145  { // Supplied by eientei95
146  "adibou1",
147  "Adi Jnr",
148  AD_ENTRY1s("intro.stk", "71e7db034890885ac96dd1be43a21c38", 556834),
149  EN_ANY,
150  kPlatformAmiga,
152  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GAMEOPTION_COPY_PROTECTION)
153  },
154  kFeaturesNone,
155  0, 0, 0
156 },
157 
158 // Italian: Adibù
159 
160 #endif // GOB_DETECTION_TABLES_ADIBOU1_H
No flags.
Definition: advancedDetector.h:139
Add "-cd" to gameid.
Definition: advancedDetector.h:154
#define AD_ENTRY2s(f1, x1, s1, f2, x2, s2)
Definition: advancedDetector.h:122
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116