ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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_ENTRY1s("adbc_envir_obc.stk", "46b7db9f7e77a077d9ac8506130ba9a2", 2830950),
58  DE_DEU,
59  kPlatformWindows,
61  GUIO0()
62  },
63  kFeatures800x600,
64  "adbc_envir_obc.stk", "adbc_init.obc", 0
65 },
66 {
67  { // Supplied by BJNFNE
68 
69  "adiboudchoubanquise",
70  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy Buschu Schnee & Eis 1.00 (Engine: DEV7 version 1.0.0.0)
71  AD_ENTRY1s("adbc_envir_obc.stk", "fde006186b93b4f33486f021826f88a0", 5199806),
72  DE_DEU,
73  kPlatformWindows,
75  GUIO0()
76  },
77  kFeatures800x600,
78  "adbc_envir_obc.stk", "adbc_init.obc", 0
79 },
80 {
81  { // Supplied by BJNFNE
82  "adiboudchoucampagne",
83  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy Buschu auf dem Land 1.00 (Engine: DEV7 version unknown)
84  AD_ENTRY1s("adbc_envir_obc.stk", "4b43d3d1a8bc908d80e729069c5bb59f", 2831471),
85  DE_DEU,
86  kPlatformWindows,
88  GUIO0()
89  },
90  kFeatures800x600,
91  "adbc_envir_obc.stk", "adbc_init.obc", 0
92 },
93 {
94  { // Supplied by BJNFNE
95  "adiboudchoujunglesavane",
96  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Addy Buschu Die bunte Tierwelt 1.00 (Engine: DEV7 version 1.0.0.0)
97  AD_ENTRY1s("adbc_envir_obc.stk", "7f33561f295030cbe64a21f941ef1efc", 3188852),
98  DE_DEU,
99  kPlatformWindows,
101  GUIO0()
102  },
103  kFeatures800x600,
104  "adbc_envir_obc.stk", "adbc_init.obc", 0
105 },
106 
107 // -- Russian: Антошка
108 
109 {
110  {
111  "adiboudchoucampagne",
112  MetaEngineDetection::GAME_NOT_IMPLEMENTED, // Антошка. В гостях у друзей 1.00 (Engine: DEV7 version 1.0.0.0)
113  AD_ENTRY1s("adbc_envir_obc.stk", "1b65643b2aa794f38f3b18efb9e68b92", 3210008),
114  RU_RUS,
115  kPlatformWindows,
117  GUIO0()
118  },
119  kFeatures800x600,
120  "adbc_envir_obc.stk", "adbc_init.obc", 0
121 },
122 
123 #endif // GOB_DETECTION_TABLES_ADIBOUDCHOU_H
static const char GAME_NOT_IMPLEMENTED[]
Definition: metaengine.h:132
Definition: advancedDetector.h:145
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116