1.5 KiB
1.5 KiB
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.
Usage
- Install the MIUU Mod Loader.
- Download the mod from the Releases page.
- Extract the zip into your
Mods
folder. - Install the Console Unlocker.
- Launch the game.
- 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.
- Paste into the community spreadsheet over the corresponding chapter.
- Repeat 7 and 8 until you have all of your PBs on the community spreadsheet!
Build
If you just want to use the mod, refer to the Usage section above. These instructions are if you want to compile the mod itself.
- Clone the git repository.
- Install the MIUU Mod Loader, so the Harmony dll is present.
- Edit
UserProperties.xml
to remove theUserPropertiesNotSetUp
property (or set it to false) and pointGameDir
to your MIUU installation directory.- Optional but recommended: To prevent this file from showing as changed in git, run the git command
git update-index --skip-worktree UserProperties.xml
- Optional but recommended: To prevent this file from showing as changed in git, run the git command
- Open
ShreadsheetHelper.sln
in Visual Studio. - Click Build -> Build Solution, and it will build directly into your MIUU installation directory.
- You should now be able to launch the game with the mod built!