Game Development Community

Shapes that only some players can see

by Jorge Solar · in Technical Issues · 05/25/2007 (10:07 pm) · 2 replies

Hello!

I made a shape that is always following the player.
But I want everyone to see the shape except me.

By the way, I want to make a collision mesh for the shape. Can I make it that other players can collide with it, but I can't? (I won't see it so I guess i can't collide with it)

Is there a way to do this? Thanks!

#1
06/15/2007 (2:13 pm)
I don't know exactly how you do this, but I'm sure you could by messing around with the C++ rendering code (remember to backup!)
#2
06/17/2007 (3:56 pm)
You could look into the cloaking code
sethidden() would also help with the rendering (but not the collision)