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

Bounces are not finished. #13

Open
Divity opened this issue Oct 18, 2022 · 1 comment
Open

Bounces are not finished. #13

Divity opened this issue Oct 18, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Divity
Copy link

Divity commented Oct 18, 2022

The bouncing DVAR is not complete. atm it does the same as previous cods, but starting with bo3 far more has to be done do to the same effect. i can show an example of the problem but i dont know the genuine fix for it. I attempted to depatch them about a year ago, and had the same current problem
https://twitter.com/razzaffa/status/1473490521352019969?s=21

@ujicos
Copy link

ujicos commented Oct 20, 2022

For the devs: the "fix" mentioned in replies here is a check within gclient to check whether the player has jumped or not (pm_flags, 0x000C into gclient), this gets forced to return 0 at all times to allow the game's real bounces to work even if you jump, as there are bounces in this game and they are hilariously easy, but the game checks if youve jumped or not.
To replicate this, and possibly help understand why the bounce DVAR needs more work, attempt to do the same bounce as shown in the video by having bg_bounces set to 0, and falling off of something and boosting onto the bounce spot WITHOUT jumping, just fall off of something. If done correctly, you will bounce.

The issue seems to be related to how the player trace system in IW auto-mantles, and also likes to allow you to slide down stuff, this is easy to test by attempting to walk off of the plane on the afghan remake in the tweet linked, as it will 9/10 times slide you down the slope instead of letting u fall off normally like older cods

xoxor4d likely knows what the problem is, as they had it depatched in 2018.

@mjkzy mjkzy added the bug Something isn't working label Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants