hey guys for soldier i bind mouse 2 to crouch (idk why just a habit i pickedup), now when i offclass i need to reset my mouse 2 to alt attack oralt function and then crouch to control in the in game settings, i was wondering how i could do this in my class configs.
there are specific class files in your tf folder. you can bind them there for each class.
id make a tf2 mate config. it has a neat feature where if you were to bind mouse2 to crouch in your soldier config, when you change classes it would rebind mouse2 to +attack2
i want the complete commands to put in my class configs please guys
If this is all you need to do, and have nothing more complicated going on, all you need is: in soldier.cfg:
bind mouse2 +duck
In the other classes:
bind mouse2 +attack2
Binding mouse2 to +duck doesn't unbind ctrl, so you don't need to redo that.
A good practice so you don't have to go changing 9 files every time you have to change 1 is to make a default.cfg which has your base settings (in your case, this would be "bind mouse2 +attack2") and at the top of each class cfg, "exec default". In soldier.cfg:
exec default
bind mouse2 +duck
...would do what you want.
bind mouse2 +duck
In the other classes:
bind mouse2 +attack2
Binding mouse2 to +duck doesn't unbind ctrl, so you don't need to redo that.
A good practice so you don't have to go changing 9 files every time you have to change 1 is to make a default.cfg which has your base settings (in your case, this would be "bind mouse2 +attack2") and at the top of each class cfg, "exec default". In soldier.cfg:
exec default
bind mouse2 +duck
...would do what you want.
SigmaIf this is all you need to do, and have nothing more complicated going on, all you need is: in soldier.cfg:
bind mouse2 +duck
In the other classes:
bind mouse2 +attack2
Binding mouse2 to +duck doesn't unbind ctrl, so you don't need to redo that.
A good practice so you don't have to go changing 9 files every time you have to change 1 is to make a default.cfg which has your base settings (in your case, this would be "bind mouse2 +attack2") and at the top of each class cfg, "exec default". In soldier.cfg:
exec default
bind mouse2 +duck
...would do what you want.
ok but now how do i bind crouch to control, need to know please
bind mouse2 +duck
In the other classes:
bind mouse2 +attack2
Binding mouse2 to +duck doesn't unbind ctrl, so you don't need to redo that.
A good practice so you don't have to go changing 9 files every time you have to change 1 is to make a default.cfg which has your base settings (in your case, this would be "bind mouse2 +attack2") and at the top of each class cfg, "exec default". In soldier.cfg:
exec default
bind mouse2 +duck
...would do what you want.[/quote]
ok but now how do i bind crouch to control, need to know please
After binding mouse2 to other things, how do you make it work in spectator mode again?