KillFeed
KillFeed is a mod that adds real-time kill feed display functionality.
When kill events occur in the game, the mod displays kill information in the top-right corner of the screen
ModConfig is supported, it allows you to change mod settings in-game
You can change mod settings in game’s settings menu if ModConfig is installed
The config file is located in the game’s StreamingAssets folder
KillFeed will try loading this config if ModConfig not found
..Escape from DuckovDuckov_DataStreamingAssetsKillFeedModConfig.txt
fontSize: Kill feed text font size
shouldDisplayNonMainPlayerKill: Whether to display non-player kill records (true=show all kills, false=only show player kills)
maxKillFeedRecordsNum: Maximum number of kill records displayed simultaneously
weaponIconSize: Weapon icon size
weaponIconSpacing: Spacing between weapon icon and text
fadeInTime: Fade-in duration (seconds)
fadeOutTime: Fade-out duration (seconds)
displayTime: Kill record display time (seconds), records older than this will start fading out
slideInTime: Time needed for kill records to slide in from the right (seconds)
recordsVerticalSpacing: Vertical spacing between each kill record
rightMarginPercent: Margin Percentage from the right edge of the screen
topMarginPercent: Margin Percentage from the top edge of the screen
myName: Change this to customize your name.
- Config file is automatically created on first mod run
- Restart game after modifying configuration
- All values can be adjusted according to personal preference