Planning mode - ARMAFinland/Arma3-Basic-Afi-Mission-framework GitHub Wiki
This system is automatic and does not require anything from mission. This can be disabled from CBA addon options.
When planning mode is active
- There will be marker on each players position showing what direction it is looking and player name.
- Clicking on the map and holding SHIFT, checks line of sight from your eye postion to clicked position at 1m height. It also creates line between you and clicked position.
- Green line means you have LOS.
- Yellow line means that one ore more objeck is blocking LOS.
- Red line meeans that ground is blocking your LOS.
- There will also be blocked marker at position where blocking object is and blocked by ground marker where LOS is broken by ground.
- Finaly there will be marker at end positon which tells you the distance in 2D and 3D.
- Clicking on the map and holding ALT, teleports you to that location.
To enable planning mode, admin needs to write #planningmode to chat. That command is toggle and writing it again disables planning mode.