Shoulder Surfing Reloaded

Shoulder Surfing Reloaded

26M Downloads

Allow defining multiple camera positions and toggle between them

BlackFuffey opened this issue ยท 1 comments

commented

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

commented

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:

  1. Use the offset modifiers and offset multipliers to manipulate camera offsets depending on the action.
  2. Use the config option camera.offset.presets to define different camera offsets, which can be toggled by a configurable keybind. You can bind each axis to the same keybind.
  3. 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.