Fortress Forever

Go Back   Fortress Forever > Community > Tips and Tutorials

Reply
 
Thread Tools Display Modes
Old 11-05-2009, 05:56 PM   #1
yfni
 
Join Date: Sep 2009
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
mwheeldown/up bhop "fix"

if you for whatever reason are unwilling or unable to let go of jumping with mousewheel then this might be helpful.

FAQ:
How does it work?
technically it works like this. Once you turn your wheel it starts jumping. It does not stop or fuck up if you continue turning your wheel (but it has no effect, so you can be lazy and just turn it once). When you press forward/back or shoot button. You will stop jumping.

Is this hard to master coming from TFC or somewhere else?

No not at all. I can go in depth how this will be easy for you but this script has already proven itself. Many players already use it comfortably and are among the best in the world.

UPDATED as of 18-2-2010.


config.cfg:
Code:
cl_jumpqueue "0.0"
autoexec.cfg
Code:
//Basic Jump Script
alias startjump "+jump"
alias canceljump "-jump"

//Stop Jumping when moving forward or backward
alias +f "+forward;canceljump"
alias -f "-forward"
alias +b "+back;canceljump"
alias -b "-back"

//Stop jumping while sliding on ramp
alias +slide "canceljump"
alias -slide "startjump"
userconfig.cfg
Code:
//shootbutton
bind "<button>" "+attack;canceljump"
//movementbuttons
bind "<button>" "+f"
bind "<button>" "+b"
bind "mwheeldown" "startjump"
class.cfg (scout.cfg,medic.cfg,etc)
Code:
//put this line @ the top of your cfg
exec userconfig.cfg
//allows you to spawn properly 
-jump
scout.cfg & medic.cfg you might want to use this
Code:
//allows you to slide while you press this, avoids double jump, when you release it you continue bh-ing
bind mouse3 "+slide"
this is important! you should have all your binds in userconfig.cfg. Not just for this but it's the proper way of doing things.

Last edited by yfni; 02-18-2010 at 01:37 AM.
yfni is offline   Reply With Quote


Old 11-06-2009, 08:18 AM   #2
Hawk Eye
Who the fuck is this guy?
D&A Member
Beta Tester
 
Hawk Eye's Avatar
 
Join Date: Mar 2007
Class/Position: O Preferred
Gametype: AvD
Affiliations: [AE] Asseaters
Posts Rated Helpful 2 Times
Wouldn't you then have to tap forward or back for each jump during bhop?
Hawk Eye is offline   Reply With Quote


Old 11-06-2009, 06:20 PM   #3
provost
 
Join Date: Nov 2009
Location: Montreal, Canada
Class/Position: Defensive HW
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
Used mousewheel for years of bunnyhopping on hldm/hl2dm.

Somehow found it was much easier for me with spacebar on FF.

__________________
Creativity is what this sig lacks the most.
provost is offline   Reply With Quote


Old 11-07-2009, 04:02 PM   #4
yfni
 
Join Date: Sep 2009
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
X

Last edited by yfni; 02-18-2010 at 01:08 AM.
yfni is offline   Reply With Quote


Old 11-16-2009, 03:44 AM   #5
yfni
 
Join Date: Sep 2009
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
x

Last edited by yfni; 02-18-2010 at 01:08 AM.
yfni is offline   Reply With Quote


Old 11-19-2009, 02:26 AM   #6
qwertyuiop
Voted #1 FF Forum Member
D&A Member
 
qwertyuiop's Avatar
 
Join Date: Mar 2007
Location: Canada
Posts Rated Helpful 3 Times
Why can't you set two different commands to the same action? I have wheel up as jump, why not wheel up and down?
qwertyuiop is offline   Reply With Quote


Old 02-18-2010, 01:08 AM   #7
yfni
 
Join Date: Sep 2009
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
first post is updated
yfni is offline   Reply With Quote


Old 06-08-2010, 11:37 PM   #8
Scabuf
 
Join Date: May 2010
Class/Position: Scout
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
Quote:
No not at all. I can go in depth how this will be easy for you but this script has already proven itself. Many players already use it comfortably and are among the best in the world.
Prove it
Scabuf is offline   Reply With Quote


Old 06-13-2010, 02:23 PM   #9
yfni
 
Join Date: Sep 2009
Gametype: Capture the Flag
Posts Rated Helpful 0 Times
use it / don't use it

I really don't care enough to satisfy your need for proof.
yfni is offline   Reply With Quote


Old 07-02-2010, 02:18 AM   #10
Greenmarine
Beta Tester
 
Greenmarine's Avatar
 
Join Date: Sep 2007
Posts Rated Helpful 0 Times
Thanks
__________________
netflix Junkie
Greenmarine is offline   Reply With Quote


Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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. The time now is 11:14 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.