.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > POD-Bot mm > Common Questions
Common Questions Are you seeking help ? Get it here !

Reply
 
Thread Tools
Make Bots stay on one team.
Old
  (#1)
[MOJO]*BodyCount
Member
 
Status: Offline
Posts: 6
Join Date: Jul 2006
Default Make Bots stay on one team. - 28-07-2006

Im running the latest version of PODBot_MM and it running fine, no crashes cpu power fine.....

Just having problems making 10 bots stay on CT or T side....iv RTFM and set the mp_limitteams mp_autoteamblance to 0..
Set the max and min bots in many diffrent ways min 10 max 10, min 0 max 10,..and soforth with no luck, map changes and bots go 50/50 on each side...

Yes that is with addbot 100 5 2 ten times for CT in podbot.cfg, also tryed putting pb addbot 100 5 2 in the config and fillserver 100 5 2 and again with pb fillserver 100 5 2...

Also commed out the addbot in podbot.cfg and made a addbot.cfg with the commands pb addbot 100 5 2 ten times in it and also set exec addbot.cfg in amxx.cfg

So...with that if anyone has a Working Config of getting bots to join one team and staying please help me out.

Thanks,
[MOJO]*BodyCount
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#2)
Ancient
PodBot MM's Laziest Waypointer
 
Ancient's Avatar
 
Status: Offline
Posts: 1,010
Join Date: Jan 2005
Location: Nebraska, United States of America
Default Re: Make Bots stay on one team. - 28-07-2006

Auto balance may be selected on the server and or on AmX X.


[Web Designer][Waypointer][Gamer]
CFE Games Administrator
[CFE]Games.com
[Never Trust the Untrusted]
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#3)
[MOJO]*BodyCount
Member
 
Status: Offline
Posts: 6
Join Date: Jul 2006
Default Re: Make Bots stay on one team. - 28-07-2006

so should i go into the podbot.cfg and set mp_autoteamblance 0?

Its set in my server.cfg to 0 along with mp_limitteams.
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#4)
Ancient
PodBot MM's Laziest Waypointer
 
Ancient's Avatar
 
Status: Offline
Posts: 1,010
Join Date: Jan 2005
Location: Nebraska, United States of America
Default Re: Make Bots stay on one team. - 28-07-2006

If you are using dedicated server open server.cfg and put mp_autoteambalance 0
If not dedicated open listenserver.cfg and put the command in there.
If the above doesn't work check out amxx.cfg in addons/amxxmod/configs/amxx.cfg

In podbot.cfg I didn't find any autobalance stuff, AmX X has autobalance on default.
So check amx x.cfg also.

When editing these files, these new settings will work when you restart the server.


[Web Designer][Waypointer][Gamer]
CFE Games Administrator
[CFE]Games.com
[Never Trust the Untrusted]
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#5)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Make Bots stay on one team. - 28-07-2006

To make bots staying in one team You may need to use mEAn.
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#6)
[MOJO]*BodyCount
Member
 
Status: Offline
Posts: 6
Join Date: Jul 2006
Default Re: Make Bots stay on one team. - 10-05-2007

Follow Up:

Sorry it took so long i was out of comission for a bit.

Ok bots work grate on one side only.

Thanks for all the help on this subject.

In the server.cfg put these two lines in :

Code:
mp_autoteamblance 0
mp_limitteams 0
Also check the other main configs to make sure the mp_autoteamblance 1 isint stuck in them. If it is they will not stay on one team.

Thanks for all the help once again.

[MOJO]*BodyCount.
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#7)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Make Bots stay on one team. - 11-05-2007

Well - there is a specific setting in podbot.cfg since some version of V3 pb mm which let You put all the times all bots always in one team.
Quote:
Originally Posted by podbot.cfg
# Changing the setting below forces bots joining to certain team.
# Useful if You want to have always bots in one team against humans.
# Argument values: "ANY", "T", "CT"
pb_bot_join_team "ANY"
As You can see changing the value from "ANY" to - for example - "T" will force bots to always be added into Terrorist team (regardless what was the [team] parameter for pb add command).
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#8)
[MOJO]*BodyCount
Member
 
Status: Offline
Posts: 6
Join Date: Jul 2006
Default Re: Make Bots stay on one team. - 17-05-2007

Yes thank you for that.

I'v found that aswell and that problem is resolved.

My next question is how to keep people off of the bot team and limit them to the free one?

Im guessing you have to set mp_limitteams to something.

Thanks in advance.

BodyCount
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#9)
The Storm
Council Member / E[POD]bot developer
 
The Storm's Avatar
 
Status: Offline
Posts: 1,619
Join Date: Jul 2004
Location: Bulgaria
Default Re: Make Bots stay on one team. - 17-05-2007

limitteams will not help you to keep the real players on the other team. Maybe some mod plugin will do the job.
  
Reply With Quote
Re: Make Bots stay on one team.
Old
  (#10)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Make Bots stay on one team. - 17-05-2007

Unfortunatelly I have no idea how to force all humans to join one (opposite to bots) team. I can imagine You can do it - like THE_STORM told You - the AMX X plugin which will do this. This is the right place to ask for such question:
http://forums.alliedmods.net/forumdisplay.php?f=12
You need to tell them You are a n00b and You cannot code this Your-self. There are some people they may help You or even they can find for You the existing plugin (if it really exists somewhere).
The only thing You need to know is - how AMX X works and how to add for it a particular custom plugin.
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com