dimdic 1 Posted July 15, 2012 Can i create custom markers ?? Or is there any way to draw lines or shapes in the map editor ?? Thank you. Share this post Link to post Share on other sites
hellfire257 3 Posted July 16, 2012 Yes, it is possible. You want to add the entry into CfgMarkers. There are parameters for: color = [r,g,b,a]; icon = "\path2icon\myicon.paa"; name = "My marker"; scope = #; shadow = #; size = #; # = number. There are others but those are the ones you will want in general. I'm not sure how the numbers work, however they should be fairly easy to experiment with though. I would suggest looking at some of the BIS configs to help. The easiest way to do this would be to use BIS_fnc_configViewer and look for CfgMarkers. All the entries are in there. Share this post Link to post Share on other sites