ResoniteModdingGroup / MonkeyLoader.GamePacks.Resonite

MonkeyLoader Game Pack which provides hooks for Resonite mods.
https://resonitemoddinggroup.github.io/MonkeyLoader.GamePacks.Resonite/
GNU Lesser General Public License v3.0
15 stars 2 forks source link

Makes ConfigKeySessionShare components more resilient against deletion of their Slot and add conversion layer #58

Closed Banane9 closed 2 months ago

Banane9 commented 2 months ago

This makes it so all the necessary components get restored if the value field is missing. It also adds a conversion layer so that an int config key (has a slider settings item) can be used to create a long (doesn't have a fancy settings item) shared value to drive an OrderOffset for example.