|
TF2 console command
|
| Author |
Message |
sunw
Newbie
Posts: 3
Joined: May 2008
Reputation: 0
|
TF2 console command
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.
|
|
| 05-12-2008 10:53 AM |
|
sunw
Newbie
Posts: 3
Joined: May 2008
Reputation: 0
|
RE: TF2 console command
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.
|
|
| 05-12-2008 12:34 PM |
|
Mooga
Super Awesome Admin
Posts: 3,903
Joined: Oct 2007
Reputation: 20
|
RE: TF2 console command
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]](http://badges.steamprofile.com/profile/simple/steam/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.
|
|
| 05-12-2008 01:12 PM |
|
sunw
Newbie
Posts: 3
Joined: May 2008
Reputation: 0
|
RE: TF2 console command
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.
|
|
| 05-12-2008 03:36 PM |
|
User(s) browsing this thread: 1 Guest(s)