Skip to content

Releases: Mikusch/tf-bhop

1.8.0

19 Apr 17:38
3c373ba
Compare
Choose a tag to compare

Due to a recent game update, I had to change some internals. It turned out to be more involved than expected and I ended up rewriting the entire plugin.

Important

Server operators will need to update their configs due to convar and config changes in this release.

Changelog

  • Updated gamedata for the 2024-04-18 TF2 update
  • Renamed convars to conform to SourceMod standards:
    • sv_enablebunnyhopping -> sm_bhop_enabled
    • sv_autobunnyhopping -> sm_bhop_autojump
    • sv_autobunnyhopping_falldamage -> sm_bhop_autojump_falldamage
    • sv_duckbunnyhopping -> sm_bhop_duckjump
  • Removed auto-generated config
    • Configure any plugin convars in your server.cfg
  • The plugin will now completely fail to load with an error message if any functionality of it is missing or broken
  • sm_bhop_enabled will now fully disable the plugin
    • Previously it'd leave some traces even after being disabled, e.g. players still being able to duck-jump
  • Various code and performance improvements

1.7.1

29 Mar 15:20
Compare
Choose a tag to compare

This release brings no major changes, I am publishing it so people stop downloading the old release with broken gamedata.

Changelog

  • Updated gamedata
  • Added automatic builds of the plugin

1.7.0

21 Apr 11:28
Compare
Choose a tag to compare

Changelog

  • Memory patches are now created using the Source Scramble extension
    • This makes it more robust and easier to spot breakage from TF2 updates

1.6.0

19 Feb 17:16
Compare
Choose a tag to compare

This release adds a dependency to TF2Attributes in order to reduce gamedata.

Changelog

  • Prevent auto-bunnyhopping while the player's MoveType is MOVETYPE_NONE
    • This fixes issues with some maps utilizing VScript
  • Replaced AttribHookValue SDKCall with TF2Attrib_HookValue
  • Miscalleaneus code improvements

1.5.2

02 Dec 08:36
552c956
Compare
Choose a tag to compare

Changelog

  • Updated gamedata for the 2022-12-01 TF2 update (#14)

1.5.1

17 Feb 01:44
Compare
Choose a tag to compare

This update contains no major changes and may be skipped. I just wanted to get it out.

Changelog

  • Fixed warnings when compiling the plugin with the SourcePawn Compiler 1.11
  • Added copyright header to gamedata file

1.5.0

03 Aug 15:41
4079673
Compare
Choose a tag to compare

Changelog

  • Players can now disable auto-bunnyhopping (#9)
    • Added a new command sm_bhop to toggle the preference
    • Preference is saved in a protected cookie using the clientprefs module

1.4.7

02 Jul 15:52
Compare
Choose a tag to compare

Changelog

  • Fixed grappling hooks not retracting properly with the plugin loaded (4767247)

For feature requests and bug reports please use the issue tracker.

1.4.6

22 Jun 21:04
Compare
Choose a tag to compare

Changelog

  • Updated gamedata for the 2021-06-22 update (dad9eb9)

For feature requests and bug reports please use the issue tracker.

1.4.5

27 May 16:06
Compare
Choose a tag to compare

Changelog

  • Fix bunnyhopping making vehicle brakes unfunctional (fb8d7de)

For feature requests and bug reports please use the issue tracker.