Upvote Upvoted 1 Downvote Downvoted
Crosshair Aliases - HELP!
posted in Customization
1
#1
0 Frags +

I'm trying to change my crosshairs depending on slots. I was informed about using the aliases, but I'm not sure how. Can anyone help me?

I'm trying to change my crosshairs depending on slots. I was informed about using the aliases, but I'm not sure how. Can anyone help me?
2
#2
0 Frags +

You could try using broesel's crosshair switcher
https://code.google.com/p/broesels-crosshair-switcher/

you change the settings based on which crosshair/size you want for each weapon

You could try using broesel's crosshair switcher
https://code.google.com/p/broesels-crosshair-switcher/

you change the settings based on which crosshair/size you want for each weapon
3
#3
0 Frags +

I used tf2mate to do it for me, but it may not be helpful if you want an understanding of how the scripting works.

http://clugu.com/tf2mate/

I used tf2mate to do it for me, but it may not be helpful if you want an understanding of how the scripting works.

http://clugu.com/tf2mate/
4
#4
0 Frags +

alias small_red_cross "cl_crosshair_blue 0; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_file crosshair7; cl_crosshair_scale 24"
alias small_blue_cross "cl_crosshair_blue 255; cl_crosshair_red 0; cl_crosshair_green 0; cl_crosshair_file crosshair7; cl_crosshair_scale 24"

etc etc

you can bind keys to aliases, ex.
bind "1" "small_red_cross; slot1; viewmodel_fov 90; r_drawviewmodel 0"

alias small_red_cross "cl_crosshair_blue 0; cl_crosshair_red 255; cl_crosshair_green 0; cl_crosshair_file crosshair7; cl_crosshair_scale 24"
alias small_blue_cross "cl_crosshair_blue 255; cl_crosshair_red 0; cl_crosshair_green 0; cl_crosshair_file crosshair7; cl_crosshair_scale 24"

etc etc

you can bind keys to aliases, ex.
bind "1" "small_red_cross; slot1; viewmodel_fov 90; r_drawviewmodel 0"
Please sign in through STEAM to post a comment.