Add Core Keeper support (#360)

This commit is contained in:
CosminPerRam 2023-11-25 16:04:53 +02:00
parent e25fcf17bd
commit 5a354d28a5
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,7 @@
### To Be Released...
* (changelog)
#### Breaking Changes
* NodeJS 14.17 is now required (from 14).
#### Other changes
* Replaced usage of deprecated `substr` with `substring`.
@ -10,6 +11,7 @@
### 4.2.0
* Eco (2018) - Added support (requested by @dgibbs64)
* Core Keeper (2022) - Added support (by @dgibbs64)
### 4.1.0
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.
@ -227,7 +229,7 @@ bedrock servers apparently do not respond to the gamespy3 protocol.
##### Breaking API changes
* **Node 8 is now required**
* Removed the `port_query` option. You can now pass either the server's game port **or** query port in the `port` option, and
* Removed the `port_query` option. You can now pass either the server's game port **or** query port in the `port` option, and
GameDig will automatically discover the proper port to query. Passing the query port is more likely be successful in
unusual cases, as otherwise it must be automatically derived from the game port.
* Removed `callback` parameter from Gamedig.query. Only promises are now supported. If you would like to continue

View File

@ -62,6 +62,7 @@
| `conanexiles` | Conan Exiles (2018) | [Valve Protocol](#valve) |
| `contagion` | Contagion (2011) | [Valve Protocol](#valve) |
| `contactjack` | Contract J.A.C.K. (2003) | |
| `corekeeper` | Core Keeper (2022) | [Valve Protocol](#valve) |
| `cs15` | Counter-Strike 1.5 (2002) | |
| `cs16` | Counter-Strike 1.6 (2003) | [Valve Protocol](#valve) |
| `cs2d` | Counter-Strike: 2D (2004) | |

View File

@ -69,6 +69,7 @@ cacrenegade|Command and Conquer: Renegade (2002)|gamespy1|port=4848,port_query=2
conanexiles|Conan Exiles (2018)|valve|port=7777,port_query=27015
contagion|Contagion (2011)|valve|port=27015
contactjack|Contract J.A.C.K. (2003)|gamespy1|port_query=27888
corekeeper|Core Keeper (2022)|valve|port=1234,port_query_offset=1
cs15|Counter-Strike 1.5 (2002)|goldsrc|port=27015
cs16|Counter-Strike 1.6 (2003)|valve|port=27015