I'm writing something that'll let server admins easily change stuff on the fly without having to remember or type a bunch of commands. First version should be done in a little while, but for now, I'm using this post to lay out any prereqs or other random stuff.
You must have Java Runtime Environment installed, grab it
here and you need to be able to run the java command from the prompt, directions
here if yours isn't working.
1. Your server.cfg should include http_password (password) and http_startserver port:64087 (or whatever) on seperate lines. You may need to open that port on your router.
2. Unzip the utility to wherever, make it someplace easy to navigate to in a cmd window. I use c:\rcon\.
3. Edit worker.bat with your server's IP, port, and password. The format is exactly as I have it listed, and the line should read "java -jar crysisrcon.jar 127.0.0.1:64087 password %*" or whatever your actual info is.
4. Run ratpanel.bat.
Please report any issues and I'll fix em up.
I know, there's more elegant ways to do this, web panels and whatnot, but that's not my style. I wanted something as basic as posible that anyone can run and modify as they see fit. This is my own original work*, and I release it to the public domain.
*obviously the only part that I made is the .BAT stuff, the rest belongs to Crytek.
edit: Removing old versions since the new one seems to work.
[attachment deleted by admin]