Raised This Month: $ Target: $400
 0% 

Bhop script that gives u more time for next jump


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 03-03-2012 , 15:26   Bhop script that gives u more time for next jump
Reply With Quote #1

are there any plugins that give you more time to do your next jump without losing speed? it may not be autobunnyhop.
can't find any, is there anyone who would like to make that for me if there are none like it?
__________________
makavelli is offline
bLacK-bLooD
AlliedModders Donor
Join Date: Jun 2008
Old 03-03-2012 , 15:55   Re: Bhop script that gives u more time for next jump
Reply With Quote #2

Do you mean no slow down?

No slow down = When you jump, you don't loose speed, it's like you are on ice.
__________________
We all live under the same sky but we have different horizons.
bLacK-bLooD is offline
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 03-03-2012 , 18:29   Re: Bhop script that gives u more time for next jump
Reply With Quote #3

I'm not sure if that alone will do the trick i think the time you have to jump without losing speed has to be higher
__________________
makavelli is offline
ancient1
Senior Member
Join Date: Jul 2004
Location: UK
Old 03-04-2012 , 11:31   Re: Bhop script that gives u more time for next jump
Reply With Quote #4

Not exactly sure what your after here.

If you are having problems timing your jumps due to server lag or latency then you can use a script to help.

A simple one would be something like this:

alias +hop "+jump, wait, -jump, wait"
alias +hop1 "+hop,+hop,+hop"
bind yourkey +hop1

A special hop script would be something like this next one, bear in mind the _special command is seen as a cheat on some servers, counterstrike etc. However this will jump perfectly every time.

alias +hop "_special, +jump"
alias -hop "-jump"
bind yourkey +hop

A more advanced jump script without the use of special would be something like this:

alias +bunny "bunny2"
alias -bunny "-duck"
alias bunny1 "+jump; wait; -jump; wait;"
alias bunny2 "bunny1; bunny1; bunny1; +duck"

bind "MWHEELDOWN" "+bunny"

This one will also allow you to duck while bunny hopping, and enable you to ramp slide aswell off of curved or angled surfaces, handy for counterstrike surf maps.
__________________

Last edited by ancient1; 03-04-2012 at 16:18.
ancient1 is offline
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 03-04-2012 , 12:00   Re: Bhop script that gives u more time for next jump
Reply With Quote #5

I have tryed these things in a cfg file in my czero_lang folder but i had read somewhere that you cant do this anymore when the latest update came also this is only for me, I want it for everybody on my server.
I mean a plugin to put on my server that gives them no slowdown when they land a jump so that they can more easily continue their bhop with duck jump without losing speed

I know this is possible becous I have seen servers where they made it more easyer to bhop and I think it works on the principle that I just explained

Quote:
Originally Posted by bLacK-bLooD View Post
Do you mean no slow down?

No slow down = When you jump, you don't loose speed, it's like you are on ice.
actually I think that could work idk

ps sry for my bad english
__________________

Last edited by makavelli; 03-04-2012 at 12:02.
makavelli is offline
ancient1
Senior Member
Join Date: Jul 2004
Location: UK
Old 03-04-2012 , 12:43   Re: Bhop script that gives u more time for next jump
Reply With Quote #6

I have attached the required metamod file. This is for a windows server, if you require a one for a linux server, just google it.

This version is stable on windows7, the newer version is not stable and will crash your server.

Ancient
Attached Files
File Type: dll bunnyjump_mm.dll (93.0 KB, 222 views)
__________________

Last edited by ancient1; 03-04-2012 at 16:15.
ancient1 is offline
ancient1
Senior Member
Join Date: Jul 2004
Location: UK
Old 03-04-2012 , 12:45   Re: Bhop script that gives u more time for next jump
Reply With Quote #7

Latest version, linux version also uploaded.

Ancient
Attached Files
File Type: so bunnyjump_mm_i386.so (43.0 KB, 228 views)
File Type: dll bunnyjump_mm.dll (49.0 KB, 180 views)
__________________
ancient1 is offline
makavelli
Senior Member
Join Date: Nov 2006
Location: Belgium
Old 03-04-2012 , 15:28   Re: Bhop script that gives u more time for next jump
Reply With Quote #8

oh very nice, so if i put this in my dll folder ppl can do the bhop faster?
In what dll folder should i place it? the dll in czero, dll in amxmodx or in dll in metamod
do I have to add in in the plugins.ini from metamod too?

EDIT:
Ah yes this is what i'm talking about but its just missing one thing:
when you land your jump you dont lose speed but if you press jump a fraction of a sec to late or early then you stop jumping, is it possible to make it so that you have a bit more time to jump again?
__________________

Last edited by makavelli; 03-04-2012 at 16:23.
makavelli is offline
ancient1
Senior Member
Join Date: Jul 2004
Location: UK
Old 03-04-2012 , 16:11   Re: Bhop script that gives u more time for next jump
Reply With Quote #9

This metmaod plugin removes the speed cap. You can go as fast as you like with this installed. Bear in mind the server has to predict your position relative to the map, so you will appear to skip huge portions of the map at very high speeds.

Just add the relevant file to your metamod plugins.cfg

Put it anywhere you like, so long as you list it in the metamod plugins.cfg correctly.

eg1 win32 ../tfc/addons/bunnyjump/bunnyjump_mm.dll

eg2 win32 ../tfc/addons/metamod/bunnyjump_mm.dll

eg3 win32 ../tfc/addons/bunnyjump_mm.dll


Voila, unlimited speed.
__________________

Last edited by ancient1; 03-04-2012 at 16:22.
ancient1 is offline
ancient1
Senior Member
Join Date: Jul 2004
Location: UK
Old 03-04-2012 , 16:25   Re: Bhop script that gives u more time for next jump
Reply With Quote #10

Quote:
Originally Posted by makavelli View Post
oh very nice, so if i put this in my dll folder ppl can do the bhop faster?
In what dll folder should i place it? the dll in czero, dll in amxmodx or in dll in metamod
do I have to add in in the plugins.ini from metamod too?

EDIT:
Ah yes this is what i'm talking about but its just missing one thing:
when you land your jump you dont lose speed but if you press jump a fraction of a sec to late or early then you stop jumping, is it possible to make it so that you have a bit more time to jump again?
The bunnyjump plugin releases the speed cap, you then need the skill to be able to achieve the high speeds possible.

My erlier posts for bunny hop scripts will help with that, choose which ever is suitable for your needs.

Ancient
__________________
ancient1 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 02:41.


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