Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

AI-Waypoints?

Chat and ask questions about the RPG Maker Mode here.
Post Reply
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

AI-Waypoints?

Post by lzrstrm »

Ok so I was trying to kae the tutorial map

http://www.sandboxgamemaker.com/wiki/in ... ial#Part_5

And I got stuck on part 5 because I don't understand the concept of AI and waypoints. Can anyone plz give me a better decrition on how to do part five in the tutorial map because I don't really know what the waypoints are for and how to properly use them.
Virus 44
Image
Denyer
Member
Member
Posts: 4
Joined: June 13th, 2012, 3:37 pm
Name: Martin

Re: AI-Waypoints?

Post by Denyer »

If you follow the tutorial and use the commands

Code: Select all

dropwaypoints 1
experimentalwapoint 1
debug 32
As you walk around the map you will drop waypoints (debug 32 is the AI debug channel and this will allow you to see the waypoints). The idea, as far as I know, is to create a "net" of waypoints over the area. Then the critters you create following the tutorial will automatically use these waypoints (provided you've written the attack directives in the correct files). Note that if you jump you will also drop waypoints in the air.

Be sure to use the command

Code: Select all

savewaypoints
As this will save the waypoints you have laid. If you've done this correctly you should see a message on the screen telling you the waypoints have been stored

I hope this makes sense
User avatar
lzrstrm
Member
Member
Posts: 122
Joined: September 21st, 2011, 8:26 pm
Name: Cameron
Location: Canada

Re: AI-Waypoints?

Post by lzrstrm »

Thx Denyer
I ended up figuring it out on my own :D
but thx anyway
Virus 44
Image
Denyer
Member
Member
Posts: 4
Joined: June 13th, 2012, 3:37 pm
Name: Martin

Re: AI-Waypoints?

Post by Denyer »

No problem, glad you got it sorted :)
Post Reply