Author Topic: Bots and vehicles  (Read 708 times)

Does anyone have any information on the extent to which bots can drive vehicles?

Often times they just drive in circles even if they were only given a move forward command.

%bot.setmovey(1 and -1) seems to take care of driving forwards and backwards.

%bot.setmovex(1 and -1) seems to be the roll.

I am completely lost when it comes to turning. I believe it has something to do with %bot.setaimvector("x y z"), but I'm not quite sure.

Could someone link me to a mod where bots can drive a course or something.

I'm sure you can do this using just events...

gr8dayseth made a build where bots drove around on a course
events i believe

here it is
http://forum.blockland.us/index.php?topic=275359.0
download is also included
« Last Edit: December 25, 2015, 12:06:28 PM by The Resonte! »

I'm sure you can do this using just events...
events i believe

This is for the filmbots mod. The bot needs to copy the players movement. I cannot use events.