Add Core Keeper support (#360)

This commit is contained in:
Daniel Gibbs 2023-09-17 13:25:09 +01:00 committed by GitHub
parent 328d518d5b
commit bdb8043d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,6 @@
### To Be Released...
* Core Keeper (2022) - Added support (by @dgibbs64).
#### Breaking Changes
* NodeJS 14.17 is now required (from 14).
@ -226,7 +227,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