Jump to content
Sign in to follow this  
Guest

Allowing player markers on map?

Recommended Posts

Guest

I see in some mp missions, people can see where other people are on the map with either their names or markers. How could I do this? Is there a module or script? Thanks in advance

Share this post


Link to post
Share on other sites

Hi guy,

this forum is for MAP (TERRAIN) EDITING. Mission editing is on another forum.

Go back by 1 into the path of forums and search for missions editing and scripting or click here

Regards

Share this post


Link to post
Share on other sites

The easiest way of having markers on the map (player and AI) is placing the military marker module in the editor and adding this to the init-line of the module: setGroupIconsVisible [true,false];

You can define groups that shouldn't use markers this way: player setvariable ["MARTA_hide",[group guy1]]; This hides the markers for all units who are under the command of an unit called guy1

That's all. More infos you can find in the biki: http://community.bistudio.com/wiki/Military_Symbols

That's only one solution. There are numerous solutions on how to have markers in a mission and what they show.

Edited by [GLT] Legislator

Share this post


Link to post
Share on other sites
Guest

Oops sorry about the wrong forum:o

Thanks for the help Legislator:)

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×