Page MenuHomeFeedback Tracker

AUTOASSIGNED in new task enhancements do show tasks visible on map.
Assigned, WishlistPublic

Description

The problem seems to be with created tasks which are AUTOASSIGNED. The task is assigned properly and the 3d marker in the world is visisble, however in the map it is not visible. Is seems to be there because if you hold your mouse over it (if you know where the marker is) you can see the mouseover action.

If you switch to just ASSIGNED all is fine the task will be visible on the map. {F26824}

Details

Legacy ID
120744341
Severity
None
Resolution
Open
Reproducibility
Always
Category
Visual-GUI
Steps To Reproduce

create a marker called rtb and execute the task in debug console of init.sqf

[[_rtbId], WEST, ["Escort the scientist to base for debriefing.", "Escort to base", "rtb"],getMarkerPos 'rtb', "AUTOASSIGNED", 0, true, true, "Move", true ] call BIS_fnc_setTask;

result:
new 3d task icon in world is visible.
new task info on map is not.

Event Timeline

specie edited Steps To Reproduce. (Show Details)Aug 20 2015, 9:06 PM
specie set Category to Visual-GUI.
specie set Reproducibility to Always.
specie set Severity to None.
specie set Resolution to Open.
specie set Legacy ID to 120744341.May 8 2016, 12:32 PM
Adam added a comment.Aug 21 2015, 9:11 AM

Task info pops up for me just fine. Could you please try reproducing the issue on Dev Branch? Thank you!

specie added a subscriber: specie.May 8 2016, 12:32 PM

I just tested this on the current development build but it is still not working.
I have attached a simple test mission to replicate the issue.

When you preview the mission hit esc and drop the following in de debug console:

  [[_rtbId], WEST, ["Escort the scientist to base for debriefing.", "Escort to base", "rtb"],getMarkerPos 'rtb', "AUTOASSIGNED", 0, true, true, "Move", true ] call BIS_fnc_setTask;

Task will be assigned but when entering the MAP it's not visible unless you mouse over it.

Thanks for the feedback, I will check it out.

EDIT: Fixed for the next build. The system now correctly displays the map markers for tasks with "AUTOASSIGNED" state.