kmp-editor
kmp-editor copied to clipboard
Intuitive Mario Kart Wii course data editor!
Lorenzi's KMP Editor
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.
:warning: This is an early release, so use at your own risk! Remember to always backup your files beforehand.
Running from source
Clone or download the repository, then use Node.js to run.
Navigate to the repository's root folder, and do:
npm install
npm start