Upvote Upvoted 0 Downvote Downvoted
Cant change xpos or ypos of ammo on hypnotize hud
posted in Customization
1
#1
0 Frags +

I am using hypnotize hud and wanted to make the health and ammo lower but when I change xpos and ypos nothing changes also, it has 2 extra lines with minmode xpos and minmode ypos

"Resource/UI/HudPlayerHealth.res"
{
	"HudPlayerHealth"
	{
		"ControlName"           					"EditablePanel"
		"fieldName"	            					"HudPlayerHealth"
		"xpos"		               					"c-230"
		"xpos_minmode"		               			"c-170"
		"ypos"		               					"c-35"
		"ypos_minmode"		               			"c-10"
		"zpos"		               					"2"
		"wide"		              					"170"
		"tall"			           				 	"150"
		"visible"	              					"1"
		"enabled"		           					"1"	
		"HealthBonusPosAdj"     					"35"
		"HealthDeathWarning"    					"0.49"
		"HealthDeathWarningColor"					"HUDDeathWarning"
#base "HudLayout_Base.res"
#base "../scripts/Crosshairs/crosshairs.res"

"Resource/HudLayout.res"
{	
	HudWeaponAmmo
	{
		"fieldName" 								"HudWeaponAmmo"
		"visible" 									"1"
		"enabled" 									"1"
		"xpos"										"0"
		"xpos_minmode"								"0"
		"ypos"										"0"
		"ypos_minmode"								"0"
		"wide"										"f0"
		"tall"										"480"
I am using hypnotize hud and wanted to make the health and ammo lower but when I change xpos and ypos nothing changes also, it has 2 extra lines with minmode xpos and minmode ypos

[code]"Resource/UI/HudPlayerHealth.res"
{
"HudPlayerHealth"
{
"ControlName" "EditablePanel"
"fieldName" "HudPlayerHealth"
"xpos" "c-230"
"xpos_minmode" "c-170"
"ypos" "c-35"
"ypos_minmode" "c-10"
"zpos" "2"
"wide" "170"
"tall" "150"
"visible" "1"
"enabled" "1"
"HealthBonusPosAdj" "35"
"HealthDeathWarning" "0.49"
"HealthDeathWarningColor" "HUDDeathWarning"[/code]

[code]#base "HudLayout_Base.res"
#base "../scripts/Crosshairs/crosshairs.res"

"Resource/HudLayout.res"
{
HudWeaponAmmo
{
"fieldName" "HudWeaponAmmo"
"visible" "1"
"enabled" "1"
"xpos" "0"
"xpos_minmode" "0"
"ypos" "0"
"ypos_minmode" "0"
"wide" "f0"
"tall" "480"[/code]
2
#2
3 Frags +

http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers

PlayerStatusHealthValue is the actual value of your health, it's also inside HudPlayerHealth.res. If you want to move the health a little bit, move PlayerStatusHealthValue. If you want to move it a lot, then move the whole HudPlayerHealth part that you pasted above.

Make sure that you are moving both xpos and xpos_minmode.

Ammo is moved in hudlayout.res, it's called HudWeaponAmmo, move it as you see fit.

http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers

PlayerStatusHealthValue is the actual value of your health, it's also inside HudPlayerHealth.res. If you want to move the health a little bit, move PlayerStatusHealthValue. If you want to move it a lot, then move the whole HudPlayerHealth part that you pasted above.

Make sure that you are moving both xpos and xpos_minmode.

Ammo is moved in hudlayout.res, it's called HudWeaponAmmo, move it as you see fit.
Please sign in through STEAM to post a comment.