View Single Post
Old 09-27-2007, 05:15 PM   #29
DarK_TaO
Mapper ^^
 
Join Date: Apr 2007
Location: yes (:
Posts Rated Helpful 0 Times
Send a message via ICQ to DarK_TaO Send a message via MSN to DarK_TaO
Quote:
Originally Posted by Hotspur
Hi Everyone ,

In games such as "F.E.A.R." one has the option of turning on "crouch toggle" so that the player taps a key to duck, and stays that way until the key is tapped again.

Is there any way to do this in FF?
.-Open the notepad (not wordpad, or word, notepad)
.- Copy and paste this:

Code:
//=======================
//---- Toggle Crouch ----
//=======================

alias crouch+	"+duck; wait; alias crouch crouch-"
alias crouch-	"-duck; wait; alias crouch crouch+"

bind "CTRL" "crouch+"
.-File---> Save as----> Select all file types ---> Autoexec.cfg

Put that file into FortressForever/cfg

You are done, you will toggle your crouching with cntrl.

Last edited by DarK_TaO; 09-28-2007 at 02:07 AM.
DarK_TaO is offline   Reply With Quote