View Single Post
Old 10-26-2007, 11:10 PM   #14
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 Arganius
Aim turret should be V

and det can be anything i guess. Doesn't matter much seeing as i don't det much
Use the one you like, but the first one is more complete.

How to:

.-Go to your Fortress Forever Folder
.-Inside it, go to "Cfg" Folder.
.-Open Engineer.cfg file with notepad (not wordpad, not microsoft word, notepad)

paste the script.

Instructions:

bind "key" "+aimsg"

hold "key" + mouse1 = detonate sentry
hold "key" + mouse2 = detonate disp
hold "key" + mouse3 = aim sg

Fill the "m1,m2,m3" aliases, with your current mouse config.

Example_

If you have "+attack2" with mouse 2, put:

alias m2 "+attack2"

PD: +attack2 is the special attack, such ass, blow up pipes, zoom the sniper rifle, etc.

Code:
alias +aimsg	"bind mouse1 detsentry; bind mouse2 detdispenser; bind mouse3 aimsentry"
alias -aimsg	"m1; m2; m3"

alias m1   "bind mouse1 +attack"
alias m2   "bind mouse2 toggletwo"
alias m3   "bind mouse3 toggleone"

Last edited by DarK_TaO; 10-27-2007 at 01:06 AM.
DarK_TaO is offline   Reply With Quote