Jump to content
  • 0

Has anyone tried this?


Asian Kid

Question

Enables global chat messaging of player deaths. (Also requires enableRadio true;?)

DZE_DeathMsgGlobal = true;

Enables side chat messaging of player deaths. (Also requires enableRadio true;?)

DZE_DeathMsgSide = true;

Enables global title text messaging of player deaths.

DZE_DeathMsgTitleText = true;

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I did this and didn't work here is my init file
 

///////////////////////////////////////////////////////////////////////////////////////////
//disable greeting menu 
player setVariable ["BIS_noCoreConversations", true];
//disable radio messages to be heard and shown in the left lower corner of the screen
enableRadio true;
///////////////////////////////////////////////////////////////////////////////////////////
//Change me to ture if you want death messages (enableRadio true;)
///////////////////////////////////////////////////////////////////////////////////////////
// DayZ Epoch config
spawnShoremode = 0; // Default = 1 (on shore)
spawnArea= 1500; // Default = 1500
MaxHeliCrashes= 5; // Default = 5
MaxVehicleLimit = 450; // Default = 50
MaxDynamicDebris = 100; // Default = 100
dayz_MapArea = 10000; // Default = 10000
dayz_maxLocalZombies = 30; // Default = 30 
dayz_maxAnimals = 10;
///////////////////////////////////////////////////////////////////////////////////////////
dayz_maxZeds = 300;
dayz_sellDistance = 30;
dayz_zedsAttackVehicles = false;
DZE_TRADER_SPAWNMODE = true;
dayz_tameDogs = true;
OldHeliCrash = false;
///////////////////////////////////////////////////////////////////////////////////////////
DZE_DeathMsgGlobal = true;
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
  • Advertisement
  • Discord

×
×
  • Create New...