Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
InLobbyConfig
Adds an ability to edit configs for mods (that support this) inside a lobby
CHANGELOG
1.7.1
- Fixed an issue where
InLobbyConfig.Fields.ConfigFieldUtilities.CreateFromBepInExConfigFile()would add enable field for a section twice.
1.7.0
- Added support for selecting from an arbitrary list of options with
SelectConfigField. - Added support for
AcceptableValueList<>when creating options from config file. - Added support for
AcceptableValueRange<>forintandfloatwhen creating options from config file. - When selecting enum value from a list you can now search for a value.
1.6.0
- Added search button to filter sections by name.
1.5.0
- Fixes for
Seekers of the Stormupdate.
1.4.1
- Fixed decimal numbers input for languages that don't use . as delimiter
1.4.0
- Fixes for
Survivors of the Voidupdate
1.3.2
- Small inegration with
ScrollableLobbyUIif it's installed
1.3.1
- Fixed an issue when using gamepad selecting InLobbyConfig button would bug out the lobby so you couldn't select anything except difficulty/artifacts.
1.3.0
- Removed r2api dependency
1.2.1
- Fixed
InLobbyConfig.Fields.ConfigFieldUtilities.CreateFromBepInExConfigFile()parameters
1.2.0
- Added search for select collection dropdown.
1.1.0
- Added select collection field prefab from
ArtifactRandomizer.
1.0.2
- Mod, section, and field name texts now have an automatic size and will be scaled down to fit more text.
1.0.1
- Readme update
1.0.0
- Mod release.