Forum
Switching between custom crosshair and default crosshair
Created 17th April 2010 @ 20:21
Add A Reply Pages: 1
I need a script to change my crosshair to the stock one on Shotgun/Scattergun, but crosshair #5 default size bright green on the other weapons. Anybody got an easy way of scripting this? I know there was a crosshair changing script hovering around here some time ago but I can’t find that anymore.
You can prob use this from my soldier cfg:
alias “sens1” “slot1;sensitivity 1.125;bind q qsens1; cl_crosshair_scale 40”
alias “sens2” “slot2;sensitivity 0.9;bind q qsens2; cl_crosshair_scale 35”
alias “sens3” “slot3;sensitivity 1.125;bind q qsens1; cl_crosshair_scale 40”
alias “qsens1” “sens2”
alias “qsens2” “sens1”
bind 1 sens1
bind 2 sens2
just change whatever you need to cl_crosshair_file blabla (use this in the console to get the right command: find crosshair)
Only but is that the mousewheel doesn’t work (well it does, but it keeps the settings from the weapon you change it from)
alias “xslot1” “exec lol”
alias “xslot2” “cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0; cl_crosshair_file crosshair5; cl_crosshair_scale 48”
alias “xslot3” “cl_crosshair_red 0; cl_crosshair_green 255; cl_crosshair_blue 0; cl_crosshair_file crosshair5; cl_crosshair_scale 48”
lol.cfg has: cl_crosshair_file “” and nothing else. That’s my soldier one, edit the crosshairs (think the scale might be wrong).
Last edited by Imperium,
check this thread out http://etf2l.org/forum/community/topic-6546/?recent=145998
Quoted from ouch
check this thread out http://etf2l.org/forum/community/topic-6546/?recent=145998
Other than the fact it always sets your fov at 120 and it rebinds Q to switch between primary and secondary, it’s perfect. Thanks!
Check my SlotHandler :D http://etf2l.org/forum/general/topic-8560/?recent=147375. It can do exactly what you want and its easy to “handle” after you installed it. If you got problems or questions you can ask me.
Last edited by XHunter,
Add A Reply Pages: 1