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.
RenderCaves
Fixes bodycam 'No Signal' in Mineshaft caves by forcing interior geometry to render for spectators and terminal monitors
| Last updated | 13 hours ago |
| Total downloads | 36 |
| Total rating | 0 |
| Categories | Client-side Tweaks & Quality Of Life AI Generated |
| Dependency string | Sygent-RenderCaves-1.0.0 |
| 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
RenderCaves
A client-side mod for Lethal Company (V81) that fixes the bodycam "No Signal" issue in the Mineshaft caves.
Ever tried to watch your friend explore the Mineshaft through the bodycam, only to see a blank "No Signal" screen? This isn't a mod bug, it's hardcoded vanilla behavior. The game turns off the camera and refuses to render cave interiors for spectators. RenderCaves patches this so the bodycam stays live, no matter where the player is.
🌟 Features
Bodycam Cave Fix
- Bodycam Stays On: Prevents the game from disabling the bodycam (
headMountedCam) when the targeted player is inside the Mineshaft caves. - No More "No Signal": Removes the "Lost Signal" UI overlay that covers the bodycam feed when the player is in caves.
- Cave Geometry Loading: Forces the game's tile culling system to load cave walls, floors, and props for spectators, giving the bodycam something to actually render.
When Does This Matter?
- Watching the terminal monitor from the ship while a player is in caves → live camera view instead of a black screen
- All other interiors (Factory, Mansion, etc.) already work fine in vanilla and are unaffected
General
- Client-Side: Works purely client-side! Other players don't need it.
🛠️ Installation
Mod Manager (Recommended)
- Install Gale Mod Manager.
- Click Install with Mod Manager on this page.
Manual Installation
- Install BepInExPack.
- Extract the
RenderCaves.dllfrom the downloaded zip. - Place
RenderCaves.dllinto yourLethal Company/BepInEx/pluginsfolder.
⚙️ Configuration
Run the game once to generate the config file at BepInEx/config/com.sygent.rendercaves.lethalcompany.cfg.
You can adjust:
- EnableCaveRendering: Core fix — keeps the bodycam alive in caves. (default: true)
- HideLostSignalUI: Hides the "No Signal" overlay in caves. (default: true)
- FixOcclusionCulling: Loads cave tile geometry for spectators. (default: true)
- VerboseLogging: Enable for debugging. (default: false)