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
123 stars 34 forks source link

[FEATURE] Add settings from class AdvancedOptions #138

Closed YetheSamartaka closed 10 months ago

YetheSamartaka commented 12 months ago

Is your feature request related to a problem? Please describe.
I would like to be able to configure AdvancedOptions because some mods produce errors that make launching missions with them quite difficult. This is mainly the ignoreMissionLoadErrors. Also it would result in cleaner logs with other options in this class.

Here is the class and options I would like to have: class AdvancedOptions { LogObjectNotFound = true; // logging enabled SkipDescriptionParsing = false; // parse description.ext ignoreMissionLoadErrors = false; // do not ingore errors queueSizeLogG = 1000000; // if a specific players message queue // is larger than 1MB and #monitor is running, // dump his messages to a logfile for analysis };

You can find it on wiki here: https://community.bistudio.com/wiki/Arma_3:_Server_Config_File

jupster commented 12 months ago

This pull https://github.com/Foxlider/FASTER/pull/129 will deal with most of those. I will look into the others.

YetheSamartaka commented 12 months ago

Splendid! Thank you very much.

jupster commented 10 months ago

@YetheSamartaka https://github.com/jupster/FASTER/releases/tag/1.9d_139_Beta is my release build & has the things you want. Will be moved to FASTER soon™. Let me know if you run into any bugs either in here or FASTER discord.