Author Topic: Custom playetype node colors  (Read 991 times)

I'm making a playertype model, and I had a quick question:

What method can be used to ensure that a player's avatar colors are transfered over to the model? I'm guessing it goes off of group name, but are there extra group names I should know about, such as applying the 'pack' colors or hat extras, or hat colors for example. What should I name the groups that I want to be colored by the hat slot, shoulder slot, etc?

Another question: how do I make the recoloring additive/subtractive?

You have to package when they switch to your playertype and transfer the colors over via setNodeColor.

You have to package when they switch to your playertype and transfer the colors over via setNodeColor.
is there a function for getting the color of a specific node?

is there a function for getting the color of a specific node?
The player's node colors are stored on the client. findClientByName("NAME").dump(); to see them all.