Updated the mod so it works with today's patch. If you already have textures set up, only replace the AddonDecalsCore_P files in both your game's Pak folder and the ones found in the toolset.
Make sure you enabled alpha channel export and that the mask is stored in the alpha channel and not as the mask for the layer. Also make sure to use 32-BIT otherwise alpha won't be written.
Wow, what a lot of work here. It works fine for me, but I don't quite understand the power of two part of the images. I simply searched for a logo, downloaded it in PNG, resized it, transformed it to TGA and then went through the rest of the steps with just this file. Great job! 😺
Textures are stored in powers of two due to how GPUs can optimize the way they're read and displayed. This optimization is not a requirement nowadays and Unreal can read them just fine but it is still a good practice that I believe should be enforced. Still, if it worked just fine for you then that's great.
11 comments
I made a standard one (not like the orange background like you used) and it wasn't recognised.