DoubleYouC / Bethini-Pie-Performance-INI-Editor

Bethini Pie is an INI editor designed to allow advanced customization of game configuration settings.
70 stars 5 forks source link

Mod recommended INI setting packages #2

Open DoubleYouC opened 1 year ago

DoubleYouC commented 1 year ago

It would be cool if mod authors can prepare INI-Setting-Packages and allow the users to apply them easily with one click, like for increasing the Pipboy resolution there could be a snippet:

TARGET=Fallout4Prefs.ini
[Display]
uPipboyTargetHeight=1400
uPipboyTargetWidth=1752

The user can then simply throw the file into BethINI (maybe even explorer-linked with some custom extension, or autoloading such snippets from the mods folder?) and all ini settings in there are automatically applied to the ini files. A nice addition on top would be, if the "installation" automatically creates a backup of the existing ini values, so if the user doesn't like how the new ini values work, he can remove the INI-Setting-Package with one click.