Are you tired of having to adjust the alpha on your mesh body whenever you change clothing?
Not anymore, this set of interface scripts is going to do all the work for you.
You put the MeshAlphaBodyReceiver script into the mesh body and the MeshAlphaClothingSender script into the clothing.
All you do is provide a string in the object description of your clothing part that contains the link-numbers and face-numbers of the parts to set the alpha on. It has to be pairs of link;face combinations, separated by ';' (semicolon).
For example:
Kemono left skateshoe = 7;0
Kemono right kneesock = 6;5;6;4;6;3;6;2
Kemono short hoodie = 2;0;2;1;2;2;2;3;2;4;2;5;2;6;2;7;8;0;8;3;8;4;8;7;10;2;10;3;11;0;11;2;11;4;11;5
That's it!
IMPORTANT!
You are responsible to find out the correct link/face information of your mesh body for a specific clothing to set the alpha. If you don't know how to obtain the necessary information or don't have a friend you can ask, please do not buy this product!
Also be aware that certain mesh bodies, for example the 'Slink Physique' are no-mod, which means that you cannot put the script inside.
For the object description to stay permanent in the clothing it has to be rezzed and taken into inventory after changing. For the script to read a changed object-description, either delete and put it back into the clothing or use the reset-scripts in the edit window.
Unlike the interfaces provided by some creators, this interface works just fine because you don't have to send one command for each body part but only one complete string with all the information needed.
This makes sure it also works when a clothing is detached/removed from your mesh body where the script has not much time to process a command or in other words things are time critical.
I hereby encourage creators of mesh clothes to provide the link/face combinations for each mesh body it is designed for, so a customer can just copy/paste the information into the description field.
The scripts have been tested on the mesh bodies of Utilizator's Kemono, Avatar 2.0 and the Mesh Anime from ZeroStyle but the provided scripts are designed to work with any other mesh body as well.
In case of problems, send an IM.
Supekuta.
- Applies alpha to mesh bodies automatically
- Sets alpha on wear and unwear of clothing accordingly