View Single Post
Re: Basic FritzBot Map Tools Info
Old
  (#11)
Maleficus
Member
 
Maleficus's Avatar
 
Status: Offline
Posts: 1,054
Join Date: May 2004
Location: Planet Earth
Default Re: Basic FritzBot Map Tools Info - 19-07-2005

New cmd:

"action_clear"

This cmd works exactly like node_clear = it clears ALL of the actions on your map. Use this if your having problems with your actions, but you have a good node setup and don't want to start over.


New feature:

New node flag.

NODE_LEAP = 32 <- helps the bots to jump over gaps they wouldn't normally jump over on their own. Any node with its flag set to 32 (NODE_LEAP) will be a leap node.

This is a bit tricky: you need 2 nodes with this flag, to mark the ends of the gap in question, one on either end. Each node should be at the END of the ledge/gap/wall/whatever and its radius shouldn't be larger than 20 (THIS IS IMPORTANT! If the radius is too large, the bot may think the gap is bigger than it is and waste precious CPU/TIME/MEMORY/etc trying to find a gap that isn't there yet). ONLY have 2 nodes per gap. Too many nodes will just confuse the bot.

Here is an example picture: there is a node at each end of the wall in front of me. In this map, the bot easily understands and jumps over the gap with the info I've provided.

Obviously, this is only useful for gaps that you yourself can jump across too.
Attached Thumbnails
Click image for larger version

Name:	leap.jpg
Views:	708
Size:	81.0 KB
ID:	695  


Dum Spiro Spero



Last edited by Maleficus; 19-07-2005 at 07:05..