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).
Easiest: install with a mod manager (r2modman or Thunderstore Mod Manager).
Manual:
BepInEx/plugins/ (e.g. BepInEx/plugins/oddninja-ShotgunAmmoHUD/)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. |