Raised This Month: $51 Target: $400
 12% 

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


Post New Thread Reply   
 
Thread Tools Display Modes
alencore
Senior Member
Join Date: Oct 2011
Old 10-15-2013 , 00:44   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #221

So cool working perfectly on my hl2dm server. Tnx!
__________________
alencore is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 11-29-2013 , 11:31   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #222

Hm I don't want to insult your native language, but can you convert that into English? xD
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
GoldTreeServers
Senior Member
Join Date: Dec 2012
Old 12-07-2013 , 10:11   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #223

How I can make it non auto bhop?
__________________
GoldTreeServers is offline
alencore
Senior Member
Join Date: Oct 2011
Old 01-09-2014 , 08:37   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #224

On CSGO I'm getting red words console spam shown as....
DataTable warning: player: Out-of-range value (2.000000) in SendPropFloat 'm_flVelocityModifier', clamping.

When it does that I get faster speed. It doesn't crash my server though and it goes on and off randomly.

I'm using latest sm snapshot.

Last edited by alencore; 01-09-2014 at 08:39.
alencore is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 01-09-2014 , 12:10   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #225

Quote:
Originally Posted by GoldTreeServers View Post
How I can make it non auto bhop?
Open your config file and search for the following and set it to "0"
sm_infinitejumping_flags_infinite "0"

Quote:
Originally Posted by alencore View Post
On CSGO I'm getting red words console spam shown as....
DataTable warning: player: Out-of-range value (2.000000) in SendPropFloat 'm_flVelocityModifier', clamping.

When it does that I get faster speed. It doesn't crash my server though and it goes on and off randomly.

I'm using latest sm snapshot.
You can ignore this, its just a warning. But basically it says, that the speed modifier value (m_flVelocityModifier) can't be greater than 2.0, with other words: you are going too fast. :-)
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
alencore
Senior Member
Join Date: Oct 2011
Old 01-10-2014 , 21:37   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #226

I see, tnx for the clarification...now I kinda like the random speeding up though hehe it's like one of those fun bugs that's nice to have.

Anyway tnx so much for your plugin so so so much fun to have I'm using it a lot especially on my fun ZR server as you can see...
http://www.youtube.com/watch?v=wMErI9En-pg
__________________
alencore is offline
mOonzTyLeZ
New Member
Join Date: Jan 2014
Old 01-11-2014 , 09:16   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #227

I have inserted on my surf server Infinite Jump ( Mod) ...
If I now however want bunny shopping go I will always thwarted by the floor , which means I can not build up speed ...
Knows because of a ?

-------------------------------------------------- ---------------------
What tips have been said already in the thread : ( For the lazy : D)

[B ] Commands : [/ B]
sv_enablebunnyhop 1 ( If enabled)
sv_airaccelerate 100 ( If enabled)
sm_cvar sv_staminajumpcost 0 ( Fully tested ( Does not help with the problem ) )
sm_cvar sv_staminalandcost 0 ( Fully tested ( Does not help with the problem ) )
sv_maxspeed ( Fully tested ( Does not help with the problem ) )
sv_maxvelocity ( Fully tested ( Does not help with the problem ) )

-------------------------------------------------- ---------------------

Here is the [B ] server.cfg [/ B] and [B ] plugin.infinite - jumping.cfg [/ B]
Perhaps you discover an error or knows the command

[B ] server.cfg [/ B]
[ SPOILER] hostname " "
rcon_password " you would like to "
sv_password " "

mp_freezetime 5 / / The amount of time players are frozen to buy items
mp_join_grace_time 15 / / The amount of time players can join teams after a round Has started
mp_match_end_restart 0 / / defines a map Whether Should Be a restarted after a game has ended
sv_cheats 0 / / This shoulderstand always be set , so you know it's not on
sv_lan 0 / / This shoulderstand always be set , so you know it's not on
sv_enablebunnyhopping 1
sv_airaccelerate 150
sv_enableboost 1
cl_cmdrate 128
cl_updaterate 128


/ / ** The bot commands
bot_difficulty 1
bot_chatter "off"
bot_join_after_player 1
bot_quota 0
bot_quota_mode "fill"

/ / ** The Following commands manage kicks and bans
writeid
writeip
exec banned_user.cfg
exec banned_ip.cfg [/ SPOILER]

[B ] plugin.infinite - jumping.cfg [/ B]
[ SPOILER ] / / This file what auto -generated by SourceMod ( v1.4.0 - dev)
/ / ConVars for plugin " infinite - jumping.smx "

/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
/ /
/ / Main Switch
/ /
/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

/ / Enables or Disables this plugin (1 = Enable | 0 = Disable )
/ / -
/ / Default : "1"
/ / Minimum: " 0.000000 "
sm_infinitejumping_enable "1"

/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
/ /
/ / First Jump ( Initial Jump)
/ /
/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

/ / Automatic ReJump .
/ / " " = 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: ""
sm_infinitejumping_flags_infinite " "

/ / If you wish to jump higher or lower , then change this value .
/ / In units per second .
/ / Negative values ​​= players can not jump high anymore did
/ / 0.0 = normal jump height
/ / Positive values ​​= players can jump heigher .
/ / -
/ / Default : "0.0"
sm_infinitejumping_boost_initial "0.0"

/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
/ /
/ / Forward Speed ​​Boost by First Jump
/ /
/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

/ / Automatic boost forward by each jump .
/ / " " = 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_forwardboost " "

/ / Amount of boost per second to push forward the client When jumping .
/ / In units per second .
/ / Be careful thisValue adds ontop of the velocity at each jump .
/ / -
/ / Default : " 50.0 "
sm_infinitejumping_boost_forward " 50.0 "

/ / If this is 1 then players need to press W, S , A, D (movement keys) and jump , to receive a boost ( basicly adds more control) .
/ / -
/ / Default : "1"
/ / Minimum: " 0.000000 "
/ / Maximum: " 1.000000 "
sm_infinitejumping_boost_forward_wsad "0"

/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
/ /
/ / 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 "0"

/ / 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 , do not set it to 0 instead use the console var sm_infinitejumpging_flags_double
/ / -
/ / Default : "1"
/ / Minimum: " 0.000000 "
sm_infinitejumping_max_doublejumps "1"

/ / Jump in automatic mid air jump When 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"

/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
/ /
/ / Game Slow Downs
/ /
/ / # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

/ / Bypass game slow downs as stamina or slow down on hurt .
/ / " " = 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: ""
sm_infinitejumping_flags_gameslowdowns " "

/ / This will override the speed ratio When hurt .
/ / 1.0 = no speed is lost .
/ / 0.5 = 50 % slower .
/ / = 0.0 stops
/ / 2.0 = 100 % faster.
/ / -1.0 = Let the engine / game handle how much speed you loose .
/ / -
/ / Default : "1.0"
sm_infinitejumping_override_slowdownonhurt "1.0"

/ / This will be the new value stamina When You country .
/ / 0.0 = full stamina / no speed is lost .
/ / -1.0 = Let the engine handle how much speed a player looses .
/ / Example : 1315.0 is the default value in css, but use -1.0 instead if you wish to disable.
/ / -
/ / Default : "0.0"
sm_infinitejumping_override_stamina "0.0" [/ SPOILER]

-------------------------------------------------- ---------------------
For the people who do not know what I mean, I've done videos

1 [B ] Video [/ B] ( where the error is shown)

[ url] http://www.youtube.com/watch?v=VZhBHEWTwhQ [/ url]

2 [B ] Video [/ B] (CS : GO is how it actually look like )

[ url] http://www.youtube.com/watch?v=u_vBVdGLarA [/ url]

3 [B ] Video [/ B] (CS 1.6 How should it look actually )

[ url] http://www.youtube.com/watch?v=V1VH1p4yqqI [/ url]

Sry I use Googletranslate ;D
Für die Deutschen: http://www.elitepvpers.com/forum/cou...ump-cs-go.html
mOonzTyLeZ is offline
Newbie1992
Senior Member
Join Date: Jan 2013
Location: Germany
Old 01-11-2014 , 12:59   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #228

Hello,

German:
Kann man das Plugin problemlos nutzen wenn auch smac auf dem Server läuft oder ist das nicht zu empfehlen?

English:
Is there a chance to use that plugin with smac on the server without problems?
__________________
Newbie1992 is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 01-11-2014 , 13:30   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #229

Quote:
Originally Posted by mOonzTyLeZ View Post
[...]
For the people who do not know what I mean, I've done videos

1 [B ] Video [/ B] ( where the error is shown)

[ url] http://www.youtube.com/watch?v=VZhBHEWTwhQ [/ url]

[...]
If this would be CSS I could clearly say that you didn't set sv_enablebunnyhopping to 1, BUT since this is CS:GO I assume that this cvar doesn't exist in that game. Use the following in your server console:
find bunny
or
find boost

Quote:
Originally Posted by Newbie1992 View Post
Hello,
Is there a chance to use that plugin with smac on the server without problems?
Not tested, but I assume there are no problems at all. Be sure to check and understand what those additional plugins of SMAC do. Also I didn't hear any reports player are banned because of this plugin.
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
Lepraaah
Member
Join Date: May 2013
Location: Netherlands
Old 01-20-2014 , 11:44   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #230

Hello

I use this plugin on my bhop server, and with a "10" forward boost, the auto bhop gets the perfect speed, but my LongJump stats are very inaccurate now, since the boost starts from the first jump. If the plugin starts with the boost from the second jump, LJ stats would be accurate.

Could anyone make it so, that you gain a boost from the second jump?

Help with this would really be appriciated, this plugin is kinda useless for my server now. ( kz strafe maps are easier because of the boost you gain from the first jump )

Thanks!
__________________

Last edited by Lepraaah; 01-20-2014 at 11:52.
Lepraaah is offline
Send a message via Skype™ to Lepraaah
Reply



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 12:49.


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