OpenArena Message Boards

OpenArena Contributions => Maps => Topic started by: hyp3rfocus on July 28, 2007, 03:00:57 PM



Title: bots not moving about much
Post by: hyp3rfocus on July 28, 2007, 03:00:57 PM
hi,
i'm learning to use radiant and i've made a simple map, got it to compile and made the aas file for it, but the bots don't really move around much. when i'm in their line of sight they'll move around and attack, but if they can't see me they tend to stand still. does anyone have any idea why?

here's a link to a download page. the zip file contains the .map file and the pk3.
http://www.mediafire.com/?4tzunoubnfc



Title: Re: advice for better aas files.
Post by: kit89 on July 28, 2007, 03:09:50 PM
Depending on the complexity of your map they probably believe that they cant move easily.

Use Botclips to box around complex items. There's a very useful tutorial on the internet about bots, but at the moment I cant remember the address. 


Title: Re: bots not moving about much
Post by: anyone on July 28, 2007, 03:31:33 PM
You shouldn't stick your entities that close to brushes (try to leave 16 or 32 units between walls and entities)... If nothing changes and they don't move AT ALL, that's even worst.
Like kit89 said, try to help bots, there are plenty of textures and entities to do so, like "donotenter" (tell bots to get away from an area), "clusterportal" (it can be used to split your map into smaller rooms and halls to help bots navigation). "item_botroam" entity can sometimes help -I doubt about that on this case- (check the information in GTKRadiant for keys, but basically it works like an item bots wants to reach -- these are not waypoint neither but it works sometimes)...

If it doesn't work... well don't ask me why but I really wonder if it's even possible to have some aas file without using -forcesidesvisible. Check aas compilation to see if it spots any important troubles.
(using -forcesidesvisible will always make functional aas files... but these will be larger and slower to generate than "normal" aas files -- it shouldn't be a solution but that's what I do for now anyway).


Title: Re: bots not moving about much
Post by: dmn_clown on July 28, 2007, 07:14:49 PM
None of the advice given in this thread will "fix" how your bots move in this map (but is helpful information, none the less).  Your bots aren't moving around because there is nothing for them to pick up.  Throw in a few weapons, some ammo, and health items and they will move around picking up items.  Otherwise they will just stand around until they "see" you, move to attack you, and go back to just standing around.


Title: Re: bots not moving about much
Post by: hyp3rfocus on July 29, 2007, 06:34:54 AM
thanks for the advice guys.

dmn_clown- adding weapons seemed to help.