Fortress Forever

Fortress Forever (https://forums.fortress-forever.com/index.php)
-   Tips and Tutorials (https://forums.fortress-forever.com/forumdisplay.php?f=37)
-   -   Looking for script (https://forums.fortress-forever.com/showthread.php?t=16282)

noeffeks 06-21-2008 09:19 PM

Looking for script
 
This was a script made back in 1.0 days i used. I allowed one to use both strafe keys at the same time.

So u could hold down A, and then press D and it would start strafeing to the right, let go of D and right back to strafing left.

I lost it cause i forgot to back it up before i reformatted. Cant find it now.

Agent Buckshot Moose 06-22-2008 04:20 AM

I gave this to EFEX when the site was down via Steam, but here it is in case anyone else wants it:

Code:

alias +toggleRight "-moveleft;+moveright"
alias -toggleRight "-moveright;+moveleft"

alias +toggleLeft "-moveright;+moveleft"
alias -toggleLeft "-moveleft;+moveright"

alias +lefty "bind d +toggleRight;+moveleft"
alias -lefty "bind d +righty;-moveleft"

alias +righty "bind a +toggleLeft;+moveright"
alias -righty "bind a +lefty;-moveright"

bind a "+lefty"
bind d "+righty"


jordan10la 06-24-2008 09:54 PM

I thought it already worked that way :P

Agent Buckshot Moose 06-25-2008 03:27 AM

No. When you press the opposite button the two basically cancel each other out. This effectively overrides that.

jordan10la 06-25-2008 04:42 AM

Quote:

Originally Posted by Agent Buckshot Moose
No. When you press the opposite button the two basically cancel each other out. This effectively overrides that.

Cool I'll have to check that script out.

Nuk3m 06-26-2008 03:50 PM

hmm the script seems a bit buggy, idk maybe its just me.


All times are GMT. The time now is 07:35 AM.

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