
Valheim
You are viewing a potentially older version of this package. View Latest Version

Immersive First Person is a Valheim mod that adds a body-aware first-person camera while preserving vanilla controls.
The camera tracks the player's animated head when possible, keeps the local body visible, and avoids hiding the head by default so normal shadows are preserved.
| Action | Default key |
|---|---|
| Toggle first-person mode | F6 |
[Camera]
UseHeadTrackedAnchor = true
SmoothCamera = false
LockBodyToCamera = true
[Visibility]
HideHead = false
HideHair = false
HideFace = false
HideHelmet = false
ForceBodyVisible = true
Install through your preferred Valheim mod manager once the mod is available on Thunderstore or Nexus Mods.
ImmersiveFirstPerson.dll.Valheim/BepInEx/plugins/ImmersiveFirstPerson/
This mod changes camera placement and local player visibility. It may conflict with mods that heavily modify the player camera, character skeleton, animation rig, or local player rendering.
Build with:
dotnet build -c Release
The project targets .NET Framework 4.8 and uses BepInEx with Harmony patches.