Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


how to turn off red map marker


ImWarg

Recommended Posts

Hello all. I have my server set to Veteran, but that noob ass map marker is always on the map regardless. I would like to go back to needing to find a compass and a gps to have that kind of awareness. Does anyone know how to disable this? thanks.

Share this post


Link to post
Share on other sites

Hello all. I have my server set to Veteran, but that noob ass map marker is always on the map regardless. I would like to go back to needing to find a compass and a gps to have that kind of awareness. Does anyone know how to disable this? thanks.

Share this post


Link to post
Share on other sites

Has to do something with the bottom code but no clue how to take it off tbh. I have been looking for this fix myself.

located in the Admin.ArmA2OAProfile

 

class Difficulties

{

class Regular

{

class Flags

{

Armor=1;

FriendlyTag=0;

EnemyTag=0;

HUD=1;

HUDPerm=1;

HUDWp=1;

HUDWpPerm=1;

WeaponCursor=0;

AutoAim=0;

AutoGuideAT=0;

3rdPersonView=1;

ClockIndicator=1;

Map=1;

Tracers=1;

AutoSpot=0;

UltraAI=0;

DeathMessages=1;

NetStats=1;

VonID=1;

};

skillFriendly=0.44999999;

skillEnemy=0.44999999;

precisionFriendly=0.34999999;

precisionEnemy=0.34999999;

};

class Veteran

{

class Flags

{

Armor=1;

FriendlyTag=0;

EnemyTag=0;

HUD=1;

HUDPerm=1;

HUDWp=1;

HUDWpPerm=1;

WeaponCursor=0;

AutoAim=0;

AutoGuideAT=0;

3rdPersonView=1;

ClockIndicator=0;

Map=1;

Tracers=1;

AutoSpot=0;

UltraAI=0;

DeathMessages=1;

NetStats=1;

VonID=1;

};

skillFriendly=0.75;

skillEnemy=0.75;

precisionFriendly=0.75;

precisionEnemy=0.75;

};

Share this post


Link to post
Share on other sites

Has to do something with the bottom code but no clue how to take it off tbh. I have been looking for this fix myself.

located in the Admin.ArmA2OAProfile

 

class Difficulties

{

class Regular

{

class Flags

{

Armor=1;

FriendlyTag=0;

EnemyTag=0;

HUD=1;

HUDPerm=1;

HUDWp=1;

HUDWpPerm=1;

WeaponCursor=0;

AutoAim=0;

AutoGuideAT=0;

3rdPersonView=1;

ClockIndicator=1;

Map=1;

Tracers=1;

AutoSpot=0;

UltraAI=0;

DeathMessages=1;

NetStats=1;

VonID=1;

};

skillFriendly=0.44999999;

skillEnemy=0.44999999;

precisionFriendly=0.34999999;

precisionEnemy=0.34999999;

};

class Veteran

{

class Flags

{

Armor=1;

FriendlyTag=0;

EnemyTag=0;

HUD=1;

HUDPerm=1;

HUDWp=1;

HUDWpPerm=1;

WeaponCursor=0;

AutoAim=0;

AutoGuideAT=0;

3rdPersonView=1;

ClockIndicator=0;

Map=1;

Tracers=1;

AutoSpot=0;

UltraAI=0;

DeathMessages=1;

NetStats=1;

VonID=1;

};

skillFriendly=0.75;

skillEnemy=0.75;

precisionFriendly=0.75;

precisionEnemy=0.75;

};

Share this post


Link to post
Share on other sites

from what i understand its a function of having the game set to rookie difficulty. ill take a look at that file when i have time (found a crafting script today and im going to town on that )

Share this post


Link to post
Share on other sites

from what i understand its a function of having the game set to rookie difficulty. ill take a look at that file when i have time (found a crafting script today and im going to town on that )

Share this post


Link to post
Share on other sites

  • 3 weeks later...

Hi there,

 

I am not to sure if a Fix is still needed but ill post what worked for me.

 

locate and download your Admin.ArmA2OAProfile it is located here ftp://XXXXXXXXX/Admin/Users/Admin/Admin.ArmA2OAProfile

 

After you have downloaded the file to your computre open it up with for example notepadd++ so you can edit this file.

 

Copy Pase following Settings and replace everything in your Opend Admin.ArmA2OAProfile.

 

class Difficulties
{
class Recruit
{
	class Flags
	{
		Armor=1;
		FriendlyTag=1;
		EnemyTag=1;
		HUD=1;
		HUDPerm=1;
		HUDWp=1;
		HUDWpPerm=1;
		WeaponCursor=1;
		AutoAim=1;
		AutoGuideAT=1;
		3rdPersonView=1;
		ClockIndicator=1;
		Map=1;
		Tracers=1;
		AutoSpot=1;
		UltraAI=0;
		DeathMessages=1;
		NetStats=1;
		VonID=1;
	};
	skillFriendly=0.34999999;
	skillEnemy=0.34999999;
	precisionFriendly=0.2;
	precisionEnemy=0.2;
};
class Regular
{
	class Flags
	{
		Armor=1;
		FriendlyTag=1;
		EnemyTag=0;
		HUD=0;
		HUDPerm=0;
		HUDWp=0;
		HUDWpPerm=0;
		WeaponCursor=1;
		AutoAim=0;
		AutoGuideAT=0;
		3rdPersonView=1;
		ClockIndicator=1;
		Map=0;
		Tracers=1;
		AutoSpot=0;
		UltraAI=0;
		DeathMessages=1;
		NetStats=1;
		VonID=1;
	};
	skillFriendly=0.44999999;
	skillEnemy=0.44999999;
	precisionFriendly=0.34999999;
	precisionEnemy=0.34999999;
};
class Veteran
{
	class Flags
	{
		Armor=1;
		FriendlyTag=0;
		EnemyTag=0;
		HUD=1;
		HUDPerm=0;
		HUDWp=1;
		HUDWpPerm=0;
		WeaponCursor=1;
		AutoAim=0;
		AutoGuideAT=0;
		3rdPersonView=1;
		ClockIndicator=0;
		Map=0;
		Tracers=1;
		AutoSpot=0;
		UltraAI=0;
		DeathMessages=0;
		NetStats=1;
		VonID=1;
	};
	skillFriendly=0.75;
	skillEnemy=0.75;
	precisionFriendly=0.75;
	precisionEnemy=0.75;
};
class Expert
{
	class Flags
	{
		Armor=0;
		FriendlyTag=0;
		EnemyTag=0;
		HUD=1;
		HUDPerm=0;
		HUDWp=1;
		HUDWpPerm=1;
		WeaponCursor=0;
		AutoAim=0;
		AutoGuideAT=0;
		3rdPersonView=0;
		ClockIndicator=1;
		Map=0;
		Tracers=1;
		AutoSpot=0;
		UltraAI=0;
		DeathMessages=0;
		NetStats=1;
		VonID=0;
	};
	skillFriendly=0.94999999;
	skillEnemy=0.94999999;
	precisionFriendly=0.94999999;
	precisionEnemy=0.94999999;
};
};
shadingQuality=7;
shadowQuality=3;
singleVoice=0;
maxSamplesPlayed=32;
activeKeys[]=
{
};
volumeCD=6.5;
volumeFX=6.5;
volumeSpeech=6.5;
volumeVoN=6.5;
vonRecThreshold=0.029999999;
sceneComplexity=300000;
viewDistance=1600;
terrainGrid=25;

 

After that save the File, Stop your server reupload the file and your Red Marker should be gone.

 

Best Regards,

Phil

Share this post


Link to post
Share on other sites

Hi there,

 

I am not to sure if a Fix is still needed but ill post what worked for me.

 

locate and download your Admin.ArmA2OAProfile it is located here ftp://XXXXXXXXX/Admin/Users/Admin/Admin.ArmA2OAProfile

 

After you have downloaded the file to your computre open it up with for example notepadd++ so you can edit this file.

 

Copy Pase following Settings and replace everything in your Opend Admin.ArmA2OAProfile.

 

class Difficulties
{
class Recruit
{
	class Flags
	{
		Armor=1;
		FriendlyTag=1;
		EnemyTag=1;
		HUD=1;
		HUDPerm=1;
		HUDWp=1;
		HUDWpPerm=1;
		WeaponCursor=1;
		AutoAim=1;
		AutoGuideAT=1;
		3rdPersonView=1;
		ClockIndicator=1;
		Map=1;
		Tracers=1;
		AutoSpot=1;
		UltraAI=0;
		DeathMessages=1;
		NetStats=1;
		VonID=1;
	};
	skillFriendly=0.34999999;
	skillEnemy=0.34999999;
	precisionFriendly=0.2;
	precisionEnemy=0.2;
};
class Regular
{
	class Flags
	{
		Armor=1;
		FriendlyTag=1;
		EnemyTag=0;
		HUD=0;
		HUDPerm=0;
		HUDWp=0;
		HUDWpPerm=0;
		WeaponCursor=1;
		AutoAim=0;
		AutoGuideAT=0;
		3rdPersonView=1;
		ClockIndicator=1;
		Map=0;
		Tracers=1;
		AutoSpot=0;
		UltraAI=0;
		DeathMessages=1;
		NetStats=1;
		VonID=1;
	};
	skillFriendly=0.44999999;
	skillEnemy=0.44999999;
	precisionFriendly=0.34999999;
	precisionEnemy=0.34999999;
};
class Veteran
{
	class Flags
	{
		Armor=1;
		FriendlyTag=0;
		EnemyTag=0;
		HUD=1;
		HUDPerm=0;
		HUDWp=1;
		HUDWpPerm=0;
		WeaponCursor=1;
		AutoAim=0;
		AutoGuideAT=0;
		3rdPersonView=1;
		ClockIndicator=0;
		Map=0;
		Tracers=1;
		AutoSpot=0;
		UltraAI=0;
		DeathMessages=0;
		NetStats=1;
		VonID=1;
	};
	skillFriendly=0.75;
	skillEnemy=0.75;
	precisionFriendly=0.75;
	precisionEnemy=0.75;
};
class Expert
{
	class Flags
	{
		Armor=0;
		FriendlyTag=0;
		EnemyTag=0;
		HUD=1;
		HUDPerm=0;
		HUDWp=1;
		HUDWpPerm=1;
		WeaponCursor=0;
		AutoAim=0;
		AutoGuideAT=0;
		3rdPersonView=0;
		ClockIndicator=1;
		Map=0;
		Tracers=1;
		AutoSpot=0;
		UltraAI=0;
		DeathMessages=0;
		NetStats=1;
		VonID=0;
	};
	skillFriendly=0.94999999;
	skillEnemy=0.94999999;
	precisionFriendly=0.94999999;
	precisionEnemy=0.94999999;
};
};
shadingQuality=7;
shadowQuality=3;
singleVoice=0;
maxSamplesPlayed=32;
activeKeys[]=
{
};
volumeCD=6.5;
volumeFX=6.5;
volumeSpeech=6.5;
volumeVoN=6.5;
vonRecThreshold=0.029999999;
sceneComplexity=300000;
viewDistance=1600;
terrainGrid=25;

 

After that save the File, Stop your server reupload the file and your Red Marker should be gone.

 

Best Regards,

Phil

Share this post


Link to post
Share on other sites

Okay I went through your coding and found out all you need to change is this function below:

 

Map=1;

 

set it to look like this:

 

Map=0;

 

you do not need to change anything else.

 

Hey Steven,

 

yea I am no big skript dude ;) I just had this on my old server and it worked to my liking.

That is why i just did the idiotic fix of copy pasting all :).

 

Thanks for the headsup.

Share this post


Link to post
Share on other sites

Okay I went through your coding and found out all you need to change is this function below:

 

Map=1;

 

set it to look like this:

 

Map=0;

 

you do not need to change anything else.

 

Hey Steven,

 

yea I am no big skript dude ;) I just had this on my old server and it worked to my liking.

That is why i just did the idiotic fix of copy pasting all :).

 

Thanks for the headsup.

Share this post


Link to post
Share on other sites

Okay I went through your coding and found out all you need to change is this function below:

 

Map=1;

 

set it to look like this:

 

Map=0;

 

you do not need to change anything else.

 

Hey Steven,

 

yea I am no big skript dude ;) I just had this on my old server and it worked to my liking.

That is why i just did the idiotic fix of copy pasting all :).

 

Thanks for the headsup.

 

No problem :) Just wanted to give heads up.

Share this post


Link to post
Share on other sites

Okay I went through your coding and found out all you need to change is this function below:

 

Map=1;

 

set it to look like this:

 

Map=0;

 

you do not need to change anything else.

 

Hey Steven,

 

yea I am no big skript dude ;) I just had this on my old server and it worked to my liking.

That is why i just did the idiotic fix of copy pasting all :).

 

Thanks for the headsup.

 

No problem :) Just wanted to give heads up.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...