Skip to content

Commit d915b9e

Browse files
committed
Added note about rust rcon. See issues #86 and #87.
Signed-off-by: Rafael Ibasco <[email protected]>
1 parent 0dec988 commit d915b9e

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

site/markdown/examples/source_rcon_example.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
1. [Failsafe Features](#failsafe-features)
44
2. [Examples](#examples)
5-
1. [Authentication](#authentication)
6-
2. [Commands](#commands)
7-
3. [Invalidating credentials](#invalidating-credentials)
8-
4. [Cleanup Connections](#cleaning-up-active-connections)
9-
5. [Display connection statistics](#display-connection-statistics)
10-
6. [Providing your own custom CredentialsStore implementation](#providing-your-own-custom-credentialsstore-implementation)
11-
7. [Compatibility with non-source games](#compatibility-with-non-source-games)
5+
1. [Authentication](#authentication)
6+
2. [Commands](#commands)
7+
3. [Invalidating credentials](#invalidating-credentials)
8+
4. [Cleanup Connections](#cleaning-up-active-connections)
9+
5. [Display connection statistics](#display-connection-statistics)
10+
6. [Providing your own custom CredentialsStore implementation](#providing-your-own-custom-credentialsstore-implementation)
11+
7. [Compatibility with non-source games](#compatibility-with-non-source-games)
12+
3. [Note about Rust RCON](#rust-rcon-support)
1213

1314
#### About this module
1415

@@ -300,4 +301,12 @@ class NonSourceBasedGames {
300301
}
301302

302303
}
303-
```
304+
```
305+
306+
#### Rust Rcon Support
307+
308+
To make this library work with rust, please ensure that you start the server with ` "+rcon.web 0"` to enable legcy mode.
309+
310+
It's also worth noting that Facepunch will eventually [remove](https://github.com/Facepunch/webrcon) legacy mode (source protocol implementation) sometime in the future and will be replaced by their websockets implementation as the default.
311+
312+
Currently, there are no plans to support the web sockets version.

0 commit comments

Comments
 (0)