From 7bb291f6f56a5ab4e591d51924381f562a516269 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Wed, 20 Jan 2021 01:42:20 -0800 Subject: [PATCH] readme formatting --- Scripts/README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Scripts/README.md b/Scripts/README.md index 46560bd..c1da37b 100644 --- a/Scripts/README.md +++ b/Scripts/README.md @@ -16,23 +16,24 @@ usage: `ddscompress.py [-h] [--convertcmd CMD] [--compresscmd CMD] [files ...]` Converts any number of files to `.dds` format, automatically choosing dxt1 or dxt5 depending on if the source image has anything in its alpha channel. Designed to be used with a glob, e.g: `ddscompress.py *.png` positional arguments: - `files`: input texture files +* `files`: input texture files optional arguments: - `-h, --help `: show this help message and exit - `--convertcmd CMD`: name of imagemagick's convert tool (default: `convert`) - `--compresscmd CMD`: name of the nvidia dds compress tool (default: `nvcompress`) +* `-h, --help `: show this help message and exit +* `--convertcmd CMD`: name of imagemagick's convert tool (default: `convert`) +* `--compresscmd CMD`: name of the nvidia dds compress tool (default: `nvcompress`) ### ddsdecompress.py usage: `ddsdecompress.py [-h] [--decompresscmd CMD] [files ...]` Converts any number of files to `.tga` from `.dds`. Designed to be used with a glob, e.g: `ddsdecompress.py *.dds` + positional arguments: - `files`: input dds files +* `files`: input dds files optional arguments: - `-h, --help`: show this help message and exit - `--decompresscmd CMD`: name of the nvidia dds decompress tool (default: `nvdecompress`) +* `-h, --help`: show this help message and exit +* `--decompresscmd CMD`: name of the nvidia dds decompress tool (default: `nvdecompress`) ### ddsck.py usage: `ddsck.py [-h] [--convertcmd CMD] [--infocmd CMD] [files ...]` @@ -40,9 +41,9 @@ usage: `ddsck.py [-h] [--convertcmd CMD] [--infocmd CMD] [files ...]` Checks any number of dds files for common issues, including formats not supported by KSP, and DXT5 textures that don't use the alpha channel. Designed to be used with a glob, e.g: `ddsck.py *.dds` positional arguments: - `files`: input dds files +* `files`: input dds files optional arguments: - `-h, --help`: show this help message and exit - `--convertcmd CMD`: name of imagemagick's convert tool (default: `convert`) - `--infocmd CMD`: name of the nvidia dds info tool (default: `nvddsinfo`) \ No newline at end of file +* `-h, --help`: show this help message and exit +* `--convertcmd CMD`: name of imagemagick's convert tool (default: `convert`) +* `--infocmd CMD`: name of the nvidia dds info tool (default: `nvddsinfo`) \ No newline at end of file