Hey all,
So I have my model and texture and normal map for my first weapon. I also have greyscale images for each of the 4 material properties that make up mask_2 as separate layers in a psd. I don't know how to convert those 4 maps into a single images that used the red green blue and alpha channels. Can someone help me?
I read the material guide and understand the purpose of each material property, I just don't understand how to make my grayscale images into a single image In the format the game wants.
Looking forward to some guidance!
Replies
(To select an individual channel, open the channel palette and click on the desired channel you want to work with, just like you would click on a layer).
Once you get familiar with the process you can then automate it all using actions, generating the two final DOTA-style RGBA textures from a PSD with your own layer group organisation.
You can also put each mask channel in a group, then limit that group to be R G or B.
Create your groups, then right click and group properties, and untick the channels you don't want.
Then you can show all of the groups at once and ctrl+a then ctrl+shift+c to copy everything and paste it into your mask texture.
Still have to copy/paste the alpha channel separately, though.