KaukausInsurgency / ki-dcs

Kaukasus Insurgency
5 stars 2 forks source link

Add F10 Markers On Map #165

Closed Igneous01 closed 6 years ago

Igneous01 commented 6 years ago

Based on feedback from Frosties - F10 Markers should be created on map indicating each CP and Depot.

thebgpikester commented 6 years ago

http://wiki.hoggit.us/view/DCS_func_markToAll

this way

Igneous01 commented 6 years ago

thank you good sir!

Igneous01 commented 6 years ago

Added this in, but the map is very very cluttered if you have a good amount of points on the map.

image

Rather than force this on the server admin, making this a configurable option in the KI_Config.lua file. That way if server admins want the markers they can turn them on or off.

KI.Config.DisplayDepotMarkers = true -- whether to show markers on map for depots KI.Config.DisplayCapturePointMarkers = true -- whether to show markers on map for capture points

Igneous01 commented 6 years ago

Work completed in master branch

thebgpikester commented 6 years ago

Already? :D awesome!