Skip to content

New version of Mario Kart Toolbox, a fully fledged Mario Kart DS editor.

License

Notifications You must be signed in to change notification settings

HaroohiePals/MarioKartToolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mario Kart Toolbox Build and Test Workflow

Mario Kart Toolbox is a fully-fledged editor for Mario Kart DS.

Features

  • Course Editor
    • Edit all NKM sections visually
    • New error detection
    • New and improved collision generator and viewer
    • 2D and 3D gizmos with keyboard shortcuts
    • Easy drawing tools
    • Live camera editor
    • And more...

Planned

Planned features will be added in the issues of this repository.

  • Character and Kart Editors
  • Easy to use ROM explorer
  • Command line support

Screenshots

Perspective View Top-down View Camera Preview

Linux Build Instructions

  1. Install the .NET 8.0 SDK (https://learn.microsoft.com/en-us/dotnet/core/install/linux)
  2. git clone https://github.com/HaroohiePals/MarioKartToolbox.git
  3. cd MarioKartToolbox
  4. dotnet publish src/HaroohiePals.MarioKartToolbox/HaroohiePals.MarioKartToolbox.csproj -c Release -f net8.0 /p:DebugType=None /p:DebugSymbols=false --self-contained false --output ./Release/
  5. ./Release/MarioKartToolbox

Credits

Software

Assets

Testing

  • Mario Kart DS Modding Discord Server

License

Mario Kart Toolbox is licensed under the MIT License, see LICENSE for more information.