SeekyCt / cheese-mod-kart

Source code of my April Fools mod for Mario Kart Wii

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cheese Mod Kart

A dumb Mario Kart Wii mod for April Fools.

Wiiki Page

https://wiki.tockdom.com/w/index.php?title=Cheese_Mod_Kart

Building

To compile this yourself, you'll need the following:

  • devkitPPC
  • PistonMiner's elf2rel
  • The TTYDTOOLS environment variable set to the folder outside of the bin folder with your compiled elf2rel in (so $(TTYDTOOLS)/bin/elf2rel will point to it)

Once that's set up you can use make rg to build region rg ('eu', 'us', 'jp' or 'kr') or just make to build for all regions.

Credits

  • PistonMiner for creating the original TTYD rel framework.
  • TheLordScruffy for the rel loader from Tournament Museum (not included in this repo).

About

Source code of my April Fools mod for Mario Kart Wii

License:GNU General Public License v3.0


Languages

Language:C++ 62.2%Language:Makefile 37.6%Language:C 0.2%