parts of reflective clothing
-
hi, I've been trying to make uniforms with reflective parts for a long time. as far as making uniforms is concerned I am quite capable but I really don't know how to do this. I am attaching a picture of what I mean. Thanks in advance for the help (https://cdn.discordapp.com/attachments/737360382036934708/750502413743423608/9.png)
-
It's not reflective, it's just glowing, for that you just have to use ped emissive shader and paint vertex color purple (255, 186, 255)
Then you have to make alpha channel for your texture, 0 opacity would mean model isn't lit (unless you set said ped emissive shader to only a specific parts of the model, that means you can skip alpha channel part)
-
@HeySlickThatsMe thank you so much for your help, do you by any chance know where I can find a "wiki" with all the colors of the vertices and their effects in the game?
-
@Mr_Simulation I doubt such thing exists, anyway you only really need that for emissive + 255 128 0 when not using emissive, other values aren't really important but one of these channels controls the darkness of the model so you can make a fake shadow for example
There was another combination for fur shader though iirc
-
@HeySlickThatsMe hi, I tried but I didn't understand too much. would be kind enough to explain it to me in more detail, you will be very grateful to him.
-
please @HeySlickThatsMe