Jump to content
Sign in to follow this  
KGoBlin

Serverside map question

Recommended Posts

So in other servers I've played on, when you find a map in that server, it shows you your location on the map when you open it up. On our new server, when someone finds a map (I've found several now), we don't get an indicator. Is this a cvar type setting in the config or a bug? Or was I just imagining things in all the other servers I was in prior to my own?

Share this post


Link to post
Share on other sites

cfgdayz/Users/<name>/<name>.ArmA2OAProfile:


class Veteran
{
class Flags
{
Armor=1;
FriendlyTag=0;
EnemyTag=0;
HUD=1;
HUDPerm=0;
HUDWp=1;
HUDWpPerm=0;
WeaponCursor=0;
AutoAim=0;
AutoGuideAT=0;
3rdPersonView=1;
ClockIndicator=0;
Map=0; // <--- MAP SETTING, 1 shows units on map
Tracers=1;
AutoSpot=0;
UltraAI=0;
DeathMessages=0;
NetStats=1;
VonID=1;
};

Edited by Rolle
  • Like 1

Share this post


Link to post
Share on other sites

It's the 'map' flag in the server cfg IIRC, by default it's on in regular servers and off in veteran+ servers.

  • Like 1

Share this post


Link to post
Share on other sites

You da man Rolle, thanks! Hopefully I can get my host to make that change in the config.

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  

×