You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
12
13
13
14
#### About this module
14
15
@@ -300,4 +301,12 @@ class NonSourceBasedGames {
300
301
}
301
302
302
303
}
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