You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes I want to modify configs using the text file in rml_config, but I would need to restart my game.
If there was a button that said "Reload from file" next to "Save settings" and it would just reload the json from disk it would be super useful for me.
I don't know if RML supports this kind of thing easily but if not I can probably look into it myself
The text was updated successfully, but these errors were encountered:
From a quick glance, looks like it would need to call ModConfiguration.LoadConfigForMod(ResoniteMod mod) which is an internal member,
However this would create a new ModConfiguration object instead of updating the existing one, which could cause problems for events and other things
This would probably require reimplementing some of this method our selves, or iterating over the new object and updating the changed keys
sometimes I want to modify configs using the text file in rml_config, but I would need to restart my game.
If there was a button that said "Reload from file" next to "Save settings" and it would just reload the json from disk it would be super useful for me.
I don't know if RML supports this kind of thing easily but if not I can probably look into it myself
The text was updated successfully, but these errors were encountered: