Mod for Marble It Up! Ultra which makes it easier to copy your times into the community spreadsheet
Find a file
2026-05-10 02:07:46 -04:00
.gitignore Build system/readme improvements 2026-05-10 02:00:22 -04:00
ConsoleCommands.cs Initial commit 2023-09-30 01:42:18 -04:00
LICENSE Add LICENSE 2024-01-01 16:21:50 -05:00
PatchEntryPoint.cs Initial commit 2023-09-30 01:42:18 -04:00
README.md Typo 2026-05-10 02:07:46 -04:00
ShreadsheetHelper.csproj Build system/readme improvements 2026-05-10 02:00:22 -04:00
ShreadsheetHelper.sln Initial commit 2023-09-30 01:42:18 -04:00
UserProperties.xml.template Build system/readme improvements 2026-05-10 02:00:22 -04:00

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

  1. Download and install MIUU Mod Loader.
  2. Download the zip file from the Releases page and extract it to your Mods folder.
  3. Make sure you also have Console Unlocker installed.

Usage

  1. In the in-game console, run the command ssh N where 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.
  2. Paste into the community spreadsheet over the corresponding chapter.
  3. 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.

  1. Clone the git repository.
  2. Install MIUU Mod Loader, so the Harmony dll is present.
  3. Copy UserProperties.xml.template as UserProperties.xml and edit it:
    • Point GameDir to your MIUU installation directory.
    • Linux Only: Change GameDataDir to $(GameDir)/MarbleItUp_Data
  4. Build the project. It will build directly into the Mods folder 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.)
  5. You should now be able to launch the game with the mod built!