Automatic Rcon Authentication?
Ascelon
Join Date: 2004-02-29 Member: 26969Members
I was wondering if anyone knows a plugin or a way to have automatich RCON authentication so whenever I log to my server I'm already authed by my steamid and I don't have to enter the rcon_password all the time I can to use rcon commands. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html//emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif' /><!--endemo-->
Help is appriciated.
Thanks & Regards
Help is appriciated.
Thanks & Regards
Comments
amx_rcon "command"
Adminmod:
STEAM_0:0:0::121356
AMX:
"STEAM_0:0:0" "" "abcdefghijklmnopqrstu" "ce"
Help is appriciated.
Thanks & Regards<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
Quite simply, put this line <i>rcon_password "passwordgoeshere"</i> in your server.cfg
In your client's config.cfg found in your C:\Program Files\Steam\SteamApps\emailaddress\half-life\nsp directory add this line "exec userconfig.cfg" without the quote marks.
Create a userconfig.cfg and place it in the above-mentioned nsp folder, and in this config add this line <i>rcon_password "passwordgoeshere"</i>
Now everytime you enter your server your rcon will work without having to enter the rcon password manually.