I'm using this tutorial to try and get this gif to work on ya_hud. I followed the steps and got my "StatSummary.res" to look like this:
"TFStatsSummary"
{
"ControlName" "EditablePanel"
"fieldName" "TFStatsSummary"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
}
"Loading"
{
"ControlName" "CExLabel"
"fieldName" "Loading"
"font" "Heavy48"
"labelText" "Loading"
"textAlignment" "west"
"xpos" "40"
"ypos" "38"
"zpos" "210"
"wide" "237"
"tall" "38"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"fgcolor" "ya_Main"
}
"MainBackground"
{
"ControlName" "ImagePanel"
"fieldName" "MainBackground"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
"image" ""
"scaleImage" "1"
}
"SquidLoadingScreen"
{
"ControlName" "ScalableImagePanel"
"fieldName" "maw4qtw4nu_image"
"xpos" "c-70"
"ypos" "200"
"zpos" "3"
"wide" "205"
"tall" "105"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "replay/thumbnails/squid"
"src_corner_height" "0"
"src_corner_width" "0"
"draw_corner_width" "0"
"draw_corner_height" "0"
"scaleImage" "1"
}
And on the next step, like this:
"MapInfo"
{
"ControlName" "EditablePanel"
"fieldName" "MapInfo"
"xpos" "0"
"ypos" "0"
"wide" "f0"
"tall" "480"
"visible" "0"
"enabled" "1"
"bgcolor_override" "46 43 42 255"
"Background"
{
"ControlName" "ImagePanel"
"fieldName" "Background"
"xpos" "0"
"ypos" "0"
"wide" "640"
"tall" "480"
"visible" "1"
"enabled" "1"
"image" "stamp_background_map"
"scaleImage" "1"
}
"MapImage"
{
"ControlName" "ImagePanel"
"fieldName" "MapImage"
"xpos" "0"
"ypos" "99999"
"zpos" "0"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "0"
"image" ""
"scaleImage" "1"
}
"TheNameOfThisDoesntMatter"
{
"ControlName" "ScalableImagePanel"
"fieldName" "maw4qtw4nu_image"
"xpos" "c-70"
"ypos" "200"
"zpos" "3"
"wide" "205"
"tall" "105"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
"image" "replay/thumbnails/squid"
"src_corner_height" "0"
"src_corner_width" "0"
"draw_corner_width" "0"
"draw_corner_height" "0"
"scaleImage" "1"
}
When I launch TF2 and try to connect to a server, the gif doesn't show up. I'm assuming I either did something wrong or something in ya_hud is blocking it.
Please help?