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