-
Notifications
You must be signed in to change notification settings - Fork 14
For Unix Systems
You can use the tool on macOS and Linux.
- macOS 10.15 or later.
- Linux with GLIBC 2.27 and GLIBCXX 3.4.26 (or later versions of the libraries.)
Download UE4-DDS-Tools-*-GUI.zip
from the release page.
Unzip UE4-DDS-Tools-*-GUI.zip
.
Then, remove ./python
and ./GUI.exe
.
Download Tuw-v0.6.4-*.tar.bz2
from here.
Then, copy the executable (Tuw
) to the tool's directory.
It's a Unix build for GUI.exe
.
If you are using Ubuntu, you should check Allow executing file as program
. (Properties->Permissions->Execute)
Download blender_dds_addon_v0.4.0_*.zip
from here.
Then, copy the shared library (blender_dds_addon/directx/libtexconv.*
) to ./src/directx
.
It's a Unix build for the DDS converter.
Unix versions will use python3
to run python scripts.
Install it if you don't have.
Your machine might use an old version of python even if you installed python3.10.
If so, you should replace allpython3
withpython3.10
ingui_definition.json
.
Run Tuw
.
It'll show the same GUI as the Windows version.
If you get a
macOS cannot verify that this app is free from malware
warning, you should allow Mac to open the file.
You can find tons of websites that explain how to fix it.
Please note that the Unix versions have some limitations.
-
.png
,.jpg
, and.bmp
are unavailable. - BC6 and BC7 compression will take tons of times because the Unix builds can't use GPU.