SRCDS Steam group


TF2 console command
#1
Hi, I have made a TF2 server by installing the "Team Fortress 2 Dedicated Server" application through Valve. I've set it up and got a server running that people can connect to, and I've been managing server options by using console commands through the admin console window. I just don't know how to disable auto-kick on afk players. What is the Valve console command to disable the auto drop or disconnection of afk'ers?

Thanks for your help. This is really bugging me.
Reply
#2
Check out our TF2 server.cfg thread. It should be listed in there.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#3
Maybe I'm misunderstanding some of the commands listed in that server.cfg, or misreading the comments. I honestly have no idea which of the commands addresses the afk problem. I've read through the cfg file atleast 3 times. I'm doing it wrong.
Reply
#4
Code:
mp_idledealmethod 2 //Deals with Idle Players. 1 = Sends them into Spectator mode then kicks them if they're still idle, 2 = Kicks them out of the game
mp_idlemaxtime 20 //Maximum time a player is allowed to be idle (in minutes)
Adjust that to your needs
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#5
Mooga Wrote:
Code:
mp_idledealmethod 2 //Deals with Idle Players. 1 = Sends them into Spectator mode then kicks them if they're still idle, 2 = Kicks them out of the game
mp_idlemaxtime 20 //Maximum time a player is allowed to be idle (in minutes)
Adjust that to your needs

I LOVE YOU! Thanks so much; you are my hero.
Reply
#6
Read the server .cfg thread. I know for a fact that mine is posted in there.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)