Jump to content
Sign in to follow this  
specie

Unassigned tasks show in 3d

Recommended Posts

Hi,

 

on Missions start or JIP there are about 5 tasks defined somewhere on the arma map.

I've noticed players can see all tasks in the world with 3d icons although i've defined the old and new style variables to prevent this from happening when they are further away > 3dDrawDist.

 

taskManagement_markers3D = 1;
taskManagement_markers2D = 1; //0: do not use new 2D markers (default), 1: replace task markers with new 2D markers 
taskManagement_propagate = 1; //0: do not propagate (default), 1: propagate shared tasks to subordinates 
taskManagement_drawDist = 2000; //3D marker draw distance as UNASSIGNED (default: 2000)
 
class CfgTaskEnhancements
{
   enable       = 1;            //0: disable new task features (default), 1: enable new task features & add new task markers and task widgets into the map
   3d           = 1;            //0: do not use new 3D markers (default), 1: replace task waypoints with new 3D markers
   3dDrawDist   = 2000;        //3d marker draw distance (default: 2000)
   share        = 1;            //0: do not count assigned players (default), 1: count how many players have the task assigned
   propagate    = 1;            //0: do not propagate (default), 1: propagate shared tasks to subordinates
};
 
Somehow this broke in my mission.
Anyone else experienced this and maybe have a fix for this to clear up some HUD ?
 
Regards,
Patrick
 

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  

×