Craynon
Member
- Joined
- Aug 31, 2011
- Messages
- 47
- Reaction score
- 0
Note: This is a rough approximation of a guide that used to be on these forums.
Tired of not being able to talk whilst crouching? Well fear not! I have a solution.
You're going to need to create three files in your C:\Program Files\Steam\steamapps\<Login Name>\garrysmod\garrysmod\cfg folder.
These files are:
In autoexec.cfg, type:
In myaliases.cfg, type:
In mybindings.cfg, type:
Remember to replace <KEY> with the key of your choice.
Then just save these three files, restart Gmod et Voilá! 1 custom crouch keybind!
Enjoy!
Tired of not being able to talk whilst crouching? Well fear not! I have a solution.
You're going to need to create three files in your C:\Program Files\Steam\steamapps\<Login Name>\garrysmod\garrysmod\cfg folder.
These files are:
- autoexec.cfg
- myaliases.cfg
- mybindings.cfg
In autoexec.cfg, type:
Code:
exec myaliases.cfg
exec mybindings.cfg
In myaliases.cfg, type:
Code:
alias duck_t "duck_on"
alias duck_on "alias duck_t duck_off; +duck; developer 1; echo Crouching (on); developer 0"
alias duck_off "alias duck_t duck_on; -duck; developer 1; echo Crouching (off); developer 0"
In mybindings.cfg, type:
Code:
bind "<KEY>" "duck_t"
Remember to replace <KEY> with the key of your choice.
Then just save these three files, restart Gmod et Voilá! 1 custom crouch keybind!
Enjoy!