You are viewing a potentially older version of this package.
View all versions.
TomlHelper
Helper mod for saving and loading Toml config files for SmoothSpatula mods.
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | SmoothSpatula-TomlHelper-1.0.0.zip |
| Downloads | 1146 |
| Dependency string | SmoothSpatula-TomlHelper-1.0.0 |
This mod requires the following mods to function
MGReturns-ENVY
A plugin to allow ReturnOfModding plugins greater control of their environment.
Preferred version: 1.1.1README
SmoothSpatula-TomlHelper
Helper mod for saving and loading Toml config files for SmoothSpatula mods.
If anyone else is interested in using this, let me know and I will make some documentation.
CHANGELOG
v1.1.0
- Added ENVY support
- Added reset_default
- Added drop_empty_tables flag (hinyb suggestion)
- Changed writing to cfg to only happen once per ImGui frame (hinyb suggestion)
- Added a way to have multiple configs per plugin
- You can specify cfg_name using a table
- save_cfg defaults to save_cfg_internal if called when Imgui is closed
v1.1.1
- Bugfixes and formatting