Customizable Camera Fix
because manfredo52 no longer updates the mod I fixed the feature for zooming out in the boat again
Last updated | 9 months ago |
Total downloads | 2489 |
Total rating | 2 |
Categories | Tweaks |
Dependency string | HBK-Customizable_Camera_Fix-1.3.9 |
Dependants | 4 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202README
---- All credit for this mod goes to manfredo52. ----
Not possible to move
!The Bow feature causes problems!
The two checks on the input for the Bow feature run on error:
ZInput.GetKey(bowCancelDrawKey.Value.MainKey
ZInput.GetKey(bowZoomKey.Value.MainKey)
Error : Unity Log] MissingMethodException: Method not found: bool .ZInput.GetKey(UnityEngine.KeyCode)
Stack trace:
(wrapper dynamic-method) Player.DMD<Player::SetControls>(Player,UnityEngine.Vector3,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool,bool)
I don't have the time / desire to fix this. So if you miss it you have to fix it yourself.
Code is under Player_SetControls_Patch.cs
Change of standing still, crouching, sailing a boat still works
just some fix
because manfredo52 no longer updates the mod I cannot guarantee that all features promised in the mod will go again.
Customizable Camera
This mod has the main goal of giving the player freedom in customising their player camera
by allowing them to choose the position and field of view (FOV) of the camera for different
scenarios such as standing, crouching or boating.
There are also other features in this mod that might interest you, such as an
arc zoom function or changing the camera distance for certain scenarios.
Features
- Change the camera position (x, y, z) and the field of view (fov) in different scenarios (standing, crouching, boating, using the bow).
- Adjustment of the maximum camera distance in normal play and when boating.
- Option to change the camera smoothing, which determines how fast the camera follows the player.
- Smooth camera zoom for a seamless transition between different camera distances.
- Automatic adjustment of camera distance under certain conditions (e.g. when entering interiors or piloting a ship).
- Shoulder change function with a dedicated button.
- Most of these options and functions can be customised as desired.