Upvote Upvoted 0 Downvote Downvoted
viewmodels off
posted in Q/A Help
1
#1
0 Frags +

i use the mouse wheel instead of any numbers or letters for my weapon slots and i'd like to know, how do you exactly turn off viewmodels (for scout) but leave the melee weapon viewmodel on? like, scrolling through weapons and stuff. thanks.

i use the mouse wheel instead of any numbers or letters for my weapon slots and i'd like to know, how do you exactly turn off viewmodels (for scout) but leave the melee weapon viewmodel on? like, scrolling through weapons and stuff. thanks.
2
#2
2 Frags +

Easiest way would be using this site to create a config for you: http://clugu.com/tf2mate/

class & weapons section is near the bottom. can be unique for each class, so scout only shows melee, but soldier could show melee + shotgun for example

you'll want to pay attention to the other options too, to make sure you don't enable/disable something by accident

Easiest way would be using this site to create a config for you: http://clugu.com/tf2mate/

class & weapons section is near the bottom. can be unique for each class, so scout only shows melee, but soldier could show melee + shotgun for example

you'll want to pay attention to the other options too, to make sure you don't enable/disable something by accident
3
#3
-1 Frags +
bind mwheelup slot1settings
bind mwheeldown slot2settings
bind KP_END slot3settings
alias "slot1settings" "slot1; r_drawviewmodel 0"
alias "slot2settings" "slot2; r_drawviewmodel 0"
alias "slot3settings" "slot3; r_drawviewmodel 1"

replace KP_END with your mele button of choice

[code]bind mwheelup slot1settings
bind mwheeldown slot2settings
bind KP_END slot3settings
alias "slot1settings" "slot1; r_drawviewmodel 0"
alias "slot2settings" "slot2; r_drawviewmodel 0"
alias "slot3settings" "slot3; r_drawviewmodel 1"
[/code]

replace KP_END with your mele button of choice
4
#4
2 Frags +

What I use is a crosshair switcher.

https://www.google.com/search?q=tf2+crosshair+switcher&oq=tf2+crosshair+switcher&sugexp=chrome,mod=0&sourceid=chrome&ie=UTF-8

There's a couple different kinds, so figure out the features you want and then go from there. Most of the differences are in what buttons you want to use to switch weapons. I know the one I use has mousewheel, number keys, and the lastinv or Q functionality. I like having all three available to me, so I use that. In the switcher you can pick whether you want viewmodels for each weapon slot and you can also pick FOV and crosshair.

What I use is a crosshair switcher.

https://www.google.com/search?q=tf2+crosshair+switcher&oq=tf2+crosshair+switcher&sugexp=chrome,mod=0&sourceid=chrome&ie=UTF-8

There's a couple different kinds, so figure out the features you want and then go from there. Most of the differences are in what buttons you want to use to switch weapons. I know the one I use has mousewheel, number keys, and the lastinv or Q functionality. I like having all three available to me, so I use that. In the switcher you can pick whether you want viewmodels for each weapon slot and you can also pick FOV and crosshair.
5
#5
2 Frags +

use broesels crosshair switcher http://code.google.com/p/broesels-crosshair-switcher/

way better than any hacked up solution you come up with on your own, I replaced all my custom scripts with this.

use broesels crosshair switcher http://code.google.com/p/broesels-crosshair-switcher/

way better than any hacked up solution you come up with on your own, I replaced all my custom scripts with this.
6
#6
0 Frags +

I like broesels but it's really annoying to use on MGE :c

I like broesels but it's really annoying to use on MGE :c
7
#7
0 Frags +

Everyone here misunderstood the question from what I can see. I think he's asking if he can scroll trough the items, up or down, and still get the right viewmodel setting for the right item. Afaik that's not possible, and if it is it's quite complicated.

Everyone here misunderstood the question from what I can see. I think he's asking if he can scroll trough the items, up or down, and still get the right viewmodel setting for the right item. Afaik that's not possible, and if it is it's quite complicated.
8
#8
0 Frags +
HallowEveryone here misunderstood the question from what I can see. I think he's asking if he can scroll trough the items, up or down, and still get the right viewmodel setting for the right item. Afaik that's not possible, and if it is it's quite complicated.

Broesel's switcher can handle that.

[quote=Hallow]Everyone here misunderstood the question from what I can see. I think he's asking if he can scroll trough the items, up or down, and still get the right viewmodel setting for the right item. Afaik that's not possible, and if it is it's quite complicated.[/quote]
Broesel's switcher can handle that.
9
#9
2 Frags +
HallowAfaik that's not possible, and if it is it's quite complicated.

This. I can come up with a solution using eight aliases, but even that will not be perfect. It will get out of sync under various conditions, such as when your weapon changes due to lack of ammo. You can blame TF2 for not having a more dynamic, hook-based scripting system.

I do believe broesel's crosshair switcher will do what you want to the extent which I specified above. I'm not entirely sure as I've never used it.

Anyhow, the best thing to do is use a different key for each weapon.

[quote=Hallow]Afaik that's not possible, and if it is it's quite complicated.[/quote]

This. I can come up with a solution using eight aliases, but even that will not be perfect. It will get out of sync under various conditions, such as when your weapon changes due to lack of ammo. You can blame TF2 for not having a more dynamic, hook-based scripting system.

I do believe broesel's crosshair switcher will do what you want to the extent which I specified above. I'm not entirely sure as I've never used it.

Anyhow, the best thing to do is use a different key for each weapon.
10
#10
-1 Frags +

I use mouse forward for melee and just bound that to turn on view models as well. For toggling view models on and off I just use the middle mouse button.

bind mouse3 "toggle r_drawviewmodel 1 0"
bind "mouse5" "toggle r_drawviewmodel 1; slot3"
I use mouse forward for melee and just bound that to turn on view models as well. For toggling view models on and off I just use the middle mouse button.

[quote]bind mouse3 "toggle r_drawviewmodel 1 0"
bind "mouse5" "toggle r_drawviewmodel 1; slot3"[/quote]
11
#11
1 Frags +

I agree with bluee, http://clugu.com/tf2mate/ is the way to go.

I agree with bluee, http://clugu.com/tf2mate/ is the way to go.
12
#12
0 Frags +

Is there any way how I can remove some weapons and crosshair switcher will ignore them ?

Is there any way how I can remove some weapons and crosshair switcher will ignore them ?
13
#13
-1 Frags +

[h][/h]
Please sign in through STEAM to post a comment.