.:: 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 > RealBot > The RealBot 'Source'
The RealBot 'Source' Discuss things about the source code. You can here point out bugs, share ideas and code. Assign to become an 'official team member' and so on!

Reply
 
Thread Tools
nitpicks
Old
  (#1)
davek
Member
 
davek's Avatar
 
Status: Offline
Posts: 58
Join Date: Dec 2003
Location: san diego, ca
Default nitpicks - 26-06-2004

now that i made my crashing stop, here are a few minor annoyances:

1) bots switch to their knife to run around in the middle of their reloading

which leads to..

2) bots running around with their knife out while holding a weapon with an empty clip that should be reloaded.
  
Reply With Quote
Re: nitpicks
Old
  (#2)
Josh_Borke
Member
 
Status: Offline
Posts: 152
Join Date: Jun 2004
Default Re: nitpicks - 26-06-2004

when was the last time they reloaded? i have yet to see my bots reload since i've started testing them on the current wip

Last edited by Josh_Borke; 26-06-2004 at 06:38..
  
Reply With Quote
Re: nitpicks
Old
  (#3)
davek
Member
 
davek's Avatar
 
Status: Offline
Posts: 58
Join Date: Dec 2003
Location: san diego, ca
Default Re: nitpicks - 28-06-2004

Quote:
Originally Posted by Josh_Borke
when was the last time they reloaded? i have yet to see my bots reload since i've started testing them on the current wip
they reload when i am playing with them.

i have CS 1.5 and it seems to be a problem with CS 1.6
  
Reply With Quote
Re: nitpicks
Old
  (#4)
Josh_Borke
Member
 
Status: Offline
Posts: 152
Join Date: Jun 2004
Default Re: nitpicks - 30-06-2004

could this be fixed by having them pick best weapon in think? or changing their thinking behavior?
  
Reply With Quote
Re: nitpicks
Old
  (#5)
Josh_Borke
Member
 
Status: Offline
Posts: 152
Join Date: Jun 2004
Default Re: nitpicks - 01-07-2004

another nit pick:

bots shoot when blinded and debug dontshoot is turned on

cosmetic really, but
bot.cpp - line 2789 reads
Code:
if ((RANDOM_LONG(0,100) < ipFearRate) && RANDOM_LONG(0,100) < 50)
should be
Code:
if ((RANDOM_LONG(0,100) < ipFearRate) && RANDOM_LONG(0,100) < 50 && Game.bDoNotShoot == false)
  
Reply With Quote
Re: nitpicks
Old
  (#6)
stefanhendriks
RealBot Author
 
stefanhendriks's Avatar
 
Status: Offline
Posts: 3,088
Join Date: Nov 2003
Location: Netherlands
Default Re: nitpicks - 01-07-2004

thanks!


Author of RealBot, "Arrakis" and "Dune 2 - The Maker" | co-Founder of Bots-United | Fundynamic | Blog | E-Mail me
  
Reply With Quote
Re: nitpicks
Old
  (#7)
Josh_Borke
Member
 
Status: Offline
Posts: 152
Join Date: Jun 2004
Default Re: nitpicks - 03-07-2004

the switching to knife while reloading sounds like a timing issue, not sure about the having knife while needing to reload. perhaps while trying to fix that we could throw in the reload if less than max code, that way if they are not in a fight, and they think they have time, they could reload in preparation for another fight. just my .02
  
Reply With Quote
Re: nitpicks
Old
  (#8)
stefanhendriks
RealBot Author
 
stefanhendriks's Avatar
 
Status: Offline
Posts: 3,088
Join Date: Nov 2003
Location: Netherlands
Default Re: nitpicks - 03-07-2004

Well, there could be an extra check if they have the knife, so they do not reload. I did not encounter any 'switching to knife when reloading' yet. Afaik there is a timer that dissallows switching weapon while reloading.


Author of RealBot, "Arrakis" and "Dune 2 - The Maker" | co-Founder of Bots-United | Fundynamic | Blog | E-Mail me
  
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 - 2025, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com