I am trying to get the Avatar and 'Welcome Back"/%playername* on my Main Menu on the HUD. So I put this into my MainMenuOverride.res file like I am supposed to but, it doesn't appear on my menu. I am using Broselhud_Blue btw. Any help would be appreciated. Thanks.
"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"
            }
	        "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"	"%playername%"
            "textAlignment"	"west"
            "xpos"	"70"
            "ypos"	"5"
            "wide"	"300"
            "tall"	"15"
            "autoResize"	"0"
            "pinCorner"	"0"
            "visible"	"1"
            "enabled"	"1"
            }
                  
			 
			
		I am trying to get the Avatar and 'Welcome Back"/%playername* on my Main Menu on the HUD. So I put this into my MainMenuOverride.res file like I am supposed to but, it doesn't appear on my menu. I am using Broselhud_Blue btw. Any help would be appreciated. Thanks.
[quote]"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"
            }
	        "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"	"%playername%"
            "textAlignment"	"west"
            "xpos"	"70"
            "ypos"	"5"
            "wide"	"300"
            "tall"	"15"
            "autoResize"	"0"
            "pinCorner"	"0"
            "visible"	"1"
            "enabled"	"1"
            }
                  [/quote]
		
		
	 
	
		
		
		
		
							
				SnowshoeWell first you're missing a bracket for topleftdatapanel
If you wanna see exactly how I did it for Tf2hudplus, you can look here
Wow, can't believe that rofl
Thanks Snow!!
			 
			
		[quote=Snowshoe]Well first you're missing a bracket for topleftdatapanel
If you wanna see exactly how I did it for Tf2hudplus, [url=http://github.com/SnowshoeIceboot/TF2HudPlus/blob/master/resource/ui/mainmenuoverride.res]you can look here[/url][/quote] 
Wow, can't believe that rofl
Thanks Snow!!