bxt-rs
bxt-rs copied to clipboard
Add Max Acceleration Yaw Offset
Needs hltas update.
There are some things about this. First, I want that when a frame bulk of this type is split, it shouldn't reset the acceleration values. That is why the weird gymnastics is here.
Second, I want it a bit easier to use so there's text popping up like #100 . I think it is pretty okay. I don't think the console command for this would be that necessary.
No third point but I don't want to pass "accurate" data, specifically the current accumulated yawspeed, from BXT to bxt-rs because I think bxt-strafe won't ever mess it up.
I play around with it for a bit and it is very confusing to use. Might get some time getting used to because you have two parameters. I put some thoughts into the interactions and I think it works great for me. Not sure about others.
I think this state should be good.
If there's anything I would like to add that would be knowing the yaw speed of previous frame so the current s4x or s5x can continue on that number. Maybe add it now. Maybe add it later. I guess we'd never know.
Edit: Need https://github.com/YaLTeR/BunnymodXT/pull/521
Also waiting for this BXT change https://github.com/YaLTeR/BunnymodXT/pull/519#discussion_r1667319126
I added optimizer support a while ago but I forgot to push so it is now here.
Might need https://github.com/YaLTeR/bxt-rs/pull/99 merged first because this PR and https://github.com/YaLTeR/bxt-rs/pull/99 both make changes to BXT exported function.
Need hltas update and that's it
Thanks