Jump to content
  • 0

Kill Message


DavemanDingo

Question

I am helping run a non PvP server and it would help to have a kill message when someone gets killed by a player or even AI/zombies. I have seen them on other servers, where it says who shot who, with what, & the distance. I'm not having any luck finding any help on the web.

 

Thanks in advance!

Link to comment
Share on other sites

Recommended Posts

  • 0
Customize Death Messages

Untested

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;

 

Reference:

http://dayzepoch.com/wiki/index.php/Init.sqf

Link to comment
Share on other sites

  • 0

Customize Death Messages

Untested

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;

 

Reference:

http://dayzepoch.com/wiki/index.php/Init.sqf

 

These don't work for me.  Never been able to figure out why.  I think a Global one popped up one time only.

 

Before asked, yes I set enableRadio.  Tried both //enableRadio false; and enableRadio true;.  All that's managed to accomplish is the Trader's saying Good Morning to me, haha

Link to comment
Share on other sites

  • 0

These don't work for me.  Never been able to figure out why.  I think a Global one popped up one time only.

 

Before asked, yes I set enableRadio.  Tried both //enableRadio false; and enableRadio true;.  All that's managed to accomplish is the Trader's saying Good Morning to me, haha

 

Tile text works, but often flashes to fast to really be read.

 

Awol said he was going to look into fixing it.

https://github.com/vbawol/DayZ-Epoch/issues/430

Link to comment
Share on other sites

  • 0

Ran some quick tests last night. Small sample size of 20 or so player kills, but Global channel and title text notifications appear to work very consistently. Global channel notifications always displayed, with only 1 title next notification that didn't display. Side channel notifications weren't displayed for any kill.

 

Working
DZE_DeathMsgGlobal = true;
DZE_DeathMsgTitleText = true;
 
Not working
DZE_DeathMsgSide = true;
 
Using:
enableRadio true;

in init.sqf (not sure if this makes any difference)

Link to comment
Share on other sites

  • 0

can we have this only server side in log ?

I don't wanted mu user can see it, cause when you shoot, you don"t know if you hit or kill (RP).

But for me i just want to know how kill how in log server 

 

Is that possible ?

Link to comment
Share on other sites

  • 0

can we have this only server side in log ?

I don't wanted mu user can see it, cause when you shoot, you don"t know if you hit or kill (RP).

But for me i just want to know how kill how in log server 

 

Is that possible ?

 

No idea  :lol:

Link to comment
Share on other sites

  • 0

can we have this only server side in log ?

I don't wanted mu user can see it, cause when you shoot, you don"t know if you hit or kill (RP).

But for me i just want to know how kill how in log server 

 

Is that possible ?

by default there is a death message logged server side look for "PKILL:".

Link to comment
Share on other sites

  • 0

Actually using DZE_DeathMsgTitleText with enable radio = true; and oddly I'm the only person that sees those messages, the rest of the server does not see them. I have 5 radio set to 1 in my BE filters so I'm not sure why only me as the admin can see the message.

Link to comment
Share on other sites

  • 0

I am running 1.0.4.2 and I got this to work by modifying the following:

 

//Customize Death Messages
//Enables global chat messaging of player deaths. (Also requires enableRadio true;?)   (Default: false)
DZE_DeathMsgGlobal = true;
 
//Enables side chat messaging of player deaths. (Also requires enableRadio true;?)   (Default: false)
DZE_DeathMsgSide = true;
 
//Enables global title text messaging of player deaths.  (Default: false)
DZE_DeathMsgTitleText = true;
 
and I also set the following:
enableRadio true;
enableSentences true;
 
Note: We tested this 5 times in a row and certian players got different messages. I got just the message in side chat where others had both side chat and global. Some didnt get one at all. Wierd. Hope this helps!
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...