-
I use this module to keep a local player database in a text file, among other things.
Here's some of the code
```
while True:
try:
with Client(rcon_server_address, int(rcon_serve…
-
I've been mapping a lot lately and it is very tedious to always login to rcon. This past month I've logged in at least 500 times to test my map. Would be very nice if it was automatically logged in as…
AoeTW updated
2 months ago
-
I've attempted to use the webrcon tool and it appears to do nothing when inputting my password and ip with port to connect. I've tested my rust server on rcon.io and it works fine I was trying to util…
-
When the IP address changes (note: not sure why this happened, presumably spot pricing meant the instance changed or something?) the bot doesn't realise and so RCON etc. stop working, and we can't get…
-
Me and a friend made [a Python program made for Team Fortress 2 that lets people generate AI responses from chat by reading your console.log file.](https://github.com/thatonepuggo/tf2gpt)
The program…
-
It is not really a issue but the question took me years ;)
How the remote works
How to connect and use RCON
In Remote URL enter http://servers_ip_address/
In Security Key enter the s…
-
for some reasons my logs files for my two servers don't get created, anyones know how to fix this issue? Basically I can't link IW4M to my two servers
-
When TYPE=VELOCITY and ENABLE_RCON = true, Tribufu-VelocityRcon-1.2.0.jar is not downloaded.
The site includes human verification.
If you download the plugin with a browser and copy it to the plugin…
-
### What happened?
Events that take byte arrays as a parameter fail when registering (past build 8380).
```csharp
public class ExampleServerScript : BaseScript
{
[EventHandler("exampleEven…
-
Repro:
- Create game
- Delete game
- Create new game with same name
- Observe RCON commands fail.
This is due to the cache being stale.
Possible fixes:
- Clear the cache on an incorrect pas…