A tool to edit many video game file formats
docs | ||
GL_EditorFramework-master | ||
packages | ||
Switch_FileFormatsMain | ||
Switch_Toolbox | ||
Switch_Toolbox_Library | ||
Updater | ||
_config.yml | ||
.gitignore | ||
README.md | ||
Switch_Toolbox.sln | ||
Syroot.NintenTools.Bfres.dll | ||
Syroot.NintenTools.Bfres.pdb | ||
Syroot.NintenTools.Bfres.xml |
Switch-Toolbox
A tool to edit many formats of Nintendo Switch and some Wii U.
Changelog
v0.8.5.1
- Basic .nutexb dds injection. Must be same width/height and format due to .arc size limitations atm!
v0.8.4 - v0.8.5
- Textures for Wii U deswizzle properly thanks to AboodXD.
- Zstb compressed files will be detected and decompressed automatically on open.
- Textures BC1-BC5 will show properly if DirectXTex is not working on older windows versions. Small work around atm.
- Improper transformations (like bad rotations) should be fixed now.
- Basic GTX file viewing
- Fixed BNTX texture alignment if there is only one texture present in the file.
- Many more bug fixes to enhance the user experience.
v0.8.3
- Support all nutexb formats from .arc.
- Fix brightness issues for nutexb srgb (using unorm for decoding atm).
v0.8.2 Changelog
- Fixed nutexb errors (incorrect sizes)
- Batch exporting nutexb works properly now. Will export with offset for unique name.
- DDS save properly to open in photoshop and other programs.
v0.8.1 Changelog
- Fixed error messages and freezes from nutexb.
v0.8 Changelog
- DDS compression reworked allowing png importing, and previewing of all DDS formats from DirectXTex.
- Exporting/importing of all animation types as binary.
- .Nutexb previewing/exporting. (and batch exporting)
- DAE/FBX rigging supported. Models will no longer show invisible.
- Improvements to BFRES library. Some games may work better now.
- Channel types are now set on import. May fix normal map issues.
- Archives use double click for opening files
- DDS cubemaps can be imported
- GFPAK repacking (untested)
- Animations for skeleton animations can be played (thanks to smash forge).
- Improvements to UI. May load quicker.
- Update bake map placeholder textures to look proper.
- Many improvements and big fixes!
v0.72 Changelog
- Fixed crashes from RGBA DDS.
- Added an option to disable viewport. (May be quicker, and for those who use old GL versions).
v0.71 Changelog
- Stability improvements.
- Add byml editor back in.
- Some bug fixes and exception issues
This tool currently features:
- BFRES
- Model importing (dae, fbx, obj, and csv)
- Material editing (Render info, texture mapping, parameters, etc)
- Material copying
- Animation and model sub section can be exported/imported.
- Can delete, add, replace individual objects from an fmdl.
- BNTX
- Can add/remove textures.
- Can import textures as DDS. (Thanks to AboodXD! png/jpeg, etc planned later)
- Can export as binary, dds, png, tga, etc.
- Can preview mipmap and surface(array) levels.
- NUTEXB
- Can export as binary, dds, png, tga, etc.
- Can preview.
- SARC
- Supported editing/saving data opened. (Automatically saves data opened in objectlist 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 font images and preview their image arrays (BNTX)
- GFPAK
- Can extract, edit, and rebuild (untested).
Building
To build make sure you have Visual Studio installed (I use 2017, older versions may not work) and open the .sln. Then build the solution as release. It should compile properly on the latest.
In the event that the tool cannot compile, check references. All the libraries are stored in Switch-Toolbox/Lib folder.
This tool is in BETA and not final! Code also needs some major clean up!
Credits
- Smash Forge Devs (SMG, Ploaj, jam1garner, smb123w64gb, etc) for some code ported over. Specifically animation stuff, GTX c# implementation, and some rendering.
- Assimp devs for their massive asset library!
- Wexos (helped figure out a few things, ie format list to assign each attribute)
- JuPaHe64 for the base 3D renderer.
- Every File Explorer devs (Gericom) for Yaz0 stuff
- 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, GTX and BNTX texture swizzling and documentation
- MelonSpeedruns for logo.
Resources
- Treeview Icons by icons8
- Smash Forge (Currently placeholders)
Libraries
- Exelix (Sarc, kcl, and byml libraries)
- ZstdNet (Compression)
- Be.HexEditor by Bernhard Elbl
- GL EditorFramwork by jupahe64
- WeifenLuo for docking suite
- SF Graphics by SMG (Experimental (currently just a placeholder for shader workflow and some useful things)
- Audio & MIDI library
- VGAudio
- Assimp
- OpenTK
- BezelEngineArchive Library
- Syroot BinaryData
- Syroot Maths
- Syroot Bfres Library (Wii U)
- Costura for embedding data for plugins
- CsvHelper (unused atm but planned to be used
License in Switch_Toolbox\Lib\Licenses
Please note if you do not want your library used or if i'm missing credits!