Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Gotta love how people who doesn't even play the game get in here saying that kind of stuff
OP owns the game, so he already paid for it.
Now, answering your question OP, i assume your script has a name, something like "+bunnyhop", "+bh", etc.
So in that case the only thing you need to do is add this line to your userconfig.cfg file:
bind SPACE "+bh"
(assuming your script name is +bh)
And by the way Bob. I have the original box + the steam version of Half Life. I even have it on ps2.
I even tried to use the WON compatible script but it didn't work.
My space key is bound to "+bh" wich is what I renamed in the script.
Here's my script:
alias bh1 "+jump;alias bh@ bh2;special"
alias bh2 "wait;alias bh@ bh3;special"
alias bh3 "-jump;alias bh@ bh4;special"
alias bh4 "wait;alias bh@ bh1;special"
alias +bh "alias _special bh@;bh1"
alias -bh "alias _special;-jump"
bind SPACE +bh
After you done that try one more time to use the script in-game, if it stops working, type bind space" into the console to check if the game re-binded the key to any other command. It should return this:
"space" = "+bh"
Then I unbound space and it said "space" = ""
I added bind space +bh and it showed me "space" = "+bh"
And it still didn't work, I'm still getting slowed down when landing. I looked in options and the defualt Bunnyhopping was not bound to anything. It's as if the script is broken, not NGHL.
Assuming Bunnymod pro is already running, load any map and type in console "sv_bhopcap" and make sure it is set to 0
It's set to 0 aswell as cl_bhopcap
Also, how many fps' are you playing with? (you can check this using net_graph 3)
Just to let you now, the only thing that script does is to keep gordon jumping as long as you keep space pressed, it doesnt give you any speed automatically
Try recording a demo and uploading it here (well, somewhere else, just post the link here)
The thing is i don't loose speed when bhopping like normal. I loose speed when i don't strafe just jumping in a straight line. But the script claims it should give you no speedloss. It says:
A script that allows you to Bunnyhop quickly and without speedloss by making +jump commands every other frame.
I keep loosing about 10 vel on every land when jumping in a straight line.
My fps is too low. gg
I set the max fps to 500 and voila.
Thank you for your suggestions Kumo!