From 18a03f73597bfd43f49c38fe2e98a37c8d40e870 Mon Sep 17 00:00:00 2001 From: Atvaark Date: Tue, 10 Feb 2015 20:14:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7099193..cdc3df2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ FtexTool [options] input [output_folder] ``` Options: +-------- ``` -h|help Displays the help message -t|type type_name @@ -52,4 +53,5 @@ FtexTool -t n file_name.dds Important -------- -When repacking custom textures remember to also repack all .pftxs files that contain the changed files with the [PftxsTool](https://github.com/Atvaark/PftxsTool) +* When repacking custom textures remember to also repack all .pftxs files that contain the changed files with the [GzsTool](https://github.com/Atvaark/GzsTool) +* Fox Engine uses the pixel format DXT1 for textures without alpha channel and DXT5 for textures with alpha channel. Changing the pixel format could lead to unexpected results.