Skip to content

doldecomp/mkw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mario Kart Wii Discord Badge

A work-in-progress decompilation of Mario Kart Wii.

This repository does not contain any game assets or assembly whatsoever. An existing copy of the game is required.

Supported versions:

  • RMCP01: (PAL)

Dependencies

Windows

On Windows, it's highly recommended to use native tooling. WSL or msys2 are not required.
When running under WSL, objdiff is unable to get filesystem notifications for automatic rebuilds.

  • Install Python and add it to %PATH%.
  • Download ninja and add it to %PATH%.
    • Quick install via pip: pip install ninja

macOS

  • Install ninja:

    brew install ninja

wibo, a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used.

Linux

wibo, a minimal 32-bit Windows binary wrapper, will be automatically downloaded and used.

Building

  • Clone the repository:

    git clone https://github.com/doldecomp/mkw.git
  • Copy your game's disc image to orig/RMCP01.

    • Supported formats: ISO (GCM), RVZ, WIA, WBFS, CISO, NFS, GCZ, TGC
    • After the initial build, the disc image can be deleted to save space.
  • Configure:

    python configure.py
  • Build:

    ninja

Contributing

Due to the overwhelming majority of the DOL being library code, we will not be accepting external contributions to the DOL. DOL contributors are expected not to use LLMs to assist with library decompilation in any form, including but not limited to bytematching or documentation. This is to ensure that information about the libraries is strictly sourced from user-obtainable releases. This includes:

  • Big Brain Academy: Wii Degree (2007)'s debug linker maps
  • Tokyo Friend Park II Ketteiban: Minna de Chousen! Taikan Attraction (2009)'s debug build + DWARF info
  • Challenge Me: Word Puzzles (2011)'s debug object files + DWARF info (where applicable)

External contributions for the REL are acceptable. REL contributors may use LLMs to assist with matches and documentation. Because pull requests are disabled, it is recommended to fork the repository and ping one of the maintainers in the above Discord server.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages