How to create an invisible face

Users who are viewing this thread

Darwin

Watchin' your language...
Section Moderator
As the title says, i want to make an invisible face, but don't know how
thx for help

Edit: forgot: the face is only for using by a unit, not the player
 
Use the flag itp_covers_head with an invisible mesh. You may be able to use no mesh, but I'm not sure if the game would get angry with that. Then, flag that item as unique and only give it to the one troop.
 
Using no mesh will work, you just have to call it 'none'. At least that's what I suspect, because the same thing works with collision meshes in scene_props.py
 
Back
Top Bottom