ArmSlider
Arm mounted slider for adjusting settings on the fly!
Date uploaded | 2 months ago |
Version | 1.0.0 |
Download link | MasterMischief-ArmSlider-1.0.0.zip |
Downloads | 40 |
Dependency string | MasterMischief-ArmSlider-1.0.0 |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.6.3Baumritter-RumbleModUI
Adds a pop-up window for centralized management of mod settings
Preferred version: 2.1.2UlvakSkillz-RumbleModdingAPI
API to Help Modders Get Started and to remove the necessity of GameObject.Find
Preferred version: 3.1.1README
Installation Instructions
- Install MelonLoader v0.6.2+
- Run game
- Drop Mods folder from this and dependencies into Rumble source directory
- Play game
Overview
This is a base mod that lets other mods link their settings to a slider on the player's arm.
Without another mod that uses the slider (such as SettingsUI), this mod won't do anything.
Usage
To choose which setting the slider is linked to, open the F10 menu and select an option from ArmSlider's settings.
Then, grab the slider with your right hand and slide to your heart's content!
Developers
The slider's API is documented in the wiki.
Help And Other Resources
Get help and find other resources in the Modding Discord:
https://discord.gg/fsbcnZgzfa
CHANGELOG
Version 1.0.1
- Fixed a rare bug where the slider would become disjointed on scene load.
- Removed debug messages.
Version 1.0.0
- Created