Remove map - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki
Description
The remove_map module allows missions makers to remove the map and also compass inventory item of units upon the mission starting past the initial briefing/map screen.
This is a useful tool for allowing commanders to make a plan and brief it with everyone (mainly grunts), being able to see it, but upon going in-game will have their map item removed to possibly resemble an under equip or outdated force.
- Note: This module removes the map and compass items from a units framework loadout.
As a result, make sure the unit(s) you wish to remove the items from, their framework loadout has a map and/or compass initially.
Usage
- Go to modules>module.sqf and enable the remove_map module.
- Go to modules>setup_timer>settings.sqf
In the setting file you'll see the following
_keepMapClasses = ["USARMY_PL", "USARMY_PSG", "USARMY_SL", "USARMY_FO"];
- This is a list of loadouts classes you have enabled that'll keep their maps.
_keepCompassClasses = ["USARMY_TL"];
- This is a list of loadout classes you have enabled that'll keep their compasses.