
Feature Request: true/false to disable smooth transition and movement
Paddy69 opened this issue ยท 1 comments
i would like it if there was a bool to disable the smooth swap between first and third cameras.
I would also like it if there was a way to disable the feature where the camera loosely bound the the player, to make the camera match more similarly to the vanilla camera. In that, it is rigidly attached to the player but still able to zoom and off set
i did manage to find a way to do this by adjusting values
here's how:
"flying_smooth_halflife": 0.0,
"adjusting_camera_offset_smooth_halflife": 0.0,
"adjusting_distance_smooth_halflife": 0.0,
"normal_smooth_halflife_horizon": 0.0,
"normal_smooth_halflife_vertical": 0.0,
"normal_camera_offset_smooth_halflife": 0.0,
would still like it if there was a simple true/false bool for this option