mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
feat(protocols/sdtd): add telnet support for players (#692)
* feat(protocols/sdtd): add telnet support * docs: update CHANGELOG.md
This commit is contained in:
parent
4db8a473ff
commit
71ce074866
9 changed files with 159 additions and 5 deletions
|
|
@ -264,7 +264,7 @@
|
|||
| rust | Rust | [Valve Protocol](#valve) |
|
||||
| s2ats | Savage 2: A Tortured Soul | |
|
||||
| satisfactory | Satisfactory | [Notes](#satisfactory) |
|
||||
| sdtd | 7 Days to Die | [Valve Protocol](#valve) |
|
||||
| sdtd | 7 Days to Die | [Notes](#sdtd), [Valve Protocol](#valve) |
|
||||
| serioussam | Serious Sam | |
|
||||
| serioussam2 | Serious Sam 2 | |
|
||||
| shatteredhorizon | Shattered Horizon | [Valve Protocol](#valve) |
|
||||
|
|
@ -547,3 +547,8 @@ Does not provide players names, using a plugin like this [one](https://github.co
|
|||
|
||||
### <a name="aosc-buildandshoot"></a>Ace of Spades / Build and Shoot
|
||||
Requires usage of the status query server enabled in the config.txt. `status_server.enabled` to `true`
|
||||
|
||||
### <a name="sdtd"></a>7 Days to Die
|
||||
Does not provide player names but can be provided via telnet commands, to use these make sure in `serverconfig.xml` you
|
||||
have configured `TelnetEnabled` to `true`, `TelnetPort` and `TelnetPassword` and pass `telnetPort` and `telnetPassword`
|
||||
to the query parameters.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue