Bug Tracker | Request a feature or tool. |
Miscellaneous tools for dealing with Smash 4 files. ##Requirements##
- .NET Framework 4.0
- Visual Studio 2015
##Contents##
-
- Aims to be a fully fledged moveset editor including features like syntax highlighting and a model/animation/hitbox previewer.
-
- Extractor for 3ds and wiiU dt archives. Also supports extracting game patches and patching the DT archive. Though currently cannot fully rebuild it, and the patched files must not be larger than the original.
- Unpack dt: <dt file(s)> <ls file> - Unpack Update: <resource file> - Patch Archive: -r <dt file(s)> <ls file> <patch folder>
-
- Used to unpack and repack .pac files, most commonly used to pack .omo animation files together.
-
- Editor used to open / edit / view smash 4's param files.
- Due to the way the game handles param files, it's near impossible to fully rebuild or properly display some files. However, around 80%+ or more of them will work fine. Includes standard templates used to label entries. (right click a group to open the file and apply lables to all entries in a group)
- Checkout the repo:
git checkout https://github.com/Sammi-Husky/Sm4sh-Tools.git
- Use the Solution file to build the projects.