View Single Post
Author Message
Nikkii
Member
Join Date: Feb 2012
Old 02-20-2013 , 04:20   [Any] RCON Helper (v0.1, 2/20/2013)
Reply With Quote #1

RCON Helper

Description
Allows you to set IP address specific RCON passwords (For things like TF2Lobby or other custom matchmaking systems), useful if you want to give access to someone, but don't want them to share the password with everyone else too allowing full control. You should still use some kind of rcon command limiting system if you are using it like that.

Cvars
Code:
sm_rconhelper_version - Shows version
Dependencies
Requires SM RCon for the OnAuth hook. This also means that the web compiler will not work.

Changelog
Quote:
2/20/2013 (v0.1)
Initial release.
Plans
  • Add in a 'reload' command (Will be done after this is posted)
  • Clean up the checks, possibly use a trie to store the secondary trie of values.

Example config:
Code:
"RconSources"
{
  "TF2Lobby"
  {
        "address" "174.133.76.250"
        "password" "tf2lobby"
  }
}
I've been using this for a couple months to run a TF2 Match server that allows TF2Lobby matches to be played on it without exposing the real rcon password and opening the server up to griefers (They cannot use the rcon password since it is limited to one address). Let me know if there's any problems with it
Attached Files
File Type: sp Get Plugin or Get Source (rconhelper.sp - 437 views - 2.3 KB)
File Type: smx rconhelper.smx (3.7 KB, 398 views)
__________________
Owner of ProbablyAServer, a server without game changing mods and donation benefits

RCON Helper | [TF2] LogUpload | CCC Donator Tags | PHP Steam API Wrapper

Last edited by Nikkii; 02-20-2013 at 04:25.
Nikkii is offline