Author Topic: how to add decals to a player model?  (Read 1755 times)

it's basically the title, but i'm really curious

how does applying decals and faces to a playermodel works? is it a node, what is it?

it's basically the title, but i'm really curious

how does applying decals and faces to a playermodel works? is it a node, what is it?

Found:
Code: [Select]
%client.player.setFaceName("NAME"); // face decal
%client.player.setDecalName("NAME"); // chest decal

I think you have to assign materials named 'decal' and 'face' to selected polygons

thanks, i needed to know this too

I think you have to assign materials named 'decal' and 'face' to selected polygons

Seriously that's all it is?
This unlocks so many possibilities......

Would this make it possible to add decals like Blood splatters to player models? Like if a player gets shot?

Would this make it possible to add decals like Blood splatters to player models? Like if a player gets shot?
Probably not, the decals are only for face and torso decals