I would like to add a kill feed to the game. Ideally, the kill feed should include the following information:
Who was killed
Who did the killing
What weapon was used to make the kill
From what distance was the kill made
There already exist multiple kill feed mods in the DayZ Steam workshop, but I will only add a kill feed if:
It doesn't require any client-side mods
It is possible for players to hide the feed by disabling "game messages" or "admin messages" in the DayZ game settings
The CGame class (in 3_Game/Global/Game.c) has some native method prototypes that look promising but I haven't been able to find the secret incantations necessary to make them actually send messages to remote players. Help would be greatly appreciated!
I would like to add a kill feed to the game. Ideally, the kill feed should include the following information:
There already exist multiple kill feed mods in the DayZ Steam workshop, but I will only add a kill feed if:
The
CGame
class (in3_Game/Global/Game.c
) has some native method prototypes that look promising but I haven't been able to find the secret incantations necessary to make them actually send messages to remote players. Help would be greatly appreciated!