gamedigz 0.3.1 → 0.3.4

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.
Files changed (100) hide show
  1. package/GAMES_LIST.md +476 -356
  2. package/README.md +111 -94
  3. package/bin/gamedig.js +51 -67
  4. package/dist/index.cjs +18142 -0
  5. package/lib/DnsResolver.js +64 -64
  6. package/lib/GlobalUdpSocket.js +60 -59
  7. package/lib/HexUtil.js +18 -22
  8. package/lib/Logger.js +37 -38
  9. package/lib/Promises.js +17 -19
  10. package/lib/ProtocolResolver.js +4 -19
  11. package/lib/QueryRunner.js +111 -100
  12. package/lib/Results.js +28 -36
  13. package/lib/game-resolver.js +27 -0
  14. package/lib/gamedig.js +23 -0
  15. package/lib/games.js +3469 -0
  16. package/lib/index.js +4 -22
  17. package/lib/reader.js +152 -155
  18. package/package.json +33 -17
  19. package/protocols/altvmp.js +63 -0
  20. package/protocols/armagetron.js +53 -53
  21. package/protocols/asa.js +8 -4
  22. package/protocols/ase.js +38 -40
  23. package/protocols/assettocorsa.js +36 -35
  24. package/protocols/battlefield.js +153 -149
  25. package/protocols/beammp.js +46 -0
  26. package/protocols/beammpmaster.js +17 -0
  27. package/protocols/brokeprotocol.js +13 -0
  28. package/protocols/brokeprotocolmaster.js +418 -0
  29. package/protocols/buildandshoot.js +39 -54
  30. package/protocols/core.js +322 -309
  31. package/protocols/cs2d.js +59 -63
  32. package/protocols/dayz.js +227 -0
  33. package/protocols/discord.js +26 -28
  34. package/protocols/doom3.js +133 -135
  35. package/protocols/eco.js +18 -17
  36. package/protocols/eldewrito.js +7 -9
  37. package/protocols/epic.js +66 -10
  38. package/protocols/factorio.js +24 -0
  39. package/protocols/farmingsimulator.js +69 -0
  40. package/protocols/ffow.js +35 -36
  41. package/protocols/fivem.js +30 -30
  42. package/protocols/gamespy1.js +163 -168
  43. package/protocols/gamespy2.js +124 -124
  44. package/protocols/gamespy3.js +188 -188
  45. package/protocols/geneshift.js +40 -42
  46. package/protocols/goldsrc.js +6 -8
  47. package/protocols/gtasao.js +8 -0
  48. package/protocols/hawakening.js +13 -0
  49. package/protocols/hawakeningmaster.js +718 -0
  50. package/protocols/hexen2.js +12 -13
  51. package/protocols/hytale.js +49 -0
  52. package/protocols/index.js +86 -0
  53. package/protocols/jc2mp.js +14 -16
  54. package/protocols/kspdmp.js +23 -24
  55. package/protocols/mafia2mp.js +35 -36
  56. package/protocols/mafia2online.js +7 -9
  57. package/protocols/minecraft.js +87 -81
  58. package/protocols/minecraftbedrock.js +60 -63
  59. package/protocols/minecraftvanilla.js +82 -90
  60. package/protocols/minetest.js +39 -0
  61. package/protocols/mumble.js +33 -35
  62. package/protocols/mumbleping.js +21 -22
  63. package/protocols/nadeo.js +72 -75
  64. package/protocols/openttd.js +156 -121
  65. package/protocols/palworld.js +32 -0
  66. package/protocols/quake1.js +12 -9
  67. package/protocols/quake2.js +80 -78
  68. package/protocols/quake3.js +23 -19
  69. package/protocols/ragemp.js +49 -0
  70. package/protocols/renegadex.js +232 -0
  71. package/protocols/renegadexmaster.js +21 -0
  72. package/protocols/renown.js +20 -0
  73. package/protocols/rfactor.js +62 -69
  74. package/protocols/samp.js +94 -98
  75. package/protocols/satisfactory.js +106 -0
  76. package/protocols/savage2.js +21 -27
  77. package/protocols/scpsl.js +54 -0
  78. package/protocols/sdtd.js +109 -0
  79. package/protocols/soldat.js +45 -0
  80. package/protocols/squad.js +20 -0
  81. package/protocols/starmade.js +55 -57
  82. package/protocols/starsiege.js +8 -10
  83. package/protocols/teamspeak2.js +65 -65
  84. package/protocols/teamspeak3.js +60 -58
  85. package/protocols/terraria.js +21 -20
  86. package/protocols/theisleevrima.js +19 -0
  87. package/protocols/toxikk.js +122 -0
  88. package/protocols/tribes1.js +140 -139
  89. package/protocols/tribes1master.js +67 -68
  90. package/protocols/unreal2.js +138 -139
  91. package/protocols/ut3.js +40 -42
  92. package/protocols/valve.js +414 -562
  93. package/protocols/vcmp.js +8 -10
  94. package/protocols/ventrilo.js +226 -225
  95. package/protocols/vintagestory.js +24 -0
  96. package/protocols/vintagestorymaster.js +17 -0
  97. package/protocols/warsow.js +10 -12
  98. package/protocols/xonotic.js +16 -0
  99. package/games.txt +0 -346
  100. package/lib/GameResolver.js +0 -110
package/GAMES_LIST.md CHANGED
@@ -1,326 +1,366 @@
1
1
  ### Supported
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) |
2
+
3
+ <!--- BEGIN GENERATED GAMES -->
4
+ | GameDig Type ID | Name | See Also |
5
+ |----------------------|--------------------------------------------------|--------------------------------------------------|
6
+ | a2oa | ARMA 2: Operation Arrowhead | [Valve Protocol](#valve) |
7
+ | aaa | ARMA: Armed Assault | |
8
+ | aapg | America's Army: Proving Grounds | [Valve Protocol](#valve) |
9
+ | abioticfactor | Abiotic Factor | [Valve Protocol](#valve) |
10
+ | actionsource | Action: Source | [Valve Protocol](#valve) |
11
+ | acwa | ARMA: Cold War Assault | |
12
+ | ahl | Action Half-Life | [Valve Protocol](#valve) |
13
+ | alienarena | Alien Arena | |
14
+ | alienswarm | Alien Swarm | [Valve Protocol](#valve) |
15
+ | americasarmy | America's Army | |
16
+ | americasarmy2 | America's Army 2 | |
17
+ | americasarmy3 | America's Army 3 | [Valve Protocol](#valve) |
18
+ | aoc | Age of Chivalry | [Valve Protocol](#valve) |
19
+ | aoe2 | Age of Empires 2 | |
20
+ | aosc | Ace of Spades Classic | [Notes](#aosc-buildandshoot) |
21
+ | arma2 | ARMA 2 | [Valve Protocol](#valve) |
22
+ | arma3 | ARMA 3 | [Valve Protocol](#valve) |
23
+ | armagetronadvanced | Armagetron Advanced | |
24
+ | armareforger | ARMA: Reforger | [Notes](#armareforger), [Valve Protocol](#valve) |
25
+ | armaresistance | ARMA: Resistance | |
26
+ | asa | Ark: Survival Ascended | [EOS Protocol](#epic) |
27
+ | ase | Ark: Survival Evolved | [Valve Protocol](#valve) |
28
+ | asr08 | Arca Sim Racing '08 | |
29
+ | assettocorsa | Assetto Corsa | |
30
+ | atlas | Atlas | [Valve Protocol](#valve) |
31
+ | avorion | Avorion | [Valve Protocol](#valve) |
32
+ | avp2 | Aliens versus Predator 2 | |
33
+ | avp2010 | Aliens vs. Predator 2010 | [Valve Protocol](#valve) |
34
+ | baldursgate | Baldur's Gate | |
35
+ | ballisticoverkill | Ballistic Overkill | [Valve Protocol](#valve) |
36
+ | barotrauma | Barotrauma | [Valve Protocol](#valve) |
37
+ | bas | Build and Shoot | [Notes](#aosc-buildandshoot) |
38
+ | basedefense | Base Defense | [Valve Protocol](#valve) |
39
+ | battalion1944 | Battalion 1944 | [Valve Protocol](#valve) |
40
+ | battlefield1942 | Battlefield 1942 | |
41
+ | battlefield2 | Battlefield 2 | |
42
+ | battlefield2142 | Battlefield 2142 | |
43
+ | battlefield3 | Battlefield 3 | |
44
+ | battlefield4 | Battlefield 4 | |
45
+ | battlefieldhardline | Battlefield Hardline | |
46
+ | battlefieldvietnam | Battlefield Vietnam | |
47
+ | bbc2 | Battlefield: Bad Company 2 | |
48
+ | beammp | BeamMP (2021) | |
49
+ | blackmesa | Black Mesa | [Valve Protocol](#valve) |
50
+ | bladesymphony | Blade Symphony | [Valve Protocol](#valve) |
51
+ | brainbread | BrainBread | [Valve Protocol](#valve) |
52
+ | brainbread2 | BrainBread 2 | [Valve Protocol](#valve) |
53
+ | breach | Breach | [Valve Protocol](#valve) |
54
+ | breed | Breed | |
55
+ | brink | Brink | [Valve Protocol](#valve) |
56
+ | brokeprotocol | BROKE PROTOCOL | [Notes](#brokeprotocol) |
57
+ | c2d | CS2D | |
58
+ | c3db | Commandos 3: Destination Berlin | |
59
+ | cacr | Command and Conquer: Renegade | |
60
+ | cbu | Clive Barker's Undying | |
61
+ | chaser | Chaser | |
62
+ | chrome | Chrome | |
63
+ | cmw | Chivalry: Medieval Warfare | [Valve Protocol](#valve) |
64
+ | cod | Call of Duty | |
65
+ | cod2 | Call of Duty 2 | |
66
+ | cod3 | Call of Duty 3 | |
67
+ | cod4mw | Call of Duty 4: Modern Warfare | |
68
+ | codbo3 | Call of Duty: Black Ops 3 | [Valve Protocol](#valve) |
69
+ | codenamecure | Codename CURE | [Valve Protocol](#valve) |
70
+ | codenameeagle | Codename Eagle | |
71
+ | codmw2 | Call of Duty: Modern Warfare 2 | |
72
+ | codmw3 | Call of Duty: Modern Warfare 3 | [Valve Protocol](#valve) |
73
+ | coduo | Call of Duty: United Offensive | |
74
+ | codwaw | Call of Duty: World at War | |
75
+ | coj | Call of Juarez | |
76
+ | colonysurvival | Colony Survival | [Valve Protocol](#valve) |
77
+ | conanexiles | Conan Exiles | [Notes](#conanexiles), [Valve Protocol](#valve) |
78
+ | contagion | Contagion | [Valve Protocol](#valve) |
79
+ | contractjack | Contract J.A.C.K. | |
80
+ | corekeeper | Core Keeper | [Valve Protocol](#valve) |
81
+ | counterstrike15 | Counter-Strike 1.5 | |
82
+ | counterstrike16 | Counter-Strike 1.6 | [Valve Protocol](#valve) |
83
+ | counterstrike2 | Counter-Strike 2 | [Notes](#cs2), [Valve Protocol](#valve) |
84
+ | crce | Cross Racing Championship Extreme | |
85
+ | creativerse | Creativerse | [Valve Protocol](#valve) |
86
+ | crysis | Crysis | |
87
+ | crysis2 | Crysis 2 | |
88
+ | crysiswars | Crysis Wars | |
89
+ | cscz | Counter-Strike: Condition Zero | [Valve Protocol](#valve) |
90
+ | csgo | Counter-Strike: Global Offensive | [Notes](#csgo), [Valve Protocol](#valve) |
91
+ | css | Counter-Strike: Source | [Valve Protocol](#valve) |
92
+ | dab | Double Action: Boogaloo | [Valve Protocol](#valve) |
93
+ | daikatana | Daikatana | |
94
+ | dal | Dark and Light | [Valve Protocol](#valve) |
95
+ | dayofdragons | Day of Dragons | [Valve Protocol](#valve) |
96
+ | dayz | DayZ | [Notes](#dayz), [Valve Protocol](#valve) |
97
+ | dayzmod | DayZ Mod | [Valve Protocol](#valve) |
98
+ | ddd | Dino D-Day | [Valve Protocol](#valve) |
99
+ | ddpt | Deadly Dozen: Pacific Theater | |
100
+ | deathmatchclassic | Deathmatch Classic | [Valve Protocol](#valve) |
101
+ | deerhunter2005 | Deer Hunter 2005 | |
102
+ | descent3 | Descent 3 | |
103
+ | deusex | Deus Ex | |
104
+ | devastation | Devastation | |
105
+ | dhe4445 | Darkest Hour: Europe '44-'45 | |
106
+ | discord | Discord | [Notes](#discord) |
107
+ | dmomam | Dark Messiah of Might and Magic | [Valve Protocol](#valve) |
108
+ | dnf2001 | Duke Nukem Forever 2001 | |
109
+ | dod | Day of Defeat | [Valve Protocol](#valve) |
110
+ | dods | Day of Defeat: Source | [Valve Protocol](#valve) |
111
+ | doi | Day of Infamy | [Valve Protocol](#valve) |
112
+ | doom3 | Doom 3 | |
113
+ | dootf | Drakan: Order of the Flame | |
114
+ | dota2 | Dota 2 | [Valve Protocol](#valve) |
115
+ | dow | Days of War | [Valve Protocol](#valve) |
116
+ | dst | Don't Starve Together | [Valve Protocol](#valve) |
117
+ | dtr2 | Dirt Track Racing 2 | |
118
+ | dystopia | Dystopia | [Valve Protocol](#valve) |
119
+ | eco | Eco | |
120
+ | egs | Empyrion - Galactic Survival | [Valve Protocol](#valve) |
121
+ | eldewrito | Halo Online - ElDewrito | |
122
+ | empiresmod | Empires Mod | [Valve Protocol](#valve) |
123
+ | enshrouded | enshrouded | [Valve Protocol](#valve) |
124
+ | etqw | Enemy Territory: Quake Wars | |
125
+ | ets2 | Euro Truck Simulator 2 | [Valve Protocol](#valve) |
126
+ | exfil | Exfil | [Valve Protocol](#valve) |
127
+ | f1c9902 | F1 Challenge '99-'02 | |
128
+ | factorio | Factorio | |
129
+ | farcry | Far Cry | |
130
+ | farcry2 | Far Cry 2 | |
131
+ | farmingsimulator19 | Farming Simulator 19 | |
132
+ | farmingsimulator22 | Farming Simulator 22 | |
133
+ | farmingsimulator25 | Farming Simulator 25 | |
134
+ | fear | F.E.A.R. | |
135
+ | ffow | Frontlines: Fuel of War | |
136
+ | fof | Fistful of Frags | [Valve Protocol](#valve) |
137
+ | formulaone2002 | Formula One 2002 | |
138
+ | fortressforever | Fortress Forever | [Valve Protocol](#valve) |
139
+ | foundry | FOUNDRY | [Valve Protocol](#valve) |
140
+ | garrysmod | Garry's Mod | [Valve Protocol](#valve) |
141
+ | gck | Giants: Citizen Kabuto | |
142
+ | geneshift | Geneshift | |
143
+ | globaloperations | Global Operations | |
144
+ | goldeneyesource | GoldenEye: Source | [Valve Protocol](#valve) |
145
+ | groundbreach | Ground Breach | [Valve Protocol](#valve) |
146
+ | gta5am | Grand Theft Auto V - alt:V Multiplayer | [Notes](#gta5am) |
147
+ | gta5f | Grand Theft Auto V - FiveM | [Notes](#gta5f) |
148
+ | gta5r | Grand Theft Auto V - RageMP | [Notes](#gta5r) |
149
+ | gtasam | Grand Theft Auto: San Andreas Multiplayer | |
150
+ | gtasamta | Grand Theft Auto: San Andreas - Multi Theft Auto | |
151
+ | gtasao | Grand Theft Auto: San Andreas OpenMP | |
152
+ | gtavcmta | Grand Theft Auto: Vice City - Multi Theft Auto | |
153
+ | gunmanchronicles | Gunman Chronicles | [Valve Protocol](#valve) |
154
+ | gus | Gore: Ultimate Soldier | |
155
+ | halo | Halo | |
156
+ | halo2 | Halo 2 | |
157
+ | hawakening | Hawakening | [Notes](#hawakening) |
158
+ | heretic2 | Heretic II | |
159
+ | hexen2 | Hexen II | |
160
+ | hiddendangerous2 | Hidden & Dangerous 2 | |
161
+ | hl2d | Half-Life 2: Deathmatch | [Valve Protocol](#valve) |
162
+ | hld | Half-Life Deathmatch | [Valve Protocol](#valve) |
163
+ | hlds | Half-Life Deathmatch: Source | [Valve Protocol](#valve) |
164
+ | hll | Hell Let Loose | [Valve Protocol](#valve) |
165
+ | hlof | Half-Life: Opposing Force | [Valve Protocol](#valve) |
166
+ | homefront | Homefront | [Valve Protocol](#valve) |
167
+ | homeworld2 | Homeworld 2 | |
168
+ | hurtworld | Hurtworld | [Valve Protocol](#valve) |
169
+ | hytale | Hytale | [Notes](#hytale) |
170
+ | i2cs | IGI 2: Covert Strike | |
171
+ | i2s | IL-2 Sturmovik | |
172
+ | icarus | Icarus | [Valve Protocol](#valve) |
173
+ | imic | Insurgency: Modern Infantry Combat | [Valve Protocol](#valve) |
174
+ | insurgency | Insurgency | [Valve Protocol](#valve) |
175
+ | insurgencysandstorm | Insurgency: Sandstorm | [Valve Protocol](#valve) |
176
+ | ironstorm | Iron Storm | |
177
+ | jb0n | James Bond 007: Nightfire | |
178
+ | jc2m | Just Cause 2 - Multiplayer | |
179
+ | jc3m | Just Cause 3 - Multiplayer | [Valve Protocol](#valve) |
180
+ | killingfloor | Killing Floor | |
181
+ | killingfloor2 | Killing Floor 2 | [Valve Protocol](#valve) |
182
+ | kloc | Kingpin: Life of Crime | |
183
+ | kpctnc | Kiss: Psycho Circus: The Nightmare Child | |
184
+ | kreedzclimbing | Kreedz Climbing | [Valve Protocol](#valve) |
185
+ | kspd | Kerbal Space Program - DMP | |
186
+ | l4d | Left 4 Dead | [Valve Protocol](#valve) |
187
+ | l4d2 | Left 4 Dead 2 | [Valve Protocol](#valve) |
188
+ | m2m | Mafia II - Multiplayer | |
189
+ | m2o | Mafia II - Online | |
190
+ | mbe | Minecraft: Bedrock Edition | |
191
+ | medievalengineers | Medieval Engineers | [Valve Protocol](#valve) |
192
+ | mgm | Mumble - GT Murmur | [Notes](#mumble) |
193
+ | minecraft | Minecraft | [Notes](#minecraft) |
194
+ | minetest | Minetest | |
195
+ | mnc | Monday Night Combat | [Valve Protocol](#valve) |
196
+ | moe | Myth of Empires | [Valve Protocol](#valve) |
197
+ | moh | Medal of Honor | |
198
+ | moha | Medal of Honor: Airborne | |
199
+ | mohaa | Medal of Honor: Allied Assault | |
200
+ | mohaab | Medal of Honor: Allied Assault Breakthrough | |
201
+ | mohaas | Medal of Honor: Allied Assault Spearhead | |
202
+ | mohpa | Medal of Honor: Pacific Assault | |
203
+ | mohw | Medal of Honor: Warfighter | |
204
+ | mordhau | Mordhau | [Valve Protocol](#valve) |
205
+ | mumble | Mumble | [Notes](#mumble) |
206
+ | mutantfactions | Mutant Factions | |
207
+ | nab | Nerf Arena Blast | |
208
+ | nascarthunder2004 | NASCAR Thunder 2004 | |
209
+ | naturalselection | Natural Selection | [Valve Protocol](#valve) |
210
+ | naturalselection2 | Natural Selection 2 | [Valve Protocol](#valve) |
211
+ | netpanzer | netPanzer | |
212
+ | neverwinternights | Neverwinter Nights | |
213
+ | neverwinternights2 | Neverwinter Nights 2 | |
214
+ | nexuiz | Nexuiz | |
215
+ | nfshp2 | Need for Speed: Hot Pursuit 2 | |
216
+ | nitrofamily | Nitro Family | |
217
+ | nla | Nova-Life: Amboise | [Valve Protocol](#valve) |
218
+ | nmrih | No More Room in Hell | [Valve Protocol](#valve) |
219
+ | nolf2asihw | No One Lives Forever 2: A Spy in H.A.R.M.'s Way | |
220
+ | nucleardawn | Nuclear Dawn | [Valve Protocol](#valve) |
221
+ | ofcwc | Operation Flashpoint: Cold War Crisis | |
222
+ | ofr | Operation Flashpoint: Resistance | |
223
+ | ohd | Operation: Harsh Doorstop | [Valve Protocol](#valve) |
224
+ | onset | Onset | [Valve Protocol](#valve) |
225
+ | openarena | OpenArena | |
226
+ | openttd | OpenTTD | |
227
+ | painkiller | Painkiller | |
228
+ | palworld | Palworld | [Notes](#palworld) |
229
+ | pce | Primal Carnage: Extinction | [Valve Protocol](#valve) |
230
+ | pixark | PixARK | [Valve Protocol](#valve) |
231
+ | postal2 | Postal 2 | |
232
+ | postscriptum | Post Scriptum | [Valve Protocol](#valve) |
233
+ | prb2 | Project Reality: Battlefield 2 | |
234
+ | prey | Prey | |
235
+ | projectcars | Project Cars | [Valve Protocol](#valve) |
236
+ | projectcars2 | Project Cars 2 | [Valve Protocol](#valve) |
237
+ | projectzomboid | Project Zomboid | [Valve Protocol](#valve) |
238
+ | pvak2 | Pirates, Vikings, and Knights II | [Valve Protocol](#valve) |
239
+ | q3a | Quake 3: Arena | |
240
+ | quake | Quake | |
241
+ | quake2 | Quake 2 | |
242
+ | quake4 | Quake 4 | |
243
+ | quakelive | Quake Live | [Valve Protocol](#valve) |
244
+ | rainbowsix | Rainbow Six | |
245
+ | rallisportchallenge | RalliSport Challenge | |
246
+ | rallymasters | Rally Masters | |
247
+ | rdkf | Rag Doll Kung Fu | [Valve Protocol](#valve) |
248
+ | rdr2r | Red Dead Redemption 2 - RedM | |
249
+ | redline | Redline | |
250
+ | redorchestra | Red Orchestra | |
251
+ | redorchestra2 | Red Orchestra 2 | [Valve Protocol](#valve) |
252
+ | renegade10 | Renegade X | |
253
+ | renown | Renown | [EOS Protocol](#epic) |
254
+ | rfactor | rFactor | |
255
+ | rfactor2 | rFactor 2 | [Valve Protocol](#valve) |
256
+ | ricochet | Ricochet | [Valve Protocol](#valve) |
257
+ | risingworld | Rising World | [Valve Protocol](#valve) |
258
+ | ron | Rise of Nations | |
259
+ | roo4145 | Red Orchestra: Ostfront 41-45 | |
260
+ | ror2 | Risk of Rain 2 | [Valve Protocol](#valve) |
261
+ | rs2rs | Rainbow Six 2: Rogue Spear | |
262
+ | rs2v | Rising Storm 2: Vietnam | [Valve Protocol](#valve) |
263
+ | rs3rs | Rainbow Six 3: Raven Shield | |
264
+ | rtcw | Return to Castle Wolfenstein | |
265
+ | rune | Rune | |
266
+ | rust | Rust | [Valve Protocol](#valve) |
267
+ | s2ats | Savage 2: A Tortured Soul | |
268
+ | satisfactory | Satisfactory | [Notes](#satisfactory) |
269
+ | sdtd | 7 Days to Die | [Notes](#sdtd), [Valve Protocol](#valve) |
270
+ | serioussam | Serious Sam | |
271
+ | serioussam2 | Serious Sam 2 | |
272
+ | shatteredhorizon | Shattered Horizon | [Valve Protocol](#valve) |
273
+ | shogo | Shogo | |
274
+ | shootmania | Shootmania | [Notes](#nadeo) |
275
+ | sin | SiN | |
276
+ | sinepisodes | SiN Episodes | [Valve Protocol](#valve) |
277
+ | sof | Soldier of Fortune | |
278
+ | sof2 | Soldier of Fortune 2 | |
279
+ | soldat | Soldat | [Notes](#soldat) |
280
+ | sotf | Sons Of The Forest | [Valve Protocol](#valve) |
281
+ | soulmask | Soulmask | [Valve Protocol](#valve) |
282
+ | spaceengineers | Space Engineers | [Valve Protocol](#valve) |
283
+ | squad | Squad | [EOS Protocol](#epic) |
284
+ | ssl | SCP: Secret Labratory | [Notes](#ssl) |
285
+ | sstse | Serious Sam: The Second Encounter | |
286
+ | stalker | S.T.A.L.K.E.R. | |
287
+ | starbound | Starbound | [Valve Protocol](#valve) |
288
+ | starmade | StarMade | |
289
+ | starsiege | Starsiege | |
290
+ | stbc | Star Trek: Bridge Commander | |
291
+ | stn | Survive the Nights | [Valve Protocol](#valve) |
292
+ | stvef | Star Trek: Voyager - Elite Force | |
293
+ | stvef2 | Star Trek: Voyager - Elite Force 2 | |
294
+ | suicidesurvival | Suicide Survival | [Valve Protocol](#valve) |
295
+ | svencoop | Sven Coop | [Valve Protocol](#valve) |
296
+ | swat4 | SWAT 4 | |
297
+ | swb | Star Wars: Battlefront | |
298
+ | swb2 | Star Wars: Battlefront 2 | |
299
+ | swjk2jo | Star Wars Jedi Knight II: Jedi Outcast | |
300
+ | swjkja | Star Wars Jedi Knight: Jedi Academy | |
301
+ | swrc | Star Wars: Republic Commando | |
302
+ | synergy | Synergy | [Valve Protocol](#valve) |
303
+ | t1s | Tribes 1: Starsiege | |
304
+ | tacticalops | Tactical Ops | |
305
+ | tcgraw | Tom Clancy's Ghost Recon Advanced Warfighter | |
306
+ | tcgraw2 | Tom Clancy's Ghost Recon Advanced Warfighter 2 | |
307
+ | teamfactor | Team Factor | |
308
+ | teamfortress2 | Team Fortress 2 | [Valve Protocol](#valve) |
309
+ | teamspeak2 | Teamspeak 2 | |
310
+ | teamspeak3 | Teamspeak 3 | [Notes](#teamspeak3) |
311
+ | terminus | Terminus | |
312
+ | terrariatshock | Terraria - TShock | [Notes](#terraria) |
313
+ | tfc | Team Fortress Classic | [Valve Protocol](#valve) |
314
+ | theforest | The Forest | [Valve Protocol](#valve) |
315
+ | thefront | The Front | [Valve Protocol](#valve) |
316
+ | thehidden | The Hidden | [Valve Protocol](#valve) |
317
+ | theisle | The Isle | [Valve Protocol](#valve) |
318
+ | theship | The Ship | [Valve Protocol](#valve) |
319
+ | thespecialists | The Specialists | [Valve Protocol](#valve) |
320
+ | thps3 | Tony Hawk's Pro Skater 3 | |
321
+ | thps4 | Tony Hawk's Pro Skater 4 | |
322
+ | thu2 | Tony Hawk's Underground 2 | |
323
+ | tie | The Isle Evrima | [EOS Protocol](#epic) |
324
+ | toh | Take On Helicopters | |
325
+ | tonolf | The Operative: No One Lives Forever | |
326
+ | towerunite | Tower Unite | [Valve Protocol](#valve) |
327
+ | toxikk | TOXIKK | |
328
+ | trackmania2 | Trackmania 2 | [Notes](#nadeo) |
329
+ | trackmaniaforever | Trackmania Forever | [Notes](#nadeo) |
330
+ | tremulous | Tremulous | |
331
+ | tribesvengeance | Tribes: Vengeance | |
332
+ | tron20 | Tron 2.0 | |
333
+ | turok2 | Turok 2 | |
334
+ | u2tax | Unreal 2: The Awakening - XMP | |
335
+ | universalcombat | Universal Combat | |
336
+ | unreal | Unreal | |
337
+ | unrealtournament | Unreal Tournament | |
338
+ | unrealtournament2003 | Unreal Tournament 2003 | |
339
+ | unrealtournament2004 | Unreal Tournament 2004 | |
340
+ | unrealtournament3 | Unreal Tournament 3 | |
341
+ | unturned | unturned | [Valve Protocol](#valve) |
342
+ | urbanterror | Urban Terror | |
343
+ | v8sc | V8 Supercar Challenge | |
344
+ | valheim | Valheim | [Notes](#valheim), [Valve Protocol](#valve) |
345
+ | vampireslayer | Vampire Slayer | [Valve Protocol](#valve) |
346
+ | vcm | Vice City Multiplayer | |
347
+ | ventrilo | Ventrilo | |
348
+ | vietcong | Vietcong | |
349
+ | vietcong2 | Vietcong 2 | |
350
+ | vintagestory | Vintage Story | |
351
+ | vrising | V Rising | [Valve Protocol](#valve) |
352
+ | warfork | Warfork | |
353
+ | warsow | Warsow | |
354
+ | wet | Wolfenstein: Enemy Territory | |
355
+ | wolfenstein | Wolfenstein | |
356
+ | wop | World Of Padman | |
357
+ | wot | Wheel of Time | |
358
+ | wurmunlimited | Wurm Unlimited | [Valve Protocol](#valve) |
359
+ | xonotic | Xonotic | |
360
+ | xpandrally | Xpand Rally | |
361
+ | zombiemaster | Zombie Master | [Valve Protocol](#valve) |
362
+ | zps | Zombie Panic: Source | [Valve Protocol](#valve) |
363
+ <!--- END GENERATED GAMES -->
324
364
 
325
365
  ### Not supported (yet)
326
366
 
@@ -329,18 +369,12 @@
329
369
  * Assault Cube
330
370
  * Cube 2: Sauerbraten
331
371
  * Blood Frontier
332
- * Alien vs Predator
333
- * Armed Assault 2: Operation Arrowhead
334
- * Battlefield Bad Company 2: Vietnam
335
372
  * BFRIS
336
373
  * Call of Duty: Black Ops 1 and 2 (no documentation, may require rcon)
337
374
  * Crysis Warhead
338
- * Days of War
339
375
  * DirtyBomb
340
376
  * Doom - Skulltag
341
377
  * Doom - ZDaemon
342
- * ECO Global Survival ([Ref](https://github.com/Austinb/GameQ/blob/v3/src/GameQ/Protocols/Eco.php))
343
- * Farming Simulator
344
378
  * Freelancer
345
379
  * Ghost Recon
346
380
  * GRAV Online
@@ -348,6 +382,7 @@
348
382
  * GTR 2
349
383
  * Haze
350
384
  * Hexen World
385
+ * Last Oasis (#248, #446, #352)
351
386
  * Lost Heaven
352
387
  * Multi Theft Auto
353
388
  * Pariah
@@ -366,10 +401,8 @@
366
401
  * Tibia ([Ref](https://github.com/Austinb/GameQ/blob/v3/src/GameQ/Protocols/Tibia.php))
367
402
  * Titanfall
368
403
  * Tribes 2
369
- * Unreal 2 XMP
370
404
  * World in Conflict
371
405
  * World Opponent Network
372
- * Wurm Unlimited
373
406
 
374
407
  > Want support for one of these games? Please open an issue to show your interest!
375
408
  > __Know how to code?__ Protocol details for many of the games above are documented
@@ -378,19 +411,9 @@
378
411
 
379
412
  > Don't see your game listed here?
380
413
  >
381
- > First, let us know so we can fix it. Then, you can try using some common query
382
- > protocols directly by using one of these server types:
383
- > * protocol-ase
384
- > * protocol-battlefield
385
- > * protocol-doom3
386
- > * protocol-gamespy1
387
- > * protocol-gamespy2
388
- > * protocol-gamespy3
389
- > * protocol-nadeo
390
- > * protocol-quake2
391
- > * protocol-quake3
392
- > * protocol-unreal2
393
- > * protocol-valve
414
+ > First, let us know, so we can fix it. Then, you can try using some common query
415
+ > protocols directly from the [protocols folder](/protocols). We also have a little tool
416
+ > that could come in handy, [attempt protocols](/tools/attempt_protocols.js)
394
417
 
395
418
  Games with Additional Notes
396
419
  ---
@@ -399,21 +422,32 @@ Games with Additional Notes
399
422
  To receive a full player list response from CS:GO servers, the server must
400
423
  have set the cvar: host_players_show 2
401
424
 
402
- ### Discord
425
+ ### <a name="discord"></a> Discord
403
426
  You must set the `guildId` request field to the server's guild ID. Do not provide an IP.
404
427
  The Guild ID can be found in server widget settings (Server ID) or by enabling developer mode in client settings and right-clicking the server's icon.
405
428
  In order to retrieve information from discord server's they must have the `Enable server widget` option enabled.
406
429
 
407
- ### Mumble
430
+ ### <a name="mumble"></a> Mumble
408
431
  For full query results from Mumble, you must be running the
409
432
  [GTmurmur plugin](http://www.gametracker.com/downloads/gtmurmurplugin.php).
410
433
  If you do not wish to run the plugin, or do not require details such as channel and user lists,
411
434
  you can use the 'mumbleping' server type instead, which uses a less accurate but more reliable solution
412
435
 
413
- ### Nadeo (ShootMania / TrackMania / etc)
414
- The server must have xmlrpc enabled, and you must pass the xmlrpc port to GameDig, not the connection port.
415
- You must have a user account on the server with access level User or higher.
416
- Pass the login into to GameDig with the additional options: login, password
436
+ ### <a name="nadeo"></a> Nadeo (ShootMania / TrackMania / etc)
437
+ The server must have `xmlrpc` enabled, the port needs to be the `xmlrpc` one, not the connection port.
438
+ You must also pass the info of a user account on the server with the access level of **User** or higher
439
+ in the options parameters as `login` and `password`.
440
+
441
+ ### <a name="gta5r"></a> Grand Theft Auto V - RAGE MP
442
+ If you are using a FQDN for your server, you will need to set the host parameter to be this domain e.g. rage2.mydomain.com
443
+ This is due to how the Rage MP master server works with server ids as the ip is only used in the ID if no FQDN is provided.
444
+
445
+ ### <a name="gta5am"></a> Grand Theft Auto V - alt:V Multiplayer
446
+ When querying a server on alt:V Multiplayer, you have two options for querying the server:
447
+ 1. Setting the `serverId` request field or `--serverId` when using the cli to the publicId of the server.
448
+ 2. Passing the `host` and `port` request fields or `--host` and `--port` when using the cli to the server.
449
+
450
+ If you are using the second option and the server is using a `useCdn` option in the alt:V server config file, you will need to set `host` to the CDN address, and the `port` to the cdn port. As an example, if the server cdn url was `connect.altv.com:443`, you would set the host to `connect.altv.com` and port to `443`.
417
451
 
418
452
  ### <a name="teamspeak3"></a>TeamSpeak 3
419
453
  For teamspeak 3 queries to work correctly, the following permissions must be available for the guest server group:
@@ -429,19 +463,105 @@ For teamspeak 3 queries to work correctly, the following permissions must be ava
429
463
  In the extremely unusual case that your server host responds to queries on a non-default port (the default is 10011),
430
464
  you can specify their host query port using the teamspeakQueryPort option.
431
465
 
432
- ### Terraria
466
+ ### <a name="terraria"></a>Terraria
433
467
  Requires tshock server mod, and a REST user token, which can be passed to GameDig with the
434
468
  additional option: `token`
435
469
 
436
- ### Valheim
437
- Valheim servers will only respond to queries if they are started in public mode (`-public 1`).
470
+ ### <a name="valheim"></a>Valheim
471
+ Valheim servers will only respond to queries if they are started in public mode (`-public 1`).
472
+ Crossplay servers report `numplayers` always being `0`, servers without this option work as expected ([#539](https://github.com/gamedig/node-gamedig/issues/539)).
473
+
474
+ ### <a name="dayz"></a>DayZ
475
+ 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. Players can be fetched, but will not show ingame names. 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).
476
+
477
+ ### <a name="thefront"></a>The Front
478
+ Responses with wrong `name` (gives out a steamid instead of the server name) and `maxplayers` (always 200, whatever the config would be) field values.
479
+
480
+ ### <a name="conanexiles"></a>Conan Exiles
481
+ Conan Exiles never responds to player query.
482
+
483
+ ### <a name="minecraft"></a>Minecraft
484
+ Many Minecraft servers do not respond with players data.
485
+ Beware that using this entry is quite slow as it attempts 3 protocols at a time (`minecraftvanilla`, `minecraftbedrock` and `gamespy3`) and waits for all the queries to finish.
486
+ If you know your use case, it's better to use a single protocol or make your own logic for attempting multiple ones.
487
+
488
+ ### <a name='farmingsimulator'></a>Farming Simulator
489
+ Farming Simulator servers need a token (reffered as code in the game). It can be obtained at your server's web interface (http://ip:port/settings.html). It can be passed to GameDig with the additional option: `token`. It does only work for your own server.
490
+ The response includes much information about the server. Currently, only the fields about server information (name, map, version, etc.), players and mods are parsed.
491
+
492
+
493
+ ### <a name='hawakening'></a>Hawakening
494
+ Querying server info for Hawakening requires a _ServerId_ to be passed to GameDig instead of an IP address. You can acquire such a _ServerId_ from the master query protocol _hawakeningmaster_ [type: `protocol-hawakeningmaster`] (see `raw.servers[]raw.listing.Guid`).
495
+
496
+ Additionally, the master server requires authorization. A **user profile is required** for querying the API. Such a profile can be created on the [_official page_](https://hawakening.com/enlist).
497
+
498
+ - Provide a Server Id via `serverId`
499
+ - Provide a client profile with `username` (email address, not callsign)
500
+
501
+ And one of the following options for gaining access:
502
+ - Provide a client access token via the option `token`
503
+ - Provide the user profile password via the option `password`
504
+
505
+ > **_NOTE:_** The protocol `hawakening` will query additional server info by requesting a matchmaking _token_, which will fail for full servers. Due to this, the IP address and port cannot be queried for such servers.
506
+
507
+
508
+ ### <a name='brokeprotocol'></a>BROKE PROTOCOL
509
+ When querying a server on [BROKE PROTOCOL](https://brokeprotocol.com/), you have two options for querying the server:
510
+ 1. Passing the `address` and `port` request fields (or `--address` and `--port` when using the cli to the server).
511
+ 2. Setting the `serverId` request field or `--serverId` when using the cli to the publicId of the server.
438
512
 
439
- ### DayZ
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).
513
+ You can acquire a _ServerId_ from the master query protocol `protocol-brokeprotocolmaster` (see `raw.servers[].raw.id`).
514
+
515
+ ### <a name='armareforger'></a>ARMA: Reforger
516
+ For queries to work, A2S needs to be setup in the server config, more info [here](https://community.bistudio.com/wiki/Arma_Reforger:Server_Config#a2s_2).
517
+
518
+ Does not provide players data.
519
+
520
+ Protocols with Additional Notes
521
+ ---
441
522
 
442
523
  ### <a name="valve"></a>Valve Protocol
443
524
  For many valve games, additional 'rules' may be fetched into the unstable `raw` field by passing the additional
444
525
  option: `requestRules: true`. Beware that this may increase query time.
445
526
 
446
- ### <a name="thefront"></a>The Front
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.
527
+ ### <a name="epic"></a>Epic Online Services (EOS) Protocol
528
+ EOS does not provide players data.
529
+
530
+ ### <a name="palworld"></a>Palworld
531
+ Palworld support can be unstable, the devs mention the api is currently experimental.
532
+ To query Palworld servers, the `RESTAPIEnabled` setting must be `True` in the configuration file, and you need to pass the `username` (currently always `admin`) and the `adminpassword` (from the server config) as the `password` parameter.
533
+
534
+ ### <a name="satisfactory"></a>Satisfactory
535
+ Satisfactory servers unless specified use self-signed certificates for the HTTPS API. If you are using proper-signed certificates you will need to set the `rejectUnauthorized` flag in options to `true` to ensure a secured query.
536
+ For more information on setting a user certificate refer to the [Satisfactory Dedicated server/HTTPS API wiki documentation](https://satisfactory.wiki.gg/wiki/Dedicated_servers/HTTPS_API).
537
+
538
+ One can also provide an authentication token via the `token` option to skip the `PasswordlessLogin` query.
539
+
540
+ The query is done via the lightweight query option but also safely tries to utilize the HTTP one.
541
+
542
+ ### <a name="soldat"></a>Soldat
543
+ Requires `Allow_Download` and `Logging` to be `1` in the server config.
544
+
545
+ ### <a name="gta5f"></a>Grand Theft Auto V - FiveM
546
+ Requires the `sv_exposePlayerIdentifiersInHttpEndpoint` convar to be `1` for the query to return players' data.
547
+
548
+ ### <a name="cs2"></a>Counter-Strike 2
549
+ Does not provide players names, using a plugin like this [one](https://github.com/Source2ZE/ServerListPlayersFix) makes the query to return them.
550
+
551
+ ### <a name="aosc-buildandshoot"></a>Ace of Spades / Build and Shoot
552
+ Requires usage of the status query server enabled in the config.txt. `status_server.enabled` to `true`
553
+
554
+ ### <a name="sdtd"></a>7 Days to Die
555
+ Does not provide player names but can be provided via telnet commands, to use these make sure in `serverconfig.xml` you
556
+ have configured `TelnetEnabled` to `true`, `TelnetPort` and `TelnetPassword` and pass `telnetPort` and `telnetPassword`
557
+ to the query parameters.
558
+
559
+ To fetch more info via telnet (game and mods versions, date and time), at the cost of a longer query time, set `moreData` to `true`.
560
+
561
+ ### <a name="ssl"></a>SCP: Secret Laboratory
562
+ Unfortunately, only verified servers can be queried, for this you'd need a `accountId`, an `apiKey` and `serverId`
563
+ (this optional, not providing this just returns the server list associated with the account in the raw object).
564
+
565
+ ### <a name="Hytale"></a>Hytale
566
+ The query is done via the [hytale-plugin-query](https://github.com/nitrado/hytale-plugin-query) mod, make sure to configure permissions.
567
+ One can also query a server which has the [hytale-sourcequery](https://github.com/physgun-com/hytale-sourcequery) mod via `protocol-valve` but this does not have official support.