ScummVM API documentation
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 // (missing)
160 
161 // -- Add-ons : Read 4-5 years --
162 {
163  {
164  "adibou1read45",
165  "", // Je lis 4-5 ans"
166  AD_ENTRY1s("l51.stk", "8eb81211f8ee163885cc8b31d04d9380", 325445),
167  FR_FRA,
168  kPlatformDOS,
169  ADGF_ADDON,
170  GUIO0()
171  },
172  kFeaturesAdLib | kFeatures16Colors,
173  0, 0, 0
174 },
175 
176 {
177  {
178  "adibou1read45",
179  "", // Je lis 4-5 ans"
180  AD_ENTRY1s("l51.stk", "50004db83a88750d582113e0669a9604", 1437256),
181  FR_FRA,
182  kPlatformDOS,
183  ADGF_ADDON,
184  GUIO0()
185  },
186  kFeaturesAdLib,
187  0, 0, 0
188 },
189 
190 // -- Add-ons : Count 4-5 years --
191 {
192  {
193  "adibou1count45",
194  "", // Je calcule 4-5 ans"
195  AD_ENTRY1s("c51.stk", "c57292304c2657000bd92dbaee33b52b", 330329),
196  FR_FRA,
197  kPlatformDOS,
198  ADGF_ADDON,
199  GUIO0()
200  },
201  kFeaturesAdLib | kFeatures16Colors,
202  0, 0, 0
203 },
204 
205 {
206  {
207  "adibou1count45",
208  "", // Je calcule 4-5 ans"
209  AD_ENTRY1s("c51.stk", "264e5426bd06d5fedd8edf7c08302984", 359953),
210  FR_FRA,
211  kPlatformDOS,
212  ADGF_ADDON,
213  GUIO0()
214  },
215  kFeaturesAdLib | kFeatures16Colors,
216  0, 0, 0
217 },
218 
219 {
220  {
221  "adibou1count45",
222  "", // Je calcule 4-5 ans"
223  AD_ENTRY1s("c51.stk", "afefebef6256fe4f72bdbdc30fdc0f2d", 1313166),
224  FR_FRA,
225  kPlatformDOS,
226  ADGF_ADDON,
227  GUIO0()
228  },
229  kFeaturesAdLib,
230  0, 0, 0
231 },
232 
233 // -- Add-ons : Read 6-7 years --
234 {
235  {
236  "adibou1read67",
237  "", // Je lis 6-7 ans"
238  AD_ENTRY1s("l61.stk", "d236b4268d8265b958a90a41eae0f15a", 356444),
239  FR_FRA,
240  kPlatformDOS,
241  ADGF_ADDON,
242  GUIO0()
243  },
244  kFeaturesAdLib | kFeatures16Colors,
245  0, 0, 0
246 },
247 
248 {
249  {
250  "adibou1read67",
251  "", // Je lis 6-7 ans"
252  AD_ENTRY1s("l61.stk", "1c993aa788b4159bbc9591921854d428", 353121),
253  FR_FRA,
254  kPlatformDOS,
255  ADGF_ADDON,
256  GUIO0()
257  },
258  kFeaturesAdLib | kFeatures16Colors,
259  0, 0, 0
260 },
261 
262 {
263  {
264  "adibou1read67",
265  "", // Je lis 6-7 ans"
266  AD_ENTRY1s("l61.stk", "71ff03db9aa9d3be05ac6050d7d5e681", 1396282),
267  FR_FRA,
268  kPlatformDOS,
269  ADGF_ADDON,
270  GUIO0()
271  },
272  kFeaturesAdLib,
273  0, 0, 0
274 },
275 
276 // -- Add-ons : Count 6-7 years --
277 {
278  {
279  "adibou1count67",
280  "", // Je calcule 6-7 ans"
281  AD_ENTRY1s("c61.stk", "f5ef0318f342083f835426718b74c89a", 318641),
282  FR_FRA,
283  kPlatformDOS,
284  ADGF_ADDON,
285  GUIO0()
286  },
287  kFeaturesAdLib | kFeatures16Colors,
288  0, 0, 0
289 },
290 
291 {
292  {
293  "adibou1count67",
294  "", // Je calcule 6-7 ans"
295  AD_ENTRY1s("c61.stk", "b6849f45151b8dfe48d873fbd468b679", 1242750),
296  FR_FRA,
297  kPlatformDOS,
298  ADGF_ADDON,
299  GUIO0()
300  },
301  kFeaturesAdLib,
302  0, 0, 0
303 },
304 
305 #endif // GOB_DETECTION_TABLES_ADIBOU1_H
No flags.
Definition: advancedDetector.h:139
Add "-cd" to gameid.
Definition: advancedDetector.h:155
An add-on game, that cannot be run independently without its base game.
Definition: advancedDetector.h:140
#define AD_ENTRY2s(f1, x1, s1, f2, x2, s2)
Definition: advancedDetector.h:122
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116