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

[BUG] Forced Difficulty Dropdown goes to the wrong place #177

Closed OverlordZorn closed 4 months ago

OverlordZorn commented 5 months ago

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

grafik https://community.bistudio.com/wiki/Arma_3:_Server_Config_File#Arma_3_-_Forced_difficulty

OverlordZorn commented 5 months ago

grafik

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.

jupster commented 4 months ago

Back home so will try and get this fixed this week