DSLMods-LC_Fov icon

LC Fov

Mod that changes two types of fov

By DSLMods
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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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