Raised This Month: $7 Target: $400
 1% 

[CSGO] RealBhop: HL1-like Bhopping! (v1.1.0)


Post New Thread Reply   
 
Thread Tools Display Modes
Author
SeriTools
Junior Member
Join Date: Jul 2014
Plugin ID:
4282
Plugin Version:
1.1.1
Plugin Category:
Gameplay
Plugin Game:
Counter-Strike: GO
Plugin Dependencies:
    Servers with this Plugin:
     
    Plugin Description:
    Plugin that aims to recreate HL1/Quake-like bunnyhopping.
    Old 07-17-2014 , 14:25   [CSGO] RealBhop: HL1-like Bhopping! (v1.1.0)
    Reply With Quote #1

    RealBhop is a SourceMod plugin that aims to recreate HL1/Quake-like bunnyhopping.

    Note that this plugin was created and tested for CS:GO only.

    This plugin works around the way CS:GO resets your speed while bhopping by implementing own velocity calculations.

    Documentation of CVars and the mod itself:
    All CVars and the documentation as well as the latest source of this mod can be found in my GitHub repo

    Installation:
    Just put the mod in your plugins folder and you are good to go!
    (Further recommended server configration can be found on GitHub, in the README.md file.)

    Changelog:
    Code:
    v1.1.1: Prevent velocity calculations for specators.
    v1.1.0: Fixed trigger_pushes not working correctly.
    v1.0.0: Initial release
    External dependencies: none

    How the movement looks like (easy settings): https://www.youtube.com/watch?v=3NegGrIJdgQ

    If you have any questions, or feature ideas and bug reports, please feel free to ask here, create an issue over at GitHub, or add me on Steam (seritools)!


    - SeriTools
    Attached Files
    File Type: sp Get Plugin or Get Source (sm_realbhop.sp - 20086 views - 7.0 KB)

    Last edited by SeriTools; 09-26-2014 at 14:53. Reason: new version
    SeriTools is offline
    7106
    Senior Member
    Join Date: Jun 2013
    Old 07-18-2014 , 02:52   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #2

    what is stamina system?
    7106 is offline
    JoB2C
    AlliedModders Donor
    Join Date: Jan 2014
    Location: France
    Old 07-18-2014 , 05:53   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #3

    Quote:
    This plugin works around the way CS:GO resets your speed while bhopping by implementing own velocity calculations.
    You can do that with some cvars.

    Last edited by JoB2C; 07-18-2014 at 05:53.
    JoB2C is offline
    SeriTools
    Junior Member
    Join Date: Jul 2014
    Old 07-18-2014 , 07:37   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #4

    @7106: The stamina system in CS:GO alters the jump height while repeatedly jumping, for example. You can disable it by setting sv_staminalandcost and sv_staminajumpcost to 0.

    @JoB2C: If this is true, I'd love to know about the cvars. ;)
    SeriTools is offline
    JoB2C
    AlliedModders Donor
    Join Date: Jan 2014
    Location: France
    Old 07-18-2014 , 07:48   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #5

    Here it is:
    sv_enablebunnyhopping 1 (most important, use sm_cvar as it's locked)
    sv_airaccelerate 150 (strafing)
    sv_maxvelocity 1000 (max reachable speed, adjust to your needs)

    + the stamina part:
    sv_staminajumpcost 0
    sv_staminalandcost 0

    Perfect bunny hopping will still be hard, but you will be able to gain speed with that config.
    JoB2C is offline
    r1vis
    New Member
    Join Date: Jul 2016
    Old 07-11-2016 , 03:33   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #6

    Quote:
    Originally Posted by JoB2C View Post
    Here it is:
    sv_enablebunnyhopping 1 (most important, use sm_cvar as it's locked)
    sv_airaccelerate 150 (strafing)
    sv_maxvelocity 1000 (max reachable speed, adjust to your needs)

    + the stamina part:
    sv_staminajumpcost 0
    sv_staminalandcost 0

    Perfect bunny hopping will still be hard, but you will be able to gain speed with that config.
    Where to edit it ? on server. cfg ?
    r1vis is offline
    Aymeric VII
    BANNED
    Join Date: Jun 2016
    Location: Hiding under my sheets
    Old 07-11-2016 , 03:35   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #7

    Quote:
    Originally Posted by r1vis View Post
    Where to edit it ? on server. cfg ?
    You can add it to server.cfg or the designated gamemode cfg, depending on what gamemode your server is.
    Aymeric VII is offline
    SeriTools
    Junior Member
    Join Date: Jul 2014
    Old 07-18-2014 , 08:11   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #8

    Just tried it... and nope, this is not even close to proper bunnyhopping... not hitting the exact frame still drops you back to <250ups...

    The default value of sv_maxvelocity is 3500 even, so that can't be the problem.

    Just gonna ask: Did you even try the mod before saying it can be done using cvars?
    If not, I'm just gonna leave my testing server online for a few hours:
    Offline now.

    EDIT: By the way, the settings on the server are:
    sv_staminamax "0"
    sv_staminajumpcost "0.0"
    sv_staminalandcost "0.0"
    sv_airaccelerate "2000"
    sm_cvar sv_enablebunnyhopping 1

    - SeriTools

    Last edited by SeriTools; 07-18-2014 at 11:28.
    SeriTools is offline
    JoB2C
    AlliedModders Donor
    Join Date: Jan 2014
    Location: France
    Old 07-18-2014 , 08:33   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #9

    I have a server with these cvars and it doesn't reset your speed BUT your jumps need to be PERFECT.

    And yes, bunny hopping is still way harder than on HL1.
    JoB2C is offline
    SeriTools
    Junior Member
    Join Date: Jul 2014
    Old 07-18-2014 , 08:37   Re: [CSGO] RealBhop: HL1-like Bhopping! (v1.0.0)
    Reply With Quote #10

    That's the thing: In my mod, you don't have to jump perfectly. Let's say you jump two frames later than you're supposed to while having the knife equipped. In my mod's default settings, you would have (perfectjumpspeed - 250) * 0,975^2 up/s after the jump --> ~95% of the speed of a perfect hop.

    As you say, with your cvars it's still not possible to bhop consistently like in HL1. With the mod it is!

    Last edited by SeriTools; 07-18-2014 at 08:42.
    SeriTools is offline
    Reply


    Thread Tools
    Display Modes

    Posting Rules
    You may not post new threads
    You may not post replies
    You may not post attachments
    You may not edit your posts

    BB code is On
    Smilies are On
    [IMG] code is On
    HTML code is Off

    Forum Jump


    All times are GMT -4. The time now is 00:24.


    Powered by vBulletin®
    Copyright ©2000 - 2024, vBulletin Solutions, Inc.
    Theme made by Freecode