Upvote Upvoted 180 Downvote Downvoted
1 ⋅⋅ 20 21 22 23
broeselhud_blue
posted in Customization
661
#661
0 Frags +

Anyone know how to remove the outline from damage numbers? Sorry if it's obvious, i don't know shit about huds lol

Anyone know how to remove the outline from damage numbers? Sorry if it's obvious, i don't know shit about huds lol
662
#662
0 Frags +
iodineAnyone know how to remove the outline from damage numbers? Sorry if it's obvious, i don't know shit about huds lol

You’ll have to edit the font in the clientsceheme. There should be an entry corresponding with the font used by the damage numbers, which signifies the use of an outline. Turn that to 0.

[quote=iodine]Anyone know how to remove the outline from damage numbers? Sorry if it's obvious, i don't know shit about huds lol[/quote]

You’ll have to edit the font in the clientsceheme. There should be an entry corresponding with the font used by the damage numbers, which signifies the use of an outline. Turn that to 0.
663
#663
0 Frags +

ty for hud

ty for hud
664
#664
1 Frags +

if you want to get the friends list you can put this code into your MainMenuOverride.res inside the ui folder

	"FriendsContainer"
	{
		"ControlName"								"EditablePanel"
		"fieldname"									"FriendsContainer"
		"xpos"										"r107"
		"ypos"										"200"
		"zpos"										"11"
		"wide"										"106"
		"tall"										"220"
		"visible"									"1"
		"bgcolor_override"							"0 0 0 50"

		"SteamFriendsList"
		{
			"ControlName"							"CSteamFriendsListPanel"
			"fieldname"								"SteamFriendsList"
			"xpos"									"3"
			"ypos"									"3"
			"zpos"									"500"
			"wide"									"106"
			"tall"									"214"
			"visible"								"1"
			"proportionaltoparent"					"1"

			"columns_count"							"1"
			"inset_x"								"0"
			"inset_y"								"0"
			"row_gap"								"2"
			"column_gap"							"0"
			"restrict_width"						"0"

			"friendpanel_kv"
			{
				"wide"								"100"
				"tall"								"20"
			}

			"ScrollBar"
			{
				"ControlName"						"ScrollBar"
				"FieldName"							"ScrollBar"
				"wide"								"0"
			}
		}
	}

taken from m0rehud

if you want to get the friends list you can put this code into your MainMenuOverride.res inside the ui folder
[code] "FriendsContainer"
{
"ControlName" "EditablePanel"
"fieldname" "FriendsContainer"
"xpos" "r107"
"ypos" "200"
"zpos" "11"
"wide" "106"
"tall" "220"
"visible" "1"
"bgcolor_override" "0 0 0 50"

"SteamFriendsList"
{
"ControlName" "CSteamFriendsListPanel"
"fieldname" "SteamFriendsList"
"xpos" "3"
"ypos" "3"
"zpos" "500"
"wide" "106"
"tall" "214"
"visible" "1"
"proportionaltoparent" "1"

"columns_count" "1"
"inset_x" "0"
"inset_y" "0"
"row_gap" "2"
"column_gap" "0"
"restrict_width" "0"

"friendpanel_kv"
{
"wide" "100"
"tall" "20"
}

"ScrollBar"
{
"ControlName" "ScrollBar"
"FieldName" "ScrollBar"
"wide" "0"
}
}
}[/code]

taken from m0rehud
665
#665
-2 Frags +

This is pretty much the perfect HUD in my eyes, literally being everything I could ask for. It's clean, minimalist, and super sharp.
The only thing that I'd be looking to change would be the lack of the visual overheal indicator when playing Medic, in the form of the expanding health cross. Unfortunately, #10 in Blue's FAQ points to a puush link that no longer works. Does anyone have that file saved by any chance, or some other solution?

This is pretty much the perfect HUD in my eyes, literally being everything I could ask for. It's clean, minimalist, and super sharp.
The only thing that I'd be looking to change would be the lack of the visual overheal indicator when playing Medic, in the form of the expanding health cross. Unfortunately, #10 in Blue's FAQ points to a puush link that no longer works. Does anyone have that file saved by any chance, or some other solution?
1 ⋅⋅ 20 21 22 23
Please sign in through STEAM to post a comment.