From 13dfa8b808079ecdf27636bddc5b5d42f03467cb Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Thu, 26 Jun 2025 17:03:50 +0000 Subject: [PATCH] Updated Custom Textures (markdown) --- Custom-Textures.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Custom-Textures.md b/Custom-Textures.md index eafa118..bf88084 100644 --- a/Custom-Textures.md +++ b/Custom-Textures.md @@ -47,4 +47,10 @@ compressonatorcli -nomipmap -fd BC7 ~/Downloads/table_mountain_2_puresky.png ~/. ## Convert standard picture to DDS: GIMP -GIMP supports .dds image import/export out of the box. To export it, go to `File -> Export As...`, and then select your output filename with `.dds` at the end. Select your compression type, for example BC3. Be aware GIMP doesn't support BC7 compression. \ No newline at end of file +GIMP supports .dds image import/export out of the box. + +To export it, go to `File -> Export As...`, and then select your output filename with `.dds` at the end. + +Select your compression type, for example BC3. + +Be aware GIMP doesn't support BC7 compression. \ No newline at end of file