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

Instant death by fall #7

Open
Unargent opened this issue Sep 6, 2022 · 2 comments
Open

Instant death by fall #7

Unargent opened this issue Sep 6, 2022 · 2 comments
Assignees

Comments

@Unargent
Copy link

Unargent commented Sep 6, 2022

If you jump and accidentally "catch" on objects and hang like that for a couple of seconds, there will be instant death because of the fall.

FreecsDeath.mp4

This bug can also be reproduced in FreeHL:

FreehlDeath.mp4

Tested on:
Commits: e744c22
eukara/freehl@5b9db50
VeraVisions/nuclide@9deb12b
OS: Debian 11
Backend: SDL2
Render type: OpenGL
Data files: Shareware (from the script)

@eukara eukara self-assigned this Sep 6, 2022
@Unargent
Copy link
Author

Unargent commented Oct 7, 2022

Small update: If you try to repeat this bug in Quake, on the same map, this bug will not be there. It looks like the problem is in the size of the model or its collision. Also, this bug is not in the steam version of CS 1.6.

@eukara
Copy link
Owner

eukara commented Oct 10, 2022

I do all the physics in QuakeC so we can do our own prediction properly (and allow modders to change whatever they want)
there's some error correction that will need to be done along slopes and I just haven't found the right solution just yet.
I did however fix the door bug you reported on cs_estate in the process when I dug around as a result.
CS:S and other Sources games can also run into this bug because they do collision differently from GoldSrc (I'm guessing, as they don't use hulls like Q1/HL does) and all it requires is more testing against the surrounding planes I am assuming. Not really sure just yet.

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