Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Waypoint (how to make it invisble but still there)

  1. #1

    Waypoint (how to make it invisble but still there)

    Probably a noob question(always assumed it would have something to do with the cadet mode, however that is only the map it seems)

    I have tasks set in place which will show as waypoints, so i dont want the waypoints (used in case of an AI being the leader + trigger) to also show aswell. (looks dumb with 2 waypoints at the same location)

    So how can i make the standard waypoint invisible for the group leader and teammates? without deleting it.

    Any script i can use for this?

  2. #2
    Master Gunnery Sergeant
    Join Date
    Feb 11 2008
    Location
    The Netherlands, Frisia
    Posts
    1,083
    I would also like to know this.
    It would destroy the last problems i have with my mission!

  3. #3
    Staff Sergeant
    Join Date
    May 21 2009
    Location
    France, Normandie
    Posts
    304
    showWaypoint command might help.

  4. #4
    Master Gunnery Sergeant
    Join Date
    Feb 11 2008
    Location
    The Netherlands, Frisia
    Posts
    1,083
    Doesnt seem to work :\
    How exactly should the code look, and where should i place it?

  5. #5
    Staff Sergeant
    Join Date
    May 21 2009
    Location
    France, Normandie
    Posts
    304
    Well it depends of the waypoint number, It can be placed anywhere as long as you know the group.

    If your waypoint is the first waypoint then you can use:
    Code:
    // _grp is the group that you want to hide waypoints from.
    // 0 refer to the waypoint number (1 here).
    [_grp, 0] showWaypoint "NEVER";
    Also i think that if you trick the Difficulty you can get Waypoints display off.
    Last edited by Benny.; Jun 16 2009 at 23:33.

  6. #6
    Cant you just set them to "never show" in the editor? .

  7. #7
    Just dont put in : task setSimpleTaskDestination position until its needed in the mission - you can add it anytime in a trigger.

    Just group a trigger to the leader
    Trigger = blufor detects Opfor leader
    activation = task setSimpleTaskDestination position

    something like that anyway

  8. #8
    Master Gunnery Sergeant
    Join Date
    Feb 11 2008
    Location
    The Netherlands, Frisia
    Posts
    1,083
    Still dont get it to work, it's driving me insane knowing it's so near to completion yet something as simple as hiding a single waypoint is keeping me from finishing.
    Could i perhaps send the mission file to one of you gentlemen to have a look at what i'm doing wrong?

  9. #9
    Staff Sergeant
    Join Date
    May 21 2009
    Location
    France, Normandie
    Posts
    304
    I can look around if you want.

  10. #10
    Master Gunnery Sergeant
    Join Date
    Feb 11 2008
    Location
    The Netherlands, Frisia
    Posts
    1,083
    I'm just gonna assume you have CBPO for extracting the .pbo files.
    The latest version of the mission is here: http://files.filefront.com/OpBeeStin.../fileinfo.html

    Thanks mate

Page 1 of 2 12 LastLast

Posting Permissions

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