1
0
mirror of synced 2024-11-12 02:00:50 +01:00
Switch-Toolbox/README.md

92 lines
3.8 KiB
Markdown
Raw Normal View History

2018-11-12 01:38:37 +01:00
# Switch-Toolbox
A tool to edit many formats of Nintendo Switch and some Wii U.
2018-11-12 01:40:38 +01:00
2018-11-18 18:38:32 +01:00
## Changelog
v0.73 Changelog
- Param default values can be set on import for models. (Colors reset to white, bake coords are reset)
- Fixed some bugs.
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
## Features
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.
- 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 (BNTX)
- GFPAK
- Can extract files.
2018-11-21 01:10:53 +01:00
## Building
2018-11-18 18:35:53 +01:00
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.
2018-11-18 18:38:32 +01:00
## This tool is in BETA and not final! Code also needs some major clean up!
2018-11-12 02:21:56 +01:00
## Credits
2018-11-17 23:40:14 +01:00
- Smash Forge Devs (SMG, Ploaj, jam1garner, smb123w64gb, etc) for some code ported over. Specifically animation stuff, GTX c# implementation, and some rendering.
2018-11-12 02:21:56 +01:00
- 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
2018-11-20 21:30:44 +01:00
- Syroot for helpful IO extensions and libraries
2018-11-12 02:21:56 +01:00
- GDK Chan for some DDS decode methods
2018-11-17 23:39:57 +01:00
- AboodXD for some foundation stuff with exelix's SARC library, GTX and BNTX texture swizzling and documentation
2018-11-12 02:21:56 +01:00
- MelonSpeedruns for logo.
Resources
- [Treeview Icons by icons8](https://icons8.com/)
- Smash Forge (Currently placeholders)
2018-11-20 21:42:56 +01:00
Libraries
2018-11-12 02:28:30 +01:00
- [Exelix (Sarc, kcl, and byml libraries)](https://github.com/exelix11/EditorCore/tree/master/FileFormatPlugins)
2018-11-12 02:21:56 +01:00
- [ZstdNet (Compression)](https://github.com/skbkontur/ZstdNet)
2018-11-12 02:31:26 +01:00
- [Be.HexEditor by Bernhard Elbl](https://sourceforge.net/projects/hexbox/)
2018-11-12 02:21:56 +01:00
- GL EditorFramwork by jupahe64
2018-11-12 02:31:26 +01:00
- [WeifenLuo for docking suite](http://dockpanelsuite.com/)
2018-11-12 02:28:30 +01:00
- [SF Graphics by SMG (Experimental](https://github.com/ScanMountGoat/SFGraphics) (currently just a placeholder for shader workflow and some useful things)
- [Audio & MIDI library](https://github.com/naudio/NAudio)
- [VGAudio](https://github.com/Thealexbarney/VGAudio)
- [Assimp](https://bitbucket.org/Starnick/assimpnet/src/master/)
- [OpenTK](https://github.com/opentk/opentk)
- [BezelEngineArchive Library](https://github.com/KillzXGaming/BEA-Library-Editor)
2018-11-12 02:30:26 +01:00
- [Syroot BinaryData](https://gitlab.com/Syroot/BinaryData)
- [Syroot Maths](https://gitlab.com/Syroot/Maths)
- [Syroot Bfres Library (Wii U)](https://gitlab.com/Syroot/NintenTools.Bfres)
2018-11-12 02:28:30 +01:00
- [Costura for embedding data for plugins](https://github.com/Fody/Costura)
2018-11-12 02:30:26 +01:00
- [CsvHelper (unused atm but planned to be used](https://joshclose.github.io/CsvHelper/)
2018-11-12 02:21:56 +01:00
License
in Switch_Toolbox\Lib\Licenses
Please note if you do not want your library used or if i'm missing credits!