ShackTactical Group Markers

From F2 EN

Jump to: navigation, search

Contents

Description

The ShackTactical Group Markers component automatically creates markers which show a player the position of the leaders of all elements in his/her platoon. This marker system is designed to work with the ShackTactical Platoons.


Required files

All the code associated with this component is found in:

  • init.sqf
  • f\common\ShackTac_setLocalGroupMarkers.sqf
  • f\common\ShackTac_localGroupMarker.sqf

How to use

What players see for their own faction

Coloured markers are used to denote the position of the leaders of all elements in the player's platoon:

GroupMarker ShapeMarker ColourMarker Text
Platoon HQB_HQColourYellowPltHQ
Alpha SLB_HQColourRedASL
Alpha Fireteam 1B_INFColourRedA1
Alpha Fireteam 2B_INFColourRedA2
Alpha Fireteam 3B_INFColourRedA3
Bravo SLB_HQColourBlueBSL
Bravo Fireteam 1B_INFColourBlueB1
Bravo Fireteam 2B_INFColourBlueB2
Bravo Fireteam 3B_INFColourBlueB3
Charlie SLB_HQColourGreenCSL
Charlie Fireteam 1B_INFColourGreenC1
Charlie Fireteam 2B_INFColourGreenC2
Charlie Fireteam 3B_INFColourGreenC3
Delta SLB_HQColourRedDSL
Delta Fireteam 1B_INFColourRedD1
Delta Fireteam 2B_INFColourRedD2
Delta Fireteam 3B_INFColourRedD3
Medium MG Team 1B_INFColourOrangeMMG1
Medium MG Team 2B_INFColourOrangeMMG2
Medium MG Team 3B_INFColourOrangeMMG3
Medium AT Team 1B_EMPTYColourOrangeMAT1
Medium AT Team 2B_EMPTYColourOrangeMAT2
Medium AT Team 3B_EMPTYColourOrangeMAT3
Heavy AT Team 1B_EMPTYColourOrangeHAT1
Heavy AT Team 2B_EMPTYColourOrangeHAT2
Heavy AT Team 3B_EMPTYColourOrangeHAT3
Sniper Team 1B_RECONColourOrangeST1

What players see for the allied faction

Be default, players also see group markers for their allied factions. Group markers for the allied faction are identical to those listed above, but appear in black.

FactionAllied Faction
USMCCDF
CDFUSMC
RUChDKZ
INSRussian
GUENone

Tips

  • If you do not use all the pre-placed groups in the ShackTactical Platoons, markers for unused groups will not appear.

How to disable

Open the file init.sqf and look for the code segment entitled:

// F2 - ShackTactical Group Markers

Edit the line below, adding // to the start:

[] execVM "f\common\ShackTac_setLocalGroupMarkers.sqf";

Credits

  • Lor
  • Raedor
  • Fer
Personal tools