Jump to content
Sign in to follow this  
gimpymoo

.Arma3config difficulty settings not working?

Recommended Posts

Here is the config:

difficulty="Regular";

difficultyMP="Regular";

version=1;

blood=1;

volumeCD=5;

volumeFX=5;

volumeSpeech=5;

singleVoice=0;

gamma=1;

brightness=1;

{

};

class Difficulties

{

class regular

{

class Flags

{

Armor=1;

FriendlyTag=0;

EnemyTag=0;

MineTag=0;

HUD=0;

HUDPerm=0;

HUDWp=1;

HUDWpPerm=0;

HUDGroupInfo=0;

AutoSpot=0;

Map=0;

WeaponCursor=0;

AutoGuideAT=0;

ClockIndicator=1;

3rdPersonView=1;

UltraAI=0;

CameraShake=1;

UnlimitedSaves=1;

DeathMessages=0;

NetStats=1;

VonID=1;

ExtendetInfoType=1;

};

skillFriendly=0.6;

skillEnemy=0.6;

precisionFriendly=0.28;

precisionEnemy=0.28;

};

None of the settings are acknowledged.

Anyone able to advise what I am doing wrong please?

Share this post


Link to post
Share on other sites

Delete all files in documets folder that are related to ArmA.

Launch the game.

Close the game.

Open the .arma3profile file that was created in your documents folder.

Delete all text and paste this isntead:

version=2;
activeKeys[]={};
class Difficulties
{
class recruit
{
	class Flags
	{
		Armor=0;
		FriendlyTag=1;
		EnemyTag=0;
		MineTag=1;
		HUD=1;
		HUDPerm=1;
		HUDWp=1;
		HUDWpPerm=1;
		HUDGroupInfo=1;
		AutoSpot=0;
		Map=1;
		WeaponCursor=0;
		AutoGuideAT=0;
		ClockIndicator=1;
		3rdPersonView=0;
		UltraAI=0;
		CameraShake=1;
		UnlimitedSaves=1;
		DeathMessages=1;
		NetStats=1;
		VonID=1;
		ExtendetInfoType=1;
	};
	skillFriendly=0.60000002;
	skillEnemy=0.60000002;
	precisionFriendly=0.28;
	precisionEnemy=0.28;
};
class regular
{
	class Flags
	{
		Armor=0;
		FriendlyTag=0;
		EnemyTag=0;
		MineTag=0;
		HUD=0;
		HUDPerm=0;
		HUDWp=0;
		HUDWpPerm=0;
		HUDGroupInfo=0;
		AutoSpot=0;
		Map=0;
		WeaponCursor=0;
		AutoGuideAT=0;
		ClockIndicator=0;
		3rdPersonView=0;
		UltraAI=0;
		CameraShake=1;
		UnlimitedSaves=0;
		DeathMessages=0;
		NetStats=0;
		VonID=1;
		ExtendetInfoType=0;
	};
	skillFriendly=0.60000002;
	skillEnemy=0.60000002;
	precisionFriendly=0.28;
	precisionEnemy=0.28;
};
class veteran
{
	class Flags
	{
		Armor=0;
		FriendlyTag=0;
		EnemyTag=0;
		MineTag=0;
		HUD=0;
		HUDWp=0;
		HUDWpPerm=0;
		HUDGroupInfo=0;
		AutoSpot=0;
		WeaponCursor=0;
		ClockIndicator=0;
		3rdPersonView=0;
		UltraAI=0;
		CameraShake=1;
		DeathMessages=0;
		NetStats=0;
		VonID=1;
		ExtendetInfoType=0;
	};
	skillFriendly=0.60000002;
	skillEnemy=0.60000002;
	precisionFriendly=0.28;
	precisionEnemy=0.28;
};
class mercenary
{
	class Flags
	{
		HUD=0;
		AutoSpot=0;
		WeaponCursor=0;
		DeathMessages=0;
		NetStats=0;
		VonID=1;
	};
	skillFriendly=0.60000002;
	skillEnemy=0.60000002;
	precisionFriendly=0.28;
	precisionEnemy=0.28;
};
};
difficulty="veteran";
singleVoice=0;
maxSamplesPlayed=32;
sceneComplexity=1000000;
shadowZDistance=100;
viewDistance=3000;
preferredObjectViewDistance=3000;
terrainGrid=12.5;
volumeCD=9;
volumeFX=9;
volumeSpeech=9;
volumeVoN=9;
vonRecThreshold=0.029999999;

Start your server again using the same command line as you used the on the second step in this post.

If you can get that to work, you can then try to edit the values to what you want. Make sure to edit the regular as well as the others, so no matter what the admin selects (or even if the admin forgets to select the difficulty level), the same options will be used.

Share this post


Link to post
Share on other sites

Many thanks for the reply.

I did manage to get it working. My profile with my GSP was not reading the correct path. Took some time, but was figured out in the end when I deleted the profile and it was not recreated.

One problem I do now have is that group leaders are still auto spotting even though autospot=0 in the profile? Similiar problem with waypoints, they appear when in vehicles. Also, group leader waypoint is always visible?

Also, may I ask if anyone knows how to enable own location on the map but disabling all other map functions?

Thanks all.

Share this post


Link to post
Share on other sites

I'm not sure what autospot actually is. It might mean something different than what you think it is :)

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  

×