Mod for Marble It Up! Ultra which allows you to load custom skins for yourself and other online players
- C# 100%
| Patches | ||
| .editorconfig | ||
| .gitignore | ||
| Config.cs | ||
| ConsoleCommands.cs | ||
| CustomCosmeticLoader.csproj | ||
| CustomCosmeticLoader.sln | ||
| JsonHelper.cs | ||
| LICENSE | ||
| PatchEntryPoint.cs | ||
| README.md | ||
| Shared.cs | ||
| UserProperties.xml.template | ||
Marble It Up! Ultra Custom Cosmetic Loader
This is a mod of Marble It Up! Ultra which allows you to load custom skins for yourself and for other players in Replays and Multiplayer.
Installation
- Download and install MIUU Mod Loader if it isn't installed already.
- Download the zip file from the Releases page and extract it to your
Modsfolder. - Optional: Install Console Unlocker to configure on the fly.
Usage
TODO - document configuration file specification and console commands
Build
If you just want to use the mod, refer to the sections above. These instructions are if you want to compile the mod yourself.
- Clone the git repository.
- Install MIUU Mod Loader, so the Harmony dll is present.
- Copy
UserProperties.xml.templateasUserProperties.xmland edit it:- Point
GameDirto your MIUU installation directory. - Linux Only: Change
GameDataDirto$(GameDir)/MarbleItUp_Data
- Point
- Build the project. It will build directly into the
Modsfolder in your MIUU install.- On Windows with Visual Studio, open the
.sln, then click Build -> Build Solution - On any platform with the dotnet CLI, run
dotnet build --configuration Release(If you want to open the project with an IDE, you can open the cloned repository with vscode and the C# extension installed.)
- On Windows with Visual Studio, open the
- You should now be able to launch the game with the mod built!