Upvote Upvoted 6 Downvote Downvoted
3 vtf crosshairs on m0reshud
posted in Customization
1
#1
0 Frags +

As soon as i found out about vtf crosshairs i started messing with them and finding decent ones and info was difficult so i thought id share mine after i got mine setup

The HUD is the most recent m0res that i changed myself to make the ammo and hp numbers smaller, still all credit to Hypnotize for HUD

On the hud is 3 vtf crosshairs: A simple cross with outline, seekers with outline and Dot with outline (not the best)
these crosshairs can be assigned to every weapon and will switch seemlessly. These vtf crosshairs are edited with the cl_crosshair commands, also you can still use the crosshairs that are all ready ingame as the vtf crosshairs only replace the cl_crosshair "" one. (You need to have your crosshair set to cl_crosshair "" to see the vtf one)

Images of the crosshairs and hud: http://imgur.com/a/GAapd
Download: https://www.dropbox.com/sh/eknt5kmra9w830e/AAAUzq9WtipDqzUAKjCxkYXla?dl=0

The vtfs are located at tf\custom\hud\materials\vgui\replay\thumbnails (You can add more but you need the .vtf and the .vmt files)

To assign a crosshair to a weapon you need to open the script file for the weapon you want in tf\custom\hud\scripts folder (You may already like how i have them setup so try them first)

To change the crosshair you need to scroll down to where it says "crosshair" and change the file directory to where the vtf crosshair is located, usually just change the last bit to the crosshair you want.

"crosshair"
{
"file" "vgui/replay/thumbnails/crosshair11"
"x" "32"
"y" "32"
"width" "32"
"height" "32"
}

Because i found the weapon files on https://www.twitch.tv/stark62 they already have a small explosions script on and have no idea where to get the weapon script files without it so just be wary if you like explosions on.

If you want the crosshairs on a different hud then you only need the tf\custom\hud\materials\vgui\replay\thumbnails files and all the weapon script files in tf\custom\hud\scripts Then you can just throw them into the hud of your choice

To install just drag the hud file you downloaded into your custom folder like you would any other hud.

Give me no credit for creating the hud or crosshairs, i merely just put them together.

As soon as i found out about vtf crosshairs i started messing with them and finding decent ones and info was difficult so i thought id share mine after i got mine setup

The HUD is the most recent m0res that i changed myself to make the ammo and hp numbers smaller, still all credit to Hypnotize for HUD

On the hud is 3 vtf crosshairs: A simple cross with outline, seekers with outline and Dot with outline (not the best)
these crosshairs can be assigned to every weapon and will switch seemlessly. These vtf crosshairs are edited with the cl_crosshair commands, also you can still use the crosshairs that are all ready ingame as the vtf crosshairs only replace the cl_crosshair "" one. (You need to have your crosshair set to cl_crosshair "" to see the vtf one)

Images of the crosshairs and hud: http://imgur.com/a/GAapd
Download: https://www.dropbox.com/sh/eknt5kmra9w830e/AAAUzq9WtipDqzUAKjCxkYXla?dl=0

The vtfs are located at tf\custom\hud\materials\vgui\replay\thumbnails (You can add more but you need the .vtf and the .vmt files)

To assign a crosshair to a weapon you need to open the script file for the weapon you want in tf\custom\hud\scripts folder (You may already like how i have them setup so try them first)

To change the crosshair you need to scroll down to where it says "crosshair" and change the file directory to where the vtf crosshair is located, usually just change the last bit to the crosshair you want.

"crosshair"
{
"file" "[b]vgui/replay/thumbnails/crosshair11[/b]"
"x" "32"
"y" "32"
"width" "32"
"height" "32"
}

Because i found the weapon files on https://www.twitch.tv/stark62 they already have a small explosions script on and have no idea where to get the weapon script files without it so just be wary if you like explosions on.

If you want the crosshairs on a different hud then you only need the[u] tf\custom\hud\materials\vgui\replay\thumbnails[/u] files and all the weapon script files in [u]tf\custom\hud\scripts[/u] Then you can just throw them into the hud of your choice

To install just drag the hud file you downloaded into your custom folder like you would any other hud.

Give me no credit for creating the hud or crosshairs, i merely just put them together.
2
#2
0 Frags +

I guess Ill give my 2 cents as well since I believe the way you do it is not ideal:

1.) You put the crosshairs into your custom hud. You probably want to have them in tf/custom/mycustomstuff. You'll use the same folders (thumbnails and scripts) but this method ensures the crosshairs are not interconnected with your hud. Thus you dont have to reinstall them every time you install a new hud.

2.) Your dot seems to be super tiny, you yourself stated it wouldnt be ideal. Rainoflight created this dot which is rather big by default but looks good no matter the scale. http://www.teamfortress.tv/30866/guide-weapon-specific-custom-crosshairs (post #15)

3.)width and height on 32 works for some crosshairs but not for all. I seem to have the best success having both on 64, otherwise you may end up with 4 crosshairs instead of one for some reason, that is to say you may have to divide the values in half/ double them depending on the crosshair.

4.)about the explosions -> These are the default explosions for anyone curious:
"ExplosionSound" "Weapon_Grenade_Pipebomb.Explode"
"ExplosionEffect" "ExplosionCore_wall"
"ExplosionPlayerEffect" "ExplosionCore_MidAir"
"ExplosionWaterEffect" "ExplosionCore_MidAir"

simply replace electrocuted_blue_flash with these.

I guess Ill give my 2 cents as well since I believe the way you do it is not ideal:

1.) You put the crosshairs into your custom hud. You probably want to have them in tf/custom/mycustomstuff. You'll use the same folders (thumbnails and scripts) but this method ensures the crosshairs are not interconnected with your hud. Thus you dont have to reinstall them every time you install a new hud.

2.) Your dot seems to be super tiny, you yourself stated it wouldnt be ideal. Rainoflight created this dot which is rather big by default but looks good no matter the scale. http://www.teamfortress.tv/30866/guide-weapon-specific-custom-crosshairs (post #15)

3.)width and height on 32 works for some crosshairs but not for all. I seem to have the best success having both on 64, otherwise you may end up with 4 crosshairs instead of one for some reason, that is to say you may have to divide the values in half/ double them depending on the crosshair.

4.)about the explosions -> These are the default explosions for anyone curious:
"ExplosionSound" "Weapon_Grenade_Pipebomb.Explode"
"ExplosionEffect" "ExplosionCore_wall"
"ExplosionPlayerEffect" "ExplosionCore_MidAir"
"ExplosionWaterEffect" "ExplosionCore_MidAir"

simply replace electrocuted_blue_flash with these.
Please sign in through STEAM to post a comment.