Skip to content

Conversation

@wgetJane
Copy link
Contributor

fixes this issue partially: ValveSoftware/Source-1-Games#6017

no more rubberbanding for the jetpack launches and sounds now play without delay or playing multiple times

unfixed, net_fakelag 100:

2025-02-28_16-55-29.mp4

fixed, net_fakelag 100:

2025-02-28_16-58-15.mp4

CAVEATS:
deploy/holster is still unpredicted, because when i make it predicted it can cause a materialsystem crash that idk how to debug

the crash happens rarely when you deploy the jetpack and it swaps the hud icon in tf_hud_itemeffectmeter

commenting out this line stops the crash from occurring (because it keeps the icon constant):

return "../hud/pyro_jetpack";

it does not crash if i keep m_bEnabled unpredicted so i left it unpredicted for now, if someone has any idea why that's happening then PLEASE tell me

also, this uses the kinda crappy self-stun prediction from #682 so i guess if you dont want that then just pull c2cd00b
(predicts the beginning of the self-stun but not the end of it)

wgetJane added 3 commits March 1, 2025 01:02
as much as i can do without just rewriting the entire stun system (which doesnt seem like it was ever supposed to be predicted)

not very happy with this mess, but it works well enough, FaN jumping feels pretty smooth until like 300+ ping
@misyltoad misyltoad merged commit 91d887a into ValveSoftware:master Mar 8, 2025
Bitl added a commit to BitlDevelopmentStudios/source-sdk-2013-bds-base that referenced this pull request Mar 8, 2025
toizy added a commit to toizy/mk_hl2dm_server that referenced this pull request Mar 13, 2025
* Update CONTRIBUTING

* Add CONTRIBUTING text to PR template

* Fix radial fog not being enabled in 3D sky on official maps

* Add convar to control max MvM robots

* Fix PLAYER_FLAG_BITS truncating m_fFlags sent to clients

* Fix middle mouse kicking you in Passtime

* tf2: Fix prediction for jumping when huntsman is charged/released (ValveSoftware#797)

* fix prediction for jumping when huntsman is charged/released

* remove SetInternalChargeBeginTime override from CTFCompoundBow

ValveSoftware#797 (comment)

* Remove temporary player jingle files if tf_delete_temp_files is enabled

* tf2: Fix crash with game_round_win in koth

Fixes ValveSoftware/Source-1-Games#4254

* Move .357 snap after firing to client-side

* [TF2] Add prediction for thermal thruster + self-stun (ValveSoftware#908)

* Remove MFC dependency in the launcher exe (afxres.h > winres.h)

* Sync the public SDK with latest from TF2

Includes a manually merged MRs from wgetJane wrt. scattergun prediction and minktusk with readme changes.

---------

Co-authored-by: Autumn Ashton <misyl@froggi.es>
Co-authored-by: ficool2 <34815548+ficool2@users.noreply.github.com>
Co-authored-by: copperpixel <48454166+copperpixel@users.noreply.github.com>
Co-authored-by: wget <margjane@keemail.me>
Co-authored-by: AndrewBetson <AndrewDCBetson@gmail.com>
Co-authored-by: doclic <doclic@tutanota.com>
Co-authored-by: speedvoltage <32344549+speedvoltage@users.noreply.github.com>
Co-authored-by: Josh Dowell <josh.dowell.winter@gmail.com>
toizy added a commit to toizy/mk_hl2dm_server that referenced this pull request Mar 13, 2025
* Update CONTRIBUTING

* Add CONTRIBUTING text to PR template

* Fix radial fog not being enabled in 3D sky on official maps

* Add convar to control max MvM robots

* Fix PLAYER_FLAG_BITS truncating m_fFlags sent to clients

* Fix middle mouse kicking you in Passtime

* tf2: Fix prediction for jumping when huntsman is charged/released (ValveSoftware#797)

* fix prediction for jumping when huntsman is charged/released

* remove SetInternalChargeBeginTime override from CTFCompoundBow

ValveSoftware#797 (comment)

* Remove temporary player jingle files if tf_delete_temp_files is enabled

* tf2: Fix crash with game_round_win in koth

Fixes ValveSoftware/Source-1-Games#4254

* Move .357 snap after firing to client-side

* [TF2] Add prediction for thermal thruster + self-stun (ValveSoftware#908)

* Remove MFC dependency in the launcher exe (afxres.h > winres.h)

* Sync the public SDK with latest from TF2

Includes a manually merged MRs from wgetJane wrt. scattergun prediction and minktusk with readme changes.

---------

Co-Authored-By: Autumn Ashton <misyl@froggi.es>
Co-Authored-By: ficool2 <34815548+ficool2@users.noreply.github.com>
Co-Authored-By: copperpixel <48454166+copperpixel@users.noreply.github.com>
Co-Authored-By: wget <margjane@keemail.me>
Co-Authored-By: AndrewBetson <AndrewDCBetson@gmail.com>
Co-Authored-By: doclic <doclic@tutanota.com>
Co-Authored-By: speedvoltage <32344549+speedvoltage@users.noreply.github.com>
Co-Authored-By: Josh Dowell <josh.dowell.winter@gmail.com>
ThePixelMoon pushed a commit to ThePixelMoon/hl2sb-2013 that referenced this pull request Oct 19, 2025
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

Successfully merging this pull request may close these issues.

2 participants