Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ShotgunAmmoHUD
Adds a line showing how many shells are loaded in the shotgun you're holding
| Last updated | a month ago |
| Total downloads | 911 |
| Total rating | 0 |
| Categories | Client-side Items Tweaks & Quality Of Life |
| Dependency string | oddninja-ShotgunAmmoHUD-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
ShotgunAmmoHUD
A small Lethal Company mod that shows how many shells are loaded in the shotgun you're holding.
It adds one line - Shells : [1 / 2] - to the game's control-tip panel, right above the usual
shotgun tips.
Settings can be changed in-game if you have LethalConfig installed (optional).
Install
Easiest: install with a mod manager (r2modman or Thunderstore Mod Manager).
Manual:
- Install BepInEx.
- Extract the latest release zip into a folder in
BepInEx/plugins/(e.g.BepInEx/plugins/oddninja-ShotgunAmmoHUD/)
Settings
In-game via LethalConfig, or by editing BepInEx/config/oddninja.shotgunammohud.cfg:
| Setting | Default | What it does |
|---|---|---|
| Enabled | true |
Show the ammo line. |
| ShowOnlyWhenHeld | true |
Only when a shotgun is the held item (otherwise also when one is in another slot). |
| HideInTerminal | true |
Hide while using the terminal. |
| ShowWhenEmpty | true |
Show even when 0 shells are loaded. |
| MaxShells | 2 |
The number shown after the slash. |
| Format | Shells : [{ammo} / {max}] |
The line's text. {ammo} and {max} are filled in. |