Arma 3 Version: 1.80 (stable)
CBA Version: 3.5.0.171204 (stable)
ACE3 Version: 3.12.0 (stable)
Mods:
- CBA_A3
- ace
Description:
Where did the issue occur?

You should be seeing a warning like this:

Yeah, that鈥檚 right. However, a mission restart is not required to see changes made to settings. Also this happened on just one machine but it still refreshed the view and applied the settings.
Yes, as it says, restart required to prevent issues, and this is an issue you reported. :p
You're kinda right but I interpret this message more in that way that you should restart the mission if you have issues that settings don't get applied. This shouldn't throw script errors in any situation, should it?
It shouldn't. My opinion.
You will only have problems when changing setting from 0 to non-zero or non-zero to 0.
(e.g. if you want to disable mid-mission, just drop to 0.01)
ACE has a lot of global settings like this that are just not designed to be changed mid mission
We have non-removable XEH or run specific code paths based on settings at mission start.
Making these settings changable on the fly is not trivial.
ACE has a lot of global settings like this that are just not designed to be changed mid mission
Is it possible to mark, indent, color code, or otherwise differentiate those in the settings to help distinguish them from semi-changeable settings?
ACE has a lot of global settings like this that are just not designed to be changed mid mission
Now as CBA settings have been introduced they maybe should be adjusted to be able to change them mid mission.
Now as CBA settings have been introduced they maybe should be adjusted to be able to change them mid mission.
And you should continue reading after that statement. ;)
Most helpful comment
Is it possible to mark, indent, color code, or otherwise differentiate those in the settings to help distinguish them from semi-changeable settings?