Mark 'em is a mod that marks the position of flares on the map, making it easier for players to locate them and use them effectively in combat situations.
Creating Compatibility for Mark 'em is extremely simple; all config is done inside the CfgAmmo with a MMF_Config subclass.
- type = 0; Defines the type of flare you want to use; 0 = Disabled, 1 = Marker, 2 = Ammo Resupply, 3 = Medical Resuply.
- marker = "MarkerType"; is the type of map marker that will show on the map. Replacing MarkerType with either mmf_SmokeMarker, mmf_LightMarker, or your own custom CfgMarker class.
- color = "ColorHere"; sets the marker color of your flare. Replacing ColorHere with a CfgMarkerColor class or can be simple RGBA #(r,g,b,a).

