ScummVM API documentation
tables_crousti.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 Croustibat. */
29 
30 #ifndef GOB_DETECTION_TABLES_CROUSTI_H
31 #define GOB_DETECTION_TABLES_CROUSTI_H
32 
33 // -- DOS VGA Floppy --
34 
35 {
36  { // Supplied by DrMcCoy
37  "crousti",
38  "v1.01",
39  AD_ENTRY1s("intro.stk", "63fd795818fa72c32b903bbd99e18ea1", 851926),
40  PT_PRT,
41  kPlatformDOS,
43  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
44  },
45  kFeaturesAdLib,
46  0, 0, 0
47 },
48 {
49  { // English Fan Translation by denzquix
50  "crousti",
51  "v1.01",
52  AD_ENTRY1s("intro.stk", "c660f5500907ecf18a05412d4fda2222", 850731),
53  EN_ANY,
54  kPlatformDOS,
56  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
57  },
58  kFeaturesAdLib,
59  0, 0, 0
60 },
61 {
62  { // German Fan Translation by BJNFNE
63  // 23.07.2023
64  "crousti",
65  "v1.01",
66  AD_ENTRY1s("intro.stk", "df96be976e53cc7de9e2741c45c18a1f", 864746),
67  DE_DEU,
68  kPlatformDOS,
70  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
71  },
72  kFeaturesAdLib,
73  0, 0, 0
74 },
75 {
76  { // German Fan Translation by BJNFNE
77  // 10.09.2023
78  "crousti",
79  "v1.01",
80  AD_ENTRY1s("intro.stk", "7b86a951602bccc2c55eb5f644310d93", 864040),
81  DE_DEU,
82  kPlatformDOS,
84  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
85  },
86  kFeaturesAdLib,
87  0, 0, 0
88 },
89 {
90  { // German Fan Translation by BJNFNE
91  // 10.09.2023
92  "crousti",
93  "v1.01 Big Letters",
94  AD_ENTRY1s("intro.stk", "f739ed7d681a8e2619a14faafbf169e1", 864044),
95  DE_DEU,
96  kPlatformDOS,
98  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
99  },
100  kFeaturesAdLib,
101  0, 0, 0
102 },
103 {
104  { // German Fan Translation by BJNFNE
105  // 10.09.2023
106  "crousti",
107  "v1.01 Small/Big Letters",
108  AD_ENTRY1s("intro.stk", "e35840d99c89544021524a9b99ab20f7", 864032),
109  DE_DEU,
110  kPlatformDOS,
112  GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
113  },
114  kFeaturesAdLib,
115  0, 0, 0
116 },
117 
118 #endif // GOB_DETECTION_TABLES_CROUSTI_H
No flags.
Definition: advancedDetector.h:139
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116