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

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


Post New Thread Reply   
 
Thread Tools Display Modes
Docks
New Member
Join Date: Aug 2012
Old 08-18-2012 , 01:25   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #151

Hi, I get a VERRYYY annoying sticky / delayed jump when using this problem
1. CSS
2. 8.6.2.183:27015 <-- (Love that IP lol.)
3. Plugin not working correctly. Described above.
4. Sorry but I don't really have time for this, if it is truly needed please let me know and I will attach asap.
5. http://pastie.org/4542494
6. Nothing regarding this issue.

Extra: Here's a video of the issue
http://www.youtube.com/watch?v=xQHkNWQ8nrU
(Kind of not noticeable in the video since you're not the only playing, but very obvious when playing, so hop on if you get the chance / don't understand)
Docks is offline
noxplode2
Member
Join Date: Apr 2011
Location: SLOVAK
Old 08-18-2012 , 02:31   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #152

chat : !cvar sm_autojump


console rcon sm_autojump
noxplode2 is offline
Send a message via Skype™ to noxplode2
RedAlba
Junior Member
Join Date: Nov 2010
Old 08-22-2012 , 19:18   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #153

update pls
RedAlba is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 08-22-2012 , 19:59   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #154

Quote:
Originally Posted by zloykif View Post
Chanz
Can you add command turn on\off plugin for target? like sm_switch_autojump <target> 1\0, for all others players, plugin should be off.
Or another variant can you add console command for players, turn on\off plugin (by default plugin should be off for all)

thanks in advance
Try to use sm_ban_autojump <target> <time in minutes> for now.

Quote:
Originally Posted by Jetlag View Post
By me it didn t work that i get faster by more and more jumps where need it to set


  • sv_enablebunnyhopping 1 // Setting it to 1 won't clamp your max speed anymore
  • sv_airaccelerate 150 // You can use A or D and your mouse to turn very fast without loosing speed or even when you do it right, you can gain speed
  • sv_enableboost 1 // You gain speed with every jump? I don't use it on my servers but I've got told that some server owners use this and like it.
in server cfg?

It s a cs go server
Yes this stuff goes into the server.cfg, but since I don't own CS:GO atm I can't check that. I've got told that my plugin is working fine so you'll probably need to find the right cvar to enable what you'd like to have.

Quote:
Originally Posted by Docks View Post
Hi, I get a VERRYYY annoying sticky / delayed jump when using this problem
1. CSS
2. 8.6.2.183:27015 <-- (Love that IP lol.)
3. Plugin not working correctly. Described above.
4. Sorry but I don't really have time for this, if it is truly needed please let me know and I will attach asap.
5. http://pastie.org/4542494
6. Nothing regarding this issue.

Extra: Here's a video of the issue
http://www.youtube.com/watch?v=xQHkNWQ8nrU
(Kind of not noticeable in the video since you're not the only playing, but very obvious when playing, so hop on if you get the chance / don't understand)
I'll release a small fixed version this week end.

Quote:
Originally Posted by noxplode2 View Post
chat : !cvar sm_autojump

console rcon sm_autojump
sm_autojump isn't a cvar (console variable), its a console command. Also this works only in the client console and not within the server console.
Next time how about some more words?

Quote:
Originally Posted by RedAlba View Post
update pls
This comment has delayed the new fancy update for about 3 months. PLZ Y U R SO THX PLZ K!?
No seriously, stop sending me PMs or bump this thread...
Only thing that makes me work faster is beer, I can buy beer with donations and you can donate some bucks. ;-P
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]

Last edited by Chanz; 08-22-2012 at 19:59.
Chanz is offline
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 08-23-2012 , 17:49   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #155

updated to v2.14.40.
see first post for change log.
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
clutchh
SourceMod Donor
Join Date: Feb 2008
Old 08-24-2012 , 01:05   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #156

The .sp in the zip is still v2.14.38.
clutchh is offline
TaCqz
Junior Member
Join Date: Jun 2012
Old 08-24-2012 , 05:04   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #157

Nothing works, and the variables doesnt exists.

My Config:

Quote:
// This file was auto-generated by SourceMod (v1.4.4)
// ConVars for plugin "infinite-jumping.smx"


// 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 = pl
// -
// Default: "290.0"
sm_infinitejumping_boost_double "290.0"

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

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

// If you wish to jump higher or lower, then change this value.
// In units per second.
// negative values = players can't jump that high anymore
// 0.0 = normal jump height
// positive values = players can jump heigher.
// -
// Default: "0.0"
sm_infinitejumping_boost_initial "0.0"

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

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

// Automatic forward boost 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 ""

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

// Automatic rejump.
// "1" = force on.
// "0" = force off.
// "<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_infinite ""

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

// 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 "1"

// 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 players loose.
// -
// Default: "1.0"
sm_infinitejumping_override_slowdownonhurt "1.0"

// This will be the new stamina value when you land.
// 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"
Please Help!! Nothing works, no boost, no infinite jumping.
TaCqz is offline
noxplode2
Member
Join Date: Apr 2011
Location: SLOVAK
Old 08-24-2012 , 05:34   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #158

L 08/24/2012 - 11:23:12: Info (map "bhop_3d") (file "errors_20120824.log")
L 08/24/2012 - 11:23:12: [SM] Native "SetClientCookie" reported: Client index 0 is invalid
L 08/24/2012 - 11:23:12: [SM] Displaying call stack trace for plugin "infinite-jumping.smx":
L 08/24/2012 - 11:23:12: [SM] [0] Line 412, C:\Users\Daniel\Development\MFHSVN\sourcemodp lugins\infinite-jumping\addons\sourcemod\scripting\infinite-jumping.sp::Command_AutoJump()
L 08/24/2012 - 11:24:51: Error log file session closed.



console sm_autojump


118:06 L 08/24/2012 - 118:07: [SM] Native "SetClientCookie" reported: Client index 0 is invalid
118:06 L 08/24/2012 - 118:07: [SM] Displaying call stack trace for plugin "infinite-jumping.smx":
118:06 L 08/24/2012 - 118:07: [SM] [0] Line 412, C:\Users\Daniel\Development\MFHSVN\sourcemodp lugins\infinite-jumping\addons\sourcemod\scripting\infinite-jumping.sp::Command_AutoJump()

Last edited by noxplode2; 08-24-2012 at 05:40.
noxplode2 is offline
Send a message via Skype™ to noxplode2
Chanz
Veteran Member
Join Date: Aug 2008
Location: Germany - Stuttgart
Old 08-24-2012 , 06:39   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #159

Sorry I've uploaded the zip file again, please download and override all files.

TaCqz: Please read: How to report issues

noxplode2: see if the new zip fixes that.
__________________
[ SourceModPlugins.org ][ My Plugins ]

Thank you for donations: [ Paypal ]

Video Tutorial (German): [ Gameserver & SourceMod Plugins mit HLSW verwalten ]
Chanz is offline
TaCqz
Junior Member
Join Date: Jun 2012
Old 08-24-2012 , 07:09   Re: Infinite-Jumping (Bunny Hop, Double Jump & Initial Jump Height Modification)
Reply With Quote #160

Itīs a CSS Server.
IP:
81.32.57.111 (The Server is locally, so it only goes online when i start it)
The Problem is, that the plugin isnt working. It is startet, and if i type "sm plugins list" in console, it shows me Infinite Jumping without errors. I can enable/disable the plugin, but it doesnt helps. I cant find any errors.
Config is in the Attatchment. The only Part of error log with Infinite Jumping:

Quote:
L 08/24/2012 - 10:29:10: [SM] Displaying call stack trace for plugin "infinite-jumping.smx":
L 08/24/2012 - 10:29:10: [SM] [0] Line 412, C:\Users\Daniel\Development\MFHSVN\sourcemodp lugins\infinite-jumping\addons\sourcemod\scripting\infinite-jumping.sp::Command_AutoJump()
L 08/24/2012 - 1021: SourceMod error session started
Please help me!

EDIT: In the console it shows "Bad SetLocalAngularVelocity(0.000000,12000.000977 ,0.000000) on Platform4
Does that help?

TaCqz
Attached Files
File Type: cfg plugin.infinite-jumping.cfg (4.3 KB, 82 views)

Last edited by TaCqz; 08-24-2012 at 07:18.
TaCqz is offline
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 14:16.


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