Jump to content
  • 0

Disable deathmessage


RRP47

Question

7 answers to this question

Recommended Posts

  • 0

Look in your SC\Users\SC folder for the SC.Arma3Profile file and edit the difficulties there dude



 

init.sqf

DZE_DeathMsgGlobal = false;
DZE_DeathMsgSide = false;
DZE_DeathMsgTitleText = false;

 

That's for Arm2 Dayz Epoch  ;)

Link to comment
Share on other sites

  • 0

once in there you'll see this;

 

version=2;
 
viewDistance=3000;
preferredObjectViewDistance=3000;
terrainGrid=12.5;
activeKeys[]=
{
};
 
class Difficulties
{
    class veteran
    {
        class Flags
        {
            Armor=0;
            HUD=1;
            HUDGroupInfo=1;
            AutoSpot=0;
            WeaponCursor=0;
            3rdPersonView=1;
            UltraAI=0;
            CameraShake=0;
            DeathMessages=1;
            NetStats=1;
            VonID=1;
        };
        skillFriendly=0.6;
        skillEnemy=0.6;
        precisionFriendly=0.28;
        precisionEnemy=0.28;
    };
    class mercenary
    {
        class Flags
        {
            HUD=1;
            AutoSpot=0;
            WeaponCursor=0;
            DeathMessages=1;
            NetStats=1;
            VonID=1;
        };
        skillFriendly=0.6;
        skillEnemy=0.6;
        precisionFriendly=0.28;
        precisionEnemy=0.28;
    };
};
 
difficulty="veteran";
 
 
 
now just remove the line that says death messages.
Link to comment
Share on other sites

  • 0

class veteran
    {
        class Flags
        {
            Armor=0;
            HUD=1;
            HUDGroupInfo=1;
            AutoSpot=0;
            WeaponCursor=0;
            3rdPersonView=1;
            UltraAI=0;
            CameraShake=0;
            DeathMessages=1;
            NetStats=1;
            VonID=1;
        };
        skillFriendly=0.6;
        skillEnemy=0.6;
        precisionFriendly=0.28;
        precisionEnemy=0.28;
    };

 

 

DeathMessages=1;   ->  DeathMessages=0;

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...