mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-26 22:40:27 +00:00
Update README.md
This commit is contained in:
parent
db4766c63d
commit
f7588786eb
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
@ -23,12 +23,12 @@ This tool currently features:
|
||||||
- Can convert gif files to texture pattern animations. Very WIP atm.
|
- Can convert gif files to texture pattern animations. Very WIP atm.
|
||||||
- BNTX
|
- BNTX
|
||||||
- Can add/remove textures.
|
- 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 export as binary, dds, png, tga, etc.
|
||||||
- Can preview mipmap and surface(array) levels.
|
- Can preview mipmap and surface(array) levels.
|
||||||
- XTX
|
- XTX
|
||||||
- Can add/remove textures.
|
- 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 export as dds, png, tga, etc.
|
||||||
- Can preview mipmaplevels.
|
- Can preview mipmaplevels.
|
||||||
- SARC
|
- SARC
|
||||||
|
@ -43,7 +43,9 @@ This tool currently features:
|
||||||
- BFFNT
|
- BFFNT
|
||||||
- Can extract and replace images.
|
- Can extract and replace images.
|
||||||
- BFLIM
|
- 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
|
- GFPAK
|
||||||
- Supported editing/saving data opened. (Automatically saves data opened if supported)
|
- Supported editing/saving data opened. (Automatically saves data opened if supported)
|
||||||
- BEA
|
- BEA
|
||||||
|
@ -55,11 +57,12 @@ This tool currently features:
|
||||||
- SHARCFB and SHARC
|
- SHARCFB and SHARC
|
||||||
- Basic preview of some shader program data.
|
- Basic preview of some shader program data.
|
||||||
- AAMP
|
- AAMP
|
||||||
- Can edit v1 AAMP (Wii U) and preview v2 AAMP
|
- Can edit both v1 and v2 AAMP (Wii U and Switch)
|
||||||
- NUTEXB
|
- NUTEXB
|
||||||
- Can extract and replace textures.
|
- Can extract and replace textures.
|
||||||
- PTCL & EFFN
|
- 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
|
- EFC
|
||||||
- Can preview effect tables and link PTCL.
|
- Can preview effect tables and link PTCL.
|
||||||
- NUT
|
- NUT
|
||||||
|
@ -68,6 +71,7 @@ This tool currently features:
|
||||||
- Very basic previewing.
|
- Very basic previewing.
|
||||||
- TMPK
|
- TMPK
|
||||||
- Can extract files and decompress
|
- Can extract files and decompress
|
||||||
|
- Can save back.
|
||||||
- MP3, OGG, IDSP, HPS, WAV, BFWAV, BFSTM, BCWAV, BCWAV
|
- MP3, OGG, IDSP, HPS, WAV, BFWAV, BFSTM, BCWAV, BCWAV
|
||||||
- Can listen to audio and convert between certain formats. Thanks to VGAudio and CSCore
|
- 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
|
- Exelix for Byaml, Sarc and KCL library
|
||||||
- Syroot for helpful IO extensions and libraries
|
- Syroot for helpful IO extensions and libraries
|
||||||
- GDK Chan for some DDS decode methods
|
- 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.
|
- MelonSpeedruns for logo.
|
||||||
|
|
||||||
Resources
|
Resources
|
||||||
|
|
Loading…
Reference in a new issue