mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
Add creativerse support. (#348)
This commit is contained in:
parent
4ede66f0a0
commit
ff5f6ef2e2
3 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
### To Be Released...
|
||||
* Sons Of The Forest - Added support
|
||||
* Red Dead Redemption 2 - RedM (2018) - Added support
|
||||
* Creativerse (2017) - Added support
|
||||
|
||||
### 4.0.7
|
||||
* Updated some dependencies to solve vulnerabilities
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
| `cscz` | Counter-Strike: Condition Zero (2004) | [Valve Protocol](#valve) |
|
||||
| `csgo` | Counter-Strike: Global Offensive (2012) | [Notes](#csgo), [Valve Protocol](#valve) |
|
||||
| `css` | Counter-Strike: Source (2004) | [Valve Protocol](#valve) |
|
||||
| `creativerse` | Creativerse (2017) | [Valve Protocol](#valve) |
|
||||
| `crossracing` | Cross Racing Championship Extreme 2005 (2005) | |
|
||||
| `crysis` | Crysis (2007) | |
|
||||
| `crysis2` | Crysis 2 (2011) | |
|
||||
|
|
|
@ -77,6 +77,8 @@ cscz|Counter-Strike: Condition Zero (2004)|valve|port=27015
|
|||
css|Counter-Strike: Source (2004)|valve|port=27015
|
||||
csgo|Counter-Strike: Global Offensive (2012)|valve|port=27015|doc_notes=csgo
|
||||
|
||||
creativerse|Creativerse (2017)|valve|port=26900,port_query_offset=1
|
||||
|
||||
crossracing|Cross Racing Championship Extreme 2005 (2005)|ase|port=12321,port_query_offset=123
|
||||
|
||||
crysis|Crysis (2007)|gamespy3|port=64087
|
||||
|
|
Loading…
Reference in a new issue