Foxlider / FASTER

Full rebuild of Flax's tool for installing and updating Arma 3 server with built in features for managing Steam Workshop mods.
GNU General Public License v3.0
121 stars 34 forks source link

[FEATURE] Server settings in the UI do not reflect the values in the files #187

Open Brumes-Wolf opened 3 weeks ago

Brumes-Wolf commented 3 weeks ago

Is your feature request related to a problem? Please describe.
Changes made in the files for difficulty or server settings are not reflected in the UI, same for changes made in the application in the output element, this is kind of confusing and it might cause accidental overwrites. Also editing the appdata user.config files also does not seem to change the UI values, even if done before starting the program? Where are the UI values stored?

Describe the solution you'd like
A button or something to load values from the config files into the UI so that they have the same information. This would also make migrating settings from an existing server easier.

Foxlider commented 3 weeks ago

It's explained in the documentation : Any change in the UI values will regenerate the file it's linked to (seen below) It's not a bug but engine limitation. As of now, it's impossible to load values from the file into the UI

Brumes-Wolf commented 3 weeks ago

I understand its currently WAD, hence this being a feature request not a bug report. The tool in general seems pretty neat btw.