Development has paused on this project. Use https://github.com/aplerdal/AdvancedEdit instead
A Mario Kart: Super Circuit track editor using C#, MonoGame, and ImGui
Tested with a rom with a sha1 hash of 9d327c030c3e2d9007990518594f70c3340ac56f
If you want to build a release build use the command in Release.txt and replace PLATFORM with the listed platform options
Requirements:
- Visual Studio 2022
Clone or download the repository and open the .sln
file in visual studio. Open the "configure startup properties" menu.
Change the startup project to AdvancedEdit
Run the project with F5 or by clicking the start button.
Requirements:
- Dotnet CLI
- Dotnet SDK 8.0
Run the following commands in a terminal:
$ git clone https://github.com/aplerdal/AdvancedEdit.git
$ cd AdvancedEdit/AdvancedEdit
$ dotnet run