Allow defining multiple camera positions and toggle between them
BlackFuffey opened this issue ยท 1 comments
Allow saving multiple camera positions & settings and a hotkey to toggle between them? I'm trying to use this mod to recreate the camera in third person MMORPGs, where the character is normally centered & decoupled on screen, and a combat mode where the camera is to the side of the character and maybe also closer. Would be helpful if there is also an option to hide crosshair
Thank you for the suggestion. Having multiple camera position presets is currently not supported, and is not planned to be implemented for the foreseeable future. But there are a few things you can do:
- Use the offset modifiers and offset multipliers to manipulate camera offsets depending on the action.
- Use the config option
camera.offset.presetsto define different camera offsets, which can be toggled by a configurable keybind. You can bind each axis to the same keybind. - Create a custom plugin for Shoulder Surfing (see docs here) that controls the camera offsets using the ICameraCouplingCallback and ITargetCameraOffsetCallback. You can also use the API to control camera coupling.