Opacity (_OP) does not work?

Does anyone also has problems with the Opacity (_OP) Textures?
I want to make a Object with a 50% Opacity but ingame its just Opaque.

In the Attachment you see my _OP Texture. The Top Right should have 50% where aso the Object Meshes are and the rest should be normally visible.
 

Attachments

  • signal_OP.png
    signal_OP.png
    3.3 KB · Views: 213
From the very bottom of the TMT guide on Materials

When authoring materials that have transparent or translucent qualities you need to place an additional suffix into the texture name which should be included in the material name.
For a transparent material:

_OP_BC
Base colour
_OP_OP
Alpha Clip

For a translucent material:

_AL_BC
Base colour
_AL_AL
Alpha Blend

For a specular transparent material:

_GS_BC
Base colour
_GS_GS
Specular Alpha Blend

These suffixes need to be applied to all textures that are used by the translucent or transparent material.
 
Back
Top Bottom