![]() |
![]() ![]() |
![]() |
genmac |
![]()
Post
#1
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 571 Joined: 11-November 11 Member No.: 2,098 ![]() |
yo cheeseh sorry to interrupt you again but I made a little cfg to spawn bots the way I like and it load all of them on the blue team all of them named red. this is for tf2 but I think it's also the same effect on dods.
Here's the cfg.... --------------------------------------------------------- //Rcbot addbot <class> <team> <name> //red rcbot addbot 1 2 wait rcbot addbot 2 2 wait rcbot addbot 3 2 wait rcbot addbot 4 2 wait rcbot addbot 5 2 wait rcbot addbot 6 2 wait rcbot addbot 7 2 //blue rcbot addbot 1 3 wait rcbot addbot 2 3 wait rcbot addbot 3 3 wait rcbot addbot 4 3 ------------------------------------------------- any way to make this work so? |
Cheeseh |
![]()
Post
#2
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
yo cheeseh sorry to interrupt you again but I made a little cfg to spawn bots the way I like and it load all of them on the blue team all of them named red. this is for tf2 but I think it's also the same effect on dods. Here's the cfg.... --------------------------------------------------------- //Rcbot addbot <class> <team> <name> //red rcbot addbot 1 2 wait rcbot addbot 2 2 wait rcbot addbot 3 2 wait rcbot addbot 4 2 wait rcbot addbot 5 2 wait rcbot addbot 6 2 wait rcbot addbot 7 2 //blue rcbot addbot 1 3 wait rcbot addbot 2 3 wait rcbot addbot 3 3 wait rcbot addbot 4 3 ------------------------------------------------- any way to make this work so? I don't think this will work right now, but I'm adding a feature for next version to make it work. Whenever you add a bot in the next version it will just be added to a queue which slowly ads all the bots no matter how fast you add a bot |
genmac |
![]()
Post
#3
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 571 Joined: 11-November 11 Member No.: 2,098 ![]() |
i see. ok tnx for the clarification. I think i just make some sort of a script to add them one at time for each key stroke.
|
madmax2 |
![]()
Post
#4
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
I don't think this will work right now, but I'm adding a feature for next version to make it work. Whenever you add a bot in the next version it will just be added to a queue which slowly ads all the bots no matter how fast you add a bot Hey guys, So, what is the reason there needs to be delay added to bots joining? For dods, when playing solo on a listenserver, I like all bots to join before the warmup period is over, so all bots will be ready for the start of the round. Will this cause bots to join late? ![]() If so, could it be done as a cvar, to adjust the delay from 0 or higher ? |
Cheeseh |
![]()
Post
#5
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
Hey guys, So, what is the reason there needs to be delay added to bots joining? For dods, when playing solo on a listenserver, I like all bots to join before the warmup period is over, so all bots will be ready for the start of the round. Will this cause bots to join late? ![]() If so, could it be done as a cvar, to adjust the delay from 0 or higher ? the delay will not be noticeable.it'll be like 0.1 seconds. ![]() ![]() |
genmac |
![]()
Post
#6
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 571 Joined: 11-November 11 Member No.: 2,098 ![]() |
well i just made a little scripted.cfg so I could spawn them in a more controlled way since I prefer having more bots on the opposing team.
binded on , and . Here's the script... --------------------------------------------------- mp_autoteambalance 0 bind / "rcbot kickbot" //Rcbot addbot <class> <team> <name> //red bind . r1 alias r1 "rcbot addbot 1 2 scout-r; bind . r2" alias r2 "rcbot addbot 2 2 sniper-r; bind . r3" alias r3 "rcbot addbot 3 2 soldier-r; bind . r4" alias r4 "rcbot addbot 4 2 demoman-r; bind . r5" alias r5 "rcbot addbot 5 2 medic-r; bind . r6" alias r6 "rcbot addbot 6 2 hwguy-r; bind . r7" alias r7 "rcbot addbot 7 2 pyro-r2; bind . r8" alias r8 "rcbot addbot 8 2 spy-r2; bind . r9" alias r9 "rcbot addbot 9 2 engineer-r2; bind . r1" //blue bind , b1 alias b1 "rcbot addbot 1 3 scout-b; bind , b2" alias b2 "rcbot addbot 2 3 sniper-b; bind , b3" alias b3 "rcbot addbot 3 3 soldier-b; bind , b4" alias b4 "rcbot addbot 4 3 demoman-b; bind , b5" alias b5 "rcbot addbot 5 3 medic-b; bind , b6" alias b6 "rcbot addbot 6 3 hwguy-b; bind , b7" alias b7 "rcbot addbot 7 3 pyro-b; bind , b8" alias b8 "rcbot addbot 8 3 spy-b; bind , b9" alias b9 "rcbot addbot 9 3 engineer-b; bind , b1" ------------------------------------------------------ Names don't work btw it willl still follow the ones on the profiles. Pm for yah CHeeseh incase your inbox is full again. |
madmax2 |
![]()
Post
#7
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
I see, thanks guys...
I'm getting ready for the Superbowl today, hoping the Seahawks will win, Go Hawks... ![]() |
LordSkitch |
![]()
Post
#8
|
![]() I cuddle with my bots. ![]() ![]() ![]() ![]() ![]() Group: Moderator Posts: 980 Joined: 16-April 04 From: Alvin, Texas Member No.: 291 ![]() |
look at all this deliciousness. bots been behaving themselves recently?
|
genmac |
![]()
Post
#9
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 571 Joined: 11-November 11 Member No.: 2,098 ![]() |
|
madmax2 |
![]()
Post
#10
|
RCBot Guru ![]() ![]() ![]() ![]() ![]() Group: Waypointers Posts: 957 Joined: 2-March 12 From: USA, WA state Member No.: 2,162 ![]() |
Uggg, Seahawks blew it! They should of run it in at the end, they should of won
![]() @ LordSkitch Yeah, rcbots are getting better with each version, new features, etc... ![]() |
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 14th June 2025 - 05:11 PM |