Results 1 to 5 of 5

Thread: Briefing, Triggers and Markers

  1. #1
    Staff Sergeant Wastelander's Avatar
    Join Date
    Jul 24 2009
    Location
    Brisbane,Queensland, Australia
    Posts
    214

    Briefing, Triggers and Markers

    Hi,

    I am creating a little mission and would like to know how to hide/set the markers from players but give the mission in the Briefing.

    I can setup markes and name then and edit the info in briefing but not sure how to hide them. ie red circle/shape for mission and green for complete..

    I would also like to then show as mission complete in the briefing.


    Thanks.

    ps keep it VERY simple step by step if possible.
    RIG:

    CASE: Thermalake Spedo Advance Full Tower PSU: Thermaltake 750w MOBO: Gigabyte GA-EX58-UD4 CPU: I7-920 RAM: 12GB DDR3 1600
    STORAGE:
    10K Raptor 300GB Primary, + 4Tb Data VIDEO: EVGA GTX570 Superclocked DISPLAY: Benq 22" Wide screen + Benq 19" Secondary, OS: Win 7 64bit

    You Tube Channel: http://www.youtube.com/Accolades70

  2. #2
    setmarkercolor

    You would need:

    "MyMarker" SetMarkerColor "ColorGreen";

    "MyMarker" SetMarkerColor "ColorRed";

    setmarkertype

    To hide markers it is:

    "MyMarker" SetMarkerType "Empty"

    MyMarker = the name of your marker

    If your marker is a grid or ellipse type of marker instead of an icon then you would need...

    SetMarkerAlpha

    "MyMarker" SetMarkerAlpha 0; <------ hides the marker

    "MyMarker" SetMarkerAlpha 1; <------- reveals the marker

  3. #3
    Staff Sergeant Wastelander's Avatar
    Join Date
    Jul 24 2009
    Location
    Brisbane,Queensland, Australia
    Posts
    214
    Author of the Thread
    Quote Originally Posted by ADuke View Post
    setmarkercolor

    You would need:

    "MyMarker" SetMarkerColor "ColorGreen";

    "MyMarker" SetMarkerColor "ColorRed";

    setmarkertype

    To hide markers it is:

    "MyMarker" SetMarkerType "Empty"

    MyMarker = the name of your marker

    If your marker is a grid or ellipse type of marker instead of an icon then you would need...

    SetMarkerAlpha

    "MyMarker" SetMarkerAlpha 0; <------ hides the marker

    "MyMarker" SetMarkerAlpha 1; <------- reveals the marker
    All good info but WHERE do you add this info ??

    Thanks

  4. #4
    If you have a trigger that sets an objective to complete using "SetTaskState" then the marker commands would go in the same init field as that.

    Sorry I can't go into more detail at the moment but I'm pressed for time.

    -AD

  5. #5
    Staff Sergeant Wastelander's Avatar
    Join Date
    Jul 24 2009
    Location
    Brisbane,Queensland, Australia
    Posts
    214
    Author of the Thread
    Quote Originally Posted by ADuke View Post
    If you have a trigger that sets an objective to complete using "SetTaskState" then the marker commands would go in the same init field as that.

    Sorry I can't go into more detail at the moment but I'm pressed for time.

    -AD
    When you have time can you please expand?

    Thanks

Posting Permissions

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