Azumatt-FirstPersonMode icon

FirstPersonMode

Simple mod that allows First Person. It moves the camera into the player's head. It hides what is needed either through culling the character model or hiding the head by shrinking it (configuration value)

CHANGELOG

Version Update Notes
1.3.2 - Compatibility with Searica's CameraTweaks max zoom out.
1.3.1 - Give a warning if V+ is installed and prevent this mod from patching. People keep installing this mod alongside it and reporting the bug to me. The issue is that ValheimPlus takes control over the camera regardless of their first person being toggled off causing the camera to stutter.
Warning states: "Valheim Plus detected, disabling FirstPersonMode to prevent camera stuttering. Please use the First Person mode in Valheim Plus or disable it to use this mod."
1.3.0 - Add ServerSync
- ServerSync addition comes with new configuration changes. Ability to enforce FPM on clients for your server if it's installed there.
1.2.7 - Fix an issue on ships (while moving) that would cause some jitters if you look too far left or right.
1.2.6 - Fix not being able to doge backwards while in first person.
- Fix gamepad compatiblity (you no longer get stuck in first person and can zoom out correctly now)
1.2.5 - Compile against 0.217.28.
1.2.4 - Compile against 0.217.22 just in case.
1.2.3 - Fix a mess up that was causing your hair to show when using default configs.
1.2.2 - Provide compatibility with my Fenrir's Curse mod. Moves the camera to the correct part of the body when in Wolf form.
1.2.1 - Fix an issue caused by some mods that might make VisEquipment null. Found when testing my own unreleased mods.
1.2.0 - Fix compatibility with my BuildCameraCHE mod.
1.1.3 - Fix pickable bushes and such from being culled by the camera when the player is in first person.
1.1.2 - Fix the grass being culled (hiding) around the player when in first person.
- Fix an issue when in build mode and scrolling would cause the camera to flicker.
1.1.1 - Change the default clipping min/max (reduced from 0.3 to 0.17) It is recommended that you set to defaults and adjust your preference from there.
- Change how the camera position is calculated
- Fix an issue when scrolling while searching for recipes
- Turn the body when looking left and right in first person, if you get close to the shoulders.
1.1.0 - Changed the configuration file a bit. Make sure to delete your configuration file when upgrading to this version
- Add in the ability to scroll in and out as well as the hotkey to go into first person mode.
- Change the default hotkey from F + LeftShift to H + LeftShift. The original configuration was triggering the guardian power.
- Fix a bug that allowed overlapping pieces to appear valid.
- Change the location of damage text and your ship HUD when in first person mode for easier readability.
1.0.0 - Initial Release