diff --git a/README.md b/README.md index d100043..ddfba1c 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,3 @@ I needed some tools that were able to do some slight lifting so I can do some modding. This is a simple DDS and PNG tool set that converts DDS images to PNG images and vice versa on a large scale. Has options for duplicate detection and sorting. - -## DDS2PNG - -The usage is pretty simple: - -`DDS2PNG.exe "D:\Test\textures"` - -This will create png files from the dds files searches all sub directories. - -A folder named `Result` will be created and catalog file named `Result.json` within the folder. -This is needed for the next tool. - -## PNG2DDS - -The usage is pretty simple: - -`PNG2DDS.exe "D:\Test\Result"` - -This will create dds files from the png files, needs the `Result.json` within the folder.