Upvote Upvoted 1 Downvote Downvoted
Old M0re Hud?
posted in Customization
1
#1
0 Frags +

Does anyone own the old m0re hud with damage numbers by the health? The new one doesn't have this and I can't find the older link that contained m0re huds to like 1.1 or something that was posted on his steam group since it's been down for a while. Thanks.

Does anyone own the old m0re hud with damage numbers by the health? The new one doesn't have this and I can't find the older link that contained m0re huds to like 1.1 or something that was posted on his steam group since it's been down for a while. Thanks.
2
#2
2 Frags +

Put this into your HudDamageAccount.res file

"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-212"
"ypos" "r155"
"zpos" "2"
"wide" "101"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "Damage Numbers"
"font" "M0refont18"
}
}

Edit:
In damage numbers you need to add in a colour, I don't think m0re has and 'Damage Numbers' line for the colour.

For example put this into the "fgcolor" "255 255 255 255"
255 255 255 255(This is white)
255 255 0 255(I think this is yellow)

Put this into your HudDamageAccount.res file



"DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-212"
"ypos" "r155"
"zpos" "2"
"wide" "101"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "center"
"fgcolor" "Damage Numbers"
"font" "M0refont18"
}
}

Edit:
In damage numbers you need to add in a colour, I don't think m0re has and 'Damage Numbers' line for the colour.

For example put this into the "fgcolor" "255 255 255 255"
255 255 255 255(This is white)
255 255 0 255(I think this is yellow)
3
#3
0 Frags +

Thanks. What would the value for the shadow be?

Thanks. What would the value for the shadow be?
4
#4
0 Frags +
GeknaiirThanks. What would the value for the shadow be?

In the "Font" "M0reFont18Outline", if you want a bigger font try "M0reFont24Outline"

M0re only has outlines no shadows :/

[quote=Geknaiir]Thanks. What would the value for the shadow be?[/quote]

In the "Font" "M0reFont18Outline", if you want a bigger font try "M0reFont24Outline"

M0re only has outlines no shadows :/
5
#5
0 Frags +

edit i got it with these values from broeselhud

	"DamageAccountValue"
	{
		"ControlName"	"CExLabel"
		"fieldName"		"DamageAccountValue"
		"xpos"			"c-144"
		"ypos"			"r137"
		"zpos"			"2"
		"wide"			"100"
		"tall"			"26"
		"visible"		"1"
		"enabled"		"1"
		"labelText"		"%metal%"
		"textAlignment"	"west"
		"fgcolor"		"255 255 255 255"
		"font"		"M0refont18Outline"
	}

and i also forget HUD_CombatText_Batching 1

edit i got it with these values from broeselhud

[code] "DamageAccountValue"
{
"ControlName" "CExLabel"
"fieldName" "DamageAccountValue"
"xpos" "c-144"
"ypos" "r137"
"zpos" "2"
"wide" "100"
"tall" "26"
"visible" "1"
"enabled" "1"
"labelText" "%metal%"
"textAlignment" "west"
"fgcolor" "255 255 255 255"
"font" "M0refont18Outline"
}[/code]

and i also forget HUD_CombatText_Batching 1
Please sign in through STEAM to post a comment.