SomeWaffles
Account Details
SteamID64 76561198073292814
SteamID3 [U:1:113027086]
SteamID32 STEAM_0:0:56513543
Country United States
Signed Up April 21, 2016
Last Posted August 31, 2018 at 1:56 AM
Posts 1 (0 per day)
Game Settings
In-game Sensitivity 2
Windows Sensitivity 7/11
Raw Input  
DPI
800
Resolution
1920 x 1080
Refresh Rate
144
Hardware Peripherals
Mouse Zowie EC2-A
Keyboard Razer Deathstalker
Mousepad Perixx Mousepad
Headphones Razer Kraken Pro V2
Monitor Acer GN246HL
#5516 HUD editing: short questions, quick answers in Customization
yighthttps://i.gyazo.com/8c5d86664eb3d206c8b0df2327286cdf.png

when i use rayshud why dont i see the max health below my current health like this screenie

In a July update they just disabled it by default.

If you want to re-enable it go to rayshud/resource/ui/HudPlayerHealth.res, find "PlayerStatusMaxHealthValue" and copy and paste this in:

"PlayerStatusMaxHealthValue"
	{
		"ControlName"	"CExLabel"
		"fieldName"		"PlayerStatusMaxHealthValue"
		"xpos"			"156"
		"xpos_minmode"	"156"
		"ypos"			"77"
		"zpos"			"6"
		"wide"			"50"
		"tall"			"20"
		"visible"		"1"
		"enabled"		"1"
		"labelText"		"%MaxHealth%"
		"textAlignment"	"center"
		"font"			"CerbeticaBold28"
		"font_minmode"	"CerbeticaBold28"
		"fgcolor"		"Health Normal"
	}

	"PlayerStatusMaxHealthValueShadow"
	{
		"ControlName"	"CExLabel"
		"fieldName"		"PlayerStatusMaxHealthValueShadow"
		"xpos"			"157"
		"xpos_minmode"	"157"
		"ypos"			"78"
		"zpos"			"6"
		"wide"			"50"
		"tall"			"20"
		"visible"		"1"
		"enabled"		"1"
		"labelText"		"%MaxHealth%"
		"textAlignment"	"center"
		"font"			"CerbeticaBold28"
		"font_minmode"	"CerbeticaBold28"
		"fgcolor"		"TransparentBlack"
	}
posted about 5 years ago