All Projects → Sammi-Husky → Sm4sh Tools

Sammi-Husky / Sm4sh Tools

Miscellaneous tools for dealing with smash 4 files.

Projects that are alternatives of or similar to Sm4sh Tools

dftools
Tools for Star Wars: Dark Forces assets.
Stars: ✭ 18 (-52.63%)
Mutual labels:  tools, modding
Unrealeditorpythonscripts
Some of my personal scripts i made to use for my own projects, but free of charge to be used for any project and any purpose as long as it is not violating the Unreal Engine EULA.
Stars: ✭ 282 (+642.11%)
Mutual labels:  mit-license, tools
Dji Firmware Tools
Tools for handling firmwares of DJI products, with focus on quadcopters.
Stars: ✭ 424 (+1015.79%)
Mutual labels:  modding, tools
Babysploit
👶 BabySploit Beginner Pentesting Toolkit/Framework Written in Python 🐍
Stars: ✭ 883 (+2223.68%)
Mutual labels:  tools
Hub Sync
Sync your github forks without git.
Stars: ✭ 21 (-44.74%)
Mutual labels:  tools
Simple Sh Datascience
A collection of Bash scripts and Dockerfiles to install data science Tool, Lib and application
Stars: ✭ 32 (-15.79%)
Mutual labels:  tools
Gtdo
The source for gotools.org.
Stars: ✭ 35 (-7.89%)
Mutual labels:  tools
Carter
Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
Stars: ✭ 875 (+2202.63%)
Mutual labels:  mit-license
Gitlab Explorer
Tool to visualize your groups, repositories, members and activities in your Gitlab space
Stars: ✭ 34 (-10.53%)
Mutual labels:  tools
Photo Importer
Command line and web tools for photo importing/renaming/rotating
Stars: ✭ 30 (-21.05%)
Mutual labels:  tools
Todo r
Find all your TODO notes with one command!
Stars: ✭ 28 (-26.32%)
Mutual labels:  tools
Skyrim Perk Utility
Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! 📝 🎮
Stars: ✭ 21 (-44.74%)
Mutual labels:  modding
Vrctools
A VRChat modding library and a mod to implement some requested features and enhance the social part of the game
Stars: ✭ 32 (-15.79%)
Mutual labels:  modding
Nes Sprites2png
👾 convert nes sprites to png
Stars: ✭ 15 (-60.53%)
Mutual labels:  tools
Healthcheck
Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.
Stars: ✭ 35 (-7.89%)
Mutual labels:  mit-license
Swiftinfo
📊 Extract and analyze the evolution of an iOS app's code.
Stars: ✭ 880 (+2215.79%)
Mutual labels:  tools
Camm Crystal Alien Map Maker
CAMM (Crystal Alien Map Maker) open source level/map editor for CrystAlien Conflict.
Stars: ✭ 32 (-15.79%)
Mutual labels:  modding
Tremor
Tremor mod, for tModLoader Terraria
Stars: ✭ 26 (-31.58%)
Mutual labels:  modding
Imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
Stars: ✭ 33,574 (+88252.63%)
Mutual labels:  tools
Lumberjack
A terminal-ui log watcher written in Go using the Flux architecture
Stars: ✭ 31 (-18.42%)
Mutual labels:  tools

Sm4sh-Tools

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

Miscellaneous tools for dealing with Smash 4 files.

Minimum 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.
  • PARAM

    • 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)
  • FITX

    • Smash 4 Fighter (de)compiler platform. Decompiles and recompiles ACMD scripts into plaintext .acm files which can be edited with any text editor and recompiled for either 3ds (little endian) or WiiU (big endian, default).
  • XMBDump

    • CLI application for dumping (and in the future rebuilding) Smash 4 .XMB files (used for lighting and effect processing for nearly every model)

Building

  • Clone the repo: git clone https://github.com/Sammi-Husky/Sm4sh-Tools.git
  • In the cloned directory, run git submodule --init --recursive
  • Use the Solution file to build the projects.

Credits

  • Copyright (c) 2018 - Sammi Husky, unless otherwise stated in project READMEs
  • Some projects make use of Open Source components; See COPYING in the respective project's project directory for more information.

License

  • For specific License information please refer to the LICENSE file in each project's project directory. If one does not exist, the code is licensed to the public domain.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].