Jump to content
Sign in to follow this  
Tethlah

fadeDistanceStart no entry

Recommended Posts

I keep getting this error:

525f2bb5efa6fdc8b595d29056421c87.png

 

But I have it defined in my .Arma3Profile

 

Even if I wipe the profile and let the game write it, I still get the error.  Here's my profile:

version=1;
blood=1;
volumeCD=5;
volumeFX=5;
volumeSpeech=5;
singleVoice=0;
gamma=1;
brightness=1;
class CfgDifficultyPresets
{
	defaultPreset = "Custom";
	myArmorCoef = 1.5;
	groupArmorCoef = 1.5;
	fadeDistanceStart = 40.0;
	fadeDistanceSpan = 10.0;
	recoilCoef = 1;
	visionAidCoef = 0.8;
	divingLimitMultiplier = 1.0;
	animSpeedCoef = 0;
	cancelThreshold = 0;
	showCadetHints = 1;
	showCadetWP = 1;
	class Custom
	{
		displayName = "$STR_Difficulty_Custom";
		optionDescription = "$STR_Difficulty_Custom_desc";
		optionPicture = "\A3\Ui_f\data\Logos\arma3_white_ca.paa";

		class Options
		{
			reducedDamage=0;
			groupIndicators=0;
			friendlyTags=0;
			enemyTags=0;
			detectedMines=0;
			commands=1;
			waypoints=1;
			weaponInfo=1;
			stanceIndicator=1;
			staminaBar=1;
			weaponCrosshair=0;
			visionAid=0;
			thirdPersonView=1;
			cameraShake=1;
			scoreTable=1;
			deathMessages=1;
			vonID=1;
			mapContent=0;
			autoReport=0;
			multipleSaves=0;
		};
	};
};

Any ideas?

 

Here is the rpt:

17:55:14 Warning Message: No entry 'bin\config.bin/CfgDifficultyPresets.fadeDistanceStart'.
17:55:18 Warning Message: '/' is not a value
17:55:18 Warning Message: No entry 'bin\config.bin/CfgDifficultyPresets.fadeDistanceSpan'.
17:55:18 Warning Message: '/' is not a value
17:55:18 Warning Message: No entry 'bin\config.bin/CfgVideoOptions.PPColorPresets'.
17:55:18 Warning Message: No entry 'bin\config.bin/CfgVideoOptions.PPBrightness'.
17:55:18 Warning Message: No entry '.minValue'.
17:55:18 Warning Message: '/' is not a value
17:55:18 Warning Message: No entry '.maxValue'.
17:55:18 Warning Message: '/' is not a value
17:55:18 Warning Message: No entry 'bin\config.bin/CfgVideoOptions.PPContrast'.
17:55:18 Warning Message: No entry '.minValue'.
17:55:18 Warning Message: '/' is not a value
17:55:18 Warning Message: No entry '.maxValue'.
17:55:18 Warning Message: '/' is not a value
17:55:18 Warning Message: No entry 'bin\config.bin/CfgVideoOptions.PPSaturation'.
17:55:18 Warning Message: No entry '.minValue'.
17:55:18 Warning Message: '/' is not a value
17:55:18 Warning Message: No entry '.maxValue'.
17:55:18 Warning Message: '/' is not a value

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  

×