PDA

View Full Version : rcon


Thug
01-30-2003, 08:26 PM
Hey need som help ..
Is it possible to set the rcon pass in my shortcut (on my client computer)to my SH server ?? just klick the shortcut and im logged in whit the rcon pass . and dont need to type: rcon XXX say ???? :?

GaSplat
01-30-2003, 11:30 PM
Open the properties of your shortcut and edit the target by adding at the very end:
' +set rconpassword "xxxx"'

Do this without the single quote marks. Note the space in fornt of the +.

Easier still is to add this to your custom.cfg.

set rconpassword "xxxxxx"

If you don't have one, create a file called custom.cfg with just that entry and save it in your main or mainta directory. It will get called by the built in autoexec.cfg.

I can show you how to use alias to rotate through different passwords if you have multiple servers with different rconpasswords.
Hope this helps.

Thug
01-31-2003, 07:03 AM
wooohooo worked thx alot :D