Posts: 5
Threads: 2
Joined: Jul 2011
Reputation:
0
04-15-2012, 05:33 AM
(This post was last modified: 04-15-2012, 07:16 AM by christo.turner.)
I am currently running a TF2 server on a no-cheating basis (so I would NOT like to use the sv_cheats cvar, if possible). I would like to have a set of bots always on the server (and I would like these bots to actually be playing AI). First of all, how can I add bots like this and secondly, how can I ensure that they leave/join when a play leaves/joins so that the server always has the same number per team and gameplay constantly taking place.
And just FYI, I have in fact seen this done before on the Bot Medieval Madness server made by GamersExile.com. I am trying to model off of their server, but not copy.
Posts: 3
Threads: 0
Joined: Dec 2010
Reputation:
0
Did you ever get this working?
Posts: 194
Threads: 5
Joined: Nov 2006
Reputation:
1
07-12-2012, 03:24 PM
(This post was last modified: 07-12-2012, 03:24 PM by scso1502.)
Below are the most common bot configurations for TF2. Edit them and add them to your server.cfg file. Beware though that now all Team Fortress 2 game types in TF2 support bots. You may add them and find they get stuck in spawn or don't even spawn because the game type or map doesn't support them. Make sure you test things before going public with it. Good luck!
COMMON TF2 BOT CVARS:
tf_bot_quota 4 //Number of TF bots in the server
tf_bot_difficulty 3 // AI Difficulty of TFbots. 0-easy 1-normal 2-hard 3-expert
tf_bot_join_after_player 0 // When bots should fill. 1-wait for players, 0-fill before players
tf_bot_quota_mode fill // Options: normal | fill | match -- normal - no interaction, fill - adjusts amount of bots to equal playercount of bot quota, match - bots to players is quota
About Me:
I help people who at least try to help themselves. Please use the "Search" button before posting a new topic.
If you post, give us the info we need from the "READ ME FIRST" sticky at the top of each thread!
I'm here to share my experiences to help others. If I'm wrong about something, don't hold it against me, educate me.
I not perfect and try to learn from every failure, yours and mine.