Upvote Upvoted 1 Downvote Downvoted
how to
posted in Q/A Help
1
#1
0 Frags +

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.

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.
2
#2
0 Frags +

there are specific class files in your tf folder. you can bind them there for each class.

there are specific class files in your tf folder. you can bind them there for each class.
3
#3
2 Frags +

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

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
4
#4
-1 Frags +

i want the complete commands to put in my class configs please guys

i want the complete commands to put in my class configs please guys
5
#5
2 Frags +

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.

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.
6
#6
0 Frags +

bind MOUSE2 "+attack2"

bind MOUSE2 "+duck"

bind MOUSE2 "+attack2"

bind MOUSE2 "+duck"
7
#7
0 Frags +

thanks guys

thanks guys
8
#8
-1 Frags +
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

[quote=Sigma]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.[/quote]

ok but now how do i bind crouch to control, need to know please
9
#9
0 Frags +

bind "ctrl" "+duck"

bind "ctrl" "+duck"
10
#10
0 Frags +

After binding mouse2 to other things, how do you make it work in spectator mode again?

After binding mouse2 to other things, how do you make it work in spectator mode again?
11
#11
0 Frags +
frknAfter binding mouse2 to other things, how do you make it work in spectator mode again?

bind "mouse2" "+attack2

[quote=frkn]After binding mouse2 to other things, how do you make it work in spectator mode again?[/quote]
bind "mouse2" "+attack2
Please sign in through STEAM to post a comment.