Upvote Upvoted 0 Downvote Downvoted
Crosshair Resets
posted in Customization
1
#1
0 Frags +

Got a pretty bad bug with my crosshair. Whenever I restart TF2 / Switch Server / Switch Classes my crosshair resets. Just to give you an example:

This is the crosshair I normally use: http://images.akamai.steamusercontent.com/ugc/170412655655713894/92B6C1D8B04C2EA93D378363DC5A45D2C142302A/

This happends once I switch class: http://images.akamai.steamusercontent.com/ugc/170412655655713758/37C5AAC5D62517C92E6F26DE6F22D4ECC18A0650/

This forces me to constantly get into my settings and change all of it back to default, wich also makes me switch classes insanely slow. Anyone know how to fix this, so the crosshair stays as it is?

PS: What I've noticed is that the crosshair changes to crosshair 5 (smalles size) (white) every time I do one of the following.

Got a pretty bad bug with my crosshair. Whenever I restart TF2 / Switch Server / Switch Classes my crosshair resets. Just to give you an example:

This is the crosshair I normally use: http://images.akamai.steamusercontent.com/ugc/170412655655713894/92B6C1D8B04C2EA93D378363DC5A45D2C142302A/

This happends once I switch class: http://images.akamai.steamusercontent.com/ugc/170412655655713758/37C5AAC5D62517C92E6F26DE6F22D4ECC18A0650/

This forces me to constantly get into my settings and change all of it back to default, wich also makes me switch classes insanely slow. Anyone know how to fix this, so the crosshair stays as it is?

PS: What I've noticed is that the crosshair changes to crosshair 5 (smalles size) (white) every time I do one of the following.
2
#2
1 Frags +

looks like you exec something using your class cfgs. Did you use tf2mate by any chance to make your config?

Open one of your class cfgs that causes the problem, look for crosshair related commands (or aliases. If it's tf2mate you're looking for commands like White, Dot, etc)
If you don't find any but there's commands like "exec x" take a look in x.cfg as well

looks like you exec something using your class cfgs. Did you use tf2mate by any chance to make your config?

Open one of your class cfgs that causes the problem, look for crosshair related commands (or aliases. If it's tf2mate you're looking for commands like White, Dot, etc)
If you don't find any but there's commands like "exec x" take a look in x.cfg as well
3
#3
2 Frags +

x

x
4
#4
1 Frags +
Toblooks like you exec something using your class cfgs. Did you use tf2mate by any chance to make your config?

Open one of your class cfgs that casues the problem, look for crosshair related commands (or aliases. If it's tf2mate you're looking for commands like White, Dot, etc)
If you don't find any but there's commands like "exec x" take a look in x.cfg as well
Fire99% something in your class configs changing your crosshair.
if you want to look into it and actually fix it either look at the class configs yourself and try to find the error or post them here (in spoilers or pastebin/something similar pls) so we can look into it.

if you just want to get a fast fix you can type the following into your autoexec:
*YOUR DESIRED SETTINGS HERE*
alias cl_crosshair_scale ""
alias cl_crosshair_file ""
alias cl_crosshair_red ""
alias cl_crosshair_blue ""
alias cl_crosshair_green ""
this will essentially disable these commands for the session thus they cant be changed to the unwanted crosshair anymore.
however i would recommend looking into your configs for the sole purpose of learning this stuff.

also if you use tf2mate then you probably have the crosshairswitcher enabled, its a huge mess of configs and i cba to look into it rn, tho if you happen to have it i can try to look into it and see if i can disable the switcher.

Thank you both for the help. I figured out the reason why this problem occured, since I created my autoexec.cfg folder while having this crosshair. Instead of changing the crosshair value for all classes (wich I am too lazy to do) I changed the crosshair value on my autoexec.cfg to:
cl_crosshair_red "0.000000"
cl_crosshair_green "255.000000"
cl_crosshair_blue "0.000000"
cl_crosshair_file "default"
cl_crosshair_scale "26.500000"
Currently working perfectly fine, so I'd give you both a thank you for your help! :)

EDIT: That first one ended up beeing just added when opening the main menu, so I had to change the value in every single class cfg. Still, it all works fine now as I've done that. :)

[quote=Tob]looks like you exec something using your class cfgs. Did you use tf2mate by any chance to make your config?

Open one of your class cfgs that casues the problem, look for crosshair related commands (or aliases. If it's tf2mate you're looking for commands like White, Dot, etc)
If you don't find any but there's commands like "exec x" take a look in x.cfg as well[/quote]
[quote=Fire]99% something in your class configs changing your crosshair.
if you want to look into it and actually fix it either look at the class configs yourself and try to find the error or post them here (in spoilers or pastebin/something similar pls) so we can look into it.

if you just want to get a fast fix you can type the following into your autoexec:
[code]
*YOUR DESIRED SETTINGS HERE*
alias cl_crosshair_scale ""
alias cl_crosshair_file ""
alias cl_crosshair_red ""
alias cl_crosshair_blue ""
alias cl_crosshair_green ""
[/code]
this will essentially disable these commands for the session thus they cant be changed to the unwanted crosshair anymore.
however i would recommend looking into your configs for the sole purpose of learning this stuff.

also if you use tf2mate then you probably have the crosshairswitcher enabled, its a huge mess of configs and i cba to look into it rn, tho if you happen to have it i can try to look into it and see if i can disable the switcher.[/quote]
Thank you both for the help. I figured out the reason why this problem occured, since I created my autoexec.cfg folder while having this crosshair. Instead of changing the crosshair value for all classes (wich I am too lazy to do) I changed the crosshair value on my autoexec.cfg to:
cl_crosshair_red "0.000000"
cl_crosshair_green "255.000000"
cl_crosshair_blue "0.000000"
cl_crosshair_file "default"
cl_crosshair_scale "26.500000"
Currently working perfectly fine, so I'd give you both a thank you for your help! :)

EDIT: That first one ended up beeing just added when opening the main menu, so I had to change the value in every single class cfg. Still, it all works fine now as I've done that. :)
Please sign in through STEAM to post a comment.