Jump to content
Sign in to follow this  
Bernard Francois

3D markers don't work

Recommended Posts

Hello. I've an harcoded server (altis exile) and  in a same family or party the players don't see the 3D marker of each other.   I look in the server (arma3.arma3Profile,.....) but i see nothing.  Someone can help me?   (Sorry for my english, i'm from Belgium)    TY.

Share this post


Link to post
Share on other sites

Do you mean 3D markers of your party members or 3D markers your party members pinpoint to ?  I mean circle around players or the yellow map 3d pin you place when marking the point you look on?

exile config.cpp have these values you can check:
 

class CfgExileParty
{
    showESP = 0;
    allow3DMarkers = 0;
};


 

Share this post


Link to post
Share on other sites

Thanks for your availability.  Yes circles around players.

I've these values :

 

class CfgExileParty 
{
    showESP = 0;
    allow3DMarkers = 1;

};

 

I think i can write 1 in show ESP ?

 

TY

Share this post


Link to post
Share on other sites

Yeah. Just try it,  if you have showESP set to 0 change to 1.

Also, you can check out exile_custom_difficulty  server side addon @kuplion made quite a while ago.

Share this post


Link to post
Share on other sites
Sign in to follow this  

×