Hi, help spawning bots :)

TaPuZ

L1: Registered
Nov 23, 2008
2
0
Hi, I played in the map tr_rocket_shooting2 and I saw that the builder made the bots spawn without any config or any other file. his bots is jump as well.

I need help on how to spawn bots and make them jump. after 1 bot get killed, another one will spawn in his place.

after That I will succeed make a jumper bot I will try to make the bots move.


Any help spawning bots :) ?

EDIT : I figured out how to spawn bots and make them jump, is there a way making the bots move ?
 
Last edited:

Steff0o

L6: Sharp Member
May 31, 2009
295
132
point_servercommand, i think:p
He makes a point_servercommand to make the bots and then let them jump
it's very simple
Make a Point server command
name it Servercommand (or something else
create a logic_auto
Put in these output

OnMapSpawn Servercommand Command
Then duplicate this one 4 times
use these Parameters
sv_cheats 1
bot (Delay of 0.01)
bot_jump 1 (Delay of 0.01)
sv_cheats 0 (Delay of 0.02)

Then Duplicate the one with the bot parameter, as much as times you want a bot
I hope i explained it right:p
Good luck
 
Last edited:

Blue552

L3: Member
Sep 16, 2009
137
18
How do you direct where a bot will spawn? is it just controlled with a spawn point?
 

megawac

L4: Comfortable Member
Oct 2, 2009
180
29
Yep, just a spawn point for the team you want the bot to be on, and if you want the next bot to spawn where last died parent it to the bot (not quite sure how to do it but seen it done.

Also follow Steffo's suggestion and just enter bot cmds .