mirror of
https://github.com/n64decomp/mk64.git
synced 2024-11-23 05:09:47 +00:00
8901f82f5a
Some checks failed
clang-format Check / Formatting Check (courses) (push) Has been cancelled
clang-format Check / Formatting Check (data) (push) Has been cancelled
clang-format Check / Formatting Check (include) (push) Has been cancelled
clang-format Check / Formatting Check (src) (push) Has been cancelled
clang-format PR / formatting-check (push) Has been cancelled
Doxygen GitHub Pages Deploy Action / deploy (push) Has been cancelled
Linux Compile test / build (push) Has been cancelled
Macos Compile test / build (push) Has been cancelled
Windows Compile test / build (push) Has been cancelled
* some rename and allow change the course engine * fix comment * add more comment * rename and change description |
||
---|---|---|
.. | ||
flycam.patch | ||
README.md |
Mario Kart 64 Enhancements
This directory contains unofficial patches to the source code that provide various features and enhancements.
To apply a patch, run tools/apply_patch.sh [patch]
where [patch]
is the name of the
.patch file you wish to apply. This will perform all of the patch's changes
to the source code.
Likewise, to undo the changes from a patch you applied, run
tools/revert_patch.sh
with the name of the .patch file you wish to undo.
To create your own enhancement patch, switch to the master
Git
branch, make your changes to the code (but do not commit), then run tools/create_patch.sh
. Your changes will be stored in the .patch file you specify.
The following enhancements are included in this directory:
Flycam - flycam.patch
This enhancement provides a flycam mode.