dots
Account Details
SteamID64 76561198277033949
SteamID3 [U:1:316768221]
SteamID32 STEAM_0:1:158384110
Country Singapore
Signed Up November 4, 2016
Last Posted December 9, 2016 at 12:25 PM
Posts 1 (0 per day)
Game Settings
In-game Sensitivity 1.000000
Windows Sensitivity 3
Raw Input 1
DPI
3200
Resolution
1280 x 720
Refresh Rate
60Hz
Hardware Peripherals
Mouse Logitech G Pro X Superlight (White)
Keyboard Ducky One 2 Mini (Cherry MX Brown)
Mousepad ARTISAN Hien FX Soft (Wine Red)
Headphones Philips Audio SHP9500
Monitor Acer Swift 3 Laptop
#5241 Show your HUD modifications! in Customization
SnowshoeI was able to fully recover the 2010 TF2 menu:
http://i.imgur.com/cJZLAay.png
Yes... this means you can have avatars on the main menu. Or reference the player's username.

MainMenuOverride avatar:
	"AvatarImage"
	{
		"ControlName"		"CAvatarImagePanel"
		"fieldName"		"AvatarImage"
		"xpos"			"30"
		"ypos"			"20"
		"zpos"			"0"
		"wide"			"40"
		"tall"			"40"
		"visible"		"1"
		"enabled"		"1"
		"image"			""
		"scaleImage"		"1"	
		"color_outline"		"52 48 45 255"
	}
Player's name (you may have to cut off the "Welcome back," part depending on how you want to use it):
	"TopLeftDataPanel"
	{
		"ControlName" "EditablePanel"
		"fieldName" "TopLeftDataPanel"
		"xpos" "15"
		"ypos" "35"
		"zpos" "-10"
		"wide" "300"
		"tall" "65"
		"visible" "1"
		"PaintBackgroundType" "2"
		"bgcolor_override" "46 43 42 255"

		"WelcomeLabel"
		{
			"ControlName"	"CExLabel"
			"fieldName"		"WelcomeLabel"
			"font"			"HudFontSmallBold"
			"labelText"		"#WelcomeBack"
			"textAlignment"	"west"
			"xpos"			"70"
			"ypos"			"5"
			"wide"			"300"
			"tall"			"15"
			"autoResize"	"0"
			"pinCorner"		"0"
			"visible"		"1"
			"enabled"		"1"
		}
	}

change values as you see fit, whatevs. you can also use %playername% instead of #WelcomeBack, that should work too.

Hopefully Valve never deletes this leftover stuff from TF2's code. Otherwise it will probably break.

do I put this in my hudlayout.res, clientscheme.res or some other location in my HUD files?

posted about 7 years ago