Jump to content

Side chat name display


prone

Recommended Posts

change: VonID=1;

 

for the difficulty level of your server. 

 

I'm unfortunately not grasping this statement. I have the VonID=1 in SC.Arma3Profile and difficulty = "veteran";  in my config.cfg file. How do I connect the two? As set, VonID is not shown on the server. I don't see where there is a VonID for difficulty variable or file. 

 

Thanks

 

 

 

Contents of  SC.Arma3Profile

version=1;
blood=1;
singleVoice=0;
gamma=1;
brightness=1;
maxSamplesPlayed=96;
sceneComplexity=1000000;
shadowZDistance=100;
viewDistance=3800;
preferredObjectViewDistance=3200;
terrainGrid=3.125;
volumeCD=10;
volumeFX=10;
volumeSpeech=10;
volumeVoN=10;
vonRecThreshold=0.029999999;
VonID=1;
Link to comment
Share on other sites

Vaprz, add this to your file:

class Difficulties
{
	class veteran
	{
		class Flags
		{
			Armor=0;
			FriendlyTag=0;
			EnemyTag=0;
			MineTag=1;
			HUD=1;
			HUDWp=1;
			HUDWpPerm=1;
			HUDGroupInfo=1;
			AutoSpot=0;
			WeaponCursor=0;
			ClockIndicator=1;
			3rdPersonView=1;
			UltraAI=0;
			CameraShake=0;
			DeathMessages=1;
			NetStats=1;
			VonID=1;
			ExtendedInfoType=0;
		};
		skillFriendly=0.60000002;
		skillEnemy=0.60000002;
		precisionFriendly=0.28;
		precisionEnemy=0.28;
	};
};
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...