Brand new all-in-one-tool for SM64 Hacking. Includes Level Importer, Level Editor, Music Manager, Text Manager and many more.
Find a file
2025-10-24 08:00:43 +02:00
.gitlab/issue_templates Add new file 2025-03-26 17:03:05 +00:00
AppData replace OpenTK.WinForms with OpenTK.GLControl & re-compile all plugins 2025-10-16 07:57:16 +02:00
Shared Libs drop DotNetBar references (finally) 2023-11-10 11:53:12 +01:00
SM64Lib@fb9e7db6f7 update sm64lib 2025-10-24 08:00:43 +02:00
SM64RomManager win11 theme 2025-10-16 08:57:11 +02:00
SM64RomManager.App replace OpenTK.WinForms with OpenTK.GLControl & re-compile all plugins 2025-10-16 07:57:16 +02:00
SM64RomManager.ApplyPPF update nuget packages 2025-10-16 07:57:52 +02:00
SM64RomManager.Configuration wip 2025-10-14 14:58:33 +02:00
SM64RomManager.Main more wip 2025-10-15 10:12:23 +02:00
SM64RomManager.ModelConverterGUI win11 theme 2025-10-16 08:57:11 +02:00
SM64RomManager.ModelImporterGUI update nuget packages 2025-10-16 07:57:52 +02:00
SM64RomManager.Modules.AsmBankManager more wip 2025-10-15 10:12:23 +02:00
SM64RomManager.Modules.BehaviorBankManager more wip 2025-10-15 10:12:23 +02:00
SM64RomManager.Modules.CustomObjectsManager more wip 2025-10-15 10:12:23 +02:00
SM64RomManager.Modules.ModelBankManager more wip 2025-10-15 10:12:23 +02:00
SM64RomManager.Modules.ModelBankManager.Api code optimization 2024-06-05 19:21:06 +02:00
SM64RomManager.PatchScripts update nuget packages 2025-10-16 07:57:52 +02:00
SM64RomManager.Plugins replace OpenTK.WinForms with OpenTK.GLControl & re-compile all plugins 2025-10-16 07:57:16 +02:00
SM64RomManager.Plugins.ExternalToolsDetection wip 2025-10-14 14:58:33 +02:00
SM64RomManager.Plugins.RomConfigEditor update nuget packages 2025-10-16 07:57:52 +02:00
SM64RomManager.Publics win11 theme 2025-10-16 08:57:11 +02:00
SM64RomManager.Publics.Shared update nuget package & migrate & code optimization 2024-08-18 09:24:40 +02:00
SM64RomManager.Publics.WebViewer update nuget packages 2025-10-16 07:57:52 +02:00
SM64RomManager.Repos more wip 2025-10-15 10:12:23 +02:00
SM64RomManager.SettingsManager win11 theme 2025-10-16 08:57:11 +02:00
SM64RomManager.Symbols wip 2025-10-15 11:12:41 +02:00
SM64RomManager.TextConverter more wip 2025-10-15 10:12:23 +02:00
SM64RomManager.TextManager more wip 2025-10-15 10:12:23 +02:00
SM64RomManager.UITools change TargetFramework to .NET 8 2023-11-21 09:58:23 +01:00
.gitattributes add gitattribute 2019-10-21 06:44:08 +02:00
.gitignore ignore SM64RomManager.xml 2023-11-06 12:01:19 +01:00
.gitmodules add submodule 2024-05-05 16:34:28 +02:00
Directory.Build.props code formatting 2024-09-02 14:06:25 +02:00
NuGet.Config update package sources 2024-06-25 07:22:28 +02:00
README.md README: note .net 8 & Visual Studio v17.8 2023-12-01 11:08:36 +01:00
RMWebApi.cs start implementing a webapi 2024-08-20 12:09:09 +02:00
SM64RomManager.sln more wip 2025-10-15 10:12:23 +02:00

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.

  1. Download the source code
  2. Download the latest version of SM64 ROM Manager.
  3. If you want to work on UI you need to install Telerik UI for WinForms.
  4. Open the SM64 ROM Manager solution.
  5. 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".
  6. 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)