Mod for Marble It Up! Ultra which makes it easier to copy your times into the community spreadsheet
- C# 100%
| .gitignore | ||
| ConsoleCommands.cs | ||
| LICENSE | ||
| PatchEntryPoint.cs | ||
| README.md | ||
| ShreadsheetHelper.csproj | ||
| ShreadsheetHelper.sln | ||
| UserProperties.xml.template | ||
Marble It Up! Ultra Spreadsheet Helper
This is a mod of Marble It Up! Ultra which allows you to quickly copy your personal bests to your clipboard, so they can be easily pasted into the community spreadsheet.
Installation
- Download and install MIUU Mod Loader.
- Download the zip file from the Releases page and extract it to your
Modsfolder. - Make sure you also have Console Unlocker installed.
Usage
- In the in-game console, run the command
ssh Nwhere N is the number of a chapter:- Numbers 1-6 correspond to Ultra Arc chapters 1-6.
- Numbers 7-10 correspond to Bonus Arc chapters 1-4.
- Paste into the community spreadsheet over the corresponding chapter.
- Repeat until you have all of your PBs on the community spreadsheet!
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!