A tool that extends Mario Kart: Double Dash!! with 144 extra race tracks and 54 extra battle stages.
MKDD Extender needs to be provided with the following items:
- A retail ISO file of the original Mario Kart: Double Dash!! game. All regions are supported.
- The custom courses that will be inserted in the game. Custom courses can be downloaded from the community-powered Custom Mario Kart: Double Dash Wiki!!.
Once the directory containing the custom courses is specified, drag & drop the custom courses from the left-hand side pane onto each of the empty slots in the main area.
Screenshot of the graphical user interface:
Further details on how the tool is used can be found under the Help > Instructions menu.
NOTE: Like other tools in the community (e.g. Dolphin Emulator), MKDD Extender has a portable mode that can be enabled by creating an empty
portable.txtfile in the same directory that contains the MKDD Extender executable. When portable mode is enabled, the application configuration file will be saved next to the executable, instead of in the global user directory.
NOTE: The tool can be used also in command-line mode. Run with
--helpto print a list of the available arguments. On Windows, usemkdd-extender-cli.exeto launch the application in command-line mode.
Stand-alone precompiled bundles for Linux and Windows can be found in the Releases section.
Clone the Git repository along with its submodules:
git clone https://github.com/cristian64/mkdd-extender.git --recurse-submodules
cd mkdd-extenderCreate a Python virtual environment via venv:
python3 -m venv venvEnable the virtual environment:
Windows
venv\Scripts\activate.batUnix or macOS
source venv/bin/activateInstall the required dependencies (see requirements.txt):
python -m pip install -r requirements.txtLaunch the application by executing the mkdd_extender.py file:
python mkdd_extender.py