Results 1 to 4 of 4

Thread: Allowing player markers on map?

  1. #1
    Staff Sergeant Acelondoner's Avatar
    Join Date
    Apr 8 2010
    Location
    The clue is in my username ;)
    Posts
    296

    Allowing player markers on map?

    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

  2. #2
    CWR² Developer shezan74's Avatar
    Join Date
    Jun 29 2009
    Location
    Quarto d'Altino - Venice - ITALY
    Posts
    436
    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

  3. #3
    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.
    Last edited by [GLT] Legislator; Jul 16 2010 at 23:31.

  4. #4
    Staff Sergeant Acelondoner's Avatar
    Join Date
    Apr 8 2010
    Location
    The clue is in my username ;)
    Posts
    296
    Author of the Thread
    Oops sorry about the wrong forum

    Thanks for the help Legislator

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •