-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Add settings from class AdvancedOptions #138
Comments
This pull #129 will deal with most of those. I will look into the others. |
Splendid! Thank you very much. |
@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. |
7 tasks
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: