ScummVM API documentation
tables_adiboudchou.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 Adiboud'chou / Addy Buschu series. */
29 /* This Game uses the DEV7 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV7_Information */
30 /* These games are part of the Adibou series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Adibou_Games */
31 
32 #ifndef GOB_DETECTION_TABLES_ADIBOUDCHOU_H
33 #define GOB_DETECTION_TABLES_ADIBOUDCHOU_H
34 
35 // -- French: Adiboud'chou series --
36 
37 {
38  {
39  "adiboudchoumer",
40  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Adiboud'chou a la mer 1.01 (Engine: DEV7 version unknown)
41  AD_ENTRY1s("adbc_envir_obc.stk", "57f0eda5d4029abdb2f6b6201e02905e", 3204281),
42  FR_FRA,
43  kPlatformWindows,
45  GUIO0()
46  },
47  kFeatures800x600,
48  "adbc_envir_obc.stk", "adbc_init.obc", 0
49 },
50 
51 // -- German: Addy Buschu series --
52 
53 {
54  { // Supplied by BJNFNE
55  "adiboudchoumer",
56  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy Buschu am Meer 1.01 (Engine: DEV7 version unknown)
57  AD_ENTRY2s("adbc_envir_obc.stk", "46b7db9f7e77a077d9ac8506130ba9a2", 2830950,
58  "DMDCD101.CD1", "d41d8cd98f00b204e9800998ecf8427e", 0),
59  DE_DEU,
60  kPlatformWindows,
62  GUIO0()
63  },
64  kFeatures800x600,
65  "adbc_envir_obc.stk", "adbc_init.obc", 0
66 },
67 {
68  { // Supplied by BJNFNE
69 
70  "adiboudchoubanquise",
71  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy Buschu Schnee & Eis 1.00 (Engine: DEV7 version 1.0.0.0)
72  AD_ENTRY2s("adbc_envir_obc.stk", "fde006186b93b4f33486f021826f88a0", 5199806,
73  "DNDCD100.CD1", "d41d8cd98f00b204e9800998ecf8427e", 0),
74  DE_DEU,
75  kPlatformWindows,
77  GUIO0()
78  },
79  kFeatures800x600,
80  "adbc_envir_obc.stk", "adbc_init.obc", 0
81 },
82 {
83  { // Supplied by BJNFNE
84  "adiboudchoucampagne",
85  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy Buschu auf dem Land 1.00 (Engine: DEV7 version unknown)
86  AD_ENTRY2s("adbc_envir_obc.stk", "4b43d3d1a8bc908d80e729069c5bb59f", 2831471,
87  "DCDCD100.CD1", "d41d8cd98f00b204e9800998ecf8427e", 0),
88  DE_DEU,
89  kPlatformWindows,
91  GUIO0()
92  },
93  kFeatures800x600,
94  "adbc_envir_obc.stk", "adbc_init.obc", 0
95 },
96 {
97  { // Supplied by BJNFNE
98  "adiboudchoujunglesavane",
99  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy Buschu Die bunte Tierwelt 1.00 (Engine: DEV7 version 1.0.0.0)
100  AD_ENTRY2s("adbc_envir_obc.stk", "7f33561f295030cbe64a21f941ef1efc", 3188852,
101  "djdcd100.cd1", "d41d8cd98f00b204e9800998ecf8427e", 0),
102  DE_DEU,
103  kPlatformWindows,
105  GUIO0()
106  },
107  kFeatures800x600,
108  "adbc_envir_obc.stk", "adbc_init.obc", 0
109 },
110 
111 // -- Russian: Антошка
112 
113 {
114  {
115  "adiboudchoucampagne",
116  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Антошка. В гостях у друзей 1.00 (Engine: DEV7 version 1.0.0.0)
117  AD_ENTRY2s("adbc_envir_obc.stk", "1b65643b2aa794f38f3b18efb9e68b92", 3210008,
118  "DCDCF100.CD1", "d41d8cd98f00b204e9800998ecf8427e" ,0),
119  RU_RUS,
120  kPlatformWindows,
122  GUIO0()
123  },
124  kFeatures800x600,
125  "adbc_envir_obc.stk", "adbc_init.obc", 0
126 },
127 
128 #endif // GOB_DETECTION_TABLES_ADIBOUDCHOU_H
static const char GAME_NOT_IMPLEMENTED[]
Definition: metaengine.h:138
Definition: advancedDetector.h:146
#define AD_ENTRY2s(f1, x1, s1, f2, x2, s2)
Definition: advancedDetector.h:122
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116