/kmp-editor

Intuitive Mario Kart Wii course data editor!

Primary LanguageJavaScript

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 and ENPH)
  • Item paths (ITPT and ITPH)
  • Checkpoints (CKPT and CKPH)
  • 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.

⚠️ 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

Screenshot