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.
| Last updated | 5 months ago |
| Total downloads | 6967 |
| Total rating | 1 |
| Categories | BepInEx Client-side Tweaks & Quality Of Life |
| Dependency string | DSLMods-LC_Fov-1.1.1 |
| Dependants | 9 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
LC_Fov (Lethal Company)
A lightweight BepInEx plugin that lets you customize vertical Field of View and toggle the first-person visor—via config or in-game chat commands. Smooth transitions, sane clamps, and client-side only (no game balance changes).
✨ Features
Set vertical FOV (66–130) with smooth lerp or instant snap (on change)
Optional sprint FOV multiplier (1.0–1.5)
Hide/Show visor on demand (no UI clipping)
In-game chat commands for quick changes
Settings persist to BepInEx config
🧩 Requirements
Lethal Company (tested on v73)
BepInEx 5 IL2CPP (drop-in)
Note: FOV here is client-side visual only.
📦 Installation
Install BepInEx 5 (IL2CPP) into your Lethal Company folder.
Drop LC_Fov.dll into:
Lethal Company\BepInEx\plugins\
Launch the game once so BepInEx generates configs.
⚙️ Configuration
File is created at:
Lethal Company\BepInEx\config\DSL.LC_Fov.cfg
Keys:
fov — vertical FOV (66–130), default 90
sprintFov — sprint multiplier (1.0–1.5), default 1.25
hideVisor — true hides the visor, false shows it (default true)
Edits made via chat are saved immediately.
⌨️ Chat Commands
Type in the in-game chat:
Set FOV:
/fov <value>
Example: /fov 90 (clamped 66–130)
Visor control:
/visor on // visor visible
/visor off // visor hidden
/visor toggle // flips current state