Untitled diff

Created Diff never expires
"Resource/HudLayout.res"
"Resource/HudLayout.res"
{
{
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// CUSTOMIZATION START /////////////////////////////////////////////////////////////////////////////
// CUSTOMIZATION START /////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//CLOSECAPTIONS
//CLOSECAPTIONS
//
//
//These display notifications for in-game voice commands (Player Hurt/Buffed, Medic Charge Call)
//These display notifications for in-game voice commands (Player Hurt/Buffed, Medic Charge Call)
//
//
//To enable paste the caption files from /Custom/ into your resource folder.
//To enable paste the caption files from /Custom/ into your resource folder.
//Type "closecaptions 1" in console if they aren't showing.
//Type "closecaptions 1" in console if they aren't showing.
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////


HudCloseCaption
HudCloseCaption
{
{
"fieldName" "HudCloseCaption"
"fieldName" "HudCloseCaption"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "c212"
"xpos" "c212"
"ypos" "245"
"ypos" "245"
"wide" "500"
"wide" "500"
"tall" "136"
"tall" "136"


"BgAlpha" "0"
"BgAlpha" "0"


"GrowTime" "0.24"
"GrowTime" "0.24"
"ItemHiddenTime" "0.2"
"ItemHiddenTime" "0.2"
"ItemFadeInTime" "0.17"
"ItemFadeInTime" "0.17"
"ItemFadeOutTime" "0.24"
"ItemFadeOutTime" "0.24"
"topoffset" "1"
"topoffset" "1"
}
}
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//DEATHNOTICE
//DEATHNOTICE
//
//
//This is the killfeed on the top right corner
//This is the killfeed on the top right corner
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////


HudDeathNotice
HudDeathNotice
{
{
"fieldName" "HudDeathNotice"
"fieldName" "HudDeathNotice"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "r640"
"xpos" "r631"
"ypos" "10"
"ypos" "5"
"wide" "628"
"wide" "628"
"tall" "468"
"tall" "468"


"MaxDeathNotices" "12"
"MaxDeathNotices" "12"
"IconScale" "0.35"
"IconScale" "0.3"
"LineHeight" "14"
"LineHeight" "13"
"LineSpacing" "-1"
"LineSpacing" "1"
"CornerRadius" "0"
"CornerRadius" "1"
"RightJustify" "1" // If 1, draw notices from the right
"RightJustify" "1" // If 1, draw notices from the right
"TextFont" "Bold9"
"TextFont" "FeedFont"
"TeamBlue" "HUDBlueTeamSolid"
"TeamBlue" "91 122 140 255"
"TeamRed" "HUDRedTeamSolid"
"TeamRed" "189 59 59 255"
"IconColor" "White"
"IconColor" "190 180 170 255"
"LocalPlayerColor" "Black"
"LocalPlayerColor" "Black"


"BaseBackgroundColor" "0 0 0 214"
"BaseBackgroundColor" "32 32 32 200"
"LocalBackgroundColor" "255 255 255 189"
"LocalBackgroundColor" "255 255 255 189"
}
}


/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//CROSSHAIRS
//CROSSHAIRS
//
//
//Some of these might need re-alignment for you resolution. Change the ypos & xpos values to adjust their positions.
//Some of these might need re-alignment for you resolution. Change the ypos & xpos values to adjust their positions.
//You can do finer steps with the wide & tall values towards the bottom and right side.
//You can do finer steps with the wide & tall values towards the bottom and right side.
//Use the in-game crosshair for guidance
//Use the in-game crosshair for guidance
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//Fog's Crosshair
//Fog's Crosshairs
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
"CrosshairName"
{
"controlName" "CExLabel"
"fieldName" "CrosshairName"
"visible" "0"
"enabled" "1"
"zpos" "1"
"xpos" "c-25"
"ypos" "c-25"
"wide" "50"
"tall" "50"
"font" "size:23,outline:off"
"labelText" "w"
"textAlignment" "center"
"fgcolor" "255 255 255 255"
}




"fogCrosshair"
"fogCrosshair"
{
{
"controlname" "CExLabel"
"controlname" "CExLabel"
"fieldname" "fogCrosshair"
"fieldname" "fogCrosshair"
"visible" "0" //1
"visible" "0" //1 to make visible
"enabled" "1"
"enabled" "1"


"xpos" "c-17"
"xpos" "c-16" //place laterally
"ypos" "c-13"
"ypos" "c-16" //place vertically
"zpos" "2"
"zpos" "2"
"wide" "28"
"wide" "33" //minute placement adjustments laterally
"tall" "28"
"tall" "34" //minute placement adjustments vertically


"font" "fogCrosshair"
"font" "fogCrosshair" //change to fogCrosshairSmall for a smaller xhair


"labeltext" "1"
"labeltext" "y"
// Change the "1" to represent the crosshair you want displayed in the Crosshairs.jpg
// Change the "y" to represent the crosshair you want displayed in the fogscrosshairsv3.png
// Remember, each resolution behaves differently, if your crosshair is skewed, not centered,
// Remember, each resolution behaves differently, if your crosshair is skewed, not centered,
// you will have to play around with the "xpos", "ypos", "wide" and "tall" values.
// you will have to play around with the "xpos", "ypos", "wide" and "tall" values.
// There are no fixed numbers for this
// There are no fixed numbers for this
"textAlignment" "center"
"textAlignment" "center"
"fgcolor" "255 255 255 255"
"fgcolor" "WhiteS"
// You can insert an RGB code here instead of the "White"
// You can insert an RGB code here instead of the "White"
// R G B Transparency = color
// R G B Transparency = color
// "255 255 255 255" = White
// "255 255 255 255" = White
// "255 255 0 255 = Yellow
// "255 255 0 255 = Yellow
// "145 225 25 255" = Green
// "145 225 25 255" = Green
// If you change this, remember to change the same value in HudAnimations_tf.txt
// If you change this, remember to change the same value in HudAnimations_tf.txt
// Otherwise the crosshair will change back to the default white color after
// Otherwise the crosshair will change back to the default white color after
// flashing upon giving damage.
// flashing upon giving damage.


}
}
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//Knuckle's Crosshairs
/////////////////////////////////////////////////////////////////////////////


"KnucklesCrosses"
{
"controlname" "CExLabel"
"fieldname" "KnucklesCrosses"
"visible" "0" //1 to make visible
"enabled" "1"

"xpos" "c-16" //place laterally
"ypos" "c-16" //place vertically
"zpos" "2"
"wide" "33" //minute placement adjustments laterally
"tall" "34" //minute placement adjustments vertically

"font" "knucklesCrosshair" //change to knucklesCrosshairSmall for a smaller xhair

"labeltext" "6"
// Change the "6" to represent the crosshair you want displayed in the knucklescrosshairs.png
// Remember, each resolution behaves differently, if your crosshair is skewed, not centered,
// you will have to play around with the "xpos", "ypos", "wide" and "tall" values.
// There are no fixed numbers for this
"textAlignment" "center"
"fgcolor" "WhiteS"
// You can insert an RGB code here instead of the "White"
// R G B Transparency = color
// "255 255 255 255" = White
// "255 255 0 255 = Yellow
// "145 225 25 255" = Green
// If you change this, remember to change the same value in HudAnimations_tf.txt
// Otherwise the crosshair will change back to the default white color after
// flashing upon giving damage.

}
/////////////////////////////////////////////////////////////////////////////
//Garm3n's Crosshairs
//Garm3n's Crosshairs
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
"CrossHairNormal"
{
"controlName" "CExLabel"
"fieldName" "CrossHairNormal"
"visible" "0" //1
"enabled" "1"
"zpos" "1"
"xpos" "c-12"
"ypos" "c-15"
"wide" "24"
"tall" "25"
"font" "CrossHairNormal"
"labelText" "+"
"fgcolor" "White"
"textAlignment" "center"
}


CrossHairKonrWings
CrossHairKonrWings
{
{
"controlName" "CExLabel"
"controlName" "CExLabel"
"fieldName" "CrossHairKonrWings"
"fieldName" "CrossHairKonrWings"
"visible" "0" //1
"visible" "0" //1
"enabled" "1"
"enabled" "1"
"zpos" "2"
"zpos" "2"
"xpos" "c-58"
"xpos" "c-58"
"ypos" "c-49"
"ypos" "c-49"
"wide" "102"
"wide" "102"
"tall" "101"
"tall" "101"
"font" "CrossHairKonrWings"
"font" "CrossHairKonrWings"
"labelText" "i"
"labelText" "i"
"textAlignment" "center"
"textAlignment" "center"
"fgcolor" "0 255 0 255"
"fgcolor" "255 255 255 255"
}
}


CrossHairKonrWingsOutline
{
"controlName" "CExLabel"
"fieldName" "CrossHairKonrWingsOutline"
"visible" "0" //1
"enabled" "1"
"zpos" "2"
"xpos" "c-58"
"ypos" "c-49"
"wide" "102"
"tall" "101"
"font" "CrossHairKonrWingsOutline"
"labelText" "i"
"textAlignment" "center"
"fgcolor" "255 255 255 255"
}
"CrossHairRequest"
{
"controlName" "CExLabel"
"fieldName" "CrossHairRequest"
"visible" "0"
"enabled" "1"
"zpos" "1"
"xpos" "c-11"
"ypos" "c-11"
"wide" "21"
"tall" "21"
"font" "CrossHairRequest"
"labelText" "+"
"fgcolor" "65 235 0 255"
"textAlignment" "center"
}


"CrossHairCircle"
"CrossHairCircle"
{
{
"controlName" "CExLabel"
"controlName" "CExLabel"
"fieldName" "CrossHairCircle"
"fieldName" "CrossHairCircle"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
"zpos" "2"
"zpos" "2"
"xpos" "c-15"
"xpos" "c-17"
"ypos" "c-16"
"ypos" "c-16"
"wide" "34"
"wide" "34"
"tall" "32"
"tall" "32"
"font" "CrossHairCircle"
"font" "CrossHairCircle"
"labelText" "i"
"labelText" "i"
"fgcolor" "0 0 0 150"
"fgcolor" "65 235 0 255"
"textAlignment" "center"
}
"CrossHairCircleSmaller"
{
"controlName" "CExLabel"
"fieldName" "CrossHairCircleSmaller"
"visible" "0"
"enabled" "1"
"zpos" "2"
"xpos" "c-17"
"ypos" "c-16"
"wide" "34" //34
"tall" "32"
"font" "CrossHairCircleSmaller"
"labelText" "i"
"fgcolor" "255 255 255 255"
"textAlignment" "center"
"textAlignment" "center"
}
}


"CrossHairDotOutline"
"CrossHairDotOutline"
{
{
"controlName" "CExLabel"
"controlName" "CExLabel"
"fieldName" "CrossHairDotOutline"
"fieldName" "CrossHairDotOutline"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
"zpos" "1"
"zpos" "1"
"xpos" "c-4"
"xpos" "c-4"
"ypos" "c-3"
"ypos" "c-3"
"wide" "8"
"wide" "8"
"tall" "6"
"tall" "7"
"font" "CrossHairDotOutline"
"font" "CrossHairDotOutline"
"labelText" "+"
"labelText" "+"
"fgcolor" "0 255 0 255"
"fgcolor" "65 235 0 255"
"textAlignment" "center"
"textAlignment" "center"
}
}


/////SPECIAL CROSSHAIR START/////
/////SPECIAL CROSSHAIR START/////


"FMCircle"
"FMCircle"
{
{
"controlName" "CExLabel"
"controlName" "CExLabel"
"fieldName" "FMCircle"
"fieldName" "FMCircle"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
"zpos" "2"
"zpos" "2"
"xpos" "c-19"
"xpos" "c-17"
"ypos" "r258"
"ypos" "c-16"
"wide" "38"
"wide" "37"
"tall" "38"
"tall" "37"
"font" "FMCircle"
"font" "FMCircle"
"labelText" "i"
"labelText" "i"
"textAlignment" "center"
"textAlignment" "center"
"fgcolor" "255 255 255 100"
"fgcolor" "255 0 255 255"
}
}


"HorizontalLine"
"HorizontalLine"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "HorizontalLine"
"fieldName" "HorizontalLine"
"xpos" "c-16"
"xpos" "c-16"
"ypos" "r240"
"ypos" "r240"
"zpos" "1"
"zpos" "1"
"wide" "31"
"wide" "31"
"tall" "1"
"tall" "1"
"fillcolor" "0 0 0 150"
"fillcolor" "0 0 0 150"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


"VerticalLine"
"VerticalLine"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "VerticalLine"
"fieldName" "VerticalLine"
"xpos" "c-1"
"xpos" "c-1"
"ypos" "r255"
"ypos" "r255"
"zpos" "1"
"zpos" "1"
"wide" "1"
"wide" "1"
"tall" "31"
"tall" "31"
"fillcolor" "0 0 0 150"
"fillcolor" "0 0 0 150"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


"CenterDot"
"CenterDot"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "CenterDot"
"fieldName" "CenterDot"
"xpos" "c-1"
"xpos" "c-1"
"ypos" "r240"
"ypos" "r240"
"zpos" "4"
"zpos" "4"
"wide" "0"
"wide" "1"
"tall" "1"
"tall" "1"
"fillcolor" "255 255 255 255"
"fillcolor" "255 255 255 255"
"visible" "1"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


"VerticalLineTop"
"VerticalLineTop"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "VerticalLineTop"
"fieldName" "VerticalLineTop"
"xpos" "c-1"
"xpos" "c-1"
"ypos" "r256"
"ypos" "r256"
"zpos" "3"
"zpos" "3"
"wide" "1"
"wide" "1"
"tall" "3"
"tall" "3"
"fillcolor" "255 35 235 255"
"fillcolor" "255 35 235 255"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


"VerticalLineBottom"
"VerticalLineBottom"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "VerticalLineBottom"
"fieldName" "VerticalLineBottom"
"xpos" "c-1"
"xpos" "c-1"
"ypos" "r225"
"ypos" "r225"
"zpos" "3"
"zpos" "3"
"wide" "1"
"wide" "1"
"tall" "3"
"tall" "3"
"fillcolor" "255 35 235 255"
"fillcolor" "255 35 235 255"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


"HorizontalLineLeft"
"HorizontalLineLeft"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "HorizontalLineLeft"
"fieldName" "HorizontalLineLeft"
"xpos" "c-17"
"xpos" "c-17"
"ypos" "r240"
"ypos" "r240"
"zpos" "3"
"zpos" "3"
"wide" "3"
"wide" "3"
"tall" "1"
"tall" "1"
"fillcolor" "255 35 235 255"
"fillcolor" "255 35 235 255"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


"HorizontalLineRight"
"HorizontalLineRight"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "HorizontalLineRight"
"fieldName" "HorizontalLineRight"
"xpos" "c14"
"xpos" "c14"
"ypos" "r240"
"ypos" "r240"
"zpos" "3"
"zpos" "3"
"wide" "3"
"wide" "3"
"tall" "1"
"tall" "1"
"fillcolor" "255 35 235 255"
"fillcolor" "255 35 235 255"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


"VerticalLineMiddle"
"VerticalLineMiddle"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "VerticalLineMiddle"
"fieldName" "VerticalLineMiddle"
"xpos" "c-1"
"xpos" "c-1"
"ypos" "r245"
"ypos" "r245"
"zpos" "3"
"zpos" "3"
"wide" "1"
"wide" "1"
"tall" "11"
"tall" "11"
"fillcolor" "65 235 0 255"
"fillcolor" "65 235 0 255"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


"HorizontalLineMiddle"
"HorizontalLineMiddle"
{
{
"controlName" "ImagePanel"
"controlName" "ImagePanel"
"fieldName" "HorizontalLineMiddle"
"fieldName" "HorizontalLineMiddle"
"xpos" "c-6"
"xpos" "c-6"
"ypos" "r240"
"ypos" "r240"
"zpos" "3"
"zpos" "3"
"wide" "11"
"wide" "11"
"tall" "1"
"tall" "1"
"fillcolor" "65 235 0 255"
"fillcolor" "65 235 0 255"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
}
}


/////SPECIAL CROSSHAIR END/////
/////SPECIAL CROSSHAIR END/////


/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//Bottom Crosshair
//Bottom Crosshair
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
"Bar1"
"Bar1"
{
{
"controlName" "CExLabel"
"controlName" "CExLabel"
"fieldName" "Bar1"
"fieldName" "Bar1"
"visible" "0" //1
"visible" "0" //1
"enabled" "1" //1
"enabled" "0" //1
"zpos" "1"
"zpos" "1"
"xpos" "c-20"
"xpos" "c-20"
"ypos" "c-32"
"ypos" "c-32"
"wide" "40"
"wide" "40"
"tall" "40"
"tall" "40"
"font" "BarCrosshair"
"font" "BarCrosshair"
"labelText" "_"
"labelText" "_"
"fgcolor" "WhiteS"
"fgcolor" "WhiteS"
"textAlignment" "center"
"textAlignment" "center"
}
}
"VerticalLine"
"VerticalLine"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"fieldName" "VerticalLine"
"xpos" "c-1"
"xpos" "c-1"
"ypos" "c"
"ypos" "c"
"zpos" "-105"
"zpos" "-105"
"wide" "1"
"wide" "1"
"tall" "140"
"tall" "140"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 50"
"fillcolor" "255 255 255 50"
}
}
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//Pilot Crosshair
//Pilot Crosshair
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//set "visible" and "enabled" to "1"
//set "visible" and "enabled" to "1"
//Part for all resolutions
//Part for all resolutions
"PilotVertical"
"PilotVertical"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"fieldName" "VerticalLine"
"xpos" "c"
"xpos" "c"
"ypos" "75"
"ypos" "75"
"zpos" "-5"
"zpos" "-5"
"wide" "1"
"wide" "1"
"tall" "154"
"tall" "154"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 50"
"fillcolor" "255 255 255 50"
}
}


"PilotTop"
"PilotTop"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"fieldName" "VerticalLine"
"xpos" "c"
"xpos" "c"
"ypos" "190"
"ypos" "190"
"zpos" "-5"
"zpos" "-5"
"wide" "1"
"wide" "1"
"tall" "38"
"tall" "38"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 100"
"fillcolor" "255 255 255 100"
}
}
"PilotBottom"
"PilotBottom"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"fieldName" "VerticalLine"
"xpos" "c"
"xpos" "c"
"ypos" "252"
"ypos" "252"
"zpos" "-5"
"zpos" "-5"
"wide" "1"
"wide" "1"
"tall" "38"
"tall" "38"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 150"
"fillcolor" "255 255 255 150"
}
}
"PilotLeft"
"PilotLeft"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"fieldName" "VerticalLine"
"xpos" "c-62"
"xpos" "c-62"
"ypos" "240"
"ypos" "240"
"zpos" "-5"
"zpos" "-5"
"wide" "50"
"wide" "50"
"tall" "1"
"tall" "1"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 100"
"fillcolor" "255 255 255 100"
}
}


"PilotRight"
"PilotRight"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "VerticalLine"
"fieldName" "VerticalLine"
"xpos" "c12"
"xpos" "c12"
"ypos" "240"
"ypos" "240"
"zpos" "-5"
"zpos" "-5"
"wide" "50"
"wide" "50"
"tall" "1"
"tall" "1"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 100"
"fillcolor" "255 255 255 100"
}
}
/////////////////////////////
/////////////////////////////
//Widescreen
//Widescreen
"PilotHorizontal1"
"PilotHorizontal1"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "HorizontalLine"
"fieldName" "HorizontalLine"
"xpos" "c-376" //c-346
"xpos" "c-376" //c-346
"ypos" "240"
"ypos" "240"
"zpos" "-5"
"zpos" "-5"
"wide" "364" //334 for 16x10
"wide" "364" //334 for 16x10
"tall" "1"
"tall" "1"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 50"
"fillcolor" "255 255 255 50"
}
}
"PilotHorizontal2"
"PilotHorizontal2"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "HorizontalLine"
"fieldName" "HorizontalLine"
"xpos" "c12"
"xpos" "c12"
"ypos" "240"
"ypos" "240"
"zpos" "-5"
"zpos" "-5"
"wide" "364" //334 for 16x10
"wide" "364" //334 for 16x10
"tall" "1"
"tall" "1"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 50"
"fillcolor" "255 255 255 50"
}
}
/////////////////////////////////
/////////////////////////////////
//4 by 3
//4 by 3
"PilotHorizontal3"
"PilotHorizontal3"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "HorizontalLine"
"fieldName" "HorizontalLine"
"xpos" "c-296"
"xpos" "c-296"
"ypos" "240"
"ypos" "240"
"zpos" "-5"
"zpos" "-5"
"wide" "284"
"wide" "284"
"tall" "1"
"tall" "1"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 50"
"fillcolor" "255 255 255 50"
}
}
"PilotHorizontal4"
"PilotHorizontal4"
{
{
"ControlName" "ImagePanel"
"ControlName" "ImagePanel"
"fieldName" "HorizontalLine"
"fieldName" "HorizontalLine"
"xpos" "c12"
"xpos" "c12"
"ypos" "240"
"ypos" "240"
"zpos" "-5"
"zpos" "-5"
"wide" "284"
"wide" "284"
"tall" "1"
"tall" "1"
"autoResize" "0"
"autoResize" "0"
"pinCorner" "0"
"pinCorner" "0"
"visible" "0" //1
"visible" "0" //1
"enabled" "0" //1
"enabled" "0" //1
"fillcolor" "255 255 255 50"
"fillcolor" "255 255 255 50"
}
}
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
//DAMAGE INDICATORS
//DAMAGE INDICATORS
//
//
//Red indicator when getting hit
//Red indicator when getting hit
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
HudDamageIndicator
HudDamageIndicator
{
{
"fieldName" "HudDamageIndicator" // Remove everything besides
"fieldName" "HudDamageIndicator" // Remove everything besides
"visible" "1" //
"visible" "1" //
"enabled" "1" // "HudDamageIndicator
"enabled" "1" // "HudDamageIndicator
"MinimumWidth" "7" // {
"MinimumWidth" "7" // {
"MaximumWidth" "24" // } "
"MaximumWidth" "24" // } "
"StartRadius" "80" //
"StartRadius" "80" //
"EndRadius" "80" // To get the default back
"EndRadius" "80" // To get the default back
"MinimumHeight" "40" //
"MinimumHeight" "40" //
"MaximumHeight" "70" //
"MaximumHeight" "70" //
"MinimumTime" "1" //
"MinimumTime" "1" //
}
}
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// CUSTOMIZATION END /////////////////////////////////////////////////////////////////////////////
// CUSTOMIZATION END /////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
// Be careful with changing things underneath this line
// Be careful with changing things underneath this line
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
HudPlayerStatus
HudPlayerStatus
{
{
"fieldName" "HudPlayerStatus"
"fieldName" "HudPlayerStatus"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "0"
"xpos" "0"
"ypos" "0"
"ypos" "0"
"wide" "f0"
"wide" "f0"
"tall" "600"
"tall" "600"
}
}


HudWeaponAmmo
HudWeaponAmmo
{
{
"fieldName" "HudWeaponAmmo"
"fieldName" "HudWeaponAmmo"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "c35"
"xpos" "c41"
"ypos" "r150"
"ypos" "r152"
"wide" "200"
"wide" "200"
"tall" "80"
"tall" "80"
}
}
HudObjectiveStatus
HudObjectiveStatus
{
{
"fieldName" "HudObjectiveStatus"
"fieldName" "HudObjectiveStatus"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "0"
"xpos" "0"
"ypos" "0"
"ypos" "0"
"wide" "f0"
"wide" "f0"
"tall" "480"
"tall" "480"
}
}
HudKothTimeStatus
HudKothTimeStatus
{
{
"fieldName" "HudKothTimeStatus"
"fieldName" "HudKothTimeStatus"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "c-100"
"xpos" "c-160"
"ypos" "0"
"ypos" "0"
"wide" "f0"
"wide" "300"
"tall" "480"
"tall" "480"
"blue_active_xpos" "24"
"blue_active_xpos" "110"
"red_active_xpos" "128"
"red_active_xpos" "211"
}
}


HudItemEffectMeter
HudItemEffectMeter
{
{
"fieldName" "HudItemEffectMeter"
"fieldName" "HudItemEffectMeter"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "0" //c-59
"xpos" "0" //c-59
"ypos" "0" //r120
"ypos" "0" //r120
"zpos" "1"
"zpos" "1"
"wide" "f0"
"wide" "f0"
"tall" "2000"
"tall" "2000"
}
}
HudMedicCharge
HudMedicCharge
{
{
"fieldName" "HudMedicCharge"
"fieldName" "HudMedicCharge"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "0" //c-95
"xpos" "5" //c-95
"ypos" "0" //"r164"
"ypos" "2" //"r164"
"wide" "f0"
"wide" "f0"
"tall" "600" //100
"tall" "600" //100
"MeterFG" "White"
"MeterFG" "White"
"MeterBG" "Black"
"MeterBG" "Black"
}
}
HudDemomanCharge
HudDemomanCharge
{
{
"fieldName" "HudDemomanCharge"
"fieldName" "HudDemomanCharge"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "c-59"
"xpos" "c-59"
"ypos" "r113" //r133
"ypos" "r129" //r133
"zpos" "2"
"zpos" "2"
"wide" "118"
"wide" "118"
"tall" "10"
"tall" "10"
"MeterFG" "White"
"MeterFG" "White"
"MeterBG" "Gray"
"MeterBG" "Gray"
}
}


HudBowCharge
HudBowCharge
{
{
"fieldName" "HudBowCharge"
"fieldName" "HudBowCharge"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "c-59"
"xpos" "c-59"
"ypos" "r133"
"ypos" "r133"
"zpos" "2"
"zpos" "2"
"wide" "118"
"wide" "118"
"tall" "0" //10
"tall" "10"
"MeterFG" "White"
"MeterFG" "White"
"MeterBG" "Gray"
"MeterBG" "Gray"
}
}


HudFlameRocketCharge
HudFlameRocketCharge
{
{
"fieldName" "HudFlameRocketCharge"
"fieldName" "HudFlameRocketCharge"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "r80"
"xpos" "r80"
"ypos" "r21"
"ypos" "r21"
"zpos" "1" // draw in front of ammo
"zpos" "1" // draw in front of ammo
"wide" "60"
"wide" "60"
"tall" "8"
"tall" "8"
"MeterFG" "White"
"MeterFG" "White"
"MeterBG" "Gray"
"MeterBG" "Gray"
}
}


HudBossHealth
HudBossHealth
{
{
"fieldName" "HudBossHealth"
"fieldName" "HudBossHealth"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "c-69"
"xpos" "c-69"
"ypos" "30"
"ypos" "30"
"zpos" "0"
"zpos" "0"
"wide" "137"
"wide" "137"
"tall" "50"
"tall" "50"
"MeterFG" "Red"
"MeterFG" "Red"
"MeterBG" "Gray"
"MeterBG" "Gray"
}
}


HudWeaponSelection
HudWeaponSelection
{
{
"fieldName" "HudWeaponSelection"
"fieldName" "HudWeaponSelection"
"xpos" "0"
"xpos" "0"
"wide" "f0"
"wide" "f0"
"ypos" "0"
"ypos" "0"
"tall" "480"
"tall" "480"
"RightMargin" "0"
"RightMargin" "0"
"RightMargin_hidef" "32"
"RightMargin_hidef" "32"
"RightMargin_lodef" "38"
"RightMargin_lodef" "38"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"SmallBoxWide" "72"
"SmallBoxWide" "72"
"SmallBoxTall" "54"
"SmallBoxTall" "54"
"PlusStyleBoxWide" "90"
"PlusStyleBoxWide" "90"
"PlusStyleBoxTall" "63"
"PlusStyleBoxTall" "63"
"PlusStyleExpandSelected" "0.3"
"PlusStyleExpandSelected" "0.3"
"LargeBoxWide" "110"
"LargeBoxWide" "110"
"LargeBoxTall" "77"
"LargeBoxTall" "77"
"BoxGap" "4"
"BoxGap" "4"
"SelectionNumberXPos" "12"
"SelectionNumberXPos" "12"
"SelectionNumberYPos" "4"
"SelectionNumberYPos" "4"
"IconXPos" "8"
"IconXPos" "8"
"IconYPos" "0"
"IconYPos" "0"
"TextYPos" "70"
"TextYPos" "70"
"ErrorYPos" "48"
"ErrorYPos" "48"
"TextColor" "SelectionTextFg"
"TextColor" "SelectionTextFg"
"MaxSlots" "6"
"MaxSlots" "6"
"PlaySelectSounds" "1"
"PlaySelectSounds" "1"
"Alpha" "220"
"Alpha" "220"
"SelectionAlpha" "220"
"SelectionAlpha" "220"
"BoxColor" "0 0 0 220"
"BoxColor" "0 0 0 220"
"SelectedBoxClor" "0 0 0 220"
"SelectedBoxClor" "0 0 0 220"
"SelectionNumberFg" "200 187 161 255"
"SelectionNumberFg" "200 187 161 255"
"NumberFont" "HudSelectionText"
"NumberFont" "HudSelectionText"
}
}
CHudAccountPanel
CHudAccountPanel
{
{
"fieldName" "CHudAccountPanel"
"fieldName" "CHudAccountPanel"
"xpos" "c-59"
"xpos" "c-59"
"ypos" "r164"
"ypos" "r164"
"wide" "118"
"wide" "118"
"tall" "60"
"tall" "60"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
}
}
CHealthAccountPanel
CHealthAccountPanel
{
{
"fieldName" "CHealthAccountPanel"
"fieldName" "CHealthAccountPanel"
"xpos" "0"
"xpos" "0"
"ypos" "0"
"ypos" "0"
"wide" "f0"
"wide" "f0"
"tall" "480"
"tall" "480"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
}
}
CDamageAccountPanel
CDamageAccountPanel
{
{
"fieldName" "CDamageAccountPanel"
"fieldName" "CDamageAccountPanel"
"xpos" "0"
"xpos" "0"
"ypos" "-10"
"ypos" "-10"
"wide" "f0"
"wide" "f0"
"tall" "480"
"tall" "480"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
}
}
DisguiseStatus
DisguiseStatus
{
{
"fieldName" "DisguiseStatus"
"fieldName" "DisguiseStatus"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "-431" //-411
"xpos" "-431" //-411
"ypos" "8" //0
"ypos" "8" //0
"zpos" "-1"
"zpos" "-1"
"wide" "f0"
"wide" "f0"
"tall" "480"
"tall" "480"
}
}


CMainTargetID
CMainTargetID
{
{
"fieldName" "CMainTargetID"
"fieldName" "CMainTargetID"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
"xpos" "c-170"
"xpos" "c-170"
"ypos" "267" //270
"ypos" "272" //270
"wide" "f0" //60
"wide" "f0" //60
"tall" "39"
"tall" "39"
"priority" "40"
"priority" "40"
}
}
CSpectatorTargetID
CSpectatorTargetID
{
{
"fieldName" "CSpectatorTargetID"
"fieldName" "CSpectatorTargetID"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "c-120"
"xpos" "c-120"
"ypos" "324"
"ypos" "322"
"wide" "f0" //60
"wide" "f0" //60
"tall" "38" // 34
"tall" "38" // 34
"priority" "40"
"priority" "40"
}
}
CSecondaryTargetID
CSecondaryTargetID
{
{
"fieldName" "CSecondaryTargetID"
"fieldName" "CSecondaryTargetID"
"visible" "0"
"visible" "0"
"enabled" "1"
"enabled" "1"
"xpos" "c-170"
"xpos" "c-170"
"ypos" "297" //294
"ypos" "297" //294
"wide" "f0" //60
"wide" "f0" //60
"tall" "39"
"tall" "39"
"priority" "35"
"priority" "35"
}
}
BuildingStatus_Spy
BuildingStatus_Spy
{
{
"fieldName" "BuildingStatus_Spy"
"fieldName" "BuildingStatus_Spy"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "-20"
"xpos" "-15"
"ypos" "87"
"ypos" "-30"
"wide" "640"
"wide" "640"
"tall" "480"
"tall" "480"
"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
}
}
BuildingStatus_Engineer
BuildingStatus_Engineer
{
{
"fieldName" "BuildingStatus_Engineer"
"fieldName" "BuildingStatus_Engineer"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "-18"
"xpos" "-18"
"ypos" "100"
"ypos" "0"
"wide" "f0"
"wide" "640"
"tall" "480"
"tall" "480"
"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
}
}


HudMannVsMachineStatus
HudMannVsMachineStatus
{
{
"fieldName" "HudMannVsMachineStatus"
"fieldName" "HudMannVsMachineStatus"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "-20"
"xpos" "-20"
"ypos" "0"
"ypos" "0"
"zpos" "1"
"zpos" "1"
"wide" "f0"
"wide" "f0"
"tall" "480"
"tall" "480"
"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
}
}
HudProgressBar
HudProgressBar
{
{
"fieldName" "HudProgressBar"
"fieldName" "HudProgressBar"
"xpos" "c-150"
"xpos" "c-150"
"ypos" "300"
"ypos" "300"
"wide" "300"
"wide" "300"
"tall" "15"
"tall" "15"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"


"BorderThickness" "1"
"BorderThickness" "1"


"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
}
}


HudRoundTimer
HudRoundTimer
{
{
"fieldName" "HudRoundTimer"
"fieldName" "HudRoundTimer"
"xpos" "c-20"
"xpos" "c-20"
"ypos" "440"
"ypos" "440"
"wide" "f0"
"wide" "120"
"tall" "480"
"tall" "40"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"PaintBackgroundType" "2"
"PaintBackgroundType" "2"


"FlashColor" "HudIcon_Red"
"FlashColor" "HudIcon_Red"


"icon_xpos" "0"
"icon_xpos" "0"
"icon_ypos" "2"
"icon_ypos" "2"
"digit_xpos" "34"
"digit_xpos" "34"
"digit_ypos" "2"
"digit_ypos" "2"
}
}


HudScenarioIcon
HudScenarioIcon
{
{
"fieldName" "HudScenarioIcon"
"fieldName" "HudScenarioIcon"
"xpos" "c110"
"xpos" "c110"
"ypos" "443" //443
"ypos" "443" //443
"wide" "40"
"wide" "40"
"tall" "44"
"tall" "44"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"


"PaintBackgroundType" "2"
"PaintBackgroundType" "2"


"IconColor" "Hostage_Yellow"
"IconColor" "Hostage_Yellow"
}
}
HudFlashlight
HudFlashlight
{
{
"fieldName" "HudFlashlight"
"fieldName" "HudFlashlight"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"xpos" "16"
"xpos" "16"
"ypos" "370"
"ypos" "370"
"wide" "102"
"wide" "102"
"tall" "20"
"tall" "20"
"text_xpos" "8"
"text_xpos" "8"
"text_ypos" "6"
"text_ypos" "6"
"TextColor" "255 170 0 220"
"TextColor" "255 170 0 220"


"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
}
}


HudCommentary
HudCommentary
{
{
"fieldName" "HudCommentary"
"fieldName" "HudCommentary"
"xpos" "c-190"
"xpos" "c-190"
"ypos" "320"
"ypos" "320"
"wide" "380"
"wide" "380"
"tall" "50"
"tall" "50"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"PaintBackgroundType" "2"
"PaintBackgroundType" "2"
"BackgroundOverrideColor" "0 0 0 128"
"BackgroundOverrideColor" "0 0 0 128"
"bar_xpos" "50"
"bar_xpos" "50"
"bar_ypos" "20"
"bar_ypos" "20"
"bar_height" "8"
"bar_height" "8"
"bar_width" "320"
"bar_width" "320"
"speaker_xpos" "50"
"speaker_xpos" "50"
"speaker_ypos" "8"
"speaker_ypos" "8"
"count_xpos_from_right" "10" // Counts from the right side
"count_xpos_from_right" "10" // Counts from the right side
"count_ypos" "8"
"count_ypos" "8"
"icon_texture" "vgui/hud/icon_commentary"
"icon_texture" "vgui/hud/icon_commentary"
"icon_xpos" "0"
"icon_xpos" "0"
"icon_ypos" "0"
"icon_ypos" "0"
"icon_width" "40"
"icon_width" "40"
"icon_height" "40"
"icon_height" "40"


"use_script_bgcolor" "1"
"use_script_bgcolor" "1"
}
}


HudZoom
HudZoom
{
{
"fieldName" "HudZoom"
"fieldName" "HudZoom"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"Circle1Radius" "66"
"Circle1Radius" "66"
"Circle2Radius" "74"
"Circle2Radius" "74"
"DashGap" "16"
"DashGap" "16"
"DashHeight" "4"
"DashHeight" "4"
"BorderThickness" "88"
"BorderThickness" "88"
}
}


HudCrosshair
HudCrosshair
{
{
"fieldName" "HudCrosshair"
"fieldName" "HudCrosshair"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"wide" "640"
"wide" "640"
"tall" "480"
"tall" "480"
}
}


HudVehicle
HudVehicle
{
{
"fieldName" "HudVehicle"
"fieldName" "HudVehicle"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"wide" "640"
"wide" "640"
"tall" "480"
"tall" "480"
}
}


CVProfPanel
CVProfPanel
{
{
"fieldName" "CVProfPanel"
"fieldName" "CVProfPanel"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"wide" "640"
"wide" "640"
"tall" "480"
"tall" "480"
}
}


ScorePanel
ScorePanel
{
{
"fieldName" "ScorePanel"
"fieldName" "ScorePanel"
"visible" "1"
"visible" "1"
"enabled" "1"
"enabled" "1"
"wide" "640"
"wide" "640"
"tall" "480"
"tall" "480"
}
}


HudTrain
HudTrain
{
{