Jump to content
Sign in to follow this  
colinm9991

Arma 3 Server - Weapon Info not fading in

Recommended Posts

Hi all,

 

I've recently noticed that pressing the J key does not fade in the weapon info HUD element when the weaponInfo difficulty setting is set to 1. This is contrary to what the following wiki page says https://community.bistudio.com/wiki/Arma_3:_Difficulty_Settings

Quote

One of the main changes that came with 1.58 is, that the difficulty levels were transformed to true presets. Each preset has exactly defined value for each difficulty option. If any of the options doesn't match the preset, it is changed to Custom. The following table shows comparison of the presets. Options that have fade out set can be faded in via the J key.

 

I'd prefer to keep weaponInfo set to fade out and allow people to press J to review their fire rate and current grenade selection. Have I overlooked something here?

These are my difficulty settings configured on the server

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

 

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  

×