Multiple TF2 rcon?

Post Reply
bubbaluva80
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Fri Aug 24, 2012 12:49 pm

Multiple TF2 rcon?

Post by bubbaluva80 »

I'm trying to set up different configs with different rcon passwords. It partially works, execing a new config changes the rcon password like I want. The problem is rcon reverts back to original password when running changelevel or quit commands. Any way to make this work?
example lines added: server.cfg sv_password "mud" rcon_password "mud"

tourney.cfg sv_password "win" rcon_password "win"

To clarify the problem, when you run changelevel with tourney.cfg loaded, it reverts rcon_password from "win" to "mud". I'm expecting the base "server.cfg" maybe overrides any other cfg files when it comes to important command lines? Thanks for any help!
User avatar
Edge100x
Founder
Founder
Posts: 12945
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: Multiple TF2 rcon?

Post by Edge100x »

server.cfg is normally re-executed on mapchange. In each of your config files, you should add a line like this:

servercfgfile xxx.cfg

... where xxx.cfg is the name of the config file.
bubbaluva80
New to forums
New to forums
Posts: 3
Joined: Fri Aug 24, 2012 12:49 pm

Re: Multiple TF2 rcon?

Post by bubbaluva80 »

Awesome, much appreciated!
Post Reply