.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   The RealBot 'Source' (http://forums.bots-united.com/forumdisplay.php?f=52)
-   -   nitpicks (http://forums.bots-united.com/showthread.php?t=2095)

davek 26-06-2004 03:22

nitpicks
 
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.

Josh_Borke 26-06-2004 06:02

Re: nitpicks
 
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

davek 28-06-2004 06:28

Re: nitpicks
 
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

Josh_Borke 30-06-2004 22:10

Re: nitpicks
 
could this be fixed by having them pick best weapon in think? or changing their thinking behavior?

Josh_Borke 01-07-2004 19:52

Re: nitpicks
 
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)

stefanhendriks 01-07-2004 19:57

Re: nitpicks
 
thanks! :D

Josh_Borke 03-07-2004 07:13

Re: nitpicks
 
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

stefanhendriks 03-07-2004 10:14

Re: nitpicks
 
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.


All times are GMT +2. The time now is 19:47.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.