A speedy Mario Kart 64 decompilation, brought to you by the cousin of a tame racing driver.
Go to file
Taggerung fcea67fdce More changes, works lightly better
Signed-off-by: Taggerung <tyler.taggerung@email.com>
2023-10-07 21:24:38 -04:00
asm Match func_80026B4C and fix D_802F1F80 (#447) 2023-10-07 17:51:11 -06:00
assets Delete courses/cup folders and rename course related files (#432) 2023-09-20 17:17:24 -06:00
courses Delete courses/cup folders and rename course related files (#432) 2023-09-20 17:17:24 -06:00
data Various Naming (#445) 2023-10-07 16:31:48 -06:00
docs Update BUILD_WINDOWS.md (#307) 2023-04-13 09:54:57 -06:00
include Various Naming (#445) 2023-10-07 16:31:48 -06:00
src Match func_80026B4C and fix D_802F1F80 (#447) 2023-10-07 17:51:11 -06:00
tools More changes, works lightly better 2023-10-07 21:24:38 -04:00
.clang-format Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
.clang-tidy Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
.editorconfig Memory and Actor decomp (#201) 2022-05-14 15:12:32 -07:00
.gitattributes Add building on macOS (#224) 2022-06-15 17:26:03 -07:00
.gitignore Draft for a course model extractor 2023-10-07 21:24:37 -04:00
.gitmodules Split and Decompile Code_800AF9B0 (#228) 2022-06-22 19:21:29 -07:00
Dockerfile-ci
Doxyfile Add Doxyfile (#434) 2023-09-27 14:02:11 -06:00
Jenkinsfile Revert "Revert "Add step to manually clean workspace. (#334)" (#335)" (#336) 2023-07-09 07:22:09 -06:00
Makefile Delete courses/cup folders and rename course related files (#432) 2023-09-20 17:17:24 -06:00
Makefile.split Delete courses/cup folders and rename course related files (#432) 2023-09-20 17:17:24 -06:00
README.md Delete courses/cup folders and rename course related files (#432) 2023-09-20 17:17:24 -06:00
addr_to_sym.py Delete courses/cup folders and rename course related files (#432) 2023-09-20 17:17:24 -06:00
assets.json Migrate player emblemb assets (#326) 2023-07-02 20:41:07 -06:00
ctx_includes.c Doc setup_game_memory, label syms, add osSyncPrintf support, match funcs (#444) 2023-10-06 00:19:09 -06:00
diff Some matches in 80027D00 (#385) 2023-08-25 22:14:08 -06:00
diff_settings.py
extract_assets.py Match common_textures.inc.c, memory & actor decomp (#188) 2022-05-12 15:57:56 -07:00
first-diff.py
gfxdsm.js Matched some funcs (#378) 2023-08-22 19:12:51 -06:00
import Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
m2c_helper.sh Add a utility that aids in generating m2c output (#279) 2022-12-09 19:03:30 -07:00
mk64.ld Doc setup_game_memory, label syms, add osSyncPrintf support, match funcs (#444) 2023-10-06 00:19:09 -06:00
mk64.us.sha1
permute Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
permuter Matches in 80281fa0, render_courses, and create defines for sound cues. (#276) 2022-11-21 04:06:12 -07:00
permuter_settings.toml More audio matches (#420) 2023-09-15 21:50:27 -06:00
progress.py Some train decomp and move seg2 files to ending (#423) 2023-09-17 16:57:18 -06:00
rename_sym.sh Rename a bunch of D_06XXXXXX variables (#330) 2023-07-08 17:54:58 -06:00
undefined_syms.txt Fix castle ceremony pointers (#418) 2023-09-14 16:11:01 -06:00
util.mk Cleaning Up Warnings (#317) 2023-06-28 14:30:11 -06:00

README.md

Build Status Build Status Build Status

Build Status Build Status Build Status

C files left: ~7 out of 40 (not counting audio)

Mario Kart 64

This repo contains a work-in-progress decompilation of Mario Kart 64 (U). The project pursues historical and educational elements within the game found via taking it apart and putting it back together. Inspiration to do so not only emanates from the game's hardware and technology but also its immensely positive effects on the cultures and families of nearly every nationality. See progress for more information.

It builds the following ROM:

  • mk64.us.z64 sha1: 579c48e211ae952530ffc8738709f078d5dd215e

This repository does not contain assets. Compiling requires asset extraction from a prior copy of the game.

Dependencies

The build system has the following package requirements:

binutils-mips >= 2.27
python3 >= 3.6
libaudiofile

To add submodules run git submodule update --init --recursive after cloning.

Debian / Ubuntu

sudo apt install build-essential pkg-config git binutils-mips-linux-gnu python3 zlib1g-dev libaudiofile-dev libcapstone-dev

Arch Linux

To install build dependencies:

sudo pacman -S base-devel capstone python

Install the following AUR packages:

Review the n64decomp/sm64 readme for instructions to compile in other distributions.

Windows

Compiling on Windows requires MSYS2 MinGW x64. The setup process is a tad intensive.

Instructions here

macOS

Install Homebrew, then install the following dependencies:

brew update
brew install python3 capstone coreutils make pkg-config tehzz/n64-dev/mips64-elf-binutils

When building, use gmake to ensure that homebrew make is used instead of the old, macOS system make.

Building

Place a US version of Mario Kart 64 called baserom.us.z64 into the project folder for asset extraction.

Run the following commands after pulling:

make -C tools
make

Progress

The source is in a 'shiftable' state that may allow modding but glitches may exist. Keep in-mind the code-base will alter significantly overtime. Feedback that raises awareness of new shift issues are welcome as a comment on issue #6. Note that some segments must be moved manually to prevent them colliding into each other.

Some menu textures are compressed using a format called tkmk00. A byte-matching compressor/decompressor does not yet exist.

Project Structure

mk64
├── asm: Handwritten assembly code, rom header and boot
│   ├── non_matchings: asm for non-matching sections
│   └── os: OS related assembly code
├── assets: Textures
├── bin: Files needing import. Most of them are already done.
├── courses: Course geography, course data, course table, and staff ghosts.
├── build: Output directory
├── data: Data, text, audio banks, and instrument sets.
├── docs: Build guides
├── include: Header files
├── music: Sequences
├── src: C source code for the game
|   ├── actors: Individual actors split out from other files
│   ├── audio: Sample tables and audio source
|   ├── debug: Custom debug code
|   ├── ending: Podium ceremony and credits code.
│   ├── os: Libultra
|   └── racing: Race and game engine code.
├── textures: texture data, bitmaps
|   ├── common: textures common to many courses
|   ├── courses: course specific textures
|   ├── crash screen: crash screen font image
│   ├── raw: raw textures
│   ├── standalone: whole textures
|   ├── startup_logo: reflection map
|   └── trophy: ceremony cutscene podium and trophy textures
└── tools: build tools

Contributing

Pull requests are welcome. For major changes, please discuss in the Discord.

Files needing documentation: actors.c, actors_extended.c, main.c, kart_dma.c, race_logic.c, render_courses.c, skybox_and_splitscreen.c, staff_ghosts.c. Any inc.c file.

Run clang-format on your code to ensure it meets the project's coding standards.

Official Discord: discord.gg/DuYH3Fh