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

Disable height.modifies_zoom #564

Merged

Conversation

VMSolidus
Copy link
Member

Description

Height Sliders modifying zoom was always going to be temporary, and long term we had planned on phasing it out in favor of allowing Physics to be the balancing factor against players making their characters small. Now that we have features such as Space Wind, Mass Contests, Frictionless Space, and so on, this has come to fruition, and we no longer necessarily need zoom-adjusting to be a balancing factor. Zoom is cited as one of the most common complaints about our codebase, players absolutely seem to not like this, especially since it's not communicated to them in character creation that their viewmodel is going to be adjusted.

This PR does not permanently remove the Modifies_Zoom feature, merely setting it to false by default. Server hosts are still able to re-enable it in their TOML configs if desired, but by default it should be disabled.

@github-actions github-actions bot added the Changes: C# Changes any cs files label Jul 19, 2024
@Mnemotechnician
Copy link
Contributor

Players absolutely seem to not like this, especially since it's not communicated to them in character creation that their viewmodel is going to be adjusted.

That is absolutely false. You tend to notice people who complain and don't account for those who don't. You should probably make it optional so people can choose. Perhaps we could turn it into a trait?

Copy link
Member

@DEATHB4DEFEAT DEATHB4DEFEAT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While I agree with Mnemo, this does make sense.

@DEATHB4DEFEAT DEATHB4DEFEAT changed the title Disable Height.Modifies_Zoom Disable height.modifies_zoom Jul 20, 2024
@DEATHB4DEFEAT DEATHB4DEFEAT added Priority: 5-Whenever Doesn't matter when this gets resolved Size: 5-Very Small For especially small issues/PRs labels Jul 20, 2024
@DangerRevolution DangerRevolution merged commit 165aac4 into Simple-Station:master Jul 20, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Priority: 5-Whenever Doesn't matter when this gets resolved Size: 5-Very Small For especially small issues/PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants