From f7588786eb5e972ee9feeafc1914fda9b2d5f997 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Fri, 3 May 2019 15:58:03 -0400 Subject: [PATCH 1/4] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ed3db2db..5ef8239b 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ This tool currently features: - Can convert gif files to texture pattern animations. Very WIP atm. - BNTX - Can add/remove textures. - - Can import textures as DDS. (Thanks to AboodXD! png/jpeg, etc planned later) + - Can import textures as DDS, png, tga, tiff, etc) - Can export as binary, dds, png, tga, etc. - Can preview mipmap and surface(array) levels. - XTX - Can add/remove textures. - - Can import textures as DDS. (Thanks to AboodXD! png/jpeg, etc planned later) + - Can import textures as DDS, png, tga, tiff, etc) - Can export as dds, png, tga, etc. - Can preview mipmaplevels. - SARC @@ -43,7 +43,9 @@ This tool currently features: - BFFNT - Can extract and replace images. - BFLIM - - Can extract font images (BNTX) + - Can add/remove textures. + - Can import textures as DDS, png, tga, tiff, etc) + - Can export as dds, png, tga, etc. - GFPAK - Supported editing/saving data opened. (Automatically saves data opened if supported) - BEA @@ -55,11 +57,12 @@ This tool currently features: - SHARCFB and SHARC - Basic preview of some shader program data. - AAMP - - Can edit v1 AAMP (Wii U) and preview v2 AAMP + - Can edit both v1 and v2 AAMP (Wii U and Switch) - NUTEXB - Can extract and replace textures. - PTCL & EFFN - - Can edit colors (Wii U) and edit textures (Wii U). Switch ptcl can only preview both atm. + - Can edit colors (Wii U) and edit textures (Wii U and Switch). + - Switch ptcl also can rebuild and import models (bfres files are inside) - EFC - Can preview effect tables and link PTCL. - NUT @@ -68,6 +71,7 @@ This tool currently features: - Very basic previewing. - TMPK - Can extract files and decompress + - Can save back. - MP3, OGG, IDSP, HPS, WAV, BFWAV, BFSTM, BCWAV, BCWAV - Can listen to audio and convert between certain formats. Thanks to VGAudio and CSCore @@ -86,7 +90,7 @@ In the event that the tool cannot compile, check references. All the libraries a - Exelix for Byaml, Sarc and KCL library - Syroot for helpful IO extensions and libraries - GDK Chan for some DDS decode methods -- AboodXD for some foundation stuff with exelix's SARC library, Wii U (GPU7) and Switch (Tegra X1) textures swizzling, and documentation for GTX and BNTX +- AboodXD for some foundation stuff with exelix's SARC library, Wii U (GPU7) and Switch (Tegra X1) textures swizzling, and documentation for GTX, XTX, and BNTX - MelonSpeedruns for logo. Resources From 689891287914f9960c05536a1c07adb99dbdd707 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Fri, 3 May 2019 15:58:43 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ef8239b..408962e4 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,7 @@ This tool currently features: - Can export as binary, dds, png, tga, etc. - Can preview mipmap and surface(array) levels. - XTX - - Can add/remove textures. - - Can import textures as DDS, png, tga, tiff, etc) + - Can replace textures as DDS, png, tga, tiff, etc) - Can export as dds, png, tga, etc. - Can preview mipmaplevels. - SARC From 78707eb340bf4296647c1efdcb7b3922a182d3bb Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Fri, 3 May 2019 15:59:24 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 408962e4..d0239360 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ This tool currently features: - NUTEXB - Can extract and replace textures. - PTCL & EFFN - - Can edit colors (Wii U) and edit textures (Wii U and Switch). + - Can edit colors and textures (Wii U and Switch). - Switch ptcl also can rebuild and import models (bfres files are inside) - EFC - Can preview effect tables and link PTCL. From cefcf3927b1590d60200a34bfe188200bf16bf89 Mon Sep 17 00:00:00 2001 From: KillzXGaming Date: Fri, 3 May 2019 16:04:14 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 34 +++++++++------------------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index d0239360..44e0381c 100644 --- a/README.md +++ b/README.md @@ -21,47 +21,31 @@ This tool currently features: - Can preview skeletal, SRT, param, texture pattern, and bone visual animations. (Param ones will vary) - Can export and import fully rigged models with bone support. - Can convert gif files to texture pattern animations. Very WIP atm. + +Can Edit Formats +- BFRES - BNTX - - Can add/remove textures. - - Can import textures as DDS, png, tga, tiff, etc) - - Can export as binary, dds, png, tga, etc. - - Can preview mipmap and surface(array) levels. +- NUTEXB - XTX - - Can replace textures as DDS, png, tga, tiff, etc) - - Can export as dds, png, tga, etc. - - Can preview mipmaplevels. - SARC - - Supported editing/saving data opened. (Automatically saves data opened if supported) - - Supports padding (Thanks to Exelix and AboodXD) - - Can save sarcs in sarcs in sarcs. - BARS - - Can extract and replace audio files.. (rebuilds the file) - KCL - - Preview collision models. - - Replace/Export as obj (Thanks to Exelix) - BFFNT - - Can extract and replace images. - BFLIM - - Can add/remove textures. - - Can import textures as DDS, png, tga, tiff, etc) - - Can export as dds, png, tga, etc. - GFPAK - - Supported editing/saving data opened. (Automatically saves data opened if supported) - BEA - - Supported editing/saving data opened. (Automatically saves data opened if supported) +- AAMP (Wii U and Switch) +- PTCL (Wii U and Switch) +- TMPK + +Can Preview - BFSHA - Can view options, samplers, attributes, and uniform blocks. - BNSH - Can extract shader vertex and fragment shaders from variations/programs - SHARCFB and SHARC - Basic preview of some shader program data. -- AAMP - Can edit both v1 and v2 AAMP (Wii U and Switch) -- NUTEXB - - Can extract and replace textures. -- PTCL & EFFN - - Can edit colors and textures (Wii U and Switch). - - Switch ptcl also can rebuild and import models (bfres files are inside) - EFC - Can preview effect tables and link PTCL. - NUT