Jump to content
Sign in to follow this  
blackyesp

[Help] Server difficulty settings

Recommended Posts

Hi,

I tried several times to change my server's difficulty to custom parameters, but can't get it to work properly. I checked wiki pages (https://community.bistudio.com/wiki/server.armaprofile ), but in my opinion the info and params seem poor or outdated regarding Arma 3 (in comparison with the one from other Arma series). However the process seems very basic and with a bit of logic it's very simple to set up, but for some reason it does not work for me. I checked video tutorials about it and I'm doing everything as told but still no result. I created new profiles but the file seems to reset to default whenever I start the server. I made sure to change the config.bin value as well...

I feel lost now. Could anyone help me please?

Arma3Profile:

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=1;
			HUDPerm=0;
			HUDWp=1;
			HUDWpPerm=1;
			WeaponCursor=1;
			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=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=0;
			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=0;
			VonID=0;
		};
		skillFriendly=0.94999999;
		skillEnemy=0.94999999;
		precisionFriendly=0.94999999;
		precisionEnemy=0.94999999;
	};
	class Custom
	{
		class Flags
		{
			Armor=1;
			FriendlyTag=1;
			EnemyTag=0;
			HUD=1;
			HUDPerm=0;
			HUDWp=1;
			HUDWpPerm=1;
			WeaponCursor=0;
			AutoAim=0;
			AutoGuideAT=0;
			3rdPersonView=1;
			ClockIndicator=1;
			Map=1;
			Tracers=1;
			AutoSpot=0;
			UltraAI=0;
			DeathMessages=0;
			NetStats=1;
			VonID=1;
		};
		skillFriendly=0.44999999;
		skillEnemy=0.44999999;
		precisionFriendly=0.34999999;
		precisionEnemy=0.34999999;
	};
};
singleVoice=0;
maxSamplesPlayed=96;

config.bin:

forcedDifficulty = "Custom";

 

Help me senpais

Share this post


Link to post
Share on other sites

Difficulties regular - elite do not need to be defined anymore.  Example from my server:

 

class DifficultyPresets
{
class CustomDifficulty
{
class Options
{
groupIndicators=2;
friendlyTags=1;
enemyTags=0;
detectedMines=0;
commands=0;
waypoints=1;
weaponInfo=1;
reducedDamage=0;
stanceIndicator=2;
staminaBar=0;
weaponCrosshair=0;
visionAid=0;
thirdPersonView=1;
cameraShake=1;
scoreTable=1;
deathMessages=0;
vonID=1;
autoReport=0;
multipleSaves=0;
squadRadar=1;
tacticalPing=0;
mapContentFriendly=1;
mapContentEnemy=0;
mapContentMines=0;};
aiLevelPreset=3;};

class CustomAILevel {
skillAI=0.5;
precisionAI=0.33;};};

  • Confused 1

Share this post


Link to post
Share on other sites
Just now, phronk said:

Difficulties regular - elite do not need to be defined anymore.  Example from my server:

 

class DifficultyPresets
{
class CustomDifficulty
{
class Options
{
groupIndicators=2;
friendlyTags=1;

.........

Fuck. The parameters are called different as the ones I run. Could you please send me your file and I will try it on my server?
is forcedDifficulty = "Options"; your config line?

 

ty for quick response

Share this post


Link to post
Share on other sites

The code I posted is in my server.arma3profile

The forcedDifficulty in my server.cfg is set to "Custom"

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  

×