soneek / Sm4sh-Tools

Miscellaneous tools for dealing with smash 4 files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sm4sh-Tools

Bug Tracker | Request a feature or tool. | Build status

Miscellaneous tools for dealing with Smash 4 files. ##Requirements##

  • .NET Framework 4.0
  • Visual Studio 2015

##Contents##

  • SM4SHCommand

    • Aims to be a fully fledged moveset editor including features like syntax highlighting and a model/animation/hitbox previewer.
  • DTLS

    • 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>
    
  • PACKManager

    • Used to unpack and repack .pac files, most commonly used to pack .omo animation files together.

Building

  • Checkout the repo: git checkout https://github.com/Sammi-Husky/Sm4sh-Tools.git
  • Use the Solution file to build the projects.

About

Miscellaneous tools for dealing with smash 4 files.


Languages

Language:C# 100.0%