mirror of
https://gitlab.com/jessieh/doghud.git
synced 2024-11-22 06:11:47 +00:00
Initial commit
This commit is contained in:
commit
2f1ae16d71
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
# dogHUD
|
||||||
|
|
||||||
|
A modified version of Hypnotize's [Hypnotize HUD](https://github.com/Hypnootize/hypnotize-hud).
|
||||||
|
|
||||||
|
[Menu background](https://www.reddit.com/r/tf2/comments/cs7er8/tf2_scenebuild_view/) by [u/TheWildSpot](https://www.reddit.com/u/TheWildSpot/).
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
- This is a messy project that is really intended for personal consumption only.
|
||||||
|
|
||||||
|
- Most customizables have been removed (or are being removed) in order to make the project easier to maintain.
|
||||||
|
|
||||||
|
- Changes may occur without warning.
|
||||||
|
|
||||||
|
- The 'Favorite' button on the main menu just executes `favcmd`. Alias any command to `favcmd` to trigger it with that button:
|
||||||
|
```
|
||||||
|
alias favcmd "connect <your favorite server's IP>"
|
||||||
|
```
|
24
customizations/alternative fonts.res
Normal file
24
customizations/alternative fonts.res
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
//====================================================================================
|
||||||
|
// ALTERNATIVE FONTS
|
||||||
|
//====================================================================================
|
||||||
|
// Uncomment (by removing the // before #base) the font line you want to activate
|
||||||
|
// IMPORTANT: MAKE SURE ONLY ONE LINE STAYS UNCOMMENTED!!
|
||||||
|
//====================================================================================
|
||||||
|
// See what the font looks like and get more in depth information in the wiki:
|
||||||
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Fonts
|
||||||
|
//====================================================================================
|
||||||
|
|
||||||
|
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_avenir.res" // AVENIR
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_cerbetica.res" // CERBETICA
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_futura.res" // FUTURA
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_lato.res" // LATO
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_neutra.res" // NEUTRA
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_nexa.res" // NEXA
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_product.res" // PRODUCT
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_quake.res" // QUAKE
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_renogare.res" // RENOGARE
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_roboto.res" // ROBOTO
|
||||||
|
#base "../resource/scheme/alternative_fonts/fonts_rubik.res" // RUBIK
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_surface.res" // SURFACE
|
||||||
|
//#base "../resource/scheme/alternative_fonts/fonts_tf2.res" // TF2
|
133
customizations/colors.res
Normal file
133
customizations/colors.res
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
//=====================================================================================
|
||||||
|
// COLORS
|
||||||
|
//=====================================================================================
|
||||||
|
// Here you can change some of the colors used in the hud
|
||||||
|
// TF2 uses the R(red) G(green) B(blu) A(alpha) color code
|
||||||
|
// The color values can from 0 to 255
|
||||||
|
//=====================================================================================
|
||||||
|
// For more in depth information check out the wiki:
|
||||||
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Colors
|
||||||
|
//=====================================================================================
|
||||||
|
|
||||||
|
Scheme
|
||||||
|
{
|
||||||
|
Colors
|
||||||
|
{
|
||||||
|
//=============================================================================
|
||||||
|
// INGAME COLORS
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
"Crosshair" "227 228 230 255"
|
||||||
|
"Crosshair Shadow" "0 0 0 255"
|
||||||
|
"Crosshair Pulse" "255 0 0 255"
|
||||||
|
|
||||||
|
"HitMarker" "227 228 230 255"
|
||||||
|
|
||||||
|
"Health Numbers" "227 228 230 255"
|
||||||
|
|
||||||
|
"Shadow" "0 0 0 175"
|
||||||
|
|
||||||
|
"Buffed Health" "30 175 255 255"
|
||||||
|
"Buffed Health Pulse" "80 150 255 255"
|
||||||
|
"Buffed Health Spec" "31 143 255 255"
|
||||||
|
|
||||||
|
"Low Health" "255 50 50 255"
|
||||||
|
"Low Health Pulse" "255 0 0 255"
|
||||||
|
"Low Health Spec" "225 41 41 255"
|
||||||
|
|
||||||
|
"Ammo In Clip" "227 228 230 255"
|
||||||
|
"Ammo In Reserve" "227 228 230 255"
|
||||||
|
"Ammo No Clip" "227 228 230 255"
|
||||||
|
|
||||||
|
"Low Ammo In Clip" "255 50 50 255"
|
||||||
|
"Low Ammo In Clip Pulse" "255 0 0 255"
|
||||||
|
"Low Ammo In Reserve" "255 50 50 255"
|
||||||
|
"Low Ammo In Reserve Pulse" "255 0 0 255"
|
||||||
|
"Low Ammo No Clip" "255 50 50 255"
|
||||||
|
"Low Ammo No Clip Pulse" "255 0 0 255"
|
||||||
|
|
||||||
|
"Full Ubercharge" "30 175 255 255"
|
||||||
|
"Full Ubercharge Pulse" "80 150 255 255"
|
||||||
|
|
||||||
|
"Heal Numbers" "0 255 0 255"
|
||||||
|
"Last Damage Done" "227 228 230 255"
|
||||||
|
|
||||||
|
"Health Gained" "75 210 75 255"
|
||||||
|
"Health Lost" "255 50 50 255"
|
||||||
|
|
||||||
|
"Red" "255 61 61 255"
|
||||||
|
"Blue" "92 173 255 255"
|
||||||
|
"Green" "75 210 75 255"
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
// MENU COLORS
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
"Main Theme" "80 150 255 255"
|
||||||
|
|
||||||
|
"WhiteLight" "227 228 230 255"
|
||||||
|
"White" "227 228 230 255"
|
||||||
|
"WhiteDark" "172 173 175 255"
|
||||||
|
"WhiteGray" "127 128 130 255"
|
||||||
|
"GrayLight" "77 78 82 255"
|
||||||
|
"GrayMedium" "62 63 66 255"
|
||||||
|
"GrayDark" "46 47 51 255"
|
||||||
|
"GrayDarker" "37 38 40 255"
|
||||||
|
"GrayDarkest" "27 28 30 255"
|
||||||
|
"BlackLight" "20 21 23 255"
|
||||||
|
"BlackDark" "15 16 18 255"
|
||||||
|
"Black" "0 0 0 255"
|
||||||
|
"TransparentBlack" "0 0 0 150"
|
||||||
|
"TransparentLightBlack" "0 0 0 100"
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
// ITEM QUALITY COLORS
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
"Normal" "50 50 50 255"
|
||||||
|
"Genuine" "115 215 140 255"
|
||||||
|
"Unusual" "215 145 255 255"
|
||||||
|
"Vintage" "110 165 255 255"
|
||||||
|
"Unique" "255 190 40 255"
|
||||||
|
"Community" "145 225 100 255"
|
||||||
|
"Developer" "255 90 205 255"
|
||||||
|
"SelfMade" "145 225 100 255"
|
||||||
|
"Customized" "110 165 255 255"
|
||||||
|
"Strange" "240 125 10 255"
|
||||||
|
"Completed" "215 145 255 255"
|
||||||
|
"Haunted" "0 230 120 255"
|
||||||
|
"Collectors" "245 70 70 255"
|
||||||
|
"PaintkitWeapon" "215 215 215 255"
|
||||||
|
|
||||||
|
"GradedWeaponDefault" "190 190 190 255"
|
||||||
|
"CivilianGrade" "195 220 255 255"
|
||||||
|
"FreelanceGrade" "115 200 255 255"
|
||||||
|
"MercenaryGrade" "70 130 250 255"
|
||||||
|
"CommandoGrade" "160 125 255 255"
|
||||||
|
"AssassinGrade" "245 150 255 255"
|
||||||
|
"EliteGrade" "255 130 130 255"
|
||||||
|
|
||||||
|
"Normal_Hover" "40 40 40 255"
|
||||||
|
"Genuine_Hover" "105 205 130 255"
|
||||||
|
"Unusual_Hover" "205 135 245 255"
|
||||||
|
"Vintage_Hover" "100 155 245 255"
|
||||||
|
"Unique_Hover" "245 180 30 255"
|
||||||
|
"Community_Hover" "135 215 90 255"
|
||||||
|
"Developer_Hover" "245 80 195 255"
|
||||||
|
"SelfMade_Hover" "135 215 90 255"
|
||||||
|
"Customized_Hover" "100 155 245 255"
|
||||||
|
"Strange_Hover" "230 115 0 255"
|
||||||
|
"Completed_Hover" "205 135 245 255"
|
||||||
|
"Haunted_Hover" "0 220 110 255"
|
||||||
|
"Collectors_Hover" "235 60 60 255"
|
||||||
|
"PaintkitWeapon_Hover" "225 225 225 255"
|
||||||
|
|
||||||
|
"GradedWeaponDefault_Hover" "180 180 180 255"
|
||||||
|
"CivilianGrade_Hover" "185 210 245 255"
|
||||||
|
"FreelanceGrade_Hover" "105 190 245 255"
|
||||||
|
"MercenaryGrade_Hover" "60 120 240 255"
|
||||||
|
"CommandoGrade_Hover" "150 115 245 255"
|
||||||
|
"AssassinGrade_Hover" "235 140 245 255"
|
||||||
|
"EliteGrade_Hover" "245 120 120 255"
|
||||||
|
}
|
||||||
|
}
|
25
customizations/crosshairs and hitmarker animation.txt
Normal file
25
customizations/crosshairs and hitmarker animation.txt
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
//=========================================================================================================================
|
||||||
|
// CROSSHAIR AND HITMARKER ANIMATION
|
||||||
|
//=========================================================================================================================
|
||||||
|
// Uncomment both lines, by removing the // before Animate "CustomCrosshair", to activate the crosshair flashing on damage
|
||||||
|
// You can change the Crosshair and Crosshair flashing color from the customizations/colors.res
|
||||||
|
//-------------------------------------------------------------------------------------------------------------------------
|
||||||
|
// Uncomment both lines, by removing the // before Animate "Hitmarker", to activate the hitmarker
|
||||||
|
// You can change the Hitmarker color from the customizations/colors.res
|
||||||
|
//=========================================================================================================================
|
||||||
|
// For more instructions:
|
||||||
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Crosshairs
|
||||||
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Hitmarkers
|
||||||
|
//=========================================================================================================================
|
||||||
|
|
||||||
|
event DamagedPlayer
|
||||||
|
{
|
||||||
|
StopEvent HitMarker 0.0
|
||||||
|
RunEvent HitMarker 0.01
|
||||||
|
|
||||||
|
//Animate "CustomCrosshair" FgColor "Crosshair Pulse" Linear 0.0 0.00001
|
||||||
|
//Animate "CustomCrosshair" FgColor "Crosshair" Linear 0.10 0.10001
|
||||||
|
|
||||||
|
Animate "Hitmarker" Alpha "255" Linear 0.0 0.0
|
||||||
|
Animate "Hitmarker" Alpha "0" Linear 0.0 0.35
|
||||||
|
}
|
BIN
customizations/crosshairs and hitmarker.png
Normal file
BIN
customizations/crosshairs and hitmarker.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
65
customizations/crosshairs and hitmarker.res
Normal file
65
customizations/crosshairs and hitmarker.res
Normal file
@ -0,0 +1,65 @@
|
|||||||
|
"Resource/HudLayout.res"
|
||||||
|
{
|
||||||
|
//====================================================================================
|
||||||
|
// HUD CROSSHAIR
|
||||||
|
//====================================================================================
|
||||||
|
// Change the "visible" value to "1" in order to activate the hud crosshair
|
||||||
|
// Change "labelText" to the corresponding crosshair in crosshairs.png
|
||||||
|
// Change the size to any number between 10 and 30
|
||||||
|
// For more instructions: https://github.com/Hypnootize/Hypnotize-Hud/wiki/Crosshairs
|
||||||
|
//====================================================================================
|
||||||
|
|
||||||
|
"CustomCrosshair"
|
||||||
|
{
|
||||||
|
"visible" "0" "ControlName" "CExLabel" "fieldName" "CustomCrosshair" "enabled" "1" "zpos" "0" "wide" "f0" "tall" "f0" "textAlignment" "center"
|
||||||
|
|
||||||
|
"labelText" "?"
|
||||||
|
|
||||||
|
"font" "Size:18 | Outline:OFF"
|
||||||
|
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "cs-0.5"
|
||||||
|
|
||||||
|
"fgcolor" "Crosshair"
|
||||||
|
}
|
||||||
|
|
||||||
|
//====================================================================================
|
||||||
|
// HUD CROSSHAIR BLUR SHADOW
|
||||||
|
//====================================================================================
|
||||||
|
// Make sure the "labelText" matches the main crosshair
|
||||||
|
//====================================================================================
|
||||||
|
|
||||||
|
"CustomCrosshairBlurShadow"
|
||||||
|
{
|
||||||
|
"visible" "0" "ControlName" "CExLabel" "fieldName" "CustomCrosshairBlurShadow" "enabled" "1" "xpos" "0" "ypos" "0" "zpos" "-1" "wide" "f0" "tall" "f0" "textAlignment" "center" "pin_to_sibling" "CustomCrosshair"
|
||||||
|
|
||||||
|
"labelText" "?"
|
||||||
|
|
||||||
|
"font" "Size:18 | Blur:ON"
|
||||||
|
|
||||||
|
"fgcolor" "Crosshair Shadow"
|
||||||
|
}
|
||||||
|
|
||||||
|
//====================================================================================
|
||||||
|
// HITMARKER
|
||||||
|
//====================================================================================
|
||||||
|
// Change "labelText" to the corresponding hitmarker in crosshairs.png
|
||||||
|
// Change the size to any number between 10 and 30
|
||||||
|
//------------------------------------------------------------------------------------
|
||||||
|
// To activate the Hitmarker open the "crosshairs and hitmarker animation"
|
||||||
|
// and follow the instructions in the file!
|
||||||
|
// For more instructions: https://github.com/Hypnootize/Hypnotize-Hud/wiki/Hitmarkers
|
||||||
|
//====================================================================================
|
||||||
|
|
||||||
|
"HitMarker"
|
||||||
|
{
|
||||||
|
"labelText" "s" "ControlName" "CExLabel" "fieldName" "HitMarker" "enabled" "1" "visible" "1" "zpos" "0" "wide" "f0" "tall" "f0" "textAlignment" "center" "alpha" "0"
|
||||||
|
|
||||||
|
"font" "Size:20 | Outline:OFF"
|
||||||
|
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "cs-0.5"
|
||||||
|
|
||||||
|
"fgcolor" "HitMarker"
|
||||||
|
}
|
||||||
|
}
|
18
customizations/damage.res
Normal file
18
customizations/damage.res
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
//=========================================================================================
|
||||||
|
// DAMAGE
|
||||||
|
//=========================================================================================
|
||||||
|
// Uncomment (by removing the // before #base) the customization line you want to activate
|
||||||
|
// IMPORTANT: MAKE SURE ONLY ONE LINE STAYS UNCOMMENTED!!
|
||||||
|
//=========================================================================================
|
||||||
|
// See what the damage styles looks like and get more in depth information in the wiki:
|
||||||
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Damage-Numbers
|
||||||
|
//=========================================================================================
|
||||||
|
|
||||||
|
|
||||||
|
//#base "../resource/ui/huddamage_small_shadow.res" // SMALL DAMAGE NUMBERS WITH SHADOW
|
||||||
|
#base "../resource/ui/huddamage_medium_shadow.res" // MEDIUM DAMAGE NUMBERS WITH SHADOW
|
||||||
|
//#base "../resource/ui/huddamage_big_shadow.res" // BIG DAMAGE NUMBERS WITH SHADOW
|
||||||
|
|
||||||
|
//#base "../resource/ui/huddamage_small_outline.res" // SMALL DAMAGE NUMBERS WITH OUTLINE
|
||||||
|
//#base "../resource/ui/huddamage_medium_outline.res" // MEDIUM DAMAGE NUMBERS WITH OUTLINE
|
||||||
|
//#base "../resource/ui/huddamage_big_outline.res" // BIG DAMAGE NUMBERS WITH OUTLINE
|
94
customizations/resolutions/16x10_/backpackpanel.res
Normal file
94
customizations/resolutions/16x10_/backpackpanel.res
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
"Resource/UI/FullLoadoutPanel.res"
|
||||||
|
{
|
||||||
|
"backpack_panel"
|
||||||
|
{
|
||||||
|
"item_ypos" "50"
|
||||||
|
"item_backpack_offcenter_x" "-352"
|
||||||
|
"page_button_y" "333"
|
||||||
|
"page_button_per_row" "25"
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "72"
|
||||||
|
"tall" "57"
|
||||||
|
"model_tall" "43"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BackpackBGCustom"
|
||||||
|
{
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "c-155"
|
||||||
|
"wide" "712"
|
||||||
|
"tall" "286"
|
||||||
|
}
|
||||||
|
|
||||||
|
"NameFilterTextEntry"
|
||||||
|
{
|
||||||
|
"wide" "149"
|
||||||
|
}
|
||||||
|
"NameFilterBG"
|
||||||
|
{
|
||||||
|
"wide" "174"
|
||||||
|
}
|
||||||
|
"NameFilterLine"
|
||||||
|
{
|
||||||
|
"wide" "146"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ShowBaseItemsCheckbox"
|
||||||
|
{
|
||||||
|
"labelText" "Show TF2 Stock Items"
|
||||||
|
"wide" "120"
|
||||||
|
}
|
||||||
|
"ShowBaseItemsBG"
|
||||||
|
{
|
||||||
|
"wide" "130"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CurPageLabel"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "60"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ShowRarityComboBox"
|
||||||
|
{
|
||||||
|
"wide" "160"
|
||||||
|
}
|
||||||
|
"ShowRarityBG"
|
||||||
|
{
|
||||||
|
"wide" "166"
|
||||||
|
}
|
||||||
|
|
||||||
|
"SortByComboBox"
|
||||||
|
{
|
||||||
|
"wide" "132"
|
||||||
|
}
|
||||||
|
"SortByBG"
|
||||||
|
{
|
||||||
|
"wide" "138"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelApplyToolButton"
|
||||||
|
{
|
||||||
|
"wide" "216"
|
||||||
|
}
|
||||||
|
|
||||||
|
"DragToNextPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "c354"
|
||||||
|
"ypos" "c-195"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "286"
|
||||||
|
"font" "Symbols 26"
|
||||||
|
}
|
||||||
|
"DragToPrevPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "c-383"
|
||||||
|
"ypos" "c-195"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "286"
|
||||||
|
"font" "Symbols 26"
|
||||||
|
}
|
||||||
|
}
|
109
customizations/resolutions/16x10_/charinfoloadoutsubpanel.res
Normal file
109
customizations/resolutions/16x10_/charinfoloadoutsubpanel.res
Normal file
@ -0,0 +1,109 @@
|
|||||||
|
"Resource/UI/CharInfoLoadoutSubPanel.res"
|
||||||
|
{
|
||||||
|
"CharInfoLoadoutSubPanel"
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
"CustomScout"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomSoldier"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomPyro"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomDemoman"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomHeavy"
|
||||||
|
{
|
||||||
|
"xpos" "c-35"
|
||||||
|
"ypos" "165"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomEngineer"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomMedic"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomSniper"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomSpy"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Backpack"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
"Crafting"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
"Armory"
|
||||||
|
{
|
||||||
|
"xpos" "c-35"
|
||||||
|
"ypos" "225"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
"Trade"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
"Paints"
|
||||||
|
{
|
||||||
|
"xpos" "4"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
}
|
24
customizations/resolutions/16x10_/classloadoutpanel.res
Normal file
24
customizations/resolutions/16x10_/classloadoutpanel.res
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
"Resource/UI/FullLoadoutPanel.res"
|
||||||
|
{
|
||||||
|
"class_loadout_panel"
|
||||||
|
{
|
||||||
|
"item_xpos_offcenter_a" "-320"
|
||||||
|
"item_xpos_offcenter_b" "175"
|
||||||
|
"item_ydelta" "85"
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "150"
|
||||||
|
"tall" "80"
|
||||||
|
|
||||||
|
"model_tall" "55"
|
||||||
|
"model_wide" "82"
|
||||||
|
"text_ypos" "60"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"classmodelpanel"
|
||||||
|
{
|
||||||
|
"fov" "27"
|
||||||
|
}
|
||||||
|
}
|
42
customizations/resolutions/16x10_/itemselectionpanel.res
Normal file
42
customizations/resolutions/16x10_/itemselectionpanel.res
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
"Resource/UI/ItemSelectionPanel.res"
|
||||||
|
{
|
||||||
|
"ItemSelectionPanel"
|
||||||
|
{
|
||||||
|
"item_ypos" "60"
|
||||||
|
"item_ydelta" "80"
|
||||||
|
"item_backpack_offcenter_x" "-352"
|
||||||
|
"modelpanels_selection_kv"
|
||||||
|
{
|
||||||
|
"wide" "119"
|
||||||
|
"tall" "93"
|
||||||
|
"model_tall" "57"
|
||||||
|
}
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "72"
|
||||||
|
"tall" "57"
|
||||||
|
|
||||||
|
"model_wide" ""
|
||||||
|
"model_tall" "43"
|
||||||
|
|
||||||
|
"text_ypos" "60"
|
||||||
|
|
||||||
|
"inset_eq_x" "2"
|
||||||
|
"inset_eq_y" "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BackpackBGCustom"
|
||||||
|
{
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "c-183"
|
||||||
|
"wide" "710"
|
||||||
|
"tall" "282"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelButton"
|
||||||
|
{
|
||||||
|
"wide" "710"
|
||||||
|
}
|
||||||
|
}
|
20
customizations/resolutions/16x10_/storepage.res
Normal file
20
customizations/resolutions/16x10_/storepage.res
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
"Resource/UI/StorePage.res"
|
||||||
|
{
|
||||||
|
"StorePage"
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
"PrevPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "22"
|
||||||
|
"font" "Symbols 20"
|
||||||
|
}
|
||||||
|
"NextPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "22"
|
||||||
|
"font" "Symbols 20"
|
||||||
|
}
|
||||||
|
}
|
94
customizations/resolutions/16x9/backpackpanel.res
Normal file
94
customizations/resolutions/16x9/backpackpanel.res
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
"Resource/UI/FullLoadoutPanel.res"
|
||||||
|
{
|
||||||
|
"backpack_panel"
|
||||||
|
{
|
||||||
|
"item_ypos" "50"
|
||||||
|
"item_backpack_offcenter_x" "-352"
|
||||||
|
"page_button_y" "333"
|
||||||
|
"page_button_per_row" "25"
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "72"
|
||||||
|
"tall" "57"
|
||||||
|
"model_tall" "43"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BackpackBGCustom"
|
||||||
|
{
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "c-155"
|
||||||
|
"wide" "712"
|
||||||
|
"tall" "286"
|
||||||
|
}
|
||||||
|
|
||||||
|
"NameFilterTextEntry"
|
||||||
|
{
|
||||||
|
"wide" "149"
|
||||||
|
}
|
||||||
|
"NameFilterBG"
|
||||||
|
{
|
||||||
|
"wide" "174"
|
||||||
|
}
|
||||||
|
"NameFilterLine"
|
||||||
|
{
|
||||||
|
"wide" "146"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ShowBaseItemsCheckbox"
|
||||||
|
{
|
||||||
|
"labelText" "Show TF2 Stock Items"
|
||||||
|
"wide" "120"
|
||||||
|
}
|
||||||
|
"ShowBaseItemsBG"
|
||||||
|
{
|
||||||
|
"wide" "130"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CurPageLabel"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "60"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ShowRarityComboBox"
|
||||||
|
{
|
||||||
|
"wide" "160"
|
||||||
|
}
|
||||||
|
"ShowRarityBG"
|
||||||
|
{
|
||||||
|
"wide" "166"
|
||||||
|
}
|
||||||
|
|
||||||
|
"SortByComboBox"
|
||||||
|
{
|
||||||
|
"wide" "132"
|
||||||
|
}
|
||||||
|
"SortByBG"
|
||||||
|
{
|
||||||
|
"wide" "138"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelApplyToolButton"
|
||||||
|
{
|
||||||
|
"wide" "216"
|
||||||
|
}
|
||||||
|
|
||||||
|
"DragToNextPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "c357"
|
||||||
|
"ypos" "c-195"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "286"
|
||||||
|
"font" "Symbols 26"
|
||||||
|
}
|
||||||
|
"DragToPrevPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "c-387"
|
||||||
|
"ypos" "c-195"
|
||||||
|
"wide" "30"
|
||||||
|
"tall" "286"
|
||||||
|
"font" "Symbols 26"
|
||||||
|
}
|
||||||
|
}
|
109
customizations/resolutions/16x9/charinfoloadoutsubpanel.res
Normal file
109
customizations/resolutions/16x9/charinfoloadoutsubpanel.res
Normal file
@ -0,0 +1,109 @@
|
|||||||
|
"Resource/UI/CharInfoLoadoutSubPanel.res"
|
||||||
|
{
|
||||||
|
"CharInfoLoadoutSubPanel"
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
"CustomScout"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomSoldier"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomPyro"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomDemoman"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomHeavy"
|
||||||
|
{
|
||||||
|
"xpos" "c-35"
|
||||||
|
"ypos" "165"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomEngineer"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomMedic"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomSniper"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
"CustomSpy"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Class Symbols 56"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Backpack"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
"Crafting"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
"Armory"
|
||||||
|
{
|
||||||
|
"xpos" "c-35"
|
||||||
|
"ypos" "225"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
"Trade"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
"Paints"
|
||||||
|
{
|
||||||
|
"xpos" "7"
|
||||||
|
"wide" "75"
|
||||||
|
"tall" "75"
|
||||||
|
"font" "Symbols 50"
|
||||||
|
}
|
||||||
|
}
|
24
customizations/resolutions/16x9/classloadoutpanel.res
Normal file
24
customizations/resolutions/16x9/classloadoutpanel.res
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
"Resource/UI/FullLoadoutPanel.res"
|
||||||
|
{
|
||||||
|
"class_loadout_panel"
|
||||||
|
{
|
||||||
|
"item_xpos_offcenter_a" "-320"
|
||||||
|
"item_xpos_offcenter_b" "175"
|
||||||
|
"item_ydelta" "85"
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "150"
|
||||||
|
"tall" "80"
|
||||||
|
|
||||||
|
"model_tall" "55"
|
||||||
|
"model_wide" "82"
|
||||||
|
"text_ypos" "60"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"classmodelpanel"
|
||||||
|
{
|
||||||
|
"fov" "27"
|
||||||
|
}
|
||||||
|
}
|
42
customizations/resolutions/16x9/itemselectionpanel.res
Normal file
42
customizations/resolutions/16x9/itemselectionpanel.res
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
"Resource/UI/ItemSelectionPanel.res"
|
||||||
|
{
|
||||||
|
"ItemSelectionPanel"
|
||||||
|
{
|
||||||
|
"item_ypos" "60"
|
||||||
|
"item_ydelta" "80"
|
||||||
|
"item_backpack_offcenter_x" "-352"
|
||||||
|
"modelpanels_selection_kv"
|
||||||
|
{
|
||||||
|
"wide" "119"
|
||||||
|
"tall" "93"
|
||||||
|
"model_tall" "57"
|
||||||
|
}
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "72"
|
||||||
|
"tall" "57"
|
||||||
|
|
||||||
|
"model_wide" ""
|
||||||
|
"model_tall" "43"
|
||||||
|
|
||||||
|
"text_ypos" "60"
|
||||||
|
|
||||||
|
"inset_eq_x" "2"
|
||||||
|
"inset_eq_y" "2"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BackpackBGCustom"
|
||||||
|
{
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "c-183"
|
||||||
|
"wide" "710"
|
||||||
|
"tall" "282"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelButton"
|
||||||
|
{
|
||||||
|
"wide" "710"
|
||||||
|
}
|
||||||
|
}
|
20
customizations/resolutions/16x9/storepage.res
Normal file
20
customizations/resolutions/16x9/storepage.res
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
"Resource/UI/StorePage.res"
|
||||||
|
{
|
||||||
|
"StorePage"
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
"PrevPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "22"
|
||||||
|
"font" "Symbols 20"
|
||||||
|
}
|
||||||
|
"NextPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "22"
|
||||||
|
"font" "Symbols 20"
|
||||||
|
}
|
||||||
|
}
|
94
customizations/resolutions/4x3_/backpackpanel.res
Normal file
94
customizations/resolutions/4x3_/backpackpanel.res
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
"Resource/UI/FullLoadoutPanel.res"
|
||||||
|
{
|
||||||
|
"backpack_panel"
|
||||||
|
{
|
||||||
|
"item_ypos" "75"
|
||||||
|
"item_backpack_offcenter_x" "-280"
|
||||||
|
"page_button_y" "295"
|
||||||
|
"page_button_per_row" "20"
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "58"
|
||||||
|
"tall" "44"
|
||||||
|
"model_tall" "33"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BackpackBGCustom"
|
||||||
|
{
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "c-129"
|
||||||
|
"wide" "568"
|
||||||
|
"tall" "219"
|
||||||
|
}
|
||||||
|
|
||||||
|
"NameFilterTextEntry"
|
||||||
|
{
|
||||||
|
"wide" "83"
|
||||||
|
}
|
||||||
|
"NameFilterBG"
|
||||||
|
{
|
||||||
|
"wide" "108"
|
||||||
|
}
|
||||||
|
"NameFilterLine"
|
||||||
|
{
|
||||||
|
"wide" "81"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ShowBaseItemsCheckbox"
|
||||||
|
{
|
||||||
|
"labelText" "Stock Items"
|
||||||
|
"wide" "80"
|
||||||
|
}
|
||||||
|
"ShowBaseItemsBG"
|
||||||
|
{
|
||||||
|
"wide" "85"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CurPageLabel"
|
||||||
|
{
|
||||||
|
"xpos" "-45"
|
||||||
|
"wide" "50"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ShowRarityComboBox"
|
||||||
|
{
|
||||||
|
"wide" "155"
|
||||||
|
}
|
||||||
|
"ShowRarityBG"
|
||||||
|
{
|
||||||
|
"wide" "161"
|
||||||
|
}
|
||||||
|
|
||||||
|
"SortByComboBox"
|
||||||
|
{
|
||||||
|
"wide" "115"
|
||||||
|
}
|
||||||
|
"SortByBG"
|
||||||
|
{
|
||||||
|
"wide" "121"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelApplyToolButton"
|
||||||
|
{
|
||||||
|
"wide" "136"
|
||||||
|
}
|
||||||
|
|
||||||
|
"DragToNextPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "c281"
|
||||||
|
"ypos" "c-170"
|
||||||
|
"wide" "20"
|
||||||
|
"tall" "219"
|
||||||
|
"font" "Symbols 18"
|
||||||
|
}
|
||||||
|
"DragToPrevPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "c-300"
|
||||||
|
"ypos" "c-170"
|
||||||
|
"wide" "20"
|
||||||
|
"tall" "219"
|
||||||
|
"font" "Symbols 18"
|
||||||
|
}
|
||||||
|
}
|
105
customizations/resolutions/4x3_/charinfoloadoutsubpanel.res
Normal file
105
customizations/resolutions/4x3_/charinfoloadoutsubpanel.res
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
"Resource/UI/CharInfoLoadoutSubPanel.res"
|
||||||
|
{
|
||||||
|
"CharInfoLoadoutSubPanel"
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
"CustomScout"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomSoldier"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomPyro"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomDemoman"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomHeavy"
|
||||||
|
{
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomEngineer"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomMedic"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomSniper"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomSpy"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Backpack"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
"Crafting"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
"Armory"
|
||||||
|
{
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
"Trade"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
"Paints"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
}
|
24
customizations/resolutions/4x3_/classloadoutpanel.res
Normal file
24
customizations/resolutions/4x3_/classloadoutpanel.res
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
"Resource/UI/FullLoadoutPanel.res"
|
||||||
|
{
|
||||||
|
"class_loadout_panel"
|
||||||
|
{
|
||||||
|
"item_xpos_offcenter_a" "-280"
|
||||||
|
"item_xpos_offcenter_b" "150"
|
||||||
|
"item_ydelta" "82"
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "138"
|
||||||
|
"tall" "78"
|
||||||
|
|
||||||
|
"model_tall" "48"
|
||||||
|
"model_wide" ""
|
||||||
|
"text_ypos" "57"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"classmodelpanel"
|
||||||
|
{
|
||||||
|
"fov" "29"
|
||||||
|
}
|
||||||
|
}
|
40
customizations/resolutions/4x3_/itemselectionpanel.res
Normal file
40
customizations/resolutions/4x3_/itemselectionpanel.res
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
"Resource/UI/ItemSelectionPanel.res"
|
||||||
|
{
|
||||||
|
"ItemSelectionPanel"
|
||||||
|
{
|
||||||
|
"item_ypos" "74"
|
||||||
|
"item_ydelta" "80"
|
||||||
|
"item_backpack_offcenter_x" "-279"
|
||||||
|
|
||||||
|
"modelpanels_selection_kv"
|
||||||
|
{
|
||||||
|
"wide" "95"
|
||||||
|
"tall" "76"
|
||||||
|
"model_tall" "45"
|
||||||
|
}
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "58"
|
||||||
|
"tall" "46"
|
||||||
|
|
||||||
|
"model_wide" ""
|
||||||
|
"model_tall" "33"
|
||||||
|
|
||||||
|
"text_ypos" "60"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BackpackBGCustom"
|
||||||
|
{
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "c-170"
|
||||||
|
"wide" "566"
|
||||||
|
"tall" "231"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelButton"
|
||||||
|
{
|
||||||
|
"wide" "566"
|
||||||
|
}
|
||||||
|
}
|
20
customizations/resolutions/4x3_/storepage.res
Normal file
20
customizations/resolutions/4x3_/storepage.res
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
"Resource/UI/StorePage.res"
|
||||||
|
{
|
||||||
|
"StorePage"
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
"PrevPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "-3"
|
||||||
|
"wide" "18"
|
||||||
|
"font" "Symbols 16"
|
||||||
|
}
|
||||||
|
"NextPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "-3"
|
||||||
|
"wide" "18"
|
||||||
|
"font" "Symbols 16"
|
||||||
|
}
|
||||||
|
}
|
94
customizations/resolutions/5x4_/backpackpanel.res
Normal file
94
customizations/resolutions/5x4_/backpackpanel.res
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
"Resource/UI/FullLoadoutPanel.res"
|
||||||
|
{
|
||||||
|
"backpack_panel"
|
||||||
|
{
|
||||||
|
"item_ypos" "75"
|
||||||
|
"item_backpack_offcenter_x" "-280"
|
||||||
|
"page_button_y" "295"
|
||||||
|
"page_button_per_row" "20"
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "58"
|
||||||
|
"tall" "44"
|
||||||
|
"model_tall" "33"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BackpackBGCustom"
|
||||||
|
{
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "c-129"
|
||||||
|
"wide" "568"
|
||||||
|
"tall" "219"
|
||||||
|
}
|
||||||
|
|
||||||
|
"NameFilterTextEntry"
|
||||||
|
{
|
||||||
|
"wide" "83"
|
||||||
|
}
|
||||||
|
"NameFilterBG"
|
||||||
|
{
|
||||||
|
"wide" "108"
|
||||||
|
}
|
||||||
|
"NameFilterLine"
|
||||||
|
{
|
||||||
|
"wide" "81"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ShowBaseItemsCheckbox"
|
||||||
|
{
|
||||||
|
"labelText" "Stock Items"
|
||||||
|
"wide" "80"
|
||||||
|
}
|
||||||
|
"ShowBaseItemsBG"
|
||||||
|
{
|
||||||
|
"wide" "85"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CurPageLabel"
|
||||||
|
{
|
||||||
|
"xpos" "-45"
|
||||||
|
"wide" "50"
|
||||||
|
}
|
||||||
|
|
||||||
|
"ShowRarityComboBox"
|
||||||
|
{
|
||||||
|
"wide" "155"
|
||||||
|
}
|
||||||
|
"ShowRarityBG"
|
||||||
|
{
|
||||||
|
"wide" "161"
|
||||||
|
}
|
||||||
|
|
||||||
|
"SortByComboBox"
|
||||||
|
{
|
||||||
|
"wide" "115"
|
||||||
|
}
|
||||||
|
"SortByBG"
|
||||||
|
{
|
||||||
|
"wide" "121"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelApplyToolButton"
|
||||||
|
{
|
||||||
|
"wide" "136"
|
||||||
|
}
|
||||||
|
|
||||||
|
"DragToNextPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "c281"
|
||||||
|
"ypos" "c-170"
|
||||||
|
"wide" "20"
|
||||||
|
"tall" "219"
|
||||||
|
"font" "Symbols 18"
|
||||||
|
}
|
||||||
|
"DragToPrevPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "c-300"
|
||||||
|
"ypos" "c-170"
|
||||||
|
"wide" "20"
|
||||||
|
"tall" "219"
|
||||||
|
"font" "Symbols 18"
|
||||||
|
}
|
||||||
|
}
|
105
customizations/resolutions/5x4_/charinfoloadoutsubpanel.res
Normal file
105
customizations/resolutions/5x4_/charinfoloadoutsubpanel.res
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
"Resource/UI/CharInfoLoadoutSubPanel.res"
|
||||||
|
{
|
||||||
|
"CharInfoLoadoutSubPanel"
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
"CustomScout"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomSoldier"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomPyro"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomDemoman"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomHeavy"
|
||||||
|
{
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomEngineer"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomMedic"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomSniper"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
"CustomSpy"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Class Symbols 48"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Backpack"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
"Crafting"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
"Armory"
|
||||||
|
{
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
"Trade"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
"Paints"
|
||||||
|
{
|
||||||
|
"xpos" "0"
|
||||||
|
"wide" "62"
|
||||||
|
"tall" "62"
|
||||||
|
"font" "Symbols 46"
|
||||||
|
}
|
||||||
|
}
|
24
customizations/resolutions/5x4_/classloadoutpanel.res
Normal file
24
customizations/resolutions/5x4_/classloadoutpanel.res
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
"Resource/UI/FullLoadoutPanel.res"
|
||||||
|
{
|
||||||
|
"class_loadout_panel"
|
||||||
|
{
|
||||||
|
"item_xpos_offcenter_a" "-280"
|
||||||
|
"item_xpos_offcenter_b" "150"
|
||||||
|
"item_ydelta" "82"
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "138"
|
||||||
|
"tall" "78"
|
||||||
|
|
||||||
|
"model_tall" "48"
|
||||||
|
"model_wide" ""
|
||||||
|
"text_ypos" "57"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"classmodelpanel"
|
||||||
|
{
|
||||||
|
"fov" "29"
|
||||||
|
}
|
||||||
|
}
|
40
customizations/resolutions/5x4_/itemselectionpanel.res
Normal file
40
customizations/resolutions/5x4_/itemselectionpanel.res
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
"Resource/UI/ItemSelectionPanel.res"
|
||||||
|
{
|
||||||
|
"ItemSelectionPanel"
|
||||||
|
{
|
||||||
|
"item_ypos" "74"
|
||||||
|
"item_ydelta" "80"
|
||||||
|
"item_backpack_offcenter_x" "-279"
|
||||||
|
|
||||||
|
"modelpanels_selection_kv"
|
||||||
|
{
|
||||||
|
"wide" "95"
|
||||||
|
"tall" "76"
|
||||||
|
"model_tall" "45"
|
||||||
|
}
|
||||||
|
|
||||||
|
"modelpanels_kv"
|
||||||
|
{
|
||||||
|
"wide" "58"
|
||||||
|
"tall" "46"
|
||||||
|
|
||||||
|
"model_wide" ""
|
||||||
|
"model_tall" "33"
|
||||||
|
|
||||||
|
"text_ypos" "60"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BackpackBGCustom"
|
||||||
|
{
|
||||||
|
"xpos" "cs-0.5"
|
||||||
|
"ypos" "c-170"
|
||||||
|
"wide" "566"
|
||||||
|
"tall" "231"
|
||||||
|
}
|
||||||
|
|
||||||
|
"CancelButton"
|
||||||
|
{
|
||||||
|
"wide" "566"
|
||||||
|
}
|
||||||
|
}
|
20
customizations/resolutions/5x4_/storepage.res
Normal file
20
customizations/resolutions/5x4_/storepage.res
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
"Resource/UI/StorePage.res"
|
||||||
|
{
|
||||||
|
"StorePage"
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
"PrevPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "-3"
|
||||||
|
"wide" "18"
|
||||||
|
"font" "Symbols 16"
|
||||||
|
}
|
||||||
|
"NextPageButton"
|
||||||
|
{
|
||||||
|
"xpos" "-3"
|
||||||
|
"wide" "18"
|
||||||
|
"font" "Symbols 16"
|
||||||
|
}
|
||||||
|
}
|
9
customizations/resolutions/INSTRUCTIONS.txt
Normal file
9
customizations/resolutions/INSTRUCTIONS.txt
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
//=========================================================================================
|
||||||
|
// RESOLUTION FIXES
|
||||||
|
//=========================================================================================
|
||||||
|
// Remove the underscore from the folder matching your aspect ration
|
||||||
|
// IMPORTANT: MAKE SURE ONLY ONE FOLDER STAYS WITHOUT UNDERSCORE!!
|
||||||
|
//=========================================================================================
|
||||||
|
// For more in depth information check out the wiki:
|
||||||
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Resolution-Fixes
|
||||||
|
//=========================================================================================
|
11
customizations/streamermode_/disguisestatuspanel.res
Normal file
11
customizations/streamermode_/disguisestatuspanel.res
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"Resource/UI/ItemModelPanel.res"
|
||||||
|
{
|
||||||
|
"DisguiseNameLabel"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"DisguiseNameLabelShadow"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
32
customizations/streamermode_/freezepanel_basic.res
Normal file
32
customizations/streamermode_/freezepanel_basic.res
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
"Resource/UI/FreezePanel_Basic.res"
|
||||||
|
{
|
||||||
|
"FreezePanelBase"
|
||||||
|
{
|
||||||
|
"FreezeLabel"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"FreezeLabelKiller"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"FreezeLabelKillerShadow"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"itempanel"
|
||||||
|
{
|
||||||
|
"xpos" "9999"
|
||||||
|
"wide" "0"
|
||||||
|
"alpha" "0"
|
||||||
|
|
||||||
|
"ItemLabel"
|
||||||
|
{
|
||||||
|
"xpos" "9999"
|
||||||
|
"wide" "0"
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
62
customizations/streamermode_/hudarenawinpanel.res
Normal file
62
customizations/streamermode_/hudarenawinpanel.res
Normal file
@ -0,0 +1,62 @@
|
|||||||
|
"Resource/UI/arenawinpanel.res"
|
||||||
|
{
|
||||||
|
"ArenaWinPanelWinnersPanel"
|
||||||
|
{
|
||||||
|
"Player1Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player1Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Player2Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player2Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Player3Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player3Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"ArenaWinPanelLosersPanel"
|
||||||
|
{
|
||||||
|
"Player1Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player1Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Player2Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player2Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Player3Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player3Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
10
customizations/streamermode_/hudkillstreaknotice.res
Normal file
10
customizations/streamermode_/hudkillstreaknotice.res
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
"Resource/UI/HudKillStreakNotice.res"
|
||||||
|
{
|
||||||
|
"SplashLabel"
|
||||||
|
{
|
||||||
|
"ypos" "9999"
|
||||||
|
"wide" "0"
|
||||||
|
"tall" "0"
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
19
customizations/streamermode_/hudlayout.res
Normal file
19
customizations/streamermode_/hudlayout.res
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
"Resource/HudLayout.res"
|
||||||
|
{
|
||||||
|
HudDeathNotice
|
||||||
|
{
|
||||||
|
"TextFont" ""
|
||||||
|
}
|
||||||
|
|
||||||
|
HudVoiceStatus
|
||||||
|
{
|
||||||
|
"text_xpos" "9999"
|
||||||
|
"show_avatar" "0"
|
||||||
|
"avatar_xpos" "9999"
|
||||||
|
}
|
||||||
|
|
||||||
|
HudSpectatorExtras
|
||||||
|
{
|
||||||
|
"player_name_font" ""
|
||||||
|
}
|
||||||
|
}
|
23
customizations/streamermode_/hudmatchstatus.res
Normal file
23
customizations/streamermode_/hudmatchstatus.res
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
"Resource/UI/HudMatchStatus.res"
|
||||||
|
{
|
||||||
|
"TeamStatus"
|
||||||
|
{
|
||||||
|
"playerpanels_kv"
|
||||||
|
{
|
||||||
|
"playername"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"BlueTeamPanel"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
|
||||||
|
"RedTeamPanel"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
34
customizations/streamermode_/hudmatchsummary.res
Normal file
34
customizations/streamermode_/hudmatchsummary.res
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
"Resource/UI/HudMatchSummary.res"
|
||||||
|
{
|
||||||
|
"MainStatsContainer"
|
||||||
|
{
|
||||||
|
"TeamScoresPanel"
|
||||||
|
{
|
||||||
|
"BlueTeamPanel"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
|
||||||
|
"BluePlayerListParent"
|
||||||
|
{
|
||||||
|
BluePlayerList
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
"RedTeamPanel"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
|
||||||
|
"RedPlayerListParent"
|
||||||
|
{
|
||||||
|
RedPlayerListParent
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
13
customizations/streamermode_/hudtournament.res
Normal file
13
customizations/streamermode_/hudtournament.res
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
"Resource/UI/HudTournament.res"
|
||||||
|
{
|
||||||
|
HudTournament
|
||||||
|
{
|
||||||
|
playerpanels_kv
|
||||||
|
{
|
||||||
|
"playername"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
10
customizations/streamermode_/matchmakingtooltip.res
Normal file
10
customizations/streamermode_/matchmakingtooltip.res
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
"Resource/UI/MatchMakingTooltip.res"
|
||||||
|
{
|
||||||
|
"TooltipPanel"
|
||||||
|
{
|
||||||
|
"TipLabel"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
7
customizations/streamermode_/mvmscoreboard.res
Normal file
7
customizations/streamermode_/mvmscoreboard.res
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
"Resource/UI/MvMScoreboard.res"
|
||||||
|
{
|
||||||
|
"MvMPlayerList"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
12
customizations/streamermode_/votehud.res
Normal file
12
customizations/streamermode_/votehud.res
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"Resource/UI/VoteHud.res"
|
||||||
|
{
|
||||||
|
"VoteActive"
|
||||||
|
{
|
||||||
|
"Header"
|
||||||
|
{
|
||||||
|
"ypos" "9999"
|
||||||
|
"wide" "0"
|
||||||
|
"tall" "0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
37
customizations/streamermode_/winpanel.res
Normal file
37
customizations/streamermode_/winpanel.res
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
"Resource/UI/winpanel.res"
|
||||||
|
{
|
||||||
|
"Player1Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player2Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player3Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
|
||||||
|
"Player1Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player2Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"Player3Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
|
||||||
|
"KillStreakPlayer1Avatar"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
"KillStreakPlayer1Name"
|
||||||
|
{
|
||||||
|
"alpha" "0"
|
||||||
|
}
|
||||||
|
}
|
13
customizations/team status.res
Normal file
13
customizations/team status.res
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
//=========================================================================================
|
||||||
|
// TEAM STATUS
|
||||||
|
//=========================================================================================
|
||||||
|
// Uncomment (by removing the // before #base) the customization line you want to activate
|
||||||
|
// IMPORTANT: MAKE SURE ONLY ONE LINE STAYS UNCOMMENTED!!
|
||||||
|
//=========================================================================================
|
||||||
|
// See what the team status looks like and get more in depth information in the wiki:
|
||||||
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Team-Status
|
||||||
|
//=========================================================================================
|
||||||
|
|
||||||
|
|
||||||
|
//#base "../resource/ui/hudmatchstatus_smallhealth.res" // SMALL HEALTH BAR TEAM STATUS
|
||||||
|
#base "../resource/ui/hudmatchstatus_bighealth.res" // BIG HEALTH BAR TEAM STATUS
|
10
customizations/transparent viewmodels.res
Normal file
10
customizations/transparent viewmodels.res
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
//=============================================================================================
|
||||||
|
// TRANSPARENT VIEWMODELS
|
||||||
|
//=============================================================================================
|
||||||
|
// Uncomment (by removing the // before #base) the line to activate the transparent viewmodels
|
||||||
|
//=============================================================================================
|
||||||
|
// For more instructions check out the dedicated wiki page:
|
||||||
|
// https://github.com/Hypnootize/Hypnotize-Hud/wiki/Transparent-Viewmodels
|
||||||
|
//=============================================================================================
|
||||||
|
|
||||||
|
//#base "../scripts/transparent_viewmodels.res"
|
BIN
materials/console/background_upward.vtf
Normal file
BIN
materials/console/background_upward.vtf
Normal file
Binary file not shown.
BIN
materials/console/background_upward.vtf.old
Normal file
BIN
materials/console/background_upward.vtf.old
Normal file
Binary file not shown.
BIN
materials/console/background_upward_widescreen.vtf
Normal file
BIN
materials/console/background_upward_widescreen.vtf
Normal file
Binary file not shown.
BIN
materials/console/background_upward_widescreen.vtf.old
Normal file
BIN
materials/console/background_upward_widescreen.vtf.old
Normal file
Binary file not shown.
BIN
materials/console/startup_loading.vtf
Normal file
BIN
materials/console/startup_loading.vtf
Normal file
Binary file not shown.
BIN
materials/console/startup_loading.vtf.old
Normal file
BIN
materials/console/startup_loading.vtf.old
Normal file
Binary file not shown.
12
materials/hud/cart_point_blue.vmt
Normal file
12
materials/hud/cart_point_blue.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\panels\bg_blank"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/cart_point_blue_opaque.vmt
Normal file
12
materials/hud/cart_point_blue_opaque.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\panels\bg_blank"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/cart_point_neutral.vmt
Normal file
12
materials/hud/cart_point_neutral.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\panels\bg_black"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/cart_point_neutral_opaque.vmt
Normal file
12
materials/hud/cart_point_neutral_opaque.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\panels\bg_black"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/cart_point_red.vmt
Normal file
12
materials/hud/cart_point_red.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\panels\bg_red"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/cart_point_red_opaque.vmt
Normal file
12
materials/hud/cart_point_red_opaque.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\panels\bg_red"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_carried_blue.vmt
Normal file
12
materials/hud/objectives_flagpanel_carried_blue.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_carried_red"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_carried_red.vmt
Normal file
12
materials/hud/objectives_flagpanel_carried_red.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_carried_red"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_compass_blue.vmt
Normal file
12
materials/hud/objectives_flagpanel_compass_blue.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_blue"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_compass_blue_noarrow.vmt
Normal file
12
materials/hud/objectives_flagpanel_compass_blue_noarrow.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_blue_noarrow"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_compass_grey.vmt
Normal file
12
materials/hud/objectives_flagpanel_compass_grey.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_grey"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_compass_red.vmt
Normal file
12
materials/hud/objectives_flagpanel_compass_red.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_red"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_compass_red_noarrow.vmt
Normal file
12
materials/hud/objectives_flagpanel_compass_red_noarrow.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_compass_red_noarrow"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_ico_flag_dropped.vmt
Normal file
12
materials/hud/objectives_flagpanel_ico_flag_dropped.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_ico_flag_dropped"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_ico_flag_home.vmt
Normal file
12
materials/hud/objectives_flagpanel_ico_flag_home.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_ico_flag_home"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
12
materials/hud/objectives_flagpanel_ico_flag_moving.vmt
Normal file
12
materials/hud/objectives_flagpanel_ico_flag_moving.vmt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\flag_icons\objectives_flagpanel_ico_flag_moving"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
||||||
|
|
11
materials/hud/objectives_timepanel_blue_bg.vmt
Normal file
11
materials/hud/objectives_timepanel_blue_bg.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\game\clock_blue"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/hud/objectives_timepanel_red_bg.vmt
Normal file
11
materials/hud/objectives_timepanel_red_bg.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\game\clock_red"
|
||||||
|
"$translucent" 1
|
||||||
|
"$alpha" 1
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$vertextcolor" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_1_blu.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_1_blu.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_blu"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_blu_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_1_neutral.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_1_neutral.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_neutral"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_neutral_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_1_red.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_1_red.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_red"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_1_red_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_1_red_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_red_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_2_blu.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_2_blu.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_blu"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_blu_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_2_neutral.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_2_neutral.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_neutral"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_neutral_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_2_red.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_2_red.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_red"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_2_red_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_2_red_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_red_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_3_blu.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_3_blu.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_blu"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_blu_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_3_neutral.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_3_neutral.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_neutral"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_neutral_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_3_red.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_3_red.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_red"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_3_red_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_3_red_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_red_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_4_blu.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_4_blu.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_blu"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_blu_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_4_neutral.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_4_neutral.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_neutral"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_neutral_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_4_red.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_4_red.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_red"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_4_red_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_4_red_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_red_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_5_blu.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_5_blu.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_blu"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_blu_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_5_neutral.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_5_neutral.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_neutral"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_neutral_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_5_red.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_5_red.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_red"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_5_red_locked.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_5_red_locked.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_red_locked"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_a.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_a.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_a"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_b.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_b.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_b"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
11
materials/sprites/obj_icons/icon_obj_blu.vmt
Normal file
11
materials/sprites/obj_icons/icon_obj_blu.vmt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
"UnlitGeneric"
|
||||||
|
{
|
||||||
|
"$translucent" "1"
|
||||||
|
"$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu"
|
||||||
|
"$alpha" "1"
|
||||||
|
"$vertexalpha" "1"
|
||||||
|
"$vertexcolor" "1"
|
||||||
|
"$no_fullbright" "1"
|
||||||
|
"$ignorez" "1"
|
||||||
|
"%keywords" "tf"
|
||||||
|
}
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user