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.
ImmersiveBuildCamera
A survival-friendly building camera for Valheim with toggleable immersive view, shoulder peek, collision handling, and precision movement.
| Date uploaded | 3 weeks ago |
| Version | 0.2.2 |
| Download link | Gerominoes-ImmersiveBuildCamera-0.2.2.zip |
| Downloads | 24 |
| Dependency string | Gerominoes-ImmersiveBuildCamera-0.2.2 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
Immersive Build Camera
Immersive Build Camera is a client-side Valheim mod that improves building visibility without turning build mode into a free camera.
It adds a toggleable immersive build camera for players who want to build in survival while keeping the experience grounded. Instead of flying around with a detached camera, the view stays tied to the player and gives you better control in tight corners, roofs, interiors, beams, and awkward placement angles.
Features
- Toggleable immersive build camera
- Left and right shoulder peek
- Camera collision handling to reduce clipping into nearby objects
- Toggleable precision movement for slower placement adjustments
- Configurable keybinds
- Configurable FOV, near clip, shoulder offset, shoulder distance, and movement speed
- Client-side only
- Does not extend placement range
- Does not bypass workbench requirements
- Does not add freecam or remote building
Default Controls
| Action | Default Key |
|---|---|
| Toggle build camera | Left Alt |
| Toggle precision movement | Left Control |
| Left shoulder peek | Q |
| Right shoulder peek | E |
Config
After launching once, the config file is generated here:
BepInEx/config/com.geronimo.valheim.immersivebuildcamera.cfg
CHANGELOG
Changelog
v1.1.1
- Uploaded the proper file.
v1.1.0
This update improves camera control, shoulder peek usability, and general polish while keeping the mod focused on immersive building. No freecam, no creative-mode tools, no placement cheats.
Added
- Smooth camera movement while immersive build camera is active.
- Dedicated camera distance controls:
PageUpmoves the camera closer.PageDownmoves the camera farther.
- Hold-to-adjust camera distance behavior.
- Holding
PageUporPageDownnow continuously adjusts the camera distance. - No more repeated tapping.
- Holding
- New camera distance config options:
CameraDistanceCloserKeyCameraDistanceFartherKeyDefaultBuildCameraDistanceMinBuildCameraDistanceMaxBuildCameraDistanceScrollDistanceStepRememberScrollDistance
- New camera smoothing config:
CameraTransitionSpeed
- Debug logging option:
EnableDebugLogs
Changed
- Shoulder peek defaults are stronger and more useful:
ShoulderOffsetXincreased to0.90ShoulderDistanceincreased to0.55
- Camera distance adjustment is now handled through dedicated keybinds instead of mouse wheel input.
Fixed
- Fixed camera distance adjustment conflicting with Valheim's build-piece rotation.
- Mouse wheel is now left alone for Valheim's normal building controls.
- Fixed camera distance controls requiring repeated taps by allowing held input.
v0.2.3
Added
- Added local player renderer hiding while immersive build camera is active.
- Added
HideLocalPlayerWhenImmersiveconfig option. - Added
ToggleShoulderPeekconfig option. - Shoulder peek can now be used as either hold-to-peek or toggle-to-peek.
Changed
- The local player character is hidden only while immersive build camera is active and shoulder peek is not active.
- The local player character is restored while shoulder peeking so players can keep spatial awareness.
Fixed
- Reduced cases where the player's head or body blocks the immersive build camera view.
0.2.2
Initial public release.
- Added toggleable immersive build camera
- Added configurable build camera keybind
- Added left and right shoulder peek
- Added configurable shoulder peek offsets
- Added collision handling for shoulder peek
- Added toggleable precision movement
- Added configurable precision movement multiplier
- Added BepInEx config support
- Uses
com.geronimo.valheim.immersivebuildcameraas plugin GUID