LocalStuff
WARNING: I made this mod for myself, and so if anything goes wrong it's not my fault. Allows you to make different things such as dashboard, keyboard etc. stored locally instead of in the cloud.
| Date uploaded | 2 weeks ago |
| Version | 1.0.1 |
| Download link | art0007i-LocalStuff-1.0.1.zip |
| Downloads | 32 |
| Dependency string | art0007i-LocalStuff-1.0.1 |
This mod requires the following mods to function
ResoniteModding-BepisLoader
A mod loader which allows using BepInEx with Resonite
Preferred version: 1.6.0ResoniteModding-BepisResoniteWrapper
Common hooks and events library for BepInEx Resonite mods. Provides essential events like OnEngineReady to simplify mod development.
Preferred version: 1.0.2ResoniteModding-BepisModSettings
Lets you edit your mod settings in the settings tab of the dashboard
Preferred version: 1.6.4README
LocalStuff
A Resonite mod that allows you to make different things such as dashboard, keyboard etc. stored locally instead of in the cloud.
[!WARNING] I made this mod for myself, and so if anything goes wrong it's not my fault.
The mod works by loading these objects from disk whenever they change so they can be loaded quickly, and without an internet connection. Because all workspaces automatically save themselves sometimes I've added a config option to disable autosaves on them.
A full list of things that can be made local:
- Workspaces (Dashboard, TopBar, Facet Anchors)
- Keyboard
- Camera
- Audio Player
- Video Player
- Text Display
- Url Display
- Audio Stream Player
- Progress Bar (the one used for importing 3d models)
- World Loading Indicator
- Notice Display (the thing that says your world has been migrated to a new color space)
- Color Dialog
- Document Display (pdf viewer)
Installation (Manual)
- Install BepisLoader for Resonite.
- Download the latest release ZIP file (e.g.,
art0007i-LocalStuff-1.0.0.zip) from the Releases page. - Extract the ZIP and copy the
pluginsfolder to your BepInEx folder in your Resonite installation directory:- Default location:
C:\Program Files (x86)\Steam\steamapps\common\Resonite\BepInEx\
- Default location:
- Start the game. If you want to verify that the mod is working you can check your BepInEx logs.
CHANGELOG
Changelog
1.0.1
Fix color pickers not working in latest resonite version
1.0.0
Initial Release