Edits Mario Kart Wii's KMP files (a course's functional data) in a visual, intuitive way!
Grab a pre-built executable from the Releases section!
Currently edits the following sections:
- Starting points (
KTPT
) - Enemy paths (
ENPT
andENPH
) - Item paths (
ITPT
andITPH
) - Checkpoints (
CKPT
andCKPH
) - Respawn points (
JGPT
) - Objects (
GOBJ
) - Routes (
POTI
) - Area (
AREA
) - Cannon Points (
CNPT
) - Battle Finish Points (
MSPT
) - Track Information (
STGI
)
The tool will keep other sections intact when saving.
Clone or download the repository, then use Node.js to run.
Navigate to the repository's root folder, and do:
npm install
npm start