Help with putting bots on my map please.

TRPPN

L1: Registered
Sep 22, 2014
8
0
Can anyone tell me how to put strange leveling bots on my tf2 custom map please? Thanks.
 

TRPPN

L1: Registered
Sep 22, 2014
8
0
Oh... well I still wanna put some on though. How can I place stationary bots that don't shoot or anything and respawn quick?
 

chemelia

yndersn't
aa
May 11, 2014
406
619
You can set the Set(team)TeamRespawnWaveTime to 0 in the logic_auto(sending an output to tf_gamerules) to spawn quickly, and a point_servercommand to fire the command "bot" to create a bot with random class that doesn't move or fire.
 

Muddy

Muddy
aa
Sep 5, 2014
2,574
4,592
You can set the Set(team)TeamRespawnWaveTime to 0 in the logic_auto(sending an output to tf_gamerules) to spawn quickly, and a point_servercommand to fire the command "bot" to create a bot with random class that doesn't move or fire.
Note that to use the "bot" command, you'll need sv_cheats set to 1.