Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: true/false to disable smooth transition and movement #175

Open
Paddy69 opened this issue Nov 14, 2024 · 1 comment
Open
Labels
feature 新特性 New feature

Comments

@Paddy69
Copy link

Paddy69 commented Nov 14, 2024

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

@Paddy69 Paddy69 added the feature 新特性 New feature label Nov 14, 2024
@Paddy69
Copy link
Author

Paddy69 commented Nov 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 新特性 New feature
Projects
None yet
Development

No branches or pull requests

1 participant