- Dec 12, 2007
- 203
- 47
I try to add a key binding to change my name. I know I can change my steam name, but I just want to change my in-game name, not the steam name.
Normally you type in the console:
But I want a key binding to make things faster.
There the problems unfortunately start...
Doesn't work. Probably a "" issue.
Trying to get rid of "" gives
Which renames me to 'new_name'.
Suggestions?
Also, all that trying around, I appear to have deleted the cancel build for the enigineer, as it shows now: "hit '< not bound >' to cancel".
How do I rebind that option, because sometimes I need to cancel to shoot back
Normally you type in the console:
Code:
setinfo name "MacNetron <TWM|TF2Maps>"
But I want a key binding to make things faster.
There the problems unfortunately start...
Code:
alias "change_name" setinfo name "MacNetron <TWM|TF2Maps>"
bind "F12" "change_name"
Trying to get rid of "" gives
Code:
alias "new_name" "MacNetron <TWM|TF2Maps>"
alias "change_name" "setinfo name new_name"
bind "F12" "change_name"
Suggestions?
Also, all that trying around, I appear to have deleted the cancel build for the enigineer, as it shows now: "hit '< not bound >' to cancel".
How do I rebind that option, because sometimes I need to cancel to shoot back
Last edited: