Skip to content

cloudrac3r/mkx-browser

Repository files navigation

mkx-browser

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.

Screenshots

A list of cups and courses. "mushr" is typed in the search box. It found 5 courses. The visible cups are the Mushroom Cup, containing Mushroom Fort, the Leaf Cup, containing Desert Mushroom Ruins and GCN Mushroom City, and the Thundercloud Cup, containing Kinoko Cave.

A list of tags with checkboxes next to them. "retro" and "fav" are checked. There are many unchecked tags, including "mushrooms", "original", "night", "bad", and "rainbow".

Installation

  1. git clone this project
  2. npm install
  3. create /main.db using data from the /dumps folder
  4. start the server with node index.js
  5. visit http://localhost:10405

Usage

  • 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!

Code

About

Browse, tag, and search Mario Kart Wii custom tracks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published