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] config Appends #38

Open MildlyInterested opened 3 years ago

MildlyInterested commented 3 years ago

Is your feature request related to a problem? Please describe. I'm always frustrated when I'm trying to add settings to my config file that aren't included in the FASTER GUI.

Describe the solution you'd like (1. Include all possible Settings in the GUI)

  1. Have a "append" box on the "Performance" and "Server" tab which enables user to append custom settings to the basic.cfg and server.cfg

Describe alternatives you've considered Writing in the file directly, doesn't work great because FASTER overwrites changes every time you click save.

Additional Context This should be pretty straightforward to programming wise, should basically work like Mission Override Field in the "Missions" tab (which also just adds the whole input into the server.cfg).

Enjoy these high end paint drawings in comic sans. Unbenannt Unbenannt2

Verstand3n commented 3 years ago

I second this. My currently problematic setting is this one, which should eventually be a part of faster: https://community.bistudio.com/wiki/server.cfg#Arma_3_-_Forced_difficulty But in the meantime a way to add settings not part of faster without overwriting them every time you make changes in faster would be nice.

jupster commented 7 months ago

Don't have time to test this out but this is my latest update which 🤞🏼 works as intended 1.9 Appends Let me know if it works and i'll get it worked into 1.9-update-branch yes I'm sure it can do with some improvements