ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
detection_tables.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 
22 namespace Twp {
23 
24 const PlainGameDescriptor twpGames[] = {
25  {"twp", "Thimbleweed Park"},
26  {0, 0}};
27 
28 const TwpGameDescription gameDescriptions[] = {
29  // Thimbleweed Park - App Store/1.0.2
30  {
31  {
32  "twp",
33  "App Store/1.0.2", // release from 2017-09-28
34  AD_ENTRY1s("ThimbleweedPark.ggpack1", "d6ec4c9073c0c41aa8cb685f7a0d8088", 955615767),
35  Common::UNK_LANG,
36  Common::kPlatformIOS,
38  GUIO1(GUIO_NOMIDI)
39  },
40  GAME_XORKEY_566D,
41  LS_WITH_RUSSIAN
42  },
43  // Thimbleweed Park - STEAM/1.0.859
44  {
45  {
46  "twp",
47  "STEAM/1.0.859",
48  AD_ENTRY1s("ThimbleweedPark.ggpack1", "b1c35b7a6b5b0c2e6f466ea384f22558", 435353845),
49  Common::UNK_LANG,
50  Common::kPlatformUnknown,
52  GUIO1(GUIO_NOMIDI)
53  },
54  GAME_XORKEY_5B6D,
55  LS_WITHOUT_RUSSIAN
56  },
57  // Thimbleweed Park - EPIC Games/1.0.955
58  {
59  {
60  "twp",
61  "EPIC Games/1.0.955",
62  AD_ENTRY1s("ThimbleweedPark.ggpack1", "a97546ee2d9e19aab59714a267009a31", 502540584),
63  Common::UNK_LANG,
64  Common::kPlatformUnknown,
66  GUIO1(GUIO_NOMIDI)
67  },
68  GAME_XORKEY_566D,
69  LS_WITH_RUSSIAN
70  },
71  // Thimbleweed Park - GOG/1.0.938
72  {
73  {
74  "twp",
75  "GOG/1.0.938",
76  AD_ENTRY1s("ThimbleweedPark.ggpack1", "5532019821c077dda5cf86b619e4b173", 502495748),
77  Common::UNK_LANG,
78  Common::kPlatformUnknown,
80  GUIO1(GUIO_NOMIDI)
81  },
82  GAME_XORKEY_566D,
83  LS_WITH_RUSSIAN
84  },
85  // Thimbleweed Park - GOG/1.0.951
86  {
87  {
88  "twp",
89  "GOG/1.0.951",
90  AD_ENTRY1s("ThimbleweedPark.ggpack1", "f0bd29df9fcaba3d4047eac1046e0abf", 502503739),
91  Common::UNK_LANG,
92  Common::kPlatformUnknown,
94  GUIO1(GUIO_NOMIDI)
95  },
96  GAME_XORKEY_566D,
97  LS_WITH_RUSSIAN
98  },
99  // Thimbleweed Park - GOG/1.0.957
100  {
101  {
102  "twp",
103  "GOG/1.0.957",
104  AD_ENTRY1s("ThimbleweedPark.ggpack1", "5631cf51cb7afc4babf7f2d5a8bdfc21", 502661437),
105  Common::UNK_LANG,
106  Common::kPlatformUnknown,
108  GUIO1(GUIO_NOMIDI)
109  },
110  GAME_XORKEY_56AD,
111  LS_WITH_RUSSIAN
112  },
113  // Thimbleweed Park - GOG/1.0.958
114  {
115  {
116  "twp",
117  "GOG/1.0.958",
118  AD_ENTRY1s("ThimbleweedPark.ggpack1", "6180145221d18e9e9caac6459e840579", 502661439),
119  Common::UNK_LANG,
120  Common::kPlatformUnknown,
122  GUIO1(GUIO_NOMIDI)
123  },
124  GAME_XORKEY_56AD,
125  LS_WITH_RUSSIAN
126  },
127  // Thimbleweed Park - Switch/1.0.952
128  {
129  {
130  "twp",
131  "Switch/1.0.952",
132  AD_ENTRY1s("ThimbleweedPark.ggpack1", "6a3f457cf0545d7a5122fb8bcd4d62a6", 502503742),
133  Common::UNK_LANG,
134  Common::kPlatformUnknown,
136  GUIO1(GUIO_NOMIDI)
137  },
138  GAME_XORKEY_566D,
139  LS_WITH_RUSSIAN
140  },
141  {AD_TABLE_END_MARKER,(GameXorKey)0, (LanguageSupported)0}};
142 
143 } // End of namespace Twp
No flags.
Definition: advancedDetector.h:139
Definition: game.h:49
#define AD_TABLE_END_MARKER
Definition: advancedDetector.h:326
Definition: achievements_tables.h:27
#define AD_ENTRY1s(f, x, s)
Definition: advancedDetector.h:116