Browse, tag, and search Mario Kart Wii custom tracks.
This is designed for Mario Kart X version 2.0, but can be used with any custom track distribution.
git clone
this projectnpm install
- create
/main.db
using data from the/dumps
folder - start the server with
node index.js
- visit http://localhost:10405
- Write in the search box to filter courses by their name or customName
- Write
.
before a word to only show courses with that tag - Write
-
before a word to only show courses without that tag - Click a cup name to collapse or expand it
- Click a course name to show more information about it
- Click course settings to change which tags it has (edits are synced to the server)
- Click the box next to a course to add or remove its "played" tag — combine this with searching for
-played
, and never repeat the same tracks in a session!