Upvote Upvoted 0 Downvote Downvoted
Help me with hud Please
posted in Q/A Help
1
#1
0 Frags +

Hey guys, so i recently fell in love with BwHUD hud. And all I need for it to be perfect for me is this https://www.youtube.com/watch?v=7_gV8EwYchQ with outline crosshair.

It’s called seeker’s crosshair and it can be found in broeselhud_blue_3.5
So if there’s any good soul willing to put this crooshair into that bwHUD, I’d love you for the rest of my life.

Hey guys, so i recently fell in love with BwHUD hud. And all I need for it to be perfect for me is this https://www.youtube.com/watch?v=7_gV8EwYchQ with outline crosshair.

It’s called seeker’s crosshair and it can be found in broeselhud_blue_3.5
So if there’s any good soul willing to put this crooshair into that bwHUD, I’d love you for the rest of my life.
2
#2
0 Frags +

Though I can't help but try posting here-->
http://teamfortress.tv/thread/19073/hud-editing-short-questions-quick-answers
you'll get the perfect answer and probably learn how to do it Yourself and learn more aswell .
*edit*
Nvm you got your help :p

Though I can't help but try posting here-->
http://teamfortress.tv/thread/19073/hud-editing-short-questions-quick-answers
you'll get the perfect answer and probably learn how to do it Yourself and learn more aswell .
*edit*
Nvm you got your help :p
3
#3
2 Frags +

Copy & paste this into your hudlayout.res:

	"seeker's crosshair"
	{
		"controlName"				"CExLabel"
		"fieldName"					"Crosshair20"
		"visible"					"1"
		"enabled"					"1"
		"zpos"						"1"
		"xpos"						"c-27"
		"ypos"						"c-25"
		"wide"						"50"
		"tall"						"51"
		"font"						"seeker11outline" // options: seeker10, seeker10outline, seeker11, seeker11outline, seeker12, seeker12outline
		"labelText"					"x"
		"textAlignment"				"center"
		"fgcolor"					"255 255 255 255"
	}

Copy & paste this into somewhere in the middle of your clientscheme:

	"seeker10"
		{
			"1"
			{
				"name"			"tf2cross"
				"tall"			"10"
				"weight"		"0"
				"antialias"		"1"
				"additive"		"0"
				"outline"		"0"
			}
		}
		"seeker10outline"
		{
			"1"
			{
				"name"			"tf2cross"
				"tall"			"10"
				"weight"		"0"
				"antialias"		"1"
				"additive"		"0"
				"outline"		"1"
			}
		}
		"seeker11"
		{
			"1"
			{
				"name"			"tf2cross"
				"tall"			"11"
				"weight"		"0"
				"antialias"		"1"
				"additive"		"0"
				"outline"		"0"
			}
		}
		"seeker11outline"
		{
			"1"
			{
				"name"			"tf2cross"
				"tall"			"11"
				"weight"		"0"
				"antialias"		"1"
				"additive"		"0"
				"outline"		"1"
			}
		}
		"seeker12"
		{
			"1"
			{
				"name"			"tf2cross"
				"tall"			"12"
				"weight"		"0"
				"antialias"		"1"
				"additive"		"0"
				"outline"		"0"
			}
		}
		"seeker12outline"
		{
			"1"
			{
				"name"			"tf2cross"
				"tall"			"12"
				"weight"		"0"
				"antialias"		"1"
				"additive"		"0"
				"outline"		"1"
			}
		}

And this at the end of clientscheme: (doesn't really matter you can put it wherever just make sure the {} are correct)

		"14"
		{
			"font" "resource/tf2cross.ttf"
			"name" "tf2cross"
		}

And finally copy & paste the tf2cross font from broesel_hud into your BW resource folder.

Copy & paste this into your hudlayout.res:
[code] "seeker's crosshair"
{
"controlName" "CExLabel"
"fieldName" "Crosshair20"
"visible" "1"
"enabled" "1"
"zpos" "1"
"xpos" "c-27"
"ypos" "c-25"
"wide" "50"
"tall" "51"
"font" "seeker11outline" // options: seeker10, seeker10outline, seeker11, seeker11outline, seeker12, seeker12outline
"labelText" "x"
"textAlignment" "center"
"fgcolor" "255 255 255 255"
}[/code]

Copy & paste this into somewhere in the middle of your clientscheme:
[code] "seeker10"
{
"1"
{
"name" "tf2cross"
"tall" "10"
"weight" "0"
"antialias" "1"
"additive" "0"
"outline" "0"
}
}
"seeker10outline"
{
"1"
{
"name" "tf2cross"
"tall" "10"
"weight" "0"
"antialias" "1"
"additive" "0"
"outline" "1"
}
}
"seeker11"
{
"1"
{
"name" "tf2cross"
"tall" "11"
"weight" "0"
"antialias" "1"
"additive" "0"
"outline" "0"
}
}
"seeker11outline"
{
"1"
{
"name" "tf2cross"
"tall" "11"
"weight" "0"
"antialias" "1"
"additive" "0"
"outline" "1"
}
}
"seeker12"
{
"1"
{
"name" "tf2cross"
"tall" "12"
"weight" "0"
"antialias" "1"
"additive" "0"
"outline" "0"
}
}
"seeker12outline"
{
"1"
{
"name" "tf2cross"
"tall" "12"
"weight" "0"
"antialias" "1"
"additive" "0"
"outline" "1"
}
}[/code]
And this at the end of clientscheme: (doesn't really matter you can put it wherever just make sure the {} are correct)
[code] "14"
{
"font" "resource/tf2cross.ttf"
"name" "tf2cross"
}[/code]
And finally copy & paste the tf2cross font from broesel_hud into your BW resource folder.
Please sign in through STEAM to post a comment.