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.7 | - Update for Bog Witch. Also fix zooming out with controllers. |
1.3.6 | - Add a configuration option for camera centering behind the player. |
1.3.5 | - Add a configuration option for Max Deviation. Max deviation angle before rotating the player. This is essentially the same thing as a 'Deadzone' for the camera. Similar to how a controller has a deadzone for the joystick. - Also add Slerp to the player's rotation to hope make a bit smoother rotations to the player model when looking left or right after you're out of the deadzone. Essentially, just exposing these values so you can change however you want. - Added configuration option for the Slerp multiplication as well. Higher values will make the camera move faster (The player's rotation will match the target rotation more quickly. This can make the rotation feel more immediate but might appear less smooth if the change is too rapid.), lower values will make the camera move slower. (The player's rotation will take longer to match the target rotation. This will make the transition appear smoother but might feel laggy if too slow.) - README.md updated to reflect the new configuration options. |
1.3.4 | - Revert how I check for the scrollwheel. No longer mimicking vanilla - Fix an issue with the use of the Barber Station - Add smoothing to the camera distance changes - Hide the CapeAsh when in first person mode to get rid of the annoying thing in your face. Unfortunately this hides the whole cape since it's one piece, but, oh well. - Explicitly state in the code, that the mod isn't required on servers. If it's installed on both it will sync the configurations to those that have the mod. |
1.3.3 | - "Update" for Ashlands since nothing really broke - Allow adjusting camera offset when zooming while aiming with a bow. - Fix controller zooming out issue (again) |
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 |