auroramod / iw7-mod

Modification for IW7 (Infinite Warfare)
https://auroramod.dev
GNU General Public License v3.0
174 stars 63 forks source link

Bounces are not finished. #13

Open Divity opened 1 year ago

Divity commented 1 year ago

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 commented 1 year ago

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.