Texture modding tools for UE games.
You can inject texture files (.dds, .tga, .hdr, etc.) into UE assets.
This tool can convert textures between the following file formats.
Note that it can not convert non-official DXGI formats (e.g. ASTC_4x4) from and to non-dds files.
It means you can not use .tga, .hdr, .bmp, .png, and .jpg for them.
Note that Unreal Engine supports more pixel formats.
You will getUnsupported pixel format.
errors for them.
Download one of the zip files from here
UE4-DDS-tools-*-Batch.zip
is for batch file users.UE4-DDS-tools-*-GUI.zip
is for GUI users.
GUI.exe
only works on Windows10 or later.
If you use windows 8 or older, you can copy an executable from Tuw-*-Windows-x64.zip.Released packages only work on Windows. See here if you use macOS or Linux.
For Unix Systems · matyalatte/UE4-DDS-Tools Wiki
FAQ · matyalatte/UE4-DDS-Tools Wiki
Texconv
is a texture converter developed by Microsoft.
It's the best DDS converter as far as I know.
And Texconv-Custom-DLL is a cross-platform implementation I made.
The official Texconv only supports Windows but you can use it on other platforms.
Tuw is a GUI wrapper for command-line tools.
It can define a simple GUI with a json file.
GUI.exe
) for GUI. It is released under the MIT license.