From 8b3a3037f2b9a18e5071be78f4c174aafcd1b922 Mon Sep 17 00:00:00 2001 From: Zolton Date: Thu, 4 Jan 2024 18:38:35 -0600 Subject: [PATCH] Add bat files to DXTTool For ease of use and running the program quicker --- DXTTool/decompress_and_extract.bat | 2 ++ DXTTool/pack_and_compress.bat | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 DXTTool/decompress_and_extract.bat create mode 100644 DXTTool/pack_and_compress.bat diff --git a/DXTTool/decompress_and_extract.bat b/DXTTool/decompress_and_extract.bat new file mode 100644 index 0000000..f173790 --- /dev/null +++ b/DXTTool/decompress_and_extract.bat @@ -0,0 +1,2 @@ +dxttool -d textures.dxt +dxttool -e -o output dec_textures.dxt \ No newline at end of file diff --git a/DXTTool/pack_and_compress.bat b/DXTTool/pack_and_compress.bat new file mode 100644 index 0000000..874b6a2 --- /dev/null +++ b/DXTTool/pack_and_compress.bat @@ -0,0 +1,2 @@ +dxttool -c -l !dec_textures.txt -t data_dec_textures.tdata output +dxttool -z output.dxt \ No newline at end of file