[ FF8 ] Regession with blending type 2 in external textures #746
Closed
Description
Describe the bug
Since FFNx 1.20.x, blending type 2 (substractive) does not work on external textures.
To Reproduce
Use any existing mods using the Tonberry layer for field and go to the BGU elevator.
Expected behavior
See #693
Additional context
Before 1.20.x, the Tonberry layer was emulated via the TexturePacker (CPU side), the built texture was with alpha=127.
For some reason the GPU driver needs textures to have alpha=127 for blending type 4 to work.