From 4819761ea696bbb78dee9dd07048f64de0aa7aa5 Mon Sep 17 00:00:00 2001 From: Nenkai Date: Tue, 1 Oct 2024 18:37:36 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 632efa4..0347d1f 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,6 @@ You can use the **GUI/Graphical version**, or for the command line (CLI) command > [!WARNING] > * 3D textures are not yet supported. -> * Textures using `R32G32_UINT` and `R10G10B10A2_UNORM` formats are not yet supported. -> * Textures using `BC6` (HDR) are not yet supported. -> * Currently converts only to `.png`. ### Nex (NXD) From fecf8f5f8b57b869f4811d3a87189957f3acfb68 Mon Sep 17 00:00:00 2001 From: Nenkai Date: Tue, 1 Oct 2024 18:37:52 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0347d1f..204d808 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can use the **GUI/Graphical version**, or for the command line (CLI) command * Listing files: `FF16Tools.CLI list-files -i ` ### Textures -* Converting `.tex` to `.png`: Drag-drop files/folders or `FF16Tools.CLI tex-conv -i ` +* Converting `.tex` to `.dds`: Drag-drop files/folders or `FF16Tools.CLI tex-conv -i ` > [!WARNING] > * 3D textures are not yet supported.