gamedigz 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/GAMES_LIST.md +324 -330
- package/README.md +56 -60
- package/bin/gamedig.js +53 -52
- package/games.txt +346 -0
- package/lib/DnsResolver.js +64 -60
- package/lib/GameResolver.js +110 -0
- package/lib/GlobalUdpSocket.js +59 -60
- package/lib/HexUtil.js +22 -18
- package/lib/Logger.js +38 -37
- package/lib/Promises.js +19 -17
- package/lib/ProtocolResolver.js +19 -4
- package/lib/QueryRunner.js +97 -81
- package/lib/Results.js +36 -24
- package/lib/index.js +22 -4
- package/lib/reader.js +155 -152
- package/package.json +14 -24
- package/protocols/armagetron.js +53 -53
- package/protocols/asa.js +4 -2
- package/protocols/ase.js +40 -38
- package/protocols/assettocorsa.js +35 -35
- package/protocols/battlefield.js +151 -150
- package/protocols/buildandshoot.js +38 -36
- package/protocols/core.js +307 -300
- package/protocols/cs2d.js +63 -59
- package/protocols/discord.js +28 -26
- package/protocols/doom3.js +135 -132
- package/protocols/eco.js +17 -16
- package/protocols/eldewrito.js +9 -6
- package/protocols/epic.js +5 -3
- package/protocols/ffow.js +36 -35
- package/protocols/fivem.js +29 -27
- package/protocols/gamespy1.js +168 -168
- package/protocols/gamespy2.js +127 -129
- package/protocols/gamespy3.js +188 -187
- package/protocols/geneshift.js +42 -40
- package/protocols/goldsrc.js +8 -6
- package/protocols/hexen2.js +13 -12
- package/protocols/jc2mp.js +16 -12
- package/protocols/kspdmp.js +24 -23
- package/protocols/mafia2mp.js +36 -34
- package/protocols/mafia2online.js +9 -7
- package/protocols/minecraft.js +80 -81
- package/protocols/minecraftbedrock.js +63 -59
- package/protocols/minecraftvanilla.js +90 -83
- package/protocols/mumble.js +35 -33
- package/protocols/mumbleping.js +22 -20
- package/protocols/nadeo.js +74 -72
- package/protocols/openttd.js +123 -121
- package/protocols/quake1.js +9 -7
- package/protocols/quake2.js +78 -78
- package/protocols/quake3.js +20 -20
- package/protocols/rfactor.js +69 -62
- package/protocols/samp.js +98 -91
- package/protocols/savage2.js +27 -21
- package/protocols/starmade.js +57 -55
- package/protocols/starsiege.js +10 -8
- package/protocols/teamspeak2.js +65 -64
- package/protocols/teamspeak3.js +58 -59
- package/protocols/terraria.js +21 -19
- package/protocols/tribes1.js +139 -140
- package/protocols/tribes1master.js +68 -67
- package/protocols/unreal2.js +139 -137
- package/protocols/ut3.js +42 -40
- package/protocols/valve.js +566 -400
- package/protocols/vcmp.js +10 -8
- package/protocols/ventrilo.js +225 -225
- package/protocols/warsow.js +12 -10
- package/lib/game-resolver.js +0 -17
- package/lib/gamedig.js +0 -23
- package/lib/games.js +0 -2747
- package/protocols/beammp.js +0 -32
- package/protocols/beammpmaster.js +0 -17
- package/protocols/dayz.js +0 -196
- package/protocols/index.js +0 -61
package/GAMES_LIST.md
CHANGED
|
@@ -1,329 +1,326 @@
|
|
|
1
1
|
### Supported
|
|
2
|
-
| GameDig Type ID
|
|
3
|
-
|
|
4
|
-
|
|
|
5
|
-
|
|
|
6
|
-
|
|
|
7
|
-
|
|
|
8
|
-
|
|
|
9
|
-
|
|
|
10
|
-
|
|
|
11
|
-
|
|
|
12
|
-
|
|
|
13
|
-
|
|
|
14
|
-
|
|
|
15
|
-
|
|
|
16
|
-
|
|
|
17
|
-
|
|
|
18
|
-
|
|
|
19
|
-
|
|
|
20
|
-
|
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
24
|
-
|
|
|
25
|
-
|
|
|
26
|
-
|
|
|
27
|
-
|
|
|
28
|
-
|
|
|
29
|
-
|
|
|
30
|
-
|
|
|
31
|
-
| baldursgate
|
|
32
|
-
| ballisticoverkill
|
|
33
|
-
| barotrauma
|
|
34
|
-
|
|
|
35
|
-
|
|
|
36
|
-
|
|
|
37
|
-
|
|
|
38
|
-
|
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
|
43
|
-
|
|
|
44
|
-
|
|
|
45
|
-
|
|
|
46
|
-
|
|
|
47
|
-
|
|
|
48
|
-
|
|
|
49
|
-
|
|
|
50
|
-
|
|
|
51
|
-
|
|
|
52
|
-
|
|
|
53
|
-
|
|
|
54
|
-
|
|
|
55
|
-
|
|
|
56
|
-
|
|
|
57
|
-
|
|
|
58
|
-
|
|
|
59
|
-
|
|
|
60
|
-
|
|
|
61
|
-
|
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
|
|
|
65
|
-
|
|
|
66
|
-
|
|
|
67
|
-
|
|
|
68
|
-
|
|
|
69
|
-
|
|
|
70
|
-
|
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
|
74
|
-
|
|
|
75
|
-
|
|
|
76
|
-
|
|
|
77
|
-
|
|
|
78
|
-
|
|
|
79
|
-
|
|
|
80
|
-
|
|
|
81
|
-
|
|
|
82
|
-
|
|
|
83
|
-
|
|
|
84
|
-
|
|
|
85
|
-
|
|
|
86
|
-
|
|
|
87
|
-
|
|
|
88
|
-
|
|
|
89
|
-
|
|
|
90
|
-
|
|
|
91
|
-
|
|
|
92
|
-
|
|
|
93
|
-
|
|
|
94
|
-
|
|
|
95
|
-
|
|
|
96
|
-
|
|
|
97
|
-
|
|
|
98
|
-
|
|
|
99
|
-
|
|
|
100
|
-
|
|
|
101
|
-
|
|
|
102
|
-
|
|
|
103
|
-
|
|
|
104
|
-
|
|
|
105
|
-
|
|
|
106
|
-
|
|
|
107
|
-
| dota2
|
|
108
|
-
|
|
|
109
|
-
|
|
|
110
|
-
|
|
|
111
|
-
|
|
|
112
|
-
|
|
|
113
|
-
|
|
|
114
|
-
|
|
|
115
|
-
|
|
|
116
|
-
|
|
|
117
|
-
| f1c9902
|
|
118
|
-
| farcry
|
|
119
|
-
| farcry2
|
|
120
|
-
|
|
|
121
|
-
|
|
|
122
|
-
|
|
|
123
|
-
|
|
|
124
|
-
|
|
|
125
|
-
|
|
|
126
|
-
|
|
|
127
|
-
|
|
|
128
|
-
|
|
|
129
|
-
|
|
|
130
|
-
|
|
|
131
|
-
|
|
|
132
|
-
|
|
|
133
|
-
|
|
|
134
|
-
|
|
|
135
|
-
|
|
|
136
|
-
|
|
|
137
|
-
|
|
|
138
|
-
|
|
|
139
|
-
|
|
|
140
|
-
|
|
|
141
|
-
|
|
|
142
|
-
|
|
|
143
|
-
|
|
|
144
|
-
|
|
|
145
|
-
|
|
|
146
|
-
|
|
|
147
|
-
|
|
|
148
|
-
|
|
|
149
|
-
|
|
|
150
|
-
|
|
|
151
|
-
|
|
|
152
|
-
|
|
|
153
|
-
|
|
|
154
|
-
|
|
|
155
|
-
|
|
|
156
|
-
|
|
|
157
|
-
|
|
|
158
|
-
|
|
|
159
|
-
|
|
|
160
|
-
|
|
|
161
|
-
|
|
|
162
|
-
|
|
|
163
|
-
|
|
|
164
|
-
|
|
|
165
|
-
|
|
|
166
|
-
|
|
|
167
|
-
|
|
|
168
|
-
|
|
|
169
|
-
|
|
|
170
|
-
|
|
|
171
|
-
|
|
|
172
|
-
|
|
|
173
|
-
|
|
|
174
|
-
|
|
|
175
|
-
|
|
|
176
|
-
|
|
|
177
|
-
|
|
|
178
|
-
|
|
|
179
|
-
|
|
|
180
|
-
|
|
|
181
|
-
|
|
|
182
|
-
|
|
|
183
|
-
|
|
|
184
|
-
|
|
|
185
|
-
| nab
|
|
186
|
-
|
|
|
187
|
-
|
|
|
188
|
-
|
|
|
189
|
-
|
|
|
190
|
-
|
|
|
191
|
-
|
|
|
192
|
-
|
|
|
193
|
-
|
|
|
194
|
-
|
|
|
195
|
-
|
|
|
196
|
-
|
|
|
197
|
-
|
|
|
198
|
-
|
|
|
199
|
-
|
|
|
200
|
-
|
|
|
201
|
-
|
|
|
202
|
-
|
|
|
203
|
-
|
|
|
204
|
-
|
|
|
205
|
-
|
|
|
206
|
-
|
|
|
207
|
-
|
|
|
208
|
-
|
|
|
209
|
-
|
|
|
210
|
-
|
|
|
211
|
-
|
|
|
212
|
-
|
|
|
213
|
-
|
|
|
214
|
-
|
|
|
215
|
-
|
|
|
216
|
-
|
|
|
217
|
-
|
|
|
218
|
-
|
|
|
219
|
-
|
|
|
220
|
-
|
|
|
221
|
-
|
|
|
222
|
-
|
|
|
223
|
-
|
|
|
224
|
-
|
|
|
225
|
-
|
|
|
226
|
-
|
|
|
227
|
-
|
|
|
228
|
-
| rfactor
|
|
229
|
-
| ricochet
|
|
230
|
-
|
|
|
231
|
-
|
|
|
232
|
-
|
|
|
233
|
-
| ror2
|
|
234
|
-
|
|
|
235
|
-
|
|
|
236
|
-
|
|
|
237
|
-
|
|
|
238
|
-
|
|
|
239
|
-
|
|
|
240
|
-
|
|
|
241
|
-
|
|
|
242
|
-
|
|
|
243
|
-
|
|
|
244
|
-
|
|
|
245
|
-
|
|
|
246
|
-
|
|
|
247
|
-
|
|
|
248
|
-
|
|
|
249
|
-
|
|
|
250
|
-
|
|
|
251
|
-
|
|
|
252
|
-
|
|
|
253
|
-
|
|
|
254
|
-
|
|
|
255
|
-
|
|
|
256
|
-
|
|
|
257
|
-
|
|
|
258
|
-
|
|
|
259
|
-
|
|
|
260
|
-
|
|
|
261
|
-
|
|
|
262
|
-
|
|
|
263
|
-
|
|
|
264
|
-
|
|
|
265
|
-
|
|
|
266
|
-
|
|
|
267
|
-
|
|
|
268
|
-
|
|
|
269
|
-
|
|
|
270
|
-
|
|
|
271
|
-
|
|
|
272
|
-
|
|
|
273
|
-
|
|
|
274
|
-
|
|
|
275
|
-
|
|
|
276
|
-
|
|
|
277
|
-
|
|
|
278
|
-
|
|
|
279
|
-
|
|
|
280
|
-
|
|
|
281
|
-
|
|
|
282
|
-
|
|
|
283
|
-
|
|
|
284
|
-
|
|
|
285
|
-
|
|
|
286
|
-
|
|
|
287
|
-
|
|
|
288
|
-
|
|
|
289
|
-
|
|
|
290
|
-
|
|
|
291
|
-
|
|
|
292
|
-
|
|
|
293
|
-
|
|
|
294
|
-
|
|
|
295
|
-
|
|
|
296
|
-
|
|
|
297
|
-
|
|
|
298
|
-
|
|
|
299
|
-
|
|
|
300
|
-
|
|
|
301
|
-
|
|
|
302
|
-
|
|
|
303
|
-
|
|
|
304
|
-
|
|
|
305
|
-
|
|
|
306
|
-
|
|
|
307
|
-
|
|
|
308
|
-
|
|
|
309
|
-
|
|
|
310
|
-
|
|
|
311
|
-
|
|
|
312
|
-
|
|
|
313
|
-
|
|
|
314
|
-
|
|
|
315
|
-
|
|
|
316
|
-
|
|
|
317
|
-
|
|
|
318
|
-
|
|
|
319
|
-
|
|
|
320
|
-
|
|
|
321
|
-
|
|
|
322
|
-
|
|
|
323
|
-
|
|
|
324
|
-
| xpandrally | Xpand Rally | |
|
|
325
|
-
| zombiemaster | Zombie Master | [Valve Protocol](#valve) |
|
|
326
|
-
| zps | Zombie Panic: Source | [Valve Protocol](#valve) |
|
|
2
|
+
| GameDig Type ID | Name | See Also |
|
|
3
|
+
|---------------------------------------|---------------------------------------------------------|---------------------------------------------|
|
|
4
|
+
| `7d2d` | 7 Days to Die (2013) | [Valve Protocol](#valve) |
|
|
5
|
+
| `ahl` | Action Half-Life | [Valve Protocol](#valve) |
|
|
6
|
+
| `as` | Action: Source (2019) | [Valve Protocol](#valve) |
|
|
7
|
+
| `ageofchivalry` | Age of Chivalry (2007) | [Valve Protocol](#valve) |
|
|
8
|
+
| `aoe2` | Age of Empires 2 (1999) | |
|
|
9
|
+
| `alienarena` | Alien Arena (2004) | |
|
|
10
|
+
| `alienswarm` | Alien Swarm (2010) | [Valve Protocol](#valve) |
|
|
11
|
+
| `avp2` | Aliens versus Predator 2 (2001) | |
|
|
12
|
+
| `avp2010` | Aliens vs. Predator (2010) | [Valve Protocol](#valve) |
|
|
13
|
+
| `americasarmy` | America's Army (2002) | |
|
|
14
|
+
| `americasarmy2` | America's Army 2 (2003) | |
|
|
15
|
+
| `americasarmy3` | America's Army 3 (2009) | [Valve Protocol](#valve) |
|
|
16
|
+
| `americasarmypg` | America's Army: Proving Grounds (2015) | [Valve Protocol](#valve) |
|
|
17
|
+
| `arcasimracing` | Arca Sim Racing (2008) | |
|
|
18
|
+
| `asa` | Ark: Survival Ascended (2023) | |
|
|
19
|
+
| `arkse` | Ark: Survival Evolved (2017) | [Valve Protocol](#valve) |
|
|
20
|
+
| `arma2` | ARMA 2 (2009) | [Valve Protocol](#valve) |
|
|
21
|
+
| `arma2oa` | ARMA 2: Operation Arrowhead (2010) | [Valve Protocol](#valve) |
|
|
22
|
+
| `arma3` | ARMA 3 (2013) | [Valve Protocol](#valve) |
|
|
23
|
+
| `arma` | ARMA: Armed Assault (2007) | |
|
|
24
|
+
| `armacwa` | ARMA: Cold War Assault (2011) | |
|
|
25
|
+
| `armare` | ARMA: Reforger (2022) | [Valve Protocol](#valve) |
|
|
26
|
+
| `armar` | ARMA: Resistance (2011) | |
|
|
27
|
+
| `armagetron` | Armagetron Advanced (2001) | |
|
|
28
|
+
| `assettocorsa` | Assetto Corsa (2014) | |
|
|
29
|
+
| `atlas` | Atlas (2018) | [Valve Protocol](#valve) |
|
|
30
|
+
| `avorion` | Avorion (2020) | [Valve Protocol](#valve) |
|
|
31
|
+
| `baldursgate` | Baldur's Gate (1998) | |
|
|
32
|
+
| `ballisticoverkill` | Ballistic Overkill (2017) | [Valve Protocol](#valve) |
|
|
33
|
+
| `barotrauma` | Barotrauma (2019) | [Valve Protocol](#valve) |
|
|
34
|
+
| `bd` | Base Defense (2017) | [Valve Protocol](#valve) |
|
|
35
|
+
| `bat1944` | Battalion 1944 (2018) | [Valve Protocol](#valve) |
|
|
36
|
+
| `bf1942` | Battlefield 1942 (2002) | |
|
|
37
|
+
| `bf2` | Battlefield 2 (2005) | |
|
|
38
|
+
| `bf2142` | Battlefield 2142 (2006) | |
|
|
39
|
+
| `bf3` | Battlefield 3 (2011) | |
|
|
40
|
+
| `bf4` | Battlefield 4 (2013) | |
|
|
41
|
+
| `bfh` | Battlefield Hardline (2015) | |
|
|
42
|
+
| `bfv` | Battlefield Vietnam (2004) | |
|
|
43
|
+
| `bfbc2` | Battlefield: Bad Company 2 (2010) | |
|
|
44
|
+
| `blackmesa` | Black Mesa (2020) | [Valve Protocol](#valve) |
|
|
45
|
+
| `bs` | Blade Symphony (2014) | [Valve Protocol](#valve) |
|
|
46
|
+
| `brainbread` | BrainBread | [Valve Protocol](#valve) |
|
|
47
|
+
| `brainbread2` | BrainBread 2 (2022) | [Valve Protocol](#valve) |
|
|
48
|
+
| `breach` | Breach (2011) | [Valve Protocol](#valve) |
|
|
49
|
+
| `breed` | Breed (2004) | |
|
|
50
|
+
| `brink` | Brink (2011) | [Valve Protocol](#valve) |
|
|
51
|
+
| `buildandshoot` | Build and Shoot / Ace of Spades Classic (2012) | |
|
|
52
|
+
| `cod` | Call of Duty (2003) | |
|
|
53
|
+
| `cod2` | Call of Duty 2 (2005) | |
|
|
54
|
+
| `cod3` | Call of Duty 3 (2006) | |
|
|
55
|
+
| `cod4` | Call of Duty 4: Modern Warfare (2007) | |
|
|
56
|
+
| `codmw2` | Call of Duty: Modern Warfare 2 (2009) | |
|
|
57
|
+
| `codmw3` | Call of Duty: Modern Warfare 3 (2011) | [Valve Protocol](#valve) |
|
|
58
|
+
| `coduo` | Call of Duty: United Offensive (2004) | |
|
|
59
|
+
| `codwaw` | Call of Duty: World at War (2008) | |
|
|
60
|
+
| `callofjuarez` | Call of Juarez (2006) | |
|
|
61
|
+
| `chaser` | Chaser (2003) | |
|
|
62
|
+
| `chivalry` | Chivalry: Medieval Warfare (2012) | [Valve Protocol](#valve) |
|
|
63
|
+
| `chrome` | Chrome (2003) | |
|
|
64
|
+
| `codenamecure` | Codename CURE (2017) | [Valve Protocol](#valve) |
|
|
65
|
+
| `codenameeagle` | Codename Eagle (2000) | |
|
|
66
|
+
| `colonysurvival` | Colony Survival (2017) | [Valve Protocol](#valve) |
|
|
67
|
+
| `cacrenegade` | Command and Conquer: Renegade (2002) | |
|
|
68
|
+
| `commandos3` | Commandos 3: Destination Berlin (2003) | |
|
|
69
|
+
| `conanexiles` | Conan Exiles (2018) | [Valve Protocol](#valve) |
|
|
70
|
+
| `contagion` | Contagion (2011) | [Valve Protocol](#valve) |
|
|
71
|
+
| `contactjack` | Contract J.A.C.K. (2003) | |
|
|
72
|
+
| `corekeeper` | Core Keeper (2022) | [Valve Protocol](#valve) |
|
|
73
|
+
| `cs15` | Counter-Strike 1.5 (2002) | |
|
|
74
|
+
| `cs16` | Counter-Strike 1.6 (2003) | [Valve Protocol](#valve) |
|
|
75
|
+
| `cs2` | Counter-Strike 2 (2023) | [Valve Protocol](#valve) |
|
|
76
|
+
| `cscz` | Counter-Strike: Condition Zero (2004) | [Valve Protocol](#valve) |
|
|
77
|
+
| `csgo` | Counter-Strike: Global Offensive (2012) | [Notes](#csgo), [Valve Protocol](#valve) |
|
|
78
|
+
| `css` | Counter-Strike: Source (2004) | [Valve Protocol](#valve) |
|
|
79
|
+
| `creativerse` | Creativerse (2017) | [Valve Protocol](#valve) |
|
|
80
|
+
| `crossracing` | Cross Racing Championship Extreme 2005 (2005) | |
|
|
81
|
+
| `crysis` | Crysis (2007) | |
|
|
82
|
+
| `crysis2` | Crysis 2 (2011) | |
|
|
83
|
+
| `crysiswars` | Crysis Wars (2008) | |
|
|
84
|
+
| `cs2d` | CS2D (2004) | |
|
|
85
|
+
| `daikatana` | Daikatana (2000) | |
|
|
86
|
+
| `dnl` | Dark and Light (2017) | [Valve Protocol](#valve) |
|
|
87
|
+
| `dmomam` | Dark Messiah of Might and Magic (2006) | [Valve Protocol](#valve) |
|
|
88
|
+
| `darkesthour` | Darkest Hour: Europe '44-'45 (2008) | |
|
|
89
|
+
| `dod` | Day of Defeat (2003) | [Valve Protocol](#valve) |
|
|
90
|
+
| `dods` | Day of Defeat: Source (2005) | [Valve Protocol](#valve) |
|
|
91
|
+
| `dayofdragons` | Day of Dragons (2019) | [Valve Protocol](#valve) |
|
|
92
|
+
| `doi` | Day of Infamy (2017) | [Valve Protocol](#valve) |
|
|
93
|
+
| `daysofwar` | Days of War (2017) | [Valve Protocol](#valve) |
|
|
94
|
+
| `dayz` | DayZ (2018) | [Valve Protocol](#valve) |
|
|
95
|
+
| `dayzmod` | DayZ Mod (2013) | [Valve Protocol](#valve) |
|
|
96
|
+
| `deadlydozenpt` | Deadly Dozen: Pacific Theater (2002) | |
|
|
97
|
+
| `dmc` | Deathmatch Classic (2001) | [Valve Protocol](#valve) |
|
|
98
|
+
| `dh2005` | Deer Hunter 2005 (2004) | |
|
|
99
|
+
| `descent3` | Descent 3 (1999) | |
|
|
100
|
+
| `deusex` | Deus Ex (2000) | |
|
|
101
|
+
| `devastation` | Devastation (2003) | |
|
|
102
|
+
| `dinodday` | Dino D-Day (2011) | [Valve Protocol](#valve) |
|
|
103
|
+
| `dirttrackracing2` | Dirt Track Racing 2 (2002) | |
|
|
104
|
+
| `discord` | Discord | [Notes](#discord) |
|
|
105
|
+
| `dst` | Don't Starve Together (2016) | [Valve Protocol](#valve) |
|
|
106
|
+
| `doom3` | Doom 3 (2004) | |
|
|
107
|
+
| `dota2` | Dota 2 (2013) | [Valve Protocol](#valve) |
|
|
108
|
+
| `dab` | Double Action: Boogaloo (2014) | [Valve Protocol](#valve) |
|
|
109
|
+
| `drakan` | Drakan: Order of the Flame (1999) | |
|
|
110
|
+
| `dys` | Dystopia (2005) | [Valve Protocol](#valve) |
|
|
111
|
+
| `eco` | Eco (2018) | |
|
|
112
|
+
| `eldewrito` | Halo Online - ElDewrito (2007) | |
|
|
113
|
+
| `em` | Empires Mod (2008) | [Valve Protocol](#valve) |
|
|
114
|
+
| `empyrion` | Empyrion - Galactic Survival (2015) | [Valve Protocol](#valve) |
|
|
115
|
+
| `etqw` | Enemy Territory: Quake Wars (2007) | |
|
|
116
|
+
| `fear` | F.E.A.R. (2005) | |
|
|
117
|
+
| `f1c9902` | F1 Challenge '99-'02 (2002) | |
|
|
118
|
+
| `farcry` | Far Cry (2004) | |
|
|
119
|
+
| `farcry2` | Far Cry 2 (2008) | |
|
|
120
|
+
| `fof` | Fistful of Frags (2014) | [Valve Protocol](#valve) |
|
|
121
|
+
| `f12002` | Formula One 2002 (2002) | |
|
|
122
|
+
| `fortressforever` | Fortress Forever (2007) | [Valve Protocol](#valve) |
|
|
123
|
+
| `ffow` | Frontlines: Fuel of War (2008) | |
|
|
124
|
+
| `garrysmod` | Garry's Mod (2004) | [Valve Protocol](#valve) |
|
|
125
|
+
| `geneshift`<br>`mutantfactions` | Geneshift (2017) | |
|
|
126
|
+
| `giantscitizenkabuto` | Giants: Citizen Kabuto (2000) | |
|
|
127
|
+
| `globaloperations` | Global Operations (2002) | |
|
|
128
|
+
| `ges` | GoldenEye: Source (2010) | [Valve Protocol](#valve) |
|
|
129
|
+
| `gore` | Gore: Ultimate Soldier (2002) | |
|
|
130
|
+
| `fivem` | Grand Theft Auto V - FiveM (2013) | |
|
|
131
|
+
| `mtasa` | Grand Theft Auto: San Andreas - Multi Theft Auto (2004) | |
|
|
132
|
+
| `mtavc` | Grand Theft Auto: Vice City - Multi Theft Auto (2002) | |
|
|
133
|
+
| `groundbreach` | Ground Breach (2018) | [Valve Protocol](#valve) |
|
|
134
|
+
| `gunmanchronicles` | Gunman Chronicles (2000) | [Valve Protocol](#valve) |
|
|
135
|
+
| `hl2dm` | Half-Life 2: Deathmatch (2004) | [Valve Protocol](#valve) |
|
|
136
|
+
| `hldm` | Half-Life Deathmatch (1998) | [Valve Protocol](#valve) |
|
|
137
|
+
| `hldms` | Half-Life Deathmatch: Source (2005) | [Valve Protocol](#valve) |
|
|
138
|
+
| `hlopfor` | Half-Life: Opposing Force (1999) | [Valve Protocol](#valve) |
|
|
139
|
+
| `halo` | Halo (2003) | |
|
|
140
|
+
| `halo2` | Halo 2 (2007) | |
|
|
141
|
+
| `hll` | Hell Let Loose | [Valve Protocol](#valve) |
|
|
142
|
+
| `heretic2` | Heretic II (1998) | |
|
|
143
|
+
| `hexen2` | Hexen II (1997) | |
|
|
144
|
+
| `had2` | Hidden & Dangerous 2 (2003) | |
|
|
145
|
+
| `homefront` | Homefront (2011) | [Valve Protocol](#valve) |
|
|
146
|
+
| `homeworld2` | Homeworld 2 (2003) | |
|
|
147
|
+
| `hurtworld` | Hurtworld (2015) | [Valve Protocol](#valve) |
|
|
148
|
+
| `igi2` | I.G.I.-2: Covert Strike (2003) | |
|
|
149
|
+
| `il2` | IL-2 Sturmovik (2001) | |
|
|
150
|
+
| `insurgency` | Insurgency (2014) | [Valve Protocol](#valve) |
|
|
151
|
+
| `insurgencymic` | Insurgency: Modern Infantry Combat (2007) | [Valve Protocol](#valve) |
|
|
152
|
+
| `insurgencysandstorm` | Insurgency: Sandstorm (2018) | [Valve Protocol](#valve) |
|
|
153
|
+
| `ironstorm` | Iron Storm (2002) | |
|
|
154
|
+
| `jamesbondnightfire` | James Bond 007: Nightfire (2002) | |
|
|
155
|
+
| `jc2mp` | Just Cause 2 - Multiplayer (2010) | |
|
|
156
|
+
| `jc3mp` | Just Cause 3 - Multiplayer (2017) | [Valve Protocol](#valve) |
|
|
157
|
+
| `kspdmp` | Kerbal Space Program - DMP Multiplayer (2015) | |
|
|
158
|
+
| `killingfloor` | Killing Floor (2009) | |
|
|
159
|
+
| `killingfloor2` | Killing Floor 2 (2016) | [Valve Protocol](#valve) |
|
|
160
|
+
| `kingpin` | Kingpin: Life of Crime (1999) | |
|
|
161
|
+
| `kisspc` | Kiss: Psycho Circus: The Nightmare Child (2000) | |
|
|
162
|
+
| `kzmod` | Kreedz Climbing (2017) | [Valve Protocol](#valve) |
|
|
163
|
+
| `left4dead` | Left 4 Dead (2008) | [Valve Protocol](#valve) |
|
|
164
|
+
| `left4dead2` | Left 4 Dead 2 (2009) | [Valve Protocol](#valve) |
|
|
165
|
+
| `m2mp` | Mafia II - Multiplayer (2010) | |
|
|
166
|
+
| `m2o` | Mafia II - Online (2010) | |
|
|
167
|
+
| `moh2010` | Medal of Honor (2010) | |
|
|
168
|
+
| `mohab` | Medal of Honor: Airborne (2007) | |
|
|
169
|
+
| `mohaa` | Medal of Honor: Allied Assault (2002) | |
|
|
170
|
+
| `mohbt` | Medal of Honor: Allied Assault Breakthrough (2003) | |
|
|
171
|
+
| `mohsh` | Medal of Honor: Allied Assault Spearhead (2002) | |
|
|
172
|
+
| `mohpa` | Medal of Honor: Pacific Assault (2004) | |
|
|
173
|
+
| `mohwf` | Medal of Honor: Warfighter (2012) | |
|
|
174
|
+
| `medievalengineers` | Medieval Engineers (2015) | [Valve Protocol](#valve) |
|
|
175
|
+
| `minecraft`<br>`minecraftping` | Minecraft (2009) | |
|
|
176
|
+
| `minecraftpe`<br>`minecraftbe` | Minecraft: Bedrock Edition (2011) | |
|
|
177
|
+
| `mnc` | Monday Night Combat (2011) | [Valve Protocol](#valve) |
|
|
178
|
+
| `mordhau` | Mordhau (2019) | [Valve Protocol](#valve) |
|
|
179
|
+
| `mumble` | Mumble - GTmurmur Plugin (2005) | [Notes](#mumble) |
|
|
180
|
+
| `mumbleping` | Mumble - Lightweight (2005) | [Notes](#mumble) |
|
|
181
|
+
| `nascarthunder2004` | NASCAR Thunder 2004 (2003) | |
|
|
182
|
+
| `ns` | Natural Selection (2002) | [Valve Protocol](#valve) |
|
|
183
|
+
| `ns2` | Natural Selection 2 (2012) | [Valve Protocol](#valve) |
|
|
184
|
+
| `nfshp2` | Need for Speed: Hot Pursuit 2 (2002) | |
|
|
185
|
+
| `nab` | Nerf Arena Blast (1999) | |
|
|
186
|
+
| `netpanzer` | netPanzer (2002) | |
|
|
187
|
+
| `nwn` | Neverwinter Nights (2002) | |
|
|
188
|
+
| `nwn2` | Neverwinter Nights 2 (2006) | |
|
|
189
|
+
| `nexuiz` | Nexuiz (2005) | |
|
|
190
|
+
| `nitrofamily` | Nitro Family (2004) | |
|
|
191
|
+
| `nmrih` | No More Room in Hell (2011) | [Valve Protocol](#valve) |
|
|
192
|
+
| `nolf2` | No One Lives Forever 2: A Spy in H.A.R.M.'s Way (2002) | |
|
|
193
|
+
| `nucleardawn` | Nuclear Dawn (2011) | [Valve Protocol](#valve) |
|
|
194
|
+
| `onset` | Onset (2019) | [Valve Protocol](#valve) |
|
|
195
|
+
| `openarena` | OpenArena (2005) | |
|
|
196
|
+
| `openttd` | OpenTTD (2004) | |
|
|
197
|
+
| `operationflashpoint`<br>`flashpoint` | Operation Flashpoint: Cold War Crisis (2001) | |
|
|
198
|
+
| `flashpointresistance` | Operation Flashpoint: Resistance (2002) | |
|
|
199
|
+
| `ohd` | Operation: Harsh Doorstop (2023) | [Valve Protocol](#valve) |
|
|
200
|
+
| `painkiller` | Painkiller | |
|
|
201
|
+
| `pvkii` | Pirates, Vikings, and Knights II (2007) | [Valve Protocol](#valve) |
|
|
202
|
+
| `pixark` | PixARK (2018) | [Valve Protocol](#valve) |
|
|
203
|
+
| `ps` | Post Scriptum | |
|
|
204
|
+
| `postal2` | Postal 2 | |
|
|
205
|
+
| `prey` | Prey | |
|
|
206
|
+
| `primalcarnage` | Primal Carnage: Extinction | [Valve Protocol](#valve) |
|
|
207
|
+
| `pc` | Project Cars (2015) | [Valve Protocol](#valve) |
|
|
208
|
+
| `pc2` | Project Cars 2 (2017) | [Valve Protocol](#valve) |
|
|
209
|
+
| `prbf2` | Project Reality: Battlefield 2 (2005) | |
|
|
210
|
+
| `przomboid` | Project Zomboid | [Valve Protocol](#valve) |
|
|
211
|
+
| `quake1` | Quake 1: QuakeWorld (1996) | |
|
|
212
|
+
| `quake2` | Quake 2 (1997) | |
|
|
213
|
+
| `quake3` | Quake 3: Arena (1999) | |
|
|
214
|
+
| `quake4` | Quake 4 (2005) | |
|
|
215
|
+
| `quakelive` | Quake Live (2010) | [Valve Protocol](#valve) |
|
|
216
|
+
| `ragdollkungfu` | Rag Doll Kung Fu | [Valve Protocol](#valve) |
|
|
217
|
+
| `r6` | Rainbow Six | |
|
|
218
|
+
| `r6roguespear` | Rainbow Six 2: Rogue Spear | |
|
|
219
|
+
| `r6ravenshield` | Rainbow Six 3: Raven Shield | |
|
|
220
|
+
| `rallisportchallenge` | RalliSport Challenge | |
|
|
221
|
+
| `rallymasters` | Rally Masters | |
|
|
222
|
+
| `redm` | Red Dead Redemption 2 - RedM (2018) | |
|
|
223
|
+
| `redorchestra` | Red Orchestra | |
|
|
224
|
+
| `redorchestra2` | Red Orchestra 2 | [Valve Protocol](#valve) |
|
|
225
|
+
| `redorchestraost` | Red Orchestra: Ostfront 41-45 | |
|
|
226
|
+
| `redline` | Redline | |
|
|
227
|
+
| `rtcw` | Return to Castle Wolfenstein | |
|
|
228
|
+
| `rfactor` | rFactor | |
|
|
229
|
+
| `ricochet` | Ricochet | [Valve Protocol](#valve) |
|
|
230
|
+
| `riseofnations` | Rise of Nations | |
|
|
231
|
+
| `rs2` | Rising Storm 2: Vietnam | [Valve Protocol](#valve) |
|
|
232
|
+
| `risingworld` | Rising World (2014) | [Valve Protocol](#valve) |
|
|
233
|
+
| `ror2` | Risk of Rain 2 (2020) | [Valve Protocol](#valve) |
|
|
234
|
+
| `rune` | Rune | |
|
|
235
|
+
| `rust` | Rust | [Valve Protocol](#valve) |
|
|
236
|
+
| `stalker` | S.T.A.L.K.E.R. | |
|
|
237
|
+
| `samp` | San Andreas Multiplayer | |
|
|
238
|
+
| `saomp` | San Andreas OpenMP | |
|
|
239
|
+
| `savage2` | Savage 2: A Tortured Soul (2008) | |
|
|
240
|
+
| `ss` | Serious Sam | |
|
|
241
|
+
| `ss2` | Serious Sam 2 | |
|
|
242
|
+
| `shatteredhorizon` | Shattered Horizon | [Valve Protocol](#valve) |
|
|
243
|
+
| `shogo` | Shogo | |
|
|
244
|
+
| `shootmania` | Shootmania | [Notes](#nadeo-shootmania--trackmania--etc) |
|
|
245
|
+
| `sin` | SiN | |
|
|
246
|
+
| `sinep` | SiN Episodes | [Valve Protocol](#valve) |
|
|
247
|
+
| `soldat` | Soldat | |
|
|
248
|
+
| `sof` | Soldier of Fortune | |
|
|
249
|
+
| `sof2` | Soldier of Fortune 2 | |
|
|
250
|
+
| `sonsoftheforest` | Sons Of The Forest (2023) | [Valve Protocol](#valve) |
|
|
251
|
+
| `spaceengineers` | Space Engineers | [Valve Protocol](#valve) |
|
|
252
|
+
| `squad` | Squad | [Valve Protocol](#valve) |
|
|
253
|
+
| `stbc` | Star Trek: Bridge Commander | |
|
|
254
|
+
| `stvef` | Star Trek: Voyager - Elite Force | |
|
|
255
|
+
| `stvef2` | Star Trek: Voyager - Elite Force 2 | |
|
|
256
|
+
| `swjk2` | Star Wars Jedi Knight II: Jedi Outcast (2002) | |
|
|
257
|
+
| `swjk` | Star Wars Jedi Knight: Jedi Academy (2003) | |
|
|
258
|
+
| `swbf` | Star Wars: Battlefront | |
|
|
259
|
+
| `swbf2` | Star Wars: Battlefront 2 | |
|
|
260
|
+
| `swrc` | Star Wars: Republic Commando | |
|
|
261
|
+
| `starbound` | Starbound | [Valve Protocol](#valve) |
|
|
262
|
+
| `starmade` | StarMade | |
|
|
263
|
+
| `starsiege` | Starsiege (2009) | |
|
|
264
|
+
| `suicidesurvival` | Suicide Survival | [Valve Protocol](#valve) |
|
|
265
|
+
| `stn` | Survive the Nights (2017) | [Valve Protocol](#valve) |
|
|
266
|
+
| `svencoop` | Sven Coop | [Valve Protocol](#valve) |
|
|
267
|
+
| `swat4` | SWAT 4 | |
|
|
268
|
+
| `synergy` | Synergy | [Valve Protocol](#valve) |
|
|
269
|
+
| `tacticalops` | Tactical Ops | |
|
|
270
|
+
| `takeonhelicopters` | Take On Helicopters (2011) | |
|
|
271
|
+
| `teamfactor` | Team Factor | |
|
|
272
|
+
| `tf2` | Team Fortress 2 | [Valve Protocol](#valve) |
|
|
273
|
+
| `tfc` | Team Fortress Classic | [Valve Protocol](#valve) |
|
|
274
|
+
| `teamspeak2` | Teamspeak 2 | |
|
|
275
|
+
| `teamspeak3` | Teamspeak 3 | [Notes](#teamspeak3) |
|
|
276
|
+
| `terminus` | Terminus | |
|
|
277
|
+
| `terraria`<br>`tshock` | Terraria - TShock (2011) | [Notes](#terraria) |
|
|
278
|
+
| `theforest` | The Forest (2014) | [Valve Protocol](#valve) |
|
|
279
|
+
| `forrest` | The Forrest (2014) | [Valve Protocol](#valve) |
|
|
280
|
+
| `thefront` | The Front (2023) | [Valve Protocol](#valve) |
|
|
281
|
+
| `hidden` | The Hidden (2005) | [Valve Protocol](#valve) |
|
|
282
|
+
| `isle` | The Isle (2015) | [Valve Protocol](#valve) |
|
|
283
|
+
| `nolf` | The Operative: No One Lives Forever (2000) | |
|
|
284
|
+
| `ship` | The Ship | [Valve Protocol](#valve) |
|
|
285
|
+
| `ts` | The Specalists | [Valve Protocol](#valve) |
|
|
286
|
+
| `graw` | Tom Clancy's Ghost Recon Advanced Warfighter (2006) | |
|
|
287
|
+
| `graw2` | Tom Clancy's Ghost Recon Advanced Warfighter 2 (2007) | |
|
|
288
|
+
| `thps3` | Tony Hawk's Pro Skater 3 | |
|
|
289
|
+
| `thps4` | Tony Hawk's Pro Skater 4 | |
|
|
290
|
+
| `thu2` | Tony Hawk's Underground 2 | |
|
|
291
|
+
| `towerunite` | Tower Unite | [Valve Protocol](#valve) |
|
|
292
|
+
| `trackmania2` | Trackmania 2 | [Notes](#nadeo-shootmania--trackmania--etc) |
|
|
293
|
+
| `trackmaniaforever` | Trackmania Forever | [Notes](#nadeo-shootmania--trackmania--etc) |
|
|
294
|
+
| `tremulous` | Tremulous | |
|
|
295
|
+
| `tribes1` | Tribes 1: Starsiege | |
|
|
296
|
+
| `tribesvengeance` | Tribes: Vengeance | |
|
|
297
|
+
| `tron20` | Tron 2.0 | |
|
|
298
|
+
| `turok2` | Turok 2 | |
|
|
299
|
+
| `universalcombat` | Universal Combat | |
|
|
300
|
+
| `unreal` | Unreal | |
|
|
301
|
+
| `ut` | Unreal Tournament | |
|
|
302
|
+
| `ut2003` | Unreal Tournament 2003 | |
|
|
303
|
+
| `ut2004` | Unreal Tournament 2004 | |
|
|
304
|
+
| `ut3` | Unreal Tournament 3 | |
|
|
305
|
+
| `unturned` | Unturned | [Valve Protocol](#valve) |
|
|
306
|
+
| `urbanterror` | Urban Terror | |
|
|
307
|
+
| `vrising` | V Rising (2022) | [Valve Protocol](#valve) |
|
|
308
|
+
| `v8supercar` | V8 Supercar Challenge | |
|
|
309
|
+
| `valheim` | Valheim (2021) | [Notes](#valheim), [Valve Protocol](#valve) |
|
|
310
|
+
| `vs` | Vampire Slayer | [Valve Protocol](#valve) |
|
|
311
|
+
| `ventrilo` | Ventrilo | |
|
|
312
|
+
| `vcmp` | Vice City Multiplayer | |
|
|
313
|
+
| `vietcong` | Vietcong | |
|
|
314
|
+
| `vietcong2` | Vietcong 2 | |
|
|
315
|
+
| `warfork` | Warfork | |
|
|
316
|
+
| `warsow` | Warsow | |
|
|
317
|
+
| `wheeloftime` | Wheel of Time | |
|
|
318
|
+
| `wolfenstein2009` | Wolfenstein 2009 | |
|
|
319
|
+
| `wolfensteinet` | Wolfenstein: Enemy Territory | |
|
|
320
|
+
| `wurm` | Wurm Unlimited | [Valve Protocol](#valve) |
|
|
321
|
+
| `xpandrally` | Xpand Rally | |
|
|
322
|
+
| `zombiemaster` | Zombie Master | [Valve Protocol](#valve) |
|
|
323
|
+
| `zps` | Zombie Panic: Source | [Valve Protocol](#valve) |
|
|
327
324
|
|
|
328
325
|
### Not supported (yet)
|
|
329
326
|
|
|
@@ -381,7 +378,7 @@
|
|
|
381
378
|
|
|
382
379
|
> Don't see your game listed here?
|
|
383
380
|
>
|
|
384
|
-
> First, let us know
|
|
381
|
+
> First, let us know so we can fix it. Then, you can try using some common query
|
|
385
382
|
> protocols directly by using one of these server types:
|
|
386
383
|
> * protocol-ase
|
|
387
384
|
> * protocol-battlefield
|
|
@@ -440,7 +437,7 @@ additional option: `token`
|
|
|
440
437
|
Valheim servers will only respond to queries if they are started in public mode (`-public 1`).
|
|
441
438
|
|
|
442
439
|
### DayZ
|
|
443
|
-
DayZ stores some of it's servers information inside the `tags` attribute. Make sure to set `requestRules: true` to access it. Some data inside `dayzMods` attribute may be fuzzy, due to how mods are loaded into the servers.
|
|
440
|
+
DayZ stores some of it's servers information inside the `tags` attribute. Make sure to set `requestRules: true` to access it. Some data inside `dayzMods` attribute may be fuzzy, due to how mods are loaded into the servers. Alternatively, some servers may have a [third party tool](https://dayzsalauncher.com/#/tools) that you can use to get the mods information. If it's installed, you can access it via browser with the game servers IP:PORT, but add up 10 to the port. (eg. if game port is 2302 then use 2312).
|
|
444
441
|
|
|
445
442
|
### <a name="valve"></a>Valve Protocol
|
|
446
443
|
For many valve games, additional 'rules' may be fetched into the unstable `raw` field by passing the additional
|
|
@@ -448,6 +445,3 @@ option: `requestRules: true`. Beware that this may increase query time.
|
|
|
448
445
|
|
|
449
446
|
### <a name="thefront"></a>The Front
|
|
450
447
|
Responses with wrong `name` (gives out a steamid instead of the server name) and `maxplayers` (always 200, whatever the config would be) field values.
|
|
451
|
-
|
|
452
|
-
### Conan Exiles
|
|
453
|
-
Conan Exiles never responds to player query.
|