
LC Fov
Mod that changes two types of fovDetails
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