.:: 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 > Bug Reports
Bug Reports Post any bug you experience with the latest release of this bot here

Reply
 
Thread Tools
Problem with fill server (for me atleast)
Old
  (#1)
kron!c
Guest
 
Status:
Posts: n/a
Default Problem with fill server (for me atleast) - 28-03-2004

Hi

I've been using the PODBOT re-release for 1.6 for awhile now with no problems. However, recently i updated the version i was using and now i can only fill the terrorist side using the fillserver cmd. When i attempt to fill the ct side it seems to autobalance or atleast add the bots randomly to either side. I have of course got mp_limitteams 0 and mp_autoteambalance 0.

Any ideas?

Thanks
  
Reply With Quote
Re: Problem with fill server (for me atleast)
Old
  (#2)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: Problem with fill server (for me atleast) - 28-03-2004

Thanks for the information, yes there was a bug with my new team selection code, sorry for that

In the BotStartGame() function, the line
Code:
	  if ((pBot->bot_team > 1) || (pBot->bot_team > 2))
		 pBot->bot_team = 5;
should have been
Code:
	  if ((pBot->bot_team < 1) || (pBot->bot_team > 2))
		 pBot->bot_team = 5;
I code too fast

The bug is now fixed, and the fix will be included in the next release of the bot.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Reply


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

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