View Single Post
Re: New to AI Programming
Old
  (#12)
DrEvil
Member
 
DrEvil's Avatar
 
Status: Offline
Posts: 142
Join Date: Jan 2004
Location: Los Angeles, CA
Default Re: New to AI Programming - 29-09-2006

Nice, 30ms is pretty decent performance I would guess for a script implemented A*. It's still enough to hitch the game, so you might want to time splice it, by either only letting it do x iterations of A* per update, or only spend x time per A* update. Time splicing is usually a part of the path planning in most games. There's usually plenty of things u can do to hide the slight delay if its too much. Play an acknowledgement sound, start an animation, etc.


Omni-bot AI framework
http://www.omni-bot.com

Foxbot - for Team Fortress Classic
http://www.foxbot.net


  
Reply With Quote