Skip to content
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

Closed
YetheSamartaka opened this issue Sep 9, 2023 · 3 comments · Fixed by #180
Closed

[FEATURE] Add settings from class AdvancedOptions #138

YetheSamartaka opened this issue Sep 9, 2023 · 3 comments · Fixed by #180

Comments

@YetheSamartaka
Copy link

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
Copy link
Collaborator

jupster commented Sep 9, 2023

This pull #129 will deal with most of those. I will look into the others.

@YetheSamartaka
Copy link
Author

Splendid! Thank you very much.

This was referenced Sep 14, 2023
@jupster
Copy link
Collaborator

jupster commented Oct 23, 2023

@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.

@jupster jupster closed this as completed Oct 23, 2023
@jupster jupster linked a pull request Apr 17, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants