mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 09:18:31 +01:00
feat: Add support for Colony Survival (#326)
This commit is contained in:
parent
9036664d04
commit
81a64ba1bf
2 changed files with 2 additions and 0 deletions
|
@ -138,6 +138,7 @@ Games List
|
|||
| `chrome` | Chrome (2003)
|
||||
| `codenamecure` | Codename CURE (2017) | [Valve Protocol](#valve)
|
||||
| `codenameeagle` | Codename Eagle (2000)
|
||||
| `colonysurvival` | Colony Survival (2017) | [Valve Protocol](#valve)
|
||||
| `cacrenegade` | Command and Conquer: Renegade (2002)
|
||||
| `commandos3` | Commandos 3: Destination Berlin (2003)
|
||||
| `conanexiles` | Conan Exiles (2018) | [Valve Protocol](#valve)
|
||||
|
|
|
@ -62,6 +62,7 @@ chivalry|Chivalry: Medieval Warfare (2012)|valve|port=7777,port_query_offset=2
|
|||
chrome|Chrome (2003)|ase|port=27015,port_query_offset=123
|
||||
codenamecure|Codename CURE (2017)|valve|port=27015
|
||||
codenameeagle|Codename Eagle (2000)|gamespy1|port_query=4711
|
||||
colonysurvival|Colony Survival (2017)|valve|port=27004
|
||||
commandos3|Commandos 3: Destination Berlin (2003)|gamespy1|port_query=6500
|
||||
cacrenegade|Command and Conquer: Renegade (2002)|gamespy1|port=4848,port_query=25300
|
||||
conanexiles|Conan Exiles (2018)|valve|port=7777,port_query=27015
|
||||
|
|
Loading…
Reference in a new issue