GoldenEye: Source Forums

Editing and Customization => Modding Help => Tutorials => Topic started by: Anthony on March 10, 2010, 08:04:40 am

Title: [MACRO] Aim Mode Toggle
Post by: Anthony on March 10, 2010, 08:04:40 am
Paste the following in the Valve.rc file of the 'cfg' directory in 'gesource'.
Code: [Select]
alias a1 "+aimmode;bind mouse3 a2;bind shift a2"
alias a2 "-aimmode;bind mouse3 a1;bind shift a1"
bind mouse3 a1
bind shift a1
echo "Macro registration complete."

Self explanatory.
Title: Re: [MACRO] Aim Mode Toggle
Post by: Anthony on March 10, 2010, 08:25:06 am
Oh, be careful. If you are dead, you may need to press the toggle in order to revive yourself.
Title: Re: [MACRO] Aim Mode Toggle
Post by: EMH Mark I on March 10, 2010, 07:17:50 pm
I just tried this out in-game, and it works like a charm.  thanks!
Title: Re: [MACRO] Aim Mode Toggle
Post by: Wake[of]theBunT on March 11, 2010, 12:59:06 pm
You should explain it anyway even if it's self explanatory in your view. People like to understand without putting it in place to see.