1.1 KiB
1.1 KiB
SM64 ROM Manager
A brand new all-in-one SM64 Hacking tool that allows you to import and modify custom levels, edit texts, music and many more!
Download & Compile
Let me explain how to get tbe able to compile the source code.
- Download the source code
- Download the latest version of SM64 ROM Manager.
- Copy the "Data" folder from the latest version to the repo folder in "SM64 ROM Manager\SM64 ROM Manager\bin\Debug" to be able to debug this tool.
- Go inside the "Shared Libs" folder in the repo folder: "SM64 ROM Manager\Shared Libs"
- Double-Click the registry file "DotNetBar_License.reg" to instert it to your registry. This will install a working license for DotNetBar for SM64 ROM Manager development.
- Open the project solution.
- Restore the NuGet packages for the whole package. There is an option for that in Visual Studio by right-click on the project solution and click to "Restore NuGet packages".
- Done!
Now you should be able to compile the source code without problems for private use.
Requiements
- Visual Studio 2017
- .Net Framework 4.5
- Internet connection (for restoring NuGet packages)