| Last updated | 2 days ago |
| Total downloads | 91 |
| Total rating | 1 |
| Categories | BepInEx Client-side Tweaks & Quality Of Life |
| Dependency string | DSLMods-LC_Fov-1.1.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
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