Raised This Month: $32 Target: $400
 8% 

[ANY] Infinite-Jumping (3.0, 2014-Nov-29)


Post New Thread Reply   
 
Thread Tools Display Modes
bdmj
Member
Join Date: Jan 2010
Old 07-06-2011 , 10:31   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #101

I'd like to report that this mod does not work with the SDK Hooks 2.0. I am running a L4D server and after I updated SDK Hooks for another plugin and I could no longer bunny hop. All other plugins worked except for this one. I had to restore SDK Hooks 1.3 to get it working again.
bdmj is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 07-06-2011 , 18:16   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #102

I can't reproduce your problem. Please read How to report issues
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
JosE
New Member
Join Date: May 2011
Old 07-09-2011 , 07:35   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #103

Hello. I've had this bhop scripts for a while for my server. Over a month. And recently people have been complaining of "slide" after jump. As I disable the scripts it stops. Any help? Thanks.
JosE is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 07-09-2011 , 08:50   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #104

Go to <moddir>/cfg/sourcemod/plugin.infinitejumping.cfg and change the following console variable (cvar) to:
sm_infinitejumping_override_stamina "-1.0"
This will disable/restore the 'slide' effect.

Be warned players who jump with the mouse wheel will have a great disadvantage against players who only jump with the jump key held down.
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
JosE
New Member
Join Date: May 2011
Old 07-16-2011 , 02:01   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #105

Still slides.
JosE is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 07-16-2011 , 08:19   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #106

updated to v2.14.38.
this should fix the issue JosE.
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
deejay87
Senior Member
Join Date: Apr 2004
Location: Pays du Glaude - France
Old 07-16-2011 , 14:46   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #107

Hi

A friend report to me this release don't work, plugin is loaded but you don't jump.

Edit : find , it's ok , he have put this
sm_infinitejumping_flags_infinite "0"
__________________

Last edited by deejay87; 07-16-2011 at 14:52.
deejay87 is offline
Send a message via MSN to deejay87 Send a message via Skype™ to deejay87
cre8or
Senior Member
Join Date: Apr 2005
Location: Sweden, Gothenburg
Old 07-31-2011 , 23:43   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #108

Hi

Howto set it so i can press jumpbutton many times and stay in the air ? for example if i have lowgravity?
__________________
cre8or is offline
Send a message via ICQ to cre8or Send a message via MSN to cre8or
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 09-09-2011 , 19:17   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #109

Quote:
Originally Posted by cre8or View Post
Hi

Howto set it so i can press jumpbutton many times and stay in the air ? for example if i have lowgravity?
Sorry, somehow I missed your post.

Look at the following cvars:
Code:
[...]
//#############################################################
//
//    Double/Multi Jump
//
//#############################################################

// Rejump in mid air.
// "" = everyone can.
// "0" = noone can.
// "<adminflag>" = admin with this flag can (a,b,c,d,...).
// See: addons/sourcemod/configs/admin_levels.cfg for more info.
// -
// Default: "0"
sm_infinitejumping_flags_double ""

// The amount of vertical boost, to apply when mid air double jumping.
// In units per second.
// negative values = player are pushed down in mid air, when double/multi jump.
// 0.0 = only falling can be stopped, when jump is pressed in mid air.
// positive values = players can jump heigher.
// -
// Default: "290.0"
sm_infinitejumping_boost_double "290.0"

// The maximum number of re-jumps allowed while in mid air.
//  if you want to disable this, don't set it to 0 instead use the sm_infinitejumpging_flags_double console var.
// -
// Default: "1"
// Minimum: "0.000000"
sm_infinitejumping_max_doublejumps "10"

// Jump automatic in mid air when jump is pressed.
// "" = everyone can.
// "0" = noone can.
// "<adminflag>" = admin with this flag can (a,b,c,d,...).
// See: addons/sourcemod/configs/admin_levels.cfg for more info.
// -
// Default: "0"
sm_infinitejumping_flags_perfectdouble "0"
[...]
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
sideeffect
Junior Member
Join Date: Sep 2011
Old 09-10-2011 , 08:42   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #110

Hello

How can I set allow double jump only scout?

I set Double 0 - scout don't use double jump
Double <adminflag> - all class use double jump

allow double jump only scout is impossible?
sideeffect 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 21:51.


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