All Projects → Mikusch → tf-bhop

Mikusch / tf-bhop

Licence: GPL-3.0 License
Simplistic Team Fortress 2 bunnyhop plugin

Programming Languages

SourcePawn
201 projects

Projects that are alternatives of or similar to tf-bhop

jse
TF2 Jump Server Essentials
Stars: ✭ 16 (-5.88%)
Mutual labels:  tf2, sourcemod, team-fortress-2
FreakFortressBat
No longer supported.
Stars: ✭ 32 (+88.24%)
Mutual labels:  tf2, sourcemod, team-fortress-2
fortress-royale
Team Fortress 2 battle royale gamemode
Stars: ✭ 48 (+182.35%)
Mutual labels:  tf2, sourcemod, team-fortress-2
Fragsurf-2
Fragsurf is an actively developed standalone game based on HL2 surf and bhop movement mechanics.
Stars: ✭ 68 (+300%)
Mutual labels:  bunnyhop, bhop
TF2-Item-Plugins
Manage your cosmetic and weapons freely! Set Unusual Effects, Australiums, Festives, War Paints (w/ Wear), Spells and Paints at will!
Stars: ✭ 22 (+29.41%)
Mutual labels:  tf2, sourcemod
SuperZombieFortress
Custom Team Fortress 2 Gamemode, inspired from Left 4 Dead
Stars: ✭ 28 (+64.71%)
Mutual labels:  tf2, sourcemod
tf2attributes
TF2Attributes SourceMod plugin
Stars: ✭ 19 (+11.76%)
Mutual labels:  tf2, sourcemod
MannVsMann
A plugin for Team Fortress 2 that brings Mann vs. Machine upgrades and mechanics to other gamemodes
Stars: ✭ 23 (+35.29%)
Mutual labels:  tf2, sourcemod
Randomizer
TF2 plugin that randomizes player loadout in any imaginable combinations
Stars: ✭ 26 (+52.94%)
Mutual labels:  tf2, sourcemod
CallAdmin
CallAdmin is a multilingual sourcemod plugin which provides in-game report functionality
Stars: ✭ 52 (+205.88%)
Mutual labels:  tf2, sourcemod
VSH-Rewrite
Popular Versus Saxton Hale gamemode remade from scratch
Stars: ✭ 30 (+76.47%)
Mutual labels:  tf2, sourcemod
TF2 NextBot
TF2 NextBot stuff using base_boss
Stars: ✭ 26 (+52.94%)
Mutual labels:  tf2, sourcemod
transformer-tensorflow2.0
transformer in tensorflow 2.0
Stars: ✭ 53 (+211.76%)
Mutual labels:  tf2
Mapchooser-Redux
Mapchooser - Redux
Stars: ✭ 28 (+64.71%)
Mutual labels:  sourcemod
uncledane-web
Source for uncledane.com
Stars: ✭ 14 (-17.65%)
Mutual labels:  tf2
sourcepawn-navmesh
SourcePawn .NAV file reader.
Stars: ✭ 25 (+47.06%)
Mutual labels:  tf2
TeamGames
Sourcemod plugin providing team based games for prisoners and some useful things for wardens.
Stars: ✭ 16 (-5.88%)
Mutual labels:  sourcemod
tf-faster-rcnn
Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Stars: ✭ 88 (+417.65%)
Mutual labels:  tf2
API
API for SQLMatches.
Stars: ✭ 48 (+182.35%)
Mutual labels:  sourcemod
muzero
A clean implementation of MuZero and AlphaZero following the AlphaZero General framework. Train and Pit both algorithms against each other, and investigate reliability of learned MuZero MDP models.
Stars: ✭ 126 (+641.18%)
Mutual labels:  tf2

[TF2] Simple Bunnyhop

This is a simple SourceMod plugin for Team Fortress 2 that allows players to bunnyhop.

Unlike most bunnyhop plugins, this one does not manually add velocity, but rather patches out unnecessary checks in the game's movement code. It is similar to the bunnyhop found in newer Source engine games, such as Counter-Strike: Global Offensive.

Features

  • Smooth auto-bunnyhopping by holding down the jump button
    • No speed loss on a successful jump
    • Allows jumping while ducked
  • Unlimited speed while bunnyhopping
    • Prevents CTFGameMovement::PreventBunnyJumping from clamping your speed
  • Support for TF2-specific actions in midair (e.g. Scout's double jump, B.A.S.E. Jumper parachutes, grappling hooks, etc.)

Dependencies

Configuration

The plugin creates the following console variables, configurable in cfg/sourcemod/plugin.tf-bhop.cfg:

  • sv_enablebunnyhopping ( def. "1" ) - Allow player speed to exceed maximum running speed
  • sv_autobunnyhopping ( def. "1" ) - Players automatically re-jump while holding jump button
  • sv_duckbunnyhopping ( def. "1" ) - Allow jumping while ducked
  • sv_autobunnyhopping_falldamage ( def. "0" ) - Players can take fall damage while auto-bunnyhopping

Recommended Server Configuration

The following server configuration is recommended for the best experience:

sv_airaccelerate 150                // Increase acceleration when in the air
tf_parachute_maxspeed_xy 99999.9f   // Prevent speed clamping when deploying a parachute
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].