chris4thewin 10 Posted July 21, 2014 For the life of me i cant find any way to disable death messages for ArmA 3. I have went and added it to my Arma3Profile still will not work here is what arma profile looks like version=1; blood=1; singleVoice=0; gamma=1; brightness=1; maxSamplesPlayed=96; DeathMessages=0; sceneComplexity=1000000; shadowZDistance=100; viewDistance=3800; preferredObjectViewDistance=3200; terrainGrid=3.125; volumeCD=10; volumeFX=10; volumeSpeech=10; volumeVoN=10; vonRecThreshold=0.029999999; Share this post Link to post Share on other sites
teacup 2 Posted July 21, 2014 I think you have to add the difficulty levels and disable death messages inside them. class Difficulties { class recruit { class Flags { Armor=1; FriendlyTag=1; EnemyTag=0; MineTag=1; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; HUDGroupInfo=1; StanceIndicator=1; AutoSpot=1; Map=1; WeaponCursor=1; AutoGuideAT=1; ClockIndicator=1; 3rdPersonView=1; CameraShake=0; UnlimitedSaves=1; DeathMessages=0; NetStats=1; VonID=1; ExtendetInfoType=1; }; aiLevelPreset=0; }; class regular { class Flags { Armor=1; FriendlyTag=1; EnemyTag=0; MineTag=1; HUD=1; HUDPerm=1; HUDWp=1; HUDWpPerm=1; HUDGroupInfo=1; StanceIndicator=1; AutoSpot=1; Map=1; WeaponCursor=1; AutoGuideAT=1; ClockIndicator=1; 3rdPersonView=1; CameraShake=1; UnlimitedSaves=0; DeathMessages=0; NetStats=1; VonID=1; ExtendetInfoType=1; }; aiLevelPreset=1; }; class veteran { class Flags { HUD=1; HUDWp=1; HUDWpPerm=1; HUDGroupInfo=1; StanceIndicator=1; AutoSpot=1; WeaponCursor=1; ClockIndicator=1; 3rdPersonView=1; CameraShake=1; DeathMessages=0; NetStats=1; VonID=0; ExtendetInfoType=0; }; aiLevelPreset=2; }; class mercenary { class Flags { HUD=0; AutoSpot=0; WeaponCursor=0; DeathMessages=0; NetStats=1; VonID=1; }; aiLevelPreset=2; }; }; Share this post Link to post Share on other sites
chris4thewin 10 Posted July 21, 2014 Thanks works great all i need now is to figure out why Zeus keeps crashing Share this post Link to post Share on other sites