Forum
halp! crosshair issues.
Created 2nd May 2009 @ 22:11
Add A Reply Pages: 1
well the problem is that my crosshair changes automaticly. I set it to crosshair 7(the one i want) and when i change weapon it changes to crosshair 3 or 5. its crosshair 4 on the rocket launcher and showel but on the sg its crosshair 5.
does anybody know what to do?
Seems to me you have a script that will change your crosshair when you swap to the shovel or rl. Do you have any`?
ok i just tried reinstalling the game and i got the same thing.
I dont use any scripts or such. I really have no idea what to do.
Hijacking thread alittle…
Whenever I restart tf2/map changes my crosshair goes back to being _VERY_ small, which is what I don’t want it to be, I want it to be like half big. the thing is when I change on the scale thing in options just have to move it 1 millimeter to the right or left and apply and it goes back the way I want it.
Anyone have any idea whats wrong? I’m fairly certain theres no writing-protected configs or whatnot that would be f**king with me.. And it is starting to annoy me rather hard because I have to change it every time map changes.
thanks in advance..
fisk dependant on what crosshair (1-7) and what scale you want it set to you can just add the commands into your autoexec (if you use the same crosshair for all classes / weapons etc)
for example these are the crosshairs i use:
alias “_xhair2” “cl_crosshair_scale 17;cl_crosshair_file crosshair2”
alias “_xhair3” “cl_crosshair_scale 27;cl_crosshair_file crosshair3”
alias “_xhair5” “cl_crosshair_scale 20;cl_crosshair_file crosshair5”
alias “_xhair6” “cl_crosshair_scale 25;cl_crosshair_file crosshair6”
alias “_xhair7” “cl_crosshair_scale 25;cl_crosshair_file crosshair7″
Personal preference does apply but for each class config (if you want specific crosshairs) add _xhair
So for example in your soldier.cfg
”
//Crosshair
_xhair2
”
Without the “‘s of course.
Or if you dont want class specific crosshairs just type in your autoexec.cfg
”
//Crosshair
cl_crosshair_scale 25
cl_crosshair_file crosshair7
”
Just an example, also the slider ingame doesnt show all the possible scale sizes so try creating your own server and fiddling about to get the exact number you want.
Yeah I guess the last part of your post is what I was after really, I just haven’t been bothered to crunch the numbers, the thing that disturbs me is that it resets every time though, thats why I was wondering if it was a known problem or if I’m just gay…
oh well, I’ll research it some time.. not too soon.. :p
nvm, I fixed it :)
Would be nice if you could explain what was wrong so the next one with the same issue maybe has a fast solution :)
Add A Reply Pages: 1