Skip to content

DRGN-DRC/Melee-Modding-Wizard

Repository files navigation

Melee Modding Wizard (MMW)

This program provides a large variety of features and tools for modding Super Smash Bros. Melee and the 20XX Hack Pack. This incorporates major functions of DTW, such as game disc and extracted disc root/folder operations, as well as a suite of code development and installation tools from MCM.

Check out the thread here for a broader feature overview: Melee Modding Wizard on SmashBoards.com

Installation & Setup

This is built in Python 2 (with plans to transition to Python 3), and I don't have a compiled build just yet. So for now, you'll need to install Python in order to run this. I've included the dependencies and wrote a simple installer for them, found in the "Dependencies" folder. The batch script will install Python v2.7.18 (unless Python is already installed to C:\Python27 on your system), and then install the remaining python modules needed to that same instance. It's not set up to install into your PATH variable, so if you already have another version of Python on your system, it should be fine. After running that, you should just be able to open the program by running "- - MMW_Debug.bat" in the root folder. Although to use playback/import of music in the Audio Manager tab, you'll also need to install .Net Framework v4.6.1, which you can find here.

Credits, Copyright, and Licenses

  • MeleeMedia   ( Website | GitHub )    - Converts audio and video formats
    • Created by Ploaj (2020)
  • png.py   ( Website | GitHub )    - PNG codec used within the TPL codec
  • pngquant  ( Website | GitHub )    - Used in palette and CSP trim color generation
    • Copyright (c) by Kornel Lesiński (2009-2018), Greg Roelofs (1997-2002), and Jef Poskanzer (1989, 1991)
    • Licensed under GPL v3 or later
  • xxHash   ( PyPI | GitHub )      - Used for Dolphin hash generation