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] missing configuration for server.cfg -> Custom Input Form? #91

Closed OverlordZorn closed 10 months ago

OverlordZorn commented 2 years ago

Is your feature request related to a problem? Please describe.

Since ArmA3 version 2.02, there are a couple of new server.cfg definitions that i cannot seem to find in the current faster release.

class AdvancedOptions
{
    LogObjectNotFound = true;           // logging enabled
    SkipDescriptionParsing = false;     // parse description.ext
    ignoreMissionLoadErrors = false;    // do not ingore errors
};
armaUnitsTimeout = 30;

https://community.bistudio.com/wiki/Arma_3:_Server_Config_File

Describe the solution you'd like

Implementation of those new parameters.

Describe alternatives you've considered

A custom input line where the user can add not yet implemented configurations manually without having to wait for them to be hardcoded into faster.

firefox_IppZnbRD3b

OverlordZorn commented 2 years ago

The desired outcome is achivable by utilising the mission overwrite field, but the user has to re-enter it everytime when they go back to select another mission via the mission check-box list and go back to mission overwrite.

Temporary solution, but long term prone to human error.

Xavia1991 commented 1 year ago

Are there any plans to implement a menu for this? I think LogObjectNotFound can really improve performance without turning of logs completely

FrostySigh commented 1 year ago

This fixes issues with certain mods that keep throwing errors so it would be really appreciated if this was added soon. So that you don't have to keep updating the config outside of the program before every server start, since saving anything in the program overrides the changes in the config.

OverlordZorn commented 1 year ago

This fixes issues with certain mods that keep throwing errors so it would be really appreciated if this was added soon. So that you don't have to keep updating the config outside of the program before every server start, since saving anything in the program overrides the changes in the config.

you can achieve a less involved workaround this way

grafik