I'm creating a little application that will run on my linux server and will do all sorts of tasks.
I'm trying to find ways to extract text from the SRCDS console and also send commands to it without having to connect using the rcon Protocol.
This way my program won't require the rcon password to do work with the game server.
Why am I trying to avoid rcon password?
because getting the rcon password is not easy and safe..
I have implemented a scanner which searches in each srcds folder and extracts the rcon password from the server.cfg file, but that can fail if the rcon password was changed in-game and its not really efficent.
So does anyone know a way to get direct input/output of SRCDS console in C++ or JAVA?
I'm trying to find ways to extract text from the SRCDS console and also send commands to it without having to connect using the rcon Protocol.
This way my program won't require the rcon password to do work with the game server.
Why am I trying to avoid rcon password?
because getting the rcon password is not easy and safe..
I have implemented a scanner which searches in each srcds folder and extracts the rcon password from the server.cfg file, but that can fail if the rcon password was changed in-game and its not really efficent.
So does anyone know a way to get direct input/output of SRCDS console in C++ or JAVA?