mirror of
https://github.com/Tribufu/node-gamedig
synced 2026-08-09 15:11:06 +00:00
feat(games): add ATS, The Cenozoic Era, VEIN and Mindustry support (#768)
* feat(games): add American Truck Simulator (ats) support Mirrors the Euro Truck Simulator 2 configuration (valve protocol, port 27015 with query port offset +1). * Update .gitignore * feat(games): add The Cenozoic Era, VEIN and Mindustry support - The Cenozoic Era and VEIN use the Valve A2S protocol with a query port offset of +1 (verified live against running servers). - Mindustry is queried via a new protocol module implementing the arc-net discovery ping: a two-byte UDP request (0xFE 0x01) returns the serialized Host struct (name, map, players, wave, version, vertype, gamemode, player limit, description, modeName). * fix(games): rename thecenozoicera to tce Satisfies the MoreThanTwoWordsMakeAcronym naming rule enforced by the id-tests CI check: game names with more than two words require an acronym-style id. * Update .gitignore * meta: restore .gitignore endline --------- Co-authored-by: CosminPerRam <cosmin.p@live.com>
This commit is contained in:
parent
aff6afd252
commit
ec4860cffc
4 changed files with 85 additions and 1 deletions
|
|
@ -28,6 +28,7 @@
|
|||
| asr08 | Arca Sim Racing '08 | |
|
||||
| assettocorsa | Assetto Corsa | |
|
||||
| atlas | Atlas | [Valve Protocol](#valve) |
|
||||
| ats | American Truck Simulator | [Valve Protocol](#valve) |
|
||||
| avorion | Avorion | [Valve Protocol](#valve) |
|
||||
| avp2 | Aliens versus Predator 2 | |
|
||||
| avp2010 | Aliens vs. Predator 2010 | [Valve Protocol](#valve) |
|
||||
|
|
@ -190,6 +191,7 @@
|
|||
| mbe | Minecraft: Bedrock Edition | |
|
||||
| medievalengineers | Medieval Engineers | [Valve Protocol](#valve) |
|
||||
| mgm | Mumble - GT Murmur | [Notes](#mumble) |
|
||||
| mindustry | Mindustry | |
|
||||
| minecraft | Minecraft | [Notes](#minecraft) |
|
||||
| minetest | Minetest | |
|
||||
| mnc | Monday Night Combat | [Valve Protocol](#valve) |
|
||||
|
|
@ -303,6 +305,7 @@
|
|||
| synergy | Synergy | [Valve Protocol](#valve) |
|
||||
| t1s | Tribes 1: Starsiege | |
|
||||
| tacticalops | Tactical Ops | |
|
||||
| tce | The Cenozoic Era | [Valve Protocol](#valve) |
|
||||
| tcgraw | Tom Clancy's Ghost Recon Advanced Warfighter | |
|
||||
| tcgraw2 | Tom Clancy's Ghost Recon Advanced Warfighter 2 | |
|
||||
| teamfactor | Team Factor | |
|
||||
|
|
@ -345,6 +348,7 @@
|
|||
| valheim | Valheim | [Notes](#valheim), [Valve Protocol](#valve) |
|
||||
| vampireslayer | Vampire Slayer | [Valve Protocol](#valve) |
|
||||
| vcm | Vice City Multiplayer | |
|
||||
| vein | VEIN | [Valve Protocol](#valve) |
|
||||
| ventrilo | Ventrilo | |
|
||||
| vietcong | Vietcong | |
|
||||
| vietcong2 | Vietcong 2 | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue