Author Topic: Mounting static shape to bot / having static shape follow bot around  (Read 930 times)

I'm hosting a rc bot racing server and I would like to know who won without asking "did you come in 1st place?" to the racers.
The obvious solution would be to have shapenames above the bots. But from lots of searches I have found the only way to do this is to have a static shape follow the bot around. How would I do this?

You can set shapenames directly onto vehicles. %vehicle.setShapeName("____");

You can set shapenames directly onto vehicles. %vehicle.setShapeName("____");
its an RC bot, the RC Sapper / bomber. That one. I think it's a bot.

Oh, sorry. I totally misread your post.

There's really no good way to show a shapename on a bot. It can be done, but rarely do you get a good effect from it.

Oh, sorry. I totally misread your post.

There's really no good way to show a shapename on a bot. It can be done, but rarely do you get a good effect from it.
is it still possible though?

Sure, it's possible. One way is to create a static shape and send it to approximately the position of the bot's head about a hundred times a second.

Another way which yields smooth movement but doesn't seem to always work (nor allows whichever offset you want) is creating a camera, setting a shape name on it and making the camera spy the bot.