Upvote Upvoted 0 Downvote Downvoted
change default crosshair
posted in Customization
1
#1
0 Frags +

can i change the default crosshair to a different vtf crosshair without needing to make a tf_weapon_ file for each weapon, i just want to use a custom crosshair on everything but not using a hud crosshair

can i change the default crosshair to a different vtf crosshair without needing to make a tf_weapon_ file for each weapon, i just want to use a custom crosshair on everything but not using a hud crosshair
2
#2
2 Frags +

https://cfg.tf/tools/crosshairs/

https://cfg.tf/tools/crosshairs/
3
#3
3 Frags +
paiChttps://cfg.tf/tools/crosshairs/

Holy shit dude that is so helpful, I spent like an hour changing a bunch of weapon script files for some weaboo and they ended up not even using them

[quote=paiC]https://cfg.tf/tools/crosshairs/[/quote]
Holy shit dude that is so helpful, I spent like an hour changing a bunch of weapon script files for some weaboo and they ended up not even using them
4
#4
0 Frags +
paiChttps://cfg.tf/tools/crosshairs/Vouriwithout needing to make a tf_weapon_ file for each weapon
[quote=paiC]https://cfg.tf/tools/crosshairs/[/quote]
[quote=Vouri]without needing to make a tf_weapon_ file for each weapon[/quote]
5
#5
0 Frags +
VouripaiChttps://cfg.tf/tools/crosshairs/Vouriwithout needing to make a tf_weapon_ file for each weapon

Whops, sorry. :( Maybe by making a crosshair of your preferation by putting its settings on a cfg file?

[quote=Vouri][quote=paiC]https://cfg.tf/tools/crosshairs/[/quote]
[quote=Vouri]without needing to make a tf_weapon_ file for each weapon[/quote][/quote]
Whops, sorry. :( Maybe by making a crosshair of your preferation by putting its settings on a cfg file?
6
#6
2 Frags +
VouripaiChttps://cfg.tf/tools/crosshairs/Vouriwithout needing to make a tf_weapon_ file for each weapon

put your crosshair files to custom/anything/materials/vgui/replay/thumbnails
type cl_crosshair_file ../replay/thumbnails/name of your crosshair on sv_pure 0
ez

[quote=Vouri][quote=paiC]https://cfg.tf/tools/crosshairs/[/quote]
[quote=Vouri]without needing to make a tf_weapon_ file for each weapon[/quote][/quote]
put your crosshair files to custom/anything/materials/vgui/replay/thumbnails
type cl_crosshair_file ../replay/thumbnails/name of your crosshair on sv_pure 0
ez
7
#7
0 Frags +

not working, just shows a pink/black missing texture :(
i tried every file path for cl_crosshair_file .. and i tried putting it in materials/vgui/crosshairs since thats the folder the game was saying it was checking and it didnt work

not working, just shows a pink/black missing texture :(
i tried every file path for cl_crosshair_file .. and i tried putting it in materials/vgui/crosshairs since thats the folder the game was saying it was checking and it didnt work
8
#8
0 Frags +
Vourinot working, just shows a pink/black missing texture :(
i tried every file path for cl_crosshair_file .. and i tried putting it in materials/vgui/crosshairs since thats the folder the game was saying it was checking and it didnt work

you're either not on sv_pure 0 server OR you are entering the wrong path OR you have your crosshair files in incorrect location
or you can just open all weapon scripts in notepad++ or something similar, press ctrl+f and use the replace all in open documents function

[quote=Vouri]not working, just shows a pink/black missing texture :(
i tried every file path for cl_crosshair_file .. and i tried putting it in materials/vgui/crosshairs since thats the folder the game was saying it was checking and it didnt work[/quote]
you're either not on sv_pure 0 server OR you are entering the wrong path OR you have your crosshair files in incorrect location
or you can just open all weapon scripts in notepad++ or something similar, press ctrl+f and use the replace all in open documents function
9
#9
0 Frags +

server is sv_pure 0, crosshair files (.vtf and .vmt) are in tf/custom/my_custom_stuff/materials/vgui/replay/thumbnails

] cl_crosshair_file replay/thumbnails/ql_7
--- Missing Vgui material vgui/crosshairs/replay/thumbnails/ql_7

is what shows up when i enter any file path for the crosshairs. i assume i need vgui/crosshairs but what do i put in there? just the .vtf /.vmt files or more folders

server is sv_pure 0, crosshair files (.vtf and .vmt) are in tf/custom/my_custom_stuff/materials/vgui/replay/thumbnails
[quote]] cl_crosshair_file replay/thumbnails/ql_7
--- Missing Vgui material vgui/crosshairs/replay/thumbnails/ql_7
[/quote]
is what shows up when i enter any file path for the crosshairs. i assume i need vgui/crosshairs but what do i put in there? just the .vtf /.vmt files or more folders
10
#10
0 Frags +
Vourii cant read instructions

no you put your crosshair into custom/anything/materials/vgui/replay/thumbnails not anything else
.. means one directory up, so without it in the path the game's looking for it in materials/vgui/crosshairs/replay/thumbnails/ instead of materials/vgui/replay/thumbnails/
put your .vtf and .vmt to custom/my_custom_stuff/materials/vgui/replay/thumbnails
cl_crosshair_file ../replay/thumbnails/ql_7

[quote=Vouri]i cant read instructions[/quote]
no you put your crosshair into custom/anything/materials/vgui/replay/thumbnails not anything else
.. means one directory up, so without it in the path the game's looking for it in materials/vgui/crosshairs/replay/thumbnails/ instead of materials/vgui/replay/thumbnails/
put your .vtf and .vmt to custom/my_custom_stuff/materials/vgui/replay/thumbnails
cl_crosshair_file ../replay/thumbnails/ql_7
11
#11
0 Frags +
] cl_crosshair_file ../replay/thumbnails/ql_7
--- Missing Vgui material vgui/crosshairs/../replay/thumbnails/ql_7
[quote]] cl_crosshair_file ../replay/thumbnails/ql_7
--- Missing Vgui material vgui/crosshairs/../replay/thumbnails/ql_7[/quote]
12
#12
0 Frags +
Vouri] cl_crosshair_file ../replay/thumbnails/ql_7
--- Missing Vgui material vgui/crosshairs/../replay/thumbnails/ql_7

you are doing something wrong
are you sure you are in sv_pure 0? you get this error when you're in sv_pure 2/1 server
are you sure you have both .vmt and .vtf files in there and that .vmt correctly points at the .vtf?

https://i.imgur.com/J0fTvnK.png

are you sure that the files are in \custom\stuff\materials\vgui\replay\thumbnails

https://imgur.com/a/CnTBF

[quote=Vouri][quote]] cl_crosshair_file ../replay/thumbnails/ql_7
--- Missing Vgui material vgui/crosshairs/../replay/thumbnails/ql_7[/quote][/quote]
you are doing something wrong
are you sure you are in sv_pure 0? you get this error when you're in sv_pure 2/1 server
are you sure you have both .vmt and .vtf files in there and that .vmt correctly points at the .vtf?
[img]https://i.imgur.com/J0fTvnK.png[/img]
are you sure that the files are in \custom\stuff\materials\vgui\replay\thumbnails

https://imgur.com/a/CnTBF
13
#13
0 Frags +

If you don't want to make the scripts folder with weapon txt files then it's not possible.
Not sure exactly why you don't want the txt files.

Does it conflict with your small explosions? use cfg.tf to merge them into one file
Does it take too much time? use cfg.tf to do it in 10 minutes

cfg.tf has the ql_7 crosshair as a standard option

If you don't want to make the scripts folder with weapon txt files then it's not possible.
Not sure exactly why you don't want the txt files.

Does it conflict with your small explosions? use cfg.tf to merge them into one file
Does it take too much time? use cfg.tf to do it in 10 minutes

cfg.tf has the ql_7 crosshair as a standard option
Please sign in through STEAM to post a comment.