ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
tables_urban.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 Urban Runner. */
29 /* This Game uses the DEV6 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV6_Information */
30 
31 #ifndef GOB_DETECTION_TABLES_URBAN_H
32 #define GOB_DETECTION_TABLES_URBAN_H
33 
34 // -- Windows --
35 
36 {
37  {
38  "urban",
39  "v1.00",
40  AD_ENTRY1s("intro.stk", "3ab2c542bd9216ae5d02cc6f45701ae1", 1252436),
41  EN_USA,
42  kPlatformWindows,
44  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
45  },
46  kFeatures640x480 | kFeaturesTrueColor,
47  0, 0, 0
48 },
49 { // Supplied by Collector9 in bug report #5611
50  {
51  "urban",
52  "v1.00",
53  AD_ENTRY1s("intro.stk", "6ce3d878178932053267237ec4843ce1", 1252518),
54  EN_USA,
55  kPlatformWindows,
57  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
58  },
59  kFeatures640x480 | kFeaturesTrueColor,
60  0, 0, 0
61 },
62 { // Supplied by gamin in the forums
63  {
64  "urban",
65  "v1.00",
66  AD_ENTRY1s("intro.stk", "b991ed1d31c793e560edefdb349882ef", 1276408),
67  FR_FRA,
68  kPlatformWindows,
70  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
71  },
72  kFeatures640x480 | kFeaturesTrueColor,
73  0, 0, 0
74 },
75 { // Supplied by jvprat on #scummvm
76  {
77  "urban",
78  "",
79  AD_ENTRY1s("intro.stk", "4ec3c0864e2b54c5b4ccf9f6ad96528d", 1253328),
80  ES_ESP,
81  kPlatformWindows,
83  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
84  },
85  kFeatures640x480 | kFeaturesTrueColor,
86  0, 0, 0
87 },
88 { // Supplied by Alex on the gobsmacked blog
89  {
90  "urban",
91  "",
92  AD_ENTRY1s("intro.stk", "9ea647085a16dd0fb9ecd84cd8778ec9", 1253436),
93  IT_ITA,
94  kPlatformWindows,
96  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
97  },
98  kFeatures640x480 | kFeaturesTrueColor,
99  0, 0, 0
100 },
101 { // Supplied by alex86r in bug report #5690
102  {
103  "urban",
104  "v1.01",
105  AD_ENTRY1s("intro.stk", "4e4a3c017fe5475353bf94c455fe3efd", 1253448),
106  IT_ITA,
107  kPlatformWindows,
109  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
110  },
111  kFeatures640x480 | kFeaturesTrueColor,
112  0, 0, 0
113 },
114 { // Supplied by goodoldgeorg in bug report #4308
115  {
116  "urban",
117  "v1.00",
118  AD_ENTRY1s("intro.stk", "4bd31979ea3d77a58a358c09000a85ed", 1253018),
119  DE_DEU,
120  kPlatformWindows,
122  GUIO3(GUIO_NOSUBTITLES, GUIO_NOSPEECH, GUIO_NOASPECT)
123  },
124  kFeatures640x480 | kFeaturesTrueColor,
125  0, 0, 0
126 },
127 
128 // -- Demos --
129 
130 {
131  {
132  "urban",
133  "Non-Interactive Demo",
134  AD_ENTRY3s("wdemo.s24", "14ac9bd51db7a075d69ddb144904b271", 87,
135  "demo.vmd", "65d04715d871c292518b56dd160b0161", 9091237,
136  "urband.vmd", "60343891868c91854dd5c82766c70ecc", 922461),
137  EN_ANY,
138  kPlatformWindows,
139  ADGF_DEMO,
140  GUIO1(GUIO_NOASPECT)
141  },
142  kFeatures640x480 | kFeaturesTrueColor | kFeaturesSCNDemo,
143  0, 0, 2
144 },
145 
146 #endif // GOB_DETECTION_TABLES_URBAN_H
No flags.
Definition: advancedDetector.h:139
#define AD_ENTRY3s(f1, x1, s1, f2, x2, s2, f3, x3, s3)
Definition: advancedDetector.h:128
Add "-demo" to gameid.
Definition: advancedDetector.h:156
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116