Forum
crosshairs
Created 31st March 2013 @ 11:50
Add A Reply Pages: 1 2 Next »
Hey.
I want to update my medics config with diffrent croshairs for each weapon, but i don’t know really the commands for it. Maybe someone could help. Main idea – for melee and primary circle crosshair, but for secondary default crosshair.
Thanks in advance.
Quoted from kronis
Hey.
I want to update my medics config with diffrent croshairs for each weapon, but i don’t know really the commands for it. Maybe someone could help. Main idea – for melee and primary circle crosshair, but for secondary default crosshair.
Thanks in advance.
broesels crosshair switcher
Quoted from ash
[…]
broesels crosshair switcher
Here’s the switcher: http://etf2l.org/forum/customise/topic-11110/?recent=426004
And you can take a look at http://clugu.com/tf2mate/
Last edited by Pat,
Ok. That is sorted. Next quastion – i’ve seen in some videos, that when you heal or hit someone, the color changes for the crosshair. Is it a real thing and how can i make it happen.
Quoted from kronis
Ok. That is sorted. Next quastion – i’ve seen in some videos, that when you heal or hit someone, the color changes for the crosshair. Is it a real thing and how can i make it happen.
hm how about:
alias “+heal” “+attack; cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0;”(edit your settings)
alias “-heal” “-attack; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 255;”(Default things)
bind MOUSE1 +heal
… i dont know if this works, just try it out :)
Last edited by Pat,
Quoted from Pat
[…]
hm how about:
alias “+heal” “+attack; cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0;”(edit your settings)
alias “-heal” “-attack; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 255;”(Default things)
bind MOUSE1 +heal… i dont know if this works, just try it out :)
Hmmm – didnt work for me.
Quoted from kronis
[…]
Hmmm – didnt work for me.
it’s working for me – you have to rewrite the ” character, because ETF2L fucked it up :)
Quoted from Pat
[…]
it’s working for me – you have to rewrite the ” character, because ETF2L fucked it up :)
Nop – still not working :(
for custom crosshairs at least you can add a damage indicator, for instance I have:
event DamagedPlayer
{
Animate xHairCustom FgColor "255 0 0 255" Linear 0.0 0.00001
Animate xHairCustom FgColor "255 255 255 255" Linear 0.2 0.20001
}
in my scripts/hudanimations_tf.txt (crosshair pulses red on hit)…
Quoted from Pat
[…]
hm how about:
alias “+heal” “+attack; cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0;”(edit your settings)
alias “-heal” “-attack; cl_crosshair_red 255; cl_crosshair_green 255; cl_crosshair_blue 255;”(Default things)
bind MOUSE1 +heal… i dont know if this works, just try it out :)
how do i make it work only when i play medic with medigun? :D
Last edited by SorroW,
Quoted from SorroW
[…]
how do i make it work only when i play medic with medigun? :D
write it into the medic.cfg
i don’t know if it will work for you
Quoted from Pat
[…]
write it into the medic.cfg
i don’t know if it will work for you
i did that, and it worked, but then it fucked up the mouse 1 on other classes
Quoted from SorroW
[…]
i did that, and it worked, but then it fucked up the mouse 1 on other classes
in all other class configs just write: bind mouse1 “+attack”
Quoted from Permzilla
[…]
in all other class configs just write: bind mouse1 “+attack”
and now it attacks all the time (even when im not pressing) :D
Quoted from SorroW
[…]
and now it attacks all the time (even when im not pressing) :D
Create a file called reset.cfg
Type in it : -attack
Than is all ur classes write : exec reset.cfg
Yom tov
Add A Reply Pages: 1 2 Next »