We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
RF beta.
https://streamable.com/08v6g9
The Drop-Down Menu on Fasters FASTERPROFILE >> Missions >> Difficutly Settings >> DropDown "Forced Difficulty"
controls a line in the arma3profile file.
forcedDifficulty = 3; // Forced difficulty (0 = Recruit, 1 = Regular, 2 = Veteran, 3 = Custom)
I have not found anywhere a reference that this is the right place.
instead, it might need to change a line in the server.cfg
forcedDifficulty = "Custom"; //Forces the custom Difficulty in Profile.Arma3Profile
https://community.bistudio.com/wiki/Arma_3:_Server_Config_File#Arma_3_-_Forced_difficulty
The text was updated successfully, but these errors were encountered:
server 3.1 runs forced Difficulty via server.cfg and it is effective. server 3.2 runs forced difficulty only via dropdown, it is not effective.
Sorry, something went wrong.
Back home so will try and get this fixed this week
jupster
Successfully merging a pull request may close this issue.
RF beta.
https://streamable.com/08v6g9
The Drop-Down Menu on Fasters
FASTERPROFILE >> Missions >> Difficutly Settings >> DropDown "Forced Difficulty"
controls a line in the arma3profile file.
I have not found anywhere a reference that this is the right place.
instead, it might need to change a line in the server.cfg
forcedDifficulty = "Custom"; //Forces the custom Difficulty in Profile.Arma3Profile
https://community.bistudio.com/wiki/Arma_3:_Server_Config_File#Arma_3_-_Forced_difficulty
The text was updated successfully, but these errors were encountered: