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
14 stars 2 forks source link

Add option to show internal access only settings #17

Open Nytra opened 4 months ago

Nytra commented 4 months ago

Some of my mods use these for 'advanced' settings

Banane9 commented 4 months ago

Now that we're doing the component system for config keys, I was considering setting up different visibilities 🤔

Nytra commented 4 months ago

Would something like this go into the Resonite Game Pack config to be accessible in-game?

Banane9 commented 4 months ago

Hmmmm, I would definitely see the access level itself (e.g. always, advanced, internal, ...) as a base MonkeyLoader thing. The game pack would just have to deal with following it 🤔

As for changing it, inside the MonkeyLoader settings is probably fine, or making it a separate entry on the main page or wherever.

Nytra commented 3 months ago

@Banane9 This is currently waiting on MonkeyLoader to be updated with the new methods and key visibility things which I don't feel confident to implement myself, so I will leave those to you if that's okay

https://github.com/MonkeyModdingTroop/MonkeyLoader/issues/19

Banane9 commented 3 months ago

Could only do something on that on monday or tuesday probably, so you could have a go at it. What we discussed in the group is basically all it needs 🤔

Otherwise feel free to ask about things.