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

Wind effect shouldn't use mass #16

Open
Greenhourglass opened this issue Feb 28, 2019 · 1 comment
Open

Wind effect shouldn't use mass #16

Greenhourglass opened this issue Feb 28, 2019 · 1 comment

Comments

@Greenhourglass
Copy link

It appears that in sv_propeffects.lua, the wind's force is multiplied by the object's mass. I don't think this is a good idea, as it means that large and heavy objects that should logically be more resistant are pushed by wind just as much as small, light objects that should logically fly off the ground in high winds. Makes the wind effect less interesting and realistic when every unfrozen prop is just gliding in the same direction at the same exact speed.

Considering GetSurfaceArea() is already taken into account, there's no reason to be using GetMass().

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

No branches or pull requests

2 participants