Brand new all-in-one-tool for SM64 Hacking. Includes Level Importer, Level Editor, Music Manager, Text Manager and many more.
- C# 100%
| .gitlab/issue_templates | ||
| AppData | ||
| Shared Libs | ||
| SM64Lib@fb9e7db6f7 | ||
| SM64RomManager | ||
| SM64RomManager.App | ||
| SM64RomManager.ApplyPPF | ||
| SM64RomManager.Configuration | ||
| SM64RomManager.Main | ||
| SM64RomManager.ModelConverterGUI | ||
| SM64RomManager.ModelImporterGUI | ||
| SM64RomManager.Modules.AsmBankManager | ||
| SM64RomManager.Modules.BehaviorBankManager | ||
| SM64RomManager.Modules.CustomObjectsManager | ||
| SM64RomManager.Modules.ModelBankManager | ||
| SM64RomManager.Modules.ModelBankManager.Api | ||
| SM64RomManager.PatchScripts | ||
| SM64RomManager.Plugins | ||
| SM64RomManager.Plugins.ExternalToolsDetection | ||
| SM64RomManager.Plugins.RomConfigEditor | ||
| SM64RomManager.Publics | ||
| SM64RomManager.Publics.Shared | ||
| SM64RomManager.Publics.WebViewer | ||
| SM64RomManager.Repos | ||
| SM64RomManager.SettingsManager | ||
| SM64RomManager.Symbols | ||
| SM64RomManager.TextConverter | ||
| SM64RomManager.TextManager | ||
| SM64RomManager.UITools | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| Directory.Build.props | ||
| NuGet.Config | ||
| README.md | ||
| RMWebApi.cs | ||
| SM64RomManager.sln | ||
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 compile the source code.
- Download the source code
- Download the latest version of SM64 ROM Manager.
- If you want to work on UI you need to install Telerik UI for WinForms.
- Open the SM64 ROM Manager solution.
- Restore NuGet packages for the solution. There is an option for this in Visual Studio if you right-click on the solution and click on "Restore NuGet packages".
- Done!
Now you should be able to compile the source code without problems for private use.
Requiements
- Visual Studio 2022 v17.8 or newer
- .NET 8
- Internet connection (for restoring NuGet packages)