This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Difficulty Settings - Extended Map Content option Deprecation #115
Labels
enhancement
New feature or request
Milestone
Raised by CableFerret
Good morning mighty mod makers of Flax!
I've been hosting an Arma3 server for a few years. We have been using your fantastic tool for some time now and I wanted to make a suggestion for a minor code update. As of Arma3 v1.68, the
mapcontent
option has been deprecated and replaced with three separate flags for showing different map-based information (see https://community.bistudio.com/wiki/Arma_3_Difficulty_Menu some notes on the flag changes).A few of our missions have required a middle-of-the-line approach to these, though at present it appears to be all or nothing in the current live version of FAST2.
How feasible would it be to split this out into three separate options on the custom difficulty settings panel?
Excerpt from example config below;
// Misc
mapContent = 0; // Extended map content - (0 = disabled, 1 = enabled) // before Arma 3 v1.68
mapContentFriendly = 0; // Map friendlies. - (0 = disabled, 1 = enabled) // since Arma 3 v1.68
mapContentEnemy = 0; // Map Enemies - (0 = disabled, 1 = enabled) // since Arma 3 v1.68
mapContentMines = 0; // Map Mines - (0 = disabled, 1 = enabled) // since Arma 3 v1.68
The text was updated successfully, but these errors were encountered: