

A BepInEx mod for Lethal Company that displays randomized death, monster encounter, and event messages using the game's built-in HUD notifications instead of chat.
All messages are client-side — each player needs the mod installed to see the notifications. Uses the game's native notification system (no custom UI).
| Death (Gravity) | Event (Jester) |
|---|---|
![]() |
![]() |
| Event (Ship Leaving) | Death (Snare Flea) |
|---|---|
![]() |
![]() |
Config file location:
BepInEx/config/com.github.luckofthelefty.LethalHUDMessages.cfg
| Section | Setting | Default | Description |
|---|---|---|---|
| Display | NotificationStyle | Tip |
Tip = bottom-right popup. GlobalNotification = bottom-center banner. |
| Debug | EnableTestMode | false |
Enable test hotkeys (F8-F11). |
| Player Events | CriticalDamageMessages | false |
Alert when a player's health drops to critical. |
| Ship Events | ShipLeavingMessages | false |
Alert when the ship is leaving. |
| Ship Events | VoteToLeaveMessages | false |
Alert when someone votes to leave early. |
| Ship Events | TeleporterMessages | false |
Alert when the teleporter is used. |
| Ship Events | QuotaFulfilledMessages | false |
Alert when the profit quota is met. |
| Monster Encounters | MonsterEncounterMessages | true |
Show non-lethal monster encounter messages. |
| Monster Encounters | CustomEnemyEncounterMessages | true |
Show fallback messages for modded/custom enemies. |
| Monster Encounters | EnemyBlacklist | (empty) | Comma-separated enemy names to ignore. |
With EnableTestMode = true, use these hotkeys in-game:
| Key | Action |
|---|---|
| F8 | Cycle through death messages (by cause of death) |
| F9 | Cycle through monster kill messages |
| F10 | Cycle through monster encounter messages |
| F11 | Cycle through event messages |
When using the GlobalNotification display style, the banner background changes based on message type:
| Type | Background | Text |
|---|---|---|
| Death | Red | White |
| Event | Yellow | Black |
com.github.luckofthelefty.LethalHUDMessages.dll in BepInEx/plugins/No other mods are required.
dotnet restore
dotnet build
Output: LethalHUDMessages/bin/Debug/netstandard2.1/com.github.luckofthelefty.LethalHUDMessages.dll
This mod is provided as-is. Support is limited to none. Feel free to fork and modify for your own use.
MIT