From 9f90bde42f138a30d5923b0af185f6edf08f37ac Mon Sep 17 00:00:00 2001 From: "igor.nikitin" Date: Tue, 16 Apr 2019 10:34:42 -0400 Subject: Moving Files for Lowercasing --- scripts/HudAnimations_custom.txt | 182 ---- scripts/HudAnimations_manifest.txt | 6 - scripts/chapterbackgrounds.txt | 15 - scripts/hudlayout.res | 2102 ------------------------------------ scripts/knucklescrosses.png | Bin 34047 -> 0 bytes 5 files changed, 2305 deletions(-) delete mode 100644 scripts/HudAnimations_custom.txt delete mode 100644 scripts/HudAnimations_manifest.txt delete mode 100644 scripts/chapterbackgrounds.txt delete mode 100644 scripts/hudlayout.res delete mode 100644 scripts/knucklescrosses.png (limited to 'scripts') diff --git a/scripts/HudAnimations_custom.txt b/scripts/HudAnimations_custom.txt deleted file mode 100644 index d69e63d..0000000 --- a/scripts/HudAnimations_custom.txt +++ /dev/null @@ -1,182 +0,0 @@ -// Bonus Health Pulse -event HudHealthBonusPulse -{ - Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 - Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 - - Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Health Buff" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Health Buff" Accel 0.0 0.0 - - RunEvent HudHealthBonusPulseLoop 0.4 -} - -event HudHealthBonusPulseStop -{ - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 - - StopEvent HudHealthBonusPulse 0.0 - StopEvent HudHealthBonusPulseLoop 0.0 -} -//================================================================================== -// Low Health Pulse -event HudHealthDyingPulse -{ - Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 - Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 - - Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Health Hurt" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Health Hurt" Accel 0.0 0.0 - - RunEvent HudHealthDyingPulseLoop 0.4 -} - -event HudHealthDyingPulseStop -{ - Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 - Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 - - StopEvent HudHealthDyingPulse 0.0 - StopEvent HudHealthDyingPulseLoop 0.0 -} -//================================================================================== -// Low Ammo Pulse -event HudLowAmmoPulse -{ - Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.075 - Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075 - - Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 - Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0 - Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 - - RunEvent HudLowAmmoPulseLoop 0.25 -} - -event HudLowAmmoPulseStop -{ - Animate AmmoInClip FgColor "Ammo In Clip" Accel 0.0 0.0 - Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0 - Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0 - - StopEvent HudLowAmmoPulse 0.0 - StopEvent HudLowAmmoPulseLoop 0.0 -} -//================================================================================== -// Ubercharge Meters -event HudMedicCharged -{ - RunEvent HudMedicOrangePulseCharge 0.0 - //RunEvent HudMedicSolidColorCharge 0.0 - //RunEvent HudMedicRainbowCharged 0.0 - - RunEvent HudMedicChargedLoop 0.6 -} - -event HudMedicRainbowCharged -{ - Animate ChargeLabel FgColor "ColorGreen" Linear 0.0 0.1 - Animate ChargeLabel FgColor "ColorCyan" Linear 0.1 0.1 - Animate ChargeLabel FgColor "ColorBlue" Linear 0.2 0.1 - Animate ChargeLabel FgColor "ColorMagenta" Linear 0.3 0.1 - Animate ChargeLabel FgColor "ColorRed" Linear 0.4 0.1 - Animate ChargeLabel FgColor "ColorYellow" Linear 0.5 0.1 - - Animate ChargeMeter FgColor "ColorGreen" Linear 0.0 0.1 - Animate ChargeMeter FgColor "ColorCyan" Linear 0.1 0.1 - Animate ChargeMeter FgColor "ColorBlue" Linear 0.2 0.1 - Animate ChargeMeter FgColor "ColorMagenta" Linear 0.3 0.1 - Animate ChargeMeter FgColor "ColorRed" Linear 0.4 0.1 - Animate ChargeMeter FgColor "ColorYellow" Linear 0.5 0.1 - - RunEvent HudMedicChargedLoop 0.6 -} - -event HudMedicSolidColorCharge -{ - Animate ChargeLabel FgColor "Solid Color Uber" Linear 0.0 0.0 - - Animate ChargeMeter FgColor "Solid Color Uber" Linear 0.0 0.0 - - RunEvent HudMedicChargedLoop 0.6 -} - -event HudMedicOrangePulseCharge -{ - Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 - - Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3 - - RunEvent HudMedicChargedLoop 0.6 -} - -event HudMedicChargedStop -{ - StopEvent HudMedicCharged 0.0 - StopEvent HudMedicRainbowCharged 0.0 - StopEvent HudMedicSolidColorCharge 0.0 - StopEvent HudMedicOrangePulseCharge 0.0 - StopEvent HudMedicChargedLoop 0.0 - - Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001 - Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 -} -//================================================================================== -// Hitmarker Pulse -event DamagedPlayer -{ -//StopEvent HitMarker 0.0 -//RunEvent HitMarker 0.01 -} - -event HitMarker -{ - Animate KnucklesCrosses FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate KnucklesCrosses FgColor "Crosshair" Linear 0.15 0.0 - Animate RaysCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate RaysCrosshair FgColor "Crosshair" Linear 0.15 0.0 - Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0 - Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0 -} -//================================================================================== -// Spy Disguise -event HudSpyDisguiseFadeIn -{ - //RunEvent HudSpyDisguiseChanged 0.0 - //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 -} - -event HudSpyDisguiseFadeOut -{ - //RunEvent HudSpyDisguiseChanged 0.0 - //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 -} -//================================================================================== -event HudReadyPulse -{ - Animate TournamentInstructionsLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 - Animate TournamentInstructionsLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 - - RunEvent HudReadyPulseLoop 0.6 -} - -event CompetitiveGame_HideDisconnectButton -{ - Animate DisconnectButton ypos r-100 Accel 0.0 0.0 -} - -event CompetitiveGame_ShowDisconnectButton -{ - Animate DisconnectButton ypos r30 Accel 0.0 0.4 -} -//================================================================================== -// Do not move chat window -event CompetitiveGame_LowerChatWindow { } -event CompetitiveGame_RestoreChatWindow { } -event HudTournament_MoveChatWindow { } diff --git a/scripts/HudAnimations_manifest.txt b/scripts/HudAnimations_manifest.txt deleted file mode 100644 index 89e835b..0000000 --- a/scripts/HudAnimations_manifest.txt +++ /dev/null @@ -1,6 +0,0 @@ -hudanimations_manifest -{ - "file" "scripts/hudanimations.txt" - "file" "scripts/hudanimations_custom.txt" - "file" "scripts/hudanimations_tf.txt" -} \ No newline at end of file diff --git a/scripts/chapterbackgrounds.txt b/scripts/chapterbackgrounds.txt deleted file mode 100644 index 700161b..0000000 --- a/scripts/chapterbackgrounds.txt +++ /dev/null @@ -1,15 +0,0 @@ -"chapters" -{ - 1 "background_upward" - 2 "background_upward" - 3 "background_upward" - 4 "background_upward" -} - -"BackgroundMaps" -{ - 1 "background_upward" - 2 "background_upward" - 3 "background_upward" - 4 "background_upward" -} \ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res deleted file mode 100644 index 14376b1..0000000 --- a/scripts/hudlayout.res +++ /dev/null @@ -1,2102 +0,0 @@ -"Resource/HudLayout.res" -{ - //-------------------------------------------------------------- - // Set visible and enabled to 1 to use. - // Change xpos and ypos values if not perfectly centered. - //-------------------------------------------------------------- - // RAYSHUD CROSSHAIRS - //-------------------------------------------------------------- - "RaysCrosshair" - { - "controlName" "CExLabel" - "fieldName" "RaysCrosshair" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-85" - "ypos" "c-100" - "wide" "200" - "tall" "200" - "font" "Crosshairs24" - "labelText" "i" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - //-------------------------------------------------------------- - // KONRWINGS - //-------------------------------------------------------------- - "KonrWings" - { - "controlName" "CExLabel" - "fieldName" "KonrWings" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-108" - "ypos" "c-99" - "wide" "200" - "tall" "200" - "font" "KonrWings24" - "labelText" "i" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - //-------------------------------------------------------------- - // KNUCKLESCROSSES - //-------------------------------------------------------------- - "KnucklesCrosses" - { - "controlName" "CExLabel" - "fieldName" "KnucklesCrosses" - "visible" "0" - "enabled" "0" - "zpos" "0" - "xpos" "c-25" - "ypos" "c-24" - "wide" "50" - "tall" "50" - "font" "KnucklesCrosses26" - "labelText" "i" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - //-------------------------------------------------------------- - // CROSSHAIRS - //-------------------------------------------------------------- - - "BasicCross" - { - "controlName" "CExLabel" - "fieldName" "BasicCross" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-102" - "ypos" "c-99" - "wide" "200" - "tall" "200" - "font" "Crosshairs26" - "labelText" "2" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "BasicCrossLarge" - { - "controlName" "CExLabel" - "fieldName" "BasicCrossLarge" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-102" - "ypos" "c-98" - "wide" "200" - "tall" "200" - "font" "Crosshairs32" - "labelText" "2" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "BasicCrossSmall" - { - "controlName" "CExLabel" - "fieldName" "BasicCrossSmall" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-101" - "ypos" "c-99" - "wide" "200" - "tall" "200" - "font" "Crosshairs18" - "labelText" "2" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "BasicDot" - { - "controlName" "CExLabel" - "fieldName" "BasicDot" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-103" - "ypos" "c-100" - "wide" "201" - "tall" "201" - "font" "Crosshairs24" - "labelText" "3" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "CircleDot" - { - "controlName" "CExLabel" - "fieldName" "CircleDot" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-100" - "ypos" "c-96" - "wide" "200" - "tall" "200" - "font" "Crosshairs34" - "labelText" "8" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "OpenCross" - { - "controlName" "CExLabel" - "fieldName" "OpenCross" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-85" - "ypos" "c-100" - "wide" "199" - "tall" "200" - "font" "Crosshairs24" - "labelText" "i" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "OpenCrossDot" - { - "controlName" "CExLabel" - "fieldName" "OpenCrossDot" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-85" - "ypos" "c-100" - "wide" "200" - "tall" "200" - "font" "Crosshairs24" - "labelText" "h" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "ScatterSpread" - { - "controlName" "CExLabel" - "fieldName" "ScatterSpread" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-99" - "ypos" "c-99" - "wide" "200" - "tall" "200" - "font" "Crosshairs32" - "labelText" "0" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "ThinCircle" - { - "controlName" "CExLabel" - "fieldName" "ThinCircle" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-100" - "ypos" "c-96" - "wide" "200" - "tall" "200" - "font" "Crosshairs34" - "labelText" "9" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "ThinCross" - { - "controlName" "CExLabel" - "fieldName" "ThinCross" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-100" - "ypos" "c-103" - "wide" "200" - "tall" "200" - "font" "Symbol24" - "labelText" "+" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "Wings" - { - "controlName" "CExLabel" - "fieldName" "Wings" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-100" - "ypos" "c-97" - "wide" "200" - "tall" "200" - "font" "Crosshairs34" - "labelText" "d" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "WingsPlus" - { - "controlName" "CExLabel" - "fieldName" "WingsPlus" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-100" - "ypos" "c-97" - "wide" "200" - "tall" "200" - "font" "Crosshairs34" - "labelText" "c" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "WingsSmall" - { - "controlName" "CExLabel" - "fieldName" "WingsSmall" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-100" - "ypos" "c-97" - "wide" "200" - "tall" "200" - "font" "Crosshairs34" - "labelText" "g" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "WingsSmallDot" - { - "controlName" "CExLabel" - "fieldName" "WingsSmallDot" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-100" - "ypos" "c-97" - "wide" "200" - "tall" "200" - "font" "Crosshairs34" - "labelText" "f" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - "xHairCircle" - { - "controlName" "CExLabel" - "fieldName" "xHairCircle" - "visible" "0" - "enabled" "0" - "zpos" "2" - "xpos" "c-100" - "ypos" "c-102" - "wide" "200" - "tall" "200" - "font" "xHairCircle" - "labelText" "o" - "textAlignment" "center" - "fgcolor" "Crosshair" - } - - //-------------------------------------------------------------- - // 16:9 CROSSHAIRS (Enable all for best result) - //-------------------------------------------------------------- - "16x9Crosshair_vertical1" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "427" - "ypos" "75" - "zpos" "-5" - "wide" "1" - "tall" "154" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "16x9Crosshair_horizontal1" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "40" - "ypos" "240" - "zpos" "-5" - "wide" "374" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "16x9Crosshair_horizontal2" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "439" - "ypos" "240" - "zpos" "-5" - "wide" "374" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "16x9dark_top" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "426" - "ypos" "190" - "zpos" "-5" - "wide" "" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - "16x9dark_bottom" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "427" - "ypos" "252" - "zpos" "-5" - "wide" "1" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "150" - } - "16x9dark_left" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "365" - "ypos" "240" - "zpos" "-5" - "wide" "50" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - - "16x9dark_right" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "439" - "ypos" "240" - "zpos" "-5" - "wide" "50" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - - //-------------------------------------------------------------- - // 16:10 CROSSHAIRS (Enable all for best result) - //-------------------------------------------------------------- - "16x10Crosshair_vertical1" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "384" - "ypos" "55" - "zpos" "-5" - "wide" "1" - "tall" "170" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "16x10Crosshair_horizontal1" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "35" - "ypos" "240" - "zpos" "-5" - "wide" "330" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "16x10Crosshair_horizontal2" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "403" - "ypos" "240" - "zpos" "-5" - "wide" "330" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "16x10dark_top" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "384" - "ypos" "187" - "zpos" "-5" - "wide" "1" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - - "16x10dark_bottom" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "384" - "ypos" "254" - "zpos" "-5" - "wide" "1" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "150" - } - - "16x10dark_left" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "315" - "ypos" "240" - "zpos" "-5" - "wide" "50" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - - "16x10dark_right" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "403" - "ypos" "240" - "zpos" "-5" - "wide" "50" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - - //-------------------------------------------------------------- - // 4:3 CROSSHAIRS (Enable all for best result) - //-------------------------------------------------------------- - "4x3Crosshair_vertical1" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "319" - "ypos" "70" - "zpos" "-5" - "wide" "1" - "tall" "154" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "4x3Crosshair_horizontal1" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "10" - "ypos" "240" - "zpos" "-5" - "wide" "290" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "4x3Crosshair_horizontal2" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "340" - "ypos" "240" - "zpos" "-5" - "wide" "290" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "50" - } - - "4x3dark_top" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "319" - "ypos" "186" - "zpos" "-5" - "wide" "1" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - - "4x3dark_bottom" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "319" - "ypos" "255" - "zpos" "-5" - "wide" "1" - "tall" "38" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "150" - } - - "4x3dark_left" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "250" - "ypos" "240" - "zpos" "-5" - "wide" "50" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - - "4x3dark_right" - { - "ControlName" "ImagePanel" - "fieldName" "VerticalLine" - "xpos" "340" - "ypos" "240" - "zpos" "-5" - "wide" "50" - "tall" "1" - "autoResize" "0" - "pinCorner" "0" - "visible" "0" - "enabled" "0" - "fillcolor" "255 255 255 255" - "alpha" "100" - } - //-------------------------------------------------------------- - // TRANSPARENT VIEWMODEL - //-------------------------------------------------------------- - // Set visible/enabled to 1 to use. - //-------------------------------------------------------------- - "TransparentViewmodel" - { - "ControlName" "ImagePanel" - "fieldName" "TransparentViewmodel" - "xpos" "0" - "ypos" "0" - "zpos" "-100" - "wide" "f0" - "tall" "480" - "visible" "0" // Change to "1" to enable - "enabled" "0" // Change to "1" to enable - "image" "replay/thumbnails/transparent" - "scaleImage" "1" - } - //-------------------------------------------------------------- - - HudPlayerStatus - { - "fieldName" "HudPlayerStatus" - "visible" "1" - "enabled" "1" - "xpos" "1" - "ypos" "1" - "wide" "f0" - "tall" "480" - } - - HudWeaponAmmo - { - "fieldName" "HudWeaponAmmo" - "visible" "1" - "enabled" "1" - "xpos" "c70" - "ypos" "c66" - "xpos_minmode" "c20" - "ypos_minmode" "c16" - "wide" "300" - "tall" "300" - } - - HudObjectiveStatus - { - "fieldName" "HudObjectiveStatus" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - } - - HudKothTimeStatus - { - "fieldName" "HudKothTimeStatus" - "visible" "1" - "enabled" "1" - "xpos" "c-75" - "ypos" "0" - "zpos" "5" - "wide" "200" - "tall" "60" - - "blue_active_xpos" "25" - "red_active_xpos" "75" - } - - HudItemEffectMeter - { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c-75" - "ypos" "c25" - "wide" "500" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" - } - - HudMedicCharge - { - "fieldName" "HudMedicCharge" - "visible" "1" - "enabled" "1" - "xpos" "c-75" - "ypos" "c25" - "wide" "500" - "tall" "500" - } - - HudDemomanCharge - { - "fieldName" "HudItemEffectMeter" - "visible" "1" - "enabled" "1" - "xpos" "c-75" - "ypos" "c25" - "wide" "200" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" - } - - HudBowCharge - { - "fieldName" "HudBowCharge" - "visible" "1" - "enabled" "1" - "xpos" "c-100" - "ypos" "c25" - "xpos_minmode" "c-75" - "ypos_minmode" "c46" - "zpos" "1" - "wide" "200" - "tall" "500" - "MeterFG" "White" - "MeterBG" "Gray" - "alpha" "0" - } - - HudFlameRocketCharge - { - "fieldName" "HudFlameRocketCharge" - "visible" "1" - "enabled" "1" - "xpos" "r80" - "ypos" "r21" - "xpos_minmode" "r52" - "ypos_minmode" "r40" - "zpos" "1" - "wide" "60" - "wide_minmode" "50" - "tall" "8" - "MeterFG" "White" - "MeterBG" "Gray" - } - - HudBossHealth - { - "fieldName" "HudBossHealth" - "visible" "1" - "enabled" "1" - "xpos" "c-100" - "ypos" "42" - "zpos" "0" - "wide" "200" - "tall" "50" - "MeterFG" "Red" - "MeterBG" "Gray" - } - - HudWeaponSelection - { - "fieldName" "HudWeaponSelection" - "xpos" "0" - "wide" "f0" - "ypos" "0" - "tall" "480" - "RightMargin" "0" - "visible" "1" - "enabled" "1" - "SmallBoxWide" "72" - "SmallBoxTall" "54" - "PlusStyleBoxWide" "90" - "PlusStyleBoxTall" "63" - "PlusStyleExpandSelected" "0.3" - "LargeBoxWide" "110" - "LargeBoxTall" "77" - "BoxGap" "4" - "SelectionNumberXPos" "12" - "SelectionNumberYPos" "4" - "IconXPos" "8" - "IconYPos" "0" - "TextYPos" "70" - "ErrorYPos" "48" - "TextColor" "SelectionTextFg" - "MaxSlots" "6" - "PlaySelectSounds" "1" - "Alpha" "220" - "SelectionAlpha" "220" - "BoxColor" "0 0 0 220" - "SelectedBoxClor" "0 0 0 220" - "SelectionNumberFg" "200 187 161 255" - "NumberFont" "HudSelectionText" - } - - CHudAccountPanel - { - "fieldName" "CHudAccountPanel" - "xpos" "c112" - "xpos_minmode" "c68" - "ypos" "c6" - "wide" "116" - "tall" "180" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - } - - CHealthAccountPanel - { - "fieldName" "CHealthAccountPanel" - "xpos" "c-280" - "ypos" "c45" - "wide" "250" - "tall" "120" - "xpos_minmode" "c-100" - "ypos_minmode" "c5" - "wide_minmode" "f0" - "tall_minmode" "480" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - } - - CDamageAccountPanel - { - "fieldName" "CDamageAccountPanel" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - } - - DisguiseStatus - { - "fieldName" "DisguiseStatus" - "visible" "1" - "enabled" "1" - "xpos" "10" - "ypos" "r70" - "wide" "500" - "tall" "200" - } - - CMainTargetID - { - "fieldName" "CMainTargetID" - "visible" "0" - "enabled" "1" - "xpos" "c-100" - "ypos" "246" - "ypos_minmode" "320" - "zpos" "1" - "wide" "600" - "tall" "50" - "priority" "100" - } - - CSpectatorTargetID - { - "fieldName" "CSpectatorTargetID" - "visible" "0" - "enabled" "1" - "xpos" "c-100" - "ypos" "270" - "zpos" "1" - "wide" "600" - "tall" "50" - "priority" "40" - "x_offset" "20" - "y_offset" "20" - } - - CSecondaryTargetID - { - "fieldName" "CSecondaryTargetID" - "visible" "0" - "enabled" "1" - "xpos" "c-100" - "ypos" "c115" - "ypos_minmode" "298" - "zpos" "1" - "wide" "600" - "tall" "50" - "priority" "35" - } - - BuildingStatus_Spy - { - "fieldName" "BuildingStatus_Spy" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "ypos_minmode" "c-20" - "wide" "640" - "tall" "480" - "PaintBackgroundType" "2" - } - - BuildingStatus_Engineer - { - "fieldName" "BuildingStatus_Engineer" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "640" - "tall" "480" - "PaintBackgroundType" "2" - } - - HudMannVsMachineStatus - { - "fieldName" "HudMannVsMachineStatus" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "zpos" "1" - "wide" "f0" - "tall" "480" - "PaintBackgroundType" "2" - } - - HudProgressBar - { - "fieldName" "HudProgressBar" - "xpos" "c-150" - "ypos" "300" - "wide" "300" - "tall" "15" - "visible" "1" - "enabled" "1" - "BorderThickness" "1" - "PaintBackgroundType" "2" - } - - HudRoundTimer - { - "fieldName" "HudRoundTimer" - "xpos" "c-20" - "ypos" "440" - "wide" "120" - "tall" "40" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - "FlashColor" "HudIcon_Red" - "icon_xpos" "0" - "icon_ypos" "2" - "digit_xpos" "34" - "digit_ypos" "2" - } - - HudScenarioIcon - { - "fieldName" "HudScenarioIcon" - "xpos" "c110" - "ypos" "443" - "wide" "40" - "tall" "44" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - "IconColor" "Hostage_Yellow" - } - - HudFlashlight - { - "fieldName" "HudFlashlight" - "visible" "1" - "enabled" "1" - "xpos" "16" - "ypos" "370" - "wide" "102" - "tall" "20" - "text_xpos" "8" - "text_ypos" "6" - "TextColor" "255 170 0 220" - "PaintBackgroundType" "2" - } - - HudDamageIndicator - { - "fieldName" "HudDamageIndicator" - "visible" "1" - "enabled" "1" - "MinimumWidth" "10" - "MaximumWidth" "10" - "StartRadius" "80" - "EndRadius" "80" - "MinimumHeight" "30" - "MaximumHeight" "60" - "MinimumTime" "1" - } - - HudCommentary - { - "fieldName" "HudCommentary" - "xpos" "c-190" - "ypos" "320" - "wide" "380" - "tall" "50" - "visible" "1" - "enabled" "1" - "PaintBackgroundType" "2" - "BackgroundOverrideColor" "0 0 0 128" - "bar_xpos" "50" - "bar_ypos" "20" - "bar_height" "8" - "bar_width" "320" - "speaker_xpos" "50" - "speaker_ypos" "8" - "count_xpos_from_right" "10" - "count_ypos" "8" - "icon_texture" "vgui/hud/icon_commentary" - "icon_xpos" "0" - "icon_ypos" "0" - "icon_width" "40" - "icon_height" "40" - "use_script_bgcolor" "1" - } - - HudZoom - { - "fieldName" "HudZoom" - "visible" "1" - "enabled" "1" - "Circle1Radius" "66" - "Circle2Radius" "74" - "DashGap" "16" - "DashHeight" "4" - "BorderThickness" "88" - } - - HudCrosshair - { - "fieldName" "HudCrosshair" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HudDeathNotice - { - "fieldName" "HudDeathNotice" - "visible" "1" - "enabled" "1" - "xpos" "r592" - "ypos" "20" - "wide" "580" - "tall" "468" - "MaxDeathNotices" "6" - "IconScale" "0.35" - "LineHeight" "14" - "LineSpacing" "0" - "CornerRadius" "0" - "RightJustify" "1" - "TextFont" "CerbeticaBold12" - "TeamBlue" "HUDBlueTeamSolid" - "TeamRed" "HUDRedTeamSolid" - "IconColor" "HudWhite" - "LocalPlayerColor" "HUDBlack" - "BaseBackgroundColor" "46 43 42 175" - "LocalBackgroundColor" "245 229 196 200" - } - - HudVehicle - { - "fieldName" "HudVehicle" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - CVProfPanel - { - "fieldName" "CVProfPanel" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - ScorePanel - { - "fieldName" "ScorePanel" - "visible" "1" - "enabled" "1" - "wide" "640" - "wide_minmode" "f0" - "tall" "480" - } - - HudTrain - { - "fieldName" "HudTrain" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HudMOTD - { - "fieldName" "HudMOTD" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HudMessage - { - "fieldName" "HudMessage" - "visible" "1" - "enabled" "1" - "wide" "f0" - "tall" "480" - } - - HudMenu - { - "fieldName" "HudMenu" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - "zpos" "1" - "TextFont" "Default" - "ItemFont" "Default" - "ItemFontPulsing" "Default" - } - - HudSpellMenu - { - "fieldName" "HudSpellMenu" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - "xpos" "c-176" - "ypos" "c110" - "xpos_minmode" "c-115" - "ypos_minmode" "c37" - "zpos" "10" - "TextFont" "Default" - "ItemFont" "Default" - "ItemFontPulsing" "Default" - } - - HudCloseCaption - { - "fieldName" "HudCloseCaption" - "visible" "1" - "enabled" "1" - "xpos" "c188" - "ypos" "302" - "wide" "150" - "tall" "60" - "xpos_minmode" "c115" - "ypos_minmode" "273" - "wide_minmode" "100" - "tall_minmode" "40" - "BgAlpha" "0" - "GrowTime" "0.25" - "ItemHiddenTime" "0.2" - "ItemFadeInTime" "0.15" - "ItemFadeOutTime" "0.3" - "topoffset" "0" - } - - HudHistoryResource - { - "fieldName" "HudHistoryResource" - "visible" "0" - "enabled" "0" - "xpos" "r640" - "wide" "640" - "tall" "330" - "history_gap" "55" - } - - HudGeiger - { - "fieldName" "HudGeiger" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HUDQuickInfo - { - "fieldName" "HUDQuickInfo" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HudWeapon - { - "fieldName" "HudWeapon" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HudAnimationInfo - { - "fieldName" "HudAnimationInfo" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - CBudgetPanel - { - "fieldName" "CBudgetPanel" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - CTextureBudgetPanel - { - "fieldName" "CTextureBudgetPanel" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HudPredictionDump - { - "fieldName" "HudPredictionDump" - "visible" "1" - "enabled" "1" - "wide" "1280" - "tall" "1024" - } - - HudLocation - { - "fieldName" "HudLocation" - "visible" "1" - "enabled" "1" - "xpos" "16" - "ypos" "112" - "wide" "96" - "tall" "16" - "textAlignment" "north" - } - - HudScope - { - "fieldName" "HudScope" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HudScopeCharge - { - "fieldName" "HudScopeCharge" - "visible" "1" - "enabled" "1" - "xpos" "c64" - "ypos" "c-64" - "wide" "64" - "tall" "128" - } - - HudVoiceSelfStatus - { - "fieldName" "HudVoiceSelfStatus" - "visible" "1" - "enabled" "1" - "xpos" "r42" - "ypos" "355" - "wide" "32" - "tall" "32" - } - - HudVoiceStatus - { - "fieldName" "HudVoiceStatus" - "visible" "1" - "enabled" "1" - "xpos" "r145" - "ypos" "0" - "wide" "145" - "tall" "400" - "item_wide" "135" - "show_avatar" "1" - "avatar_ypos" "1" - "avatar_xpos" "1" - "avatar_wide" "14" - "avatar_tall" "14" - "show_dead_icon" "1" - "dead_xpos" "118" - "dead_ypos" "0" - "dead_wide" "16" - "dead_tall" "16" - "show_voice_icon" "1" - "icon_ypos" "0" - "icon_xpos" "28" - "icon_tall" "16" - "icon_wide" "16" - "text_xpos" "49" - } - - HudHintDisplay - { - "fieldName" "HudHintDisplay" - "visible" "0" - "enabled" "1" - "xpos" "c-240" - "ypos" "c60" - "wide" "480" - "tall" "100" - "HintSize" "1" - "text_xpos" "8" - "text_ypos" "8" - "center_x" "0" // center text horizontally - "center_y" "-1" // align text on the bottom - } - - HudHintKeyDisplay - { - "fieldName" "HudHintKeyDisplay" - "visible" "0" - "enabled" "1" - "xpos" "r120" - "ypos" "r340" - "wide" "100" - "tall" "200" - "text_xpos" "8" - "text_ypos" "8" - "text_xgap" "8" - "text_ygap" "8" - "TextColor" "255 170 0 220" - "PaintBackgroundType" "2" - } - - overview - { - "fieldname" "overview" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "640" - "tall" "480" - } - - VguiScreenCursor - { - "fieldName" "VguiScreenCursor" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - HudControlPointIcons - { - "fieldName" "HudControlPointIcons" - "xpos" "0" - "ypos" "410" - "wide" "f0" - "tall" "200" - "visible" "1" - "enabled" "1" - "separator_width" "3" - "separator_height" "3" - "height_offset" "3" - } - - HudCapturePanel - { - "fieldName" "HudCapturePanel" - "xpos" "c-75" - "ypos" "c80" - "wide" "150" - "tall" "90" - "visible" "1" - "enabled" "1" - "icon_space" "2" - } - - WinPanel - { - "fieldName" "WinPanel" - "visible" "1" - "enabled" "1" - "xpos" "c-100" - "ypos" "270" - "wide" "200" - "tall" "300" - } - - ArenaWinPanel - { - "fieldName" "ArenaWinPanel" - "visible" "1" - "enabled" "1" - "xpos" "c-225" - "ypos" "r128" - "wide" "450" - "tall" "300" - } - - PVEWinPanel - { - "fieldName" "PVEWinPanel" - "visible" "1" - "enabled" "1" - "xpos" "c-150" - "ypos" "255" - "wide" "300" - "tall" "215" - } - - StatPanel - { - "fieldName" "StatPanel" - "visible" "1" - "enabled" "1" - "xpos" "9999" - "ypos" "9999" - "wide" "266" - "tall" "120" - } - - FreezePanel - { - "fieldName" "FreezePanel" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - } - - FreezePanelCallout - { - "fieldName" "FreezePanelCallout" - "visible" "1" - "enabled" "1" - "xpos" "200" - "ypos" "200" - "wide" "100" - "tall" "50" - } - - AnnotationsPanelCallout - { - "fieldName" "AnnotationsPanelCallout" - "visible" "1" - "enabled" "1" - "xpos" "200" - "ypos" "200" - "wide" "100" - "tall" "50" - } - - WaitingForPlayersPanel - { - "fieldName" "WaitingForPlayersPanel" - "visible" "0" - "enabled" "1" - "xpos" "c-146" - "ypos" "10" - "wide" "292" - "tall" "64" - } - - "HudUpgradePanel" - { - "fieldName" "HudUpgradePanel" - "visible" "0" - "enable" "1" - "xpos" "c-200" - "ypos" "260" - "wide" "400" - "tall" "160" - } - - "HudChat" - { - "ControlName" "EditablePanel" - "fieldName" "HudChat" - "visible" "1" - "enabled" "1" - "xpos" "10" - "xpos" "42" - "ypos" "275" - "wide" "320" - "tall" "120" - "PaintBackgroundType" "2" - } - - "HudMenuEngyBuild" - { - "fieldName" "HudMenuEngyBuild" - "visible" "1" - "enabled" "1" - "xpos" "c-250" - "ypos" "c-75" - "wide" "500" - "tall" "200" - "PaintBackgroundType" "0" - } - - "HudMenuEngyDestroy" - { - "fieldName" "HudMenuEngyDestroy" - "visible" "1" - "enabled" "1" - "xpos" "c-250" - "ypos" "c-75" - "wide" "500" - "tall" "200" - "PaintBackgroundType" "0" - } - - "HudEurekaEffectTeleportMenu" - { - "fieldName" "HudEurekaEffectTeleportMenu" - "visible" "1" - "enabled" "1" - "xpos" "c-125" - "ypos" "c-55" - "wide" "500" - "tall" "200" - "PaintBackgroundType" "0" - } - - "HudMenuSpyDisguise" - { - "fieldName" "HudMenuSpyDisguise" - "visible" "1" - "enabled" "1" - "xpos" "c90" - "ypos" "c-72" - "wide" "490" - "tall" "220" - "PaintBackgroundType" "0" - } - - HudDemomanPipes - { - "fieldName" "HudDemomanPipes" - "visible" "1" - "enabled" "1" - "xpos" "c-75" - "ypos" "c25" - "wide" "500" - "tall" "500" - } - - HudTeamGoal - { - "fieldName" "HudTeamGoal" - "visible" "0" - "enabled" "1" - "xpos" "c-160" - "ypos" "65" - "wide" "0" - "tall" "0" - } - - HudTeamGoalTournament - { - "fieldName" "HudTeamGoalTournament" - "visible" "0" - "enabled" "1" - "xpos" "c-60" - "ypos" "20" - "wide" "0" - "tall" "0" - } - - HudTeamSwitch - { - "fieldName" "HudTeamSwitch" - "visible" "0" - "enabled" "1" - "xpos" "c-160" - "ypos" "75" - "wide" "320" - "tall" "100" - } - - HudArenaNotification - { - "fieldName" "HudArenaNotification" - "visible" "0" - "enabled" "1" - "xpos" "c-160" - "ypos" "75" - "wide" "320" - "tall" "150" - } - - HudArenaCapPointCountdown - { - "fieldName" "HudArenaCapPointCountdown" - "visible" "1" - "enabled" "1" - "xpos" "c-15" - "ypos" "442" - "wide" "30" - "tall" "30" - "zpos" "99" - } - - HudStalemate - { - "fieldName" "HudStalemate" - "visible" "0" - "enabled" "1" - "xpos" "c-160" - "ypos" "65" - "wide" "320" - "tall" "100" - } - - HudTournament - { - "fieldName" "HudTournament" - "visible" "0" - "enabled" "1" - "xpos" "c-125" - "ypos" "5" - "xpos_minmode" "0" - "ypos_minmode" "0" - "zpos" "2" - "wide" "250" - "tall" "80" - "wide_minmode" "f0" - "tall_minmode" "480" - } - - HudTournamentSetup - { - "fieldName" "HudTournamentSetup" - "visible" "0" - "enabled" "1" - "xpos" "c-90" - "ypos" "-70" - "wide" "180" - "tall" "65" - } - - HudStopWatch - { - "fieldName" "HudStopWatch" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "zpos" "5" - "wide" "f0" - "tall" "70" - } - - NotificationPanel - { - "fieldName" "NotificationPanel" - "visible" "1" - "enabled" "1" - "xpos" "c-320" - "ypos" "280" - "wide" "640" - "tall" "100" - } - - AchievementNotificationPanel - { - "fieldName" "AchievementNotificationPanel" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "180" - "wide" "f10" - "tall" "100" - } - - CriticalPanel - { - "fieldName" "CriticalPanel" - "visible" "1" - "enabled" "1" - "xpos" "r155" - "ypos" "r75" - "wide" "150" - "tall" "25" - } - - HudArenaClassLayout - { - "fieldName" "HudArenaClassLayout" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "r320" - "wide" "f0" - "tall" "320" - } - - HudArenaVsPanel - { - "fieldName" "HudArenaVsPanel" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "240" - "wide" "f0" - "tall" "240" - } - - HudArenaPlayerCount - { - "fieldName" "HudArenaPlayerCount" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "zpos" "10" - "wide" "f0" - "tall" "50" - } - - "HudAchievementTracker" - { - "ControlName" "EditablePanel" - "fieldName" "HudAchievementTracker" - "xpos" "5" - "NormalY" "170" - "EngineerY" "320" - "zpos" "2" - "wide" "200" - "tall" "280" - "visible" "1" - "enabled" "1" - } - - HudTrainingInfoMsg - { - "fieldName" "HudTrainingInfoMsg" - "visible" "0" - "enabled" "1" - "xpos" "10" - "ypos" "50" - "wide" "200" - "tall" "300" - } - - HudInspectPanel - { - "fieldName" "HudInspectPanel" - "visible" "0" - "enabled" "1" - "xpos" "r249" - "ypos" "c0" - "zpos" "10" - "wide" "300" - "tall" "900" - } - - HudTFCrosshair - { - "fieldName" "HudTFCrosshair" - "visible" "1" - "enabled" "1" - "wide" "640" - "tall" "480" - } - - ItemQuickSwitchPanel - { - "fieldName" "ItemQuickSwitchPanel" - "visible" "0" - "enabled" "1" - "xpos" "c-125" - "ypos" "280" - "wide" "250" - "tall" "160" - } - - ReplayReminder - { - "fieldName" "ReplayReminder" - "visible" "0" - "enable" "1" - } - - MainMenuAdditions - { - "fieldName" "MainMenuAdditions" - "visible" "1" - "enabled" "1" - "xpos" "500" - "xpos_minmode" "c0" - "ypos" "310" - "zpos" "0" - "wide" "300" - "tall" "100" - } - - CoachedByPanel - { - "fieldName" "CoachedByPanel" - "visible" "0" - "enable" "1" - "xpos" "5" - "ypos" "10" - "wide" "250" - "tall" "44" - } - - ItemTestHUDPanel - { - "fieldName" "ItemTestHUDPanel" - "visible" "0" - "enable" "1" - "xpos" "5" - "ypos" "10" - "wide" "150" - "tall" "44" - } - - NotificationQueuePanel - { - "fieldName" "NotificationQueuePanel" - "visible" "0" - "enable" "1" - "xpos" "r155" - "ypos" "r90" - "zpos" "100" - "wide" "200" - "tall" "0" - } - - "CHudVote" - { - "fieldName" "CHudVote" - "xpos" "0" - "ypos" "0" - "wide" "640" - "tall" "480" - "visible" "1" - "enabled" "1" - "bgcolor_override" "0 0 0 0" - "PaintBackgroundType" "0" // rounded corners - } - - "HudAlert" - { - "fieldName" "HudAlert" - "visible" "0" - "enable" "1" - "xpos" "c-160" - "ypos" "100" - "wide" "320" - "tall" "150" - } - - "CTFStreakNotice" - { - "fieldName" "CTFStreakNotice" - "xpos" "0" - "ypos" "0" - "wide" "640" - "tall" "480" - "visible" "1" - "enabled" "1" - "bgcolor_override" "0 0 0 0" - "PaintBackgroundType" "0" // rounded corners - } - - CTFFlagCalloutPanel - { - "fieldName" "CTFFlagCalloutPanel" - "visible" "0" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "40" - "tall" "40" - "priority" "40" - } - - "HudMenuTauntSelection" - { - "fieldName" "HudMenuTauntSelection" - "visible" "1" - "enabled" "1" - "xpos" "c-235" - "ypos" "c-85" - "wide" "470" - "tall" "200" - "PaintBackgroundType" "0" - } - - "ItemAttributeTracker" - { - "fieldName" "ItemAttributeTracker" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f5" - "tall" "f0" - "PaintBackgroundType" "0" - } - - HudMiniGame - { - "fieldName" "HudMiniGame" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "480" - } - - "QuestNotificationPanel" - { - "fieldName" "QuestNotificationPanel" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" - } - - "MatchMakingContainer" - { - "ControlName" "EditablePanel" - "fieldName" "MatchMakingContainer" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" - } - - HudSpectatorExtras - { - "fieldName" "HudSpectatorExtras" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" - } - - MatchSummary - { - "fieldName" "MatchSummary" - "visible" "0" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "wide" "f0" - "tall" "f0" - } - - HudMatchStatus - { - "fieldName" "HudMatchStatus" - "visible" "1" - "enabled" "1" - "xpos" "0" - "ypos" "0" - "zpos" "2" - "wide" "f0" - "tall" "f0" - } - - "QueueHUDStatus" - { - "fieldName" "QueueHUDStatus" - "visible" "1" - "enabled" "1" - "xpos" "rs1-5" - "ypos" "1" - "zpos" "1001" - "wide" "200" - "tall" "18" - "proportionaltoparent" "1" - "keyboardinputenabled" "1" - "mouseinputenabled" "0" - "alpha" "100" - } - - HUDAutoAim { } - HudHDRDemo { } - HudTrainingMsg { } - TrainingComplete { } - AnnotationsPanel { } -} \ No newline at end of file diff --git a/scripts/knucklescrosses.png b/scripts/knucklescrosses.png deleted file mode 100644 index e3935cb..0000000 Binary files a/scripts/knucklescrosses.png and /dev/null differ -- cgit v1.2.3 From 54c716614a85791c499672f27c404a71e6bf187e Mon Sep 17 00:00:00 2001 From: "igor.nikitin" Date: Tue, 16 Apr 2019 10:35:01 -0400 Subject: Moving Files for Lowercasing --- scripts/chapterbackgrounds.txt | 15 + scripts/hudanimations_custom.txt | 182 ++++ scripts/hudanimations_manifest.txt | 6 + scripts/hudlayout.res | 2102 ++++++++++++++++++++++++++++++++++++ scripts/knucklescrosses.png | Bin 0 -> 34047 bytes 5 files changed, 2305 insertions(+) create mode 100644 scripts/chapterbackgrounds.txt create mode 100644 scripts/hudanimations_custom.txt create mode 100644 scripts/hudanimations_manifest.txt create mode 100644 scripts/hudlayout.res create mode 100644 scripts/knucklescrosses.png (limited to 'scripts') diff --git a/scripts/chapterbackgrounds.txt b/scripts/chapterbackgrounds.txt new file mode 100644 index 0000000..700161b --- /dev/null +++ b/scripts/chapterbackgrounds.txt @@ -0,0 +1,15 @@ +"chapters" +{ + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" +} + +"BackgroundMaps" +{ + 1 "background_upward" + 2 "background_upward" + 3 "background_upward" + 4 "background_upward" +} \ No newline at end of file diff --git a/scripts/hudanimations_custom.txt b/scripts/hudanimations_custom.txt new file mode 100644 index 0000000..d69e63d --- /dev/null +++ b/scripts/hudanimations_custom.txt @@ -0,0 +1,182 @@ +// Bonus Health Pulse +event HudHealthBonusPulse +{ + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.4 + + Animate PlayerStatusHealthValue FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Buff" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Buff" Accel 0.0 0.0 + + RunEvent HudHealthBonusPulseLoop 0.4 +} + +event HudHealthBonusPulseStop +{ + Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 + + StopEvent HudHealthBonusPulse 0.0 + StopEvent HudHealthBonusPulseLoop 0.0 +} +//================================================================================== +// Low Health Pulse +event HudHealthDyingPulse +{ + Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.0 0.2 + Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.2 0.2 + + Animate PlayerStatusHealthValue FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Hurt" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Hurt" Accel 0.0 0.0 + + RunEvent HudHealthDyingPulseLoop 0.4 +} + +event HudHealthDyingPulseStop +{ + Animate PlayerStatusHealthValue FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueSpectator FgColor "Health Normal" Accel 0.0 0.0 + Animate PlayerStatusHealthValueFreezePanel FgColor "Health Normal" Accel 0.0 0.0 + + StopEvent HudHealthDyingPulse 0.0 + StopEvent HudHealthDyingPulseLoop 0.0 +} +//================================================================================== +// Low Ammo Pulse +event HudLowAmmoPulse +{ + Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.075 + Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075 + + Animate AmmoInClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 + Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0 + Animate AmmoNoClip FgColor "Ammo In Clip Low" Linear 0.0 0.0 + + RunEvent HudLowAmmoPulseLoop 0.25 +} + +event HudLowAmmoPulseStop +{ + Animate AmmoInClip FgColor "Ammo In Clip" Accel 0.0 0.0 + Animate AmmoInReserve FgColor "Ammo In Reserve" Accel 0.0 0.0 + Animate AmmoNoClip FgColor "Ammo In Clip" Accel 0.0 0.0 + + StopEvent HudLowAmmoPulse 0.0 + StopEvent HudLowAmmoPulseLoop 0.0 +} +//================================================================================== +// Ubercharge Meters +event HudMedicCharged +{ + RunEvent HudMedicOrangePulseCharge 0.0 + //RunEvent HudMedicSolidColorCharge 0.0 + //RunEvent HudMedicRainbowCharged 0.0 + + RunEvent HudMedicChargedLoop 0.6 +} + +event HudMedicRainbowCharged +{ + Animate ChargeLabel FgColor "ColorGreen" Linear 0.0 0.1 + Animate ChargeLabel FgColor "ColorCyan" Linear 0.1 0.1 + Animate ChargeLabel FgColor "ColorBlue" Linear 0.2 0.1 + Animate ChargeLabel FgColor "ColorMagenta" Linear 0.3 0.1 + Animate ChargeLabel FgColor "ColorRed" Linear 0.4 0.1 + Animate ChargeLabel FgColor "ColorYellow" Linear 0.5 0.1 + + Animate ChargeMeter FgColor "ColorGreen" Linear 0.0 0.1 + Animate ChargeMeter FgColor "ColorCyan" Linear 0.1 0.1 + Animate ChargeMeter FgColor "ColorBlue" Linear 0.2 0.1 + Animate ChargeMeter FgColor "ColorMagenta" Linear 0.3 0.1 + Animate ChargeMeter FgColor "ColorRed" Linear 0.4 0.1 + Animate ChargeMeter FgColor "ColorYellow" Linear 0.5 0.1 + + RunEvent HudMedicChargedLoop 0.6 +} + +event HudMedicSolidColorCharge +{ + Animate ChargeLabel FgColor "Solid Color Uber" Linear 0.0 0.0 + + Animate ChargeMeter FgColor "Solid Color Uber" Linear 0.0 0.0 + + RunEvent HudMedicChargedLoop 0.6 +} + +event HudMedicOrangePulseCharge +{ + Animate ChargeLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 + Animate ChargeLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 + + Animate ChargeMeter FgColor "Flashing Uber Color1" Linear 0.0 0.3 + Animate ChargeMeter FgColor "Flashing Uber Color2" Linear 0.3 0.3 + + RunEvent HudMedicChargedLoop 0.6 +} + +event HudMedicChargedStop +{ + StopEvent HudMedicCharged 0.0 + StopEvent HudMedicRainbowCharged 0.0 + StopEvent HudMedicSolidColorCharge 0.0 + StopEvent HudMedicOrangePulseCharge 0.0 + StopEvent HudMedicChargedLoop 0.0 + + Animate ChargeMeter FgColor "Uber Bar Color" Linear 0.0 0.0001 + Animate ChargeLabel FgColor "Ammo In Clip" Linear 0.0 0.0001 +} +//================================================================================== +// Hitmarker Pulse +event DamagedPlayer +{ +//StopEvent HitMarker 0.0 +//RunEvent HitMarker 0.01 +} + +event HitMarker +{ + Animate KnucklesCrosses FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate KnucklesCrosses FgColor "Crosshair" Linear 0.15 0.0 + Animate RaysCrosshair FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate RaysCrosshair FgColor "Crosshair" Linear 0.15 0.0 + Animate KonrWings FgColor "CrosshairDamage" Linear 0.0 0.0 + Animate KonrWings FgColor "Crosshair" Linear 0.15 0.0 +} +//================================================================================== +// Spy Disguise +event HudSpyDisguiseFadeIn +{ + //RunEvent HudSpyDisguiseChanged 0.0 + //Animate PlayerStatusSpyImage Alpha "255" Linear 0.9 0.1 +} + +event HudSpyDisguiseFadeOut +{ + //RunEvent HudSpyDisguiseChanged 0.0 + //Animate PlayerStatusSpyImage Alpha "0" Linear 0.9 0.1 +} +//================================================================================== +event HudReadyPulse +{ + Animate TournamentInstructionsLabel FgColor "Flashing Uber Color1" Linear 0.0 0.3 + Animate TournamentInstructionsLabel FgColor "Flashing Uber Color2" Linear 0.3 0.3 + + RunEvent HudReadyPulseLoop 0.6 +} + +event CompetitiveGame_HideDisconnectButton +{ + Animate DisconnectButton ypos r-100 Accel 0.0 0.0 +} + +event CompetitiveGame_ShowDisconnectButton +{ + Animate DisconnectButton ypos r30 Accel 0.0 0.4 +} +//================================================================================== +// Do not move chat window +event CompetitiveGame_LowerChatWindow { } +event CompetitiveGame_RestoreChatWindow { } +event HudTournament_MoveChatWindow { } diff --git a/scripts/hudanimations_manifest.txt b/scripts/hudanimations_manifest.txt new file mode 100644 index 0000000..89e835b --- /dev/null +++ b/scripts/hudanimations_manifest.txt @@ -0,0 +1,6 @@ +hudanimations_manifest +{ + "file" "scripts/hudanimations.txt" + "file" "scripts/hudanimations_custom.txt" + "file" "scripts/hudanimations_tf.txt" +} \ No newline at end of file diff --git a/scripts/hudlayout.res b/scripts/hudlayout.res new file mode 100644 index 0000000..14376b1 --- /dev/null +++ b/scripts/hudlayout.res @@ -0,0 +1,2102 @@ +"Resource/HudLayout.res" +{ + //-------------------------------------------------------------- + // Set visible and enabled to 1 to use. + // Change xpos and ypos values if not perfectly centered. + //-------------------------------------------------------------- + // RAYSHUD CROSSHAIRS + //-------------------------------------------------------------- + "RaysCrosshair" + { + "controlName" "CExLabel" + "fieldName" "RaysCrosshair" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-85" + "ypos" "c-100" + "wide" "200" + "tall" "200" + "font" "Crosshairs24" + "labelText" "i" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + //-------------------------------------------------------------- + // KONRWINGS + //-------------------------------------------------------------- + "KonrWings" + { + "controlName" "CExLabel" + "fieldName" "KonrWings" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-108" + "ypos" "c-99" + "wide" "200" + "tall" "200" + "font" "KonrWings24" + "labelText" "i" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + //-------------------------------------------------------------- + // KNUCKLESCROSSES + //-------------------------------------------------------------- + "KnucklesCrosses" + { + "controlName" "CExLabel" + "fieldName" "KnucklesCrosses" + "visible" "0" + "enabled" "0" + "zpos" "0" + "xpos" "c-25" + "ypos" "c-24" + "wide" "50" + "tall" "50" + "font" "KnucklesCrosses26" + "labelText" "i" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + //-------------------------------------------------------------- + // CROSSHAIRS + //-------------------------------------------------------------- + + "BasicCross" + { + "controlName" "CExLabel" + "fieldName" "BasicCross" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-102" + "ypos" "c-99" + "wide" "200" + "tall" "200" + "font" "Crosshairs26" + "labelText" "2" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "BasicCrossLarge" + { + "controlName" "CExLabel" + "fieldName" "BasicCrossLarge" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-102" + "ypos" "c-98" + "wide" "200" + "tall" "200" + "font" "Crosshairs32" + "labelText" "2" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "BasicCrossSmall" + { + "controlName" "CExLabel" + "fieldName" "BasicCrossSmall" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-101" + "ypos" "c-99" + "wide" "200" + "tall" "200" + "font" "Crosshairs18" + "labelText" "2" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "BasicDot" + { + "controlName" "CExLabel" + "fieldName" "BasicDot" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-103" + "ypos" "c-100" + "wide" "201" + "tall" "201" + "font" "Crosshairs24" + "labelText" "3" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "CircleDot" + { + "controlName" "CExLabel" + "fieldName" "CircleDot" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-100" + "ypos" "c-96" + "wide" "200" + "tall" "200" + "font" "Crosshairs34" + "labelText" "8" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "OpenCross" + { + "controlName" "CExLabel" + "fieldName" "OpenCross" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-85" + "ypos" "c-100" + "wide" "199" + "tall" "200" + "font" "Crosshairs24" + "labelText" "i" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "OpenCrossDot" + { + "controlName" "CExLabel" + "fieldName" "OpenCrossDot" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-85" + "ypos" "c-100" + "wide" "200" + "tall" "200" + "font" "Crosshairs24" + "labelText" "h" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "ScatterSpread" + { + "controlName" "CExLabel" + "fieldName" "ScatterSpread" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-99" + "ypos" "c-99" + "wide" "200" + "tall" "200" + "font" "Crosshairs32" + "labelText" "0" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "ThinCircle" + { + "controlName" "CExLabel" + "fieldName" "ThinCircle" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-100" + "ypos" "c-96" + "wide" "200" + "tall" "200" + "font" "Crosshairs34" + "labelText" "9" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "ThinCross" + { + "controlName" "CExLabel" + "fieldName" "ThinCross" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-100" + "ypos" "c-103" + "wide" "200" + "tall" "200" + "font" "Symbol24" + "labelText" "+" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "Wings" + { + "controlName" "CExLabel" + "fieldName" "Wings" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-100" + "ypos" "c-97" + "wide" "200" + "tall" "200" + "font" "Crosshairs34" + "labelText" "d" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "WingsPlus" + { + "controlName" "CExLabel" + "fieldName" "WingsPlus" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-100" + "ypos" "c-97" + "wide" "200" + "tall" "200" + "font" "Crosshairs34" + "labelText" "c" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "WingsSmall" + { + "controlName" "CExLabel" + "fieldName" "WingsSmall" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-100" + "ypos" "c-97" + "wide" "200" + "tall" "200" + "font" "Crosshairs34" + "labelText" "g" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "WingsSmallDot" + { + "controlName" "CExLabel" + "fieldName" "WingsSmallDot" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-100" + "ypos" "c-97" + "wide" "200" + "tall" "200" + "font" "Crosshairs34" + "labelText" "f" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + "xHairCircle" + { + "controlName" "CExLabel" + "fieldName" "xHairCircle" + "visible" "0" + "enabled" "0" + "zpos" "2" + "xpos" "c-100" + "ypos" "c-102" + "wide" "200" + "tall" "200" + "font" "xHairCircle" + "labelText" "o" + "textAlignment" "center" + "fgcolor" "Crosshair" + } + + //-------------------------------------------------------------- + // 16:9 CROSSHAIRS (Enable all for best result) + //-------------------------------------------------------------- + "16x9Crosshair_vertical1" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "427" + "ypos" "75" + "zpos" "-5" + "wide" "1" + "tall" "154" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "16x9Crosshair_horizontal1" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "40" + "ypos" "240" + "zpos" "-5" + "wide" "374" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "16x9Crosshair_horizontal2" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "439" + "ypos" "240" + "zpos" "-5" + "wide" "374" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "16x9dark_top" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "426" + "ypos" "190" + "zpos" "-5" + "wide" "" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + "16x9dark_bottom" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "427" + "ypos" "252" + "zpos" "-5" + "wide" "1" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "150" + } + "16x9dark_left" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "365" + "ypos" "240" + "zpos" "-5" + "wide" "50" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + + "16x9dark_right" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "439" + "ypos" "240" + "zpos" "-5" + "wide" "50" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + + //-------------------------------------------------------------- + // 16:10 CROSSHAIRS (Enable all for best result) + //-------------------------------------------------------------- + "16x10Crosshair_vertical1" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "384" + "ypos" "55" + "zpos" "-5" + "wide" "1" + "tall" "170" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "16x10Crosshair_horizontal1" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "35" + "ypos" "240" + "zpos" "-5" + "wide" "330" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "16x10Crosshair_horizontal2" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "403" + "ypos" "240" + "zpos" "-5" + "wide" "330" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "16x10dark_top" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "384" + "ypos" "187" + "zpos" "-5" + "wide" "1" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + + "16x10dark_bottom" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "384" + "ypos" "254" + "zpos" "-5" + "wide" "1" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "150" + } + + "16x10dark_left" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "315" + "ypos" "240" + "zpos" "-5" + "wide" "50" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + + "16x10dark_right" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "403" + "ypos" "240" + "zpos" "-5" + "wide" "50" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + + //-------------------------------------------------------------- + // 4:3 CROSSHAIRS (Enable all for best result) + //-------------------------------------------------------------- + "4x3Crosshair_vertical1" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "319" + "ypos" "70" + "zpos" "-5" + "wide" "1" + "tall" "154" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "4x3Crosshair_horizontal1" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "10" + "ypos" "240" + "zpos" "-5" + "wide" "290" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "4x3Crosshair_horizontal2" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "340" + "ypos" "240" + "zpos" "-5" + "wide" "290" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "50" + } + + "4x3dark_top" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "319" + "ypos" "186" + "zpos" "-5" + "wide" "1" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + + "4x3dark_bottom" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "319" + "ypos" "255" + "zpos" "-5" + "wide" "1" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "150" + } + + "4x3dark_left" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "250" + "ypos" "240" + "zpos" "-5" + "wide" "50" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + + "4x3dark_right" + { + "ControlName" "ImagePanel" + "fieldName" "VerticalLine" + "xpos" "340" + "ypos" "240" + "zpos" "-5" + "wide" "50" + "tall" "1" + "autoResize" "0" + "pinCorner" "0" + "visible" "0" + "enabled" "0" + "fillcolor" "255 255 255 255" + "alpha" "100" + } + //-------------------------------------------------------------- + // TRANSPARENT VIEWMODEL + //-------------------------------------------------------------- + // Set visible/enabled to 1 to use. + //-------------------------------------------------------------- + "TransparentViewmodel" + { + "ControlName" "ImagePanel" + "fieldName" "TransparentViewmodel" + "xpos" "0" + "ypos" "0" + "zpos" "-100" + "wide" "f0" + "tall" "480" + "visible" "0" // Change to "1" to enable + "enabled" "0" // Change to "1" to enable + "image" "replay/thumbnails/transparent" + "scaleImage" "1" + } + //-------------------------------------------------------------- + + HudPlayerStatus + { + "fieldName" "HudPlayerStatus" + "visible" "1" + "enabled" "1" + "xpos" "1" + "ypos" "1" + "wide" "f0" + "tall" "480" + } + + HudWeaponAmmo + { + "fieldName" "HudWeaponAmmo" + "visible" "1" + "enabled" "1" + "xpos" "c70" + "ypos" "c66" + "xpos_minmode" "c20" + "ypos_minmode" "c16" + "wide" "300" + "tall" "300" + } + + HudObjectiveStatus + { + "fieldName" "HudObjectiveStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + HudKothTimeStatus + { + "fieldName" "HudKothTimeStatus" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "0" + "zpos" "5" + "wide" "200" + "tall" "60" + + "blue_active_xpos" "25" + "red_active_xpos" "75" + } + + HudItemEffectMeter + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c25" + "wide" "500" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudMedicCharge + { + "fieldName" "HudMedicCharge" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c25" + "wide" "500" + "tall" "500" + } + + HudDemomanCharge + { + "fieldName" "HudItemEffectMeter" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c25" + "wide" "200" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudBowCharge + { + "fieldName" "HudBowCharge" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "c25" + "xpos_minmode" "c-75" + "ypos_minmode" "c46" + "zpos" "1" + "wide" "200" + "tall" "500" + "MeterFG" "White" + "MeterBG" "Gray" + "alpha" "0" + } + + HudFlameRocketCharge + { + "fieldName" "HudFlameRocketCharge" + "visible" "1" + "enabled" "1" + "xpos" "r80" + "ypos" "r21" + "xpos_minmode" "r52" + "ypos_minmode" "r40" + "zpos" "1" + "wide" "60" + "wide_minmode" "50" + "tall" "8" + "MeterFG" "White" + "MeterBG" "Gray" + } + + HudBossHealth + { + "fieldName" "HudBossHealth" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "42" + "zpos" "0" + "wide" "200" + "tall" "50" + "MeterFG" "Red" + "MeterBG" "Gray" + } + + HudWeaponSelection + { + "fieldName" "HudWeaponSelection" + "xpos" "0" + "wide" "f0" + "ypos" "0" + "tall" "480" + "RightMargin" "0" + "visible" "1" + "enabled" "1" + "SmallBoxWide" "72" + "SmallBoxTall" "54" + "PlusStyleBoxWide" "90" + "PlusStyleBoxTall" "63" + "PlusStyleExpandSelected" "0.3" + "LargeBoxWide" "110" + "LargeBoxTall" "77" + "BoxGap" "4" + "SelectionNumberXPos" "12" + "SelectionNumberYPos" "4" + "IconXPos" "8" + "IconYPos" "0" + "TextYPos" "70" + "ErrorYPos" "48" + "TextColor" "SelectionTextFg" + "MaxSlots" "6" + "PlaySelectSounds" "1" + "Alpha" "220" + "SelectionAlpha" "220" + "BoxColor" "0 0 0 220" + "SelectedBoxClor" "0 0 0 220" + "SelectionNumberFg" "200 187 161 255" + "NumberFont" "HudSelectionText" + } + + CHudAccountPanel + { + "fieldName" "CHudAccountPanel" + "xpos" "c112" + "xpos_minmode" "c68" + "ypos" "c6" + "wide" "116" + "tall" "180" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + CHealthAccountPanel + { + "fieldName" "CHealthAccountPanel" + "xpos" "c-280" + "ypos" "c45" + "wide" "250" + "tall" "120" + "xpos_minmode" "c-100" + "ypos_minmode" "c5" + "wide_minmode" "f0" + "tall_minmode" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + CDamageAccountPanel + { + "fieldName" "CDamageAccountPanel" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + } + + DisguiseStatus + { + "fieldName" "DisguiseStatus" + "visible" "1" + "enabled" "1" + "xpos" "10" + "ypos" "r70" + "wide" "500" + "tall" "200" + } + + CMainTargetID + { + "fieldName" "CMainTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "246" + "ypos_minmode" "320" + "zpos" "1" + "wide" "600" + "tall" "50" + "priority" "100" + } + + CSpectatorTargetID + { + "fieldName" "CSpectatorTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "270" + "zpos" "1" + "wide" "600" + "tall" "50" + "priority" "40" + "x_offset" "20" + "y_offset" "20" + } + + CSecondaryTargetID + { + "fieldName" "CSecondaryTargetID" + "visible" "0" + "enabled" "1" + "xpos" "c-100" + "ypos" "c115" + "ypos_minmode" "298" + "zpos" "1" + "wide" "600" + "tall" "50" + "priority" "35" + } + + BuildingStatus_Spy + { + "fieldName" "BuildingStatus_Spy" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "ypos_minmode" "c-20" + "wide" "640" + "tall" "480" + "PaintBackgroundType" "2" + } + + BuildingStatus_Engineer + { + "fieldName" "BuildingStatus_Engineer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "PaintBackgroundType" "2" + } + + HudMannVsMachineStatus + { + "fieldName" "HudMannVsMachineStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "f0" + "tall" "480" + "PaintBackgroundType" "2" + } + + HudProgressBar + { + "fieldName" "HudProgressBar" + "xpos" "c-150" + "ypos" "300" + "wide" "300" + "tall" "15" + "visible" "1" + "enabled" "1" + "BorderThickness" "1" + "PaintBackgroundType" "2" + } + + HudRoundTimer + { + "fieldName" "HudRoundTimer" + "xpos" "c-20" + "ypos" "440" + "wide" "120" + "tall" "40" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "FlashColor" "HudIcon_Red" + "icon_xpos" "0" + "icon_ypos" "2" + "digit_xpos" "34" + "digit_ypos" "2" + } + + HudScenarioIcon + { + "fieldName" "HudScenarioIcon" + "xpos" "c110" + "ypos" "443" + "wide" "40" + "tall" "44" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "IconColor" "Hostage_Yellow" + } + + HudFlashlight + { + "fieldName" "HudFlashlight" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "370" + "wide" "102" + "tall" "20" + "text_xpos" "8" + "text_ypos" "6" + "TextColor" "255 170 0 220" + "PaintBackgroundType" "2" + } + + HudDamageIndicator + { + "fieldName" "HudDamageIndicator" + "visible" "1" + "enabled" "1" + "MinimumWidth" "10" + "MaximumWidth" "10" + "StartRadius" "80" + "EndRadius" "80" + "MinimumHeight" "30" + "MaximumHeight" "60" + "MinimumTime" "1" + } + + HudCommentary + { + "fieldName" "HudCommentary" + "xpos" "c-190" + "ypos" "320" + "wide" "380" + "tall" "50" + "visible" "1" + "enabled" "1" + "PaintBackgroundType" "2" + "BackgroundOverrideColor" "0 0 0 128" + "bar_xpos" "50" + "bar_ypos" "20" + "bar_height" "8" + "bar_width" "320" + "speaker_xpos" "50" + "speaker_ypos" "8" + "count_xpos_from_right" "10" + "count_ypos" "8" + "icon_texture" "vgui/hud/icon_commentary" + "icon_xpos" "0" + "icon_ypos" "0" + "icon_width" "40" + "icon_height" "40" + "use_script_bgcolor" "1" + } + + HudZoom + { + "fieldName" "HudZoom" + "visible" "1" + "enabled" "1" + "Circle1Radius" "66" + "Circle2Radius" "74" + "DashGap" "16" + "DashHeight" "4" + "BorderThickness" "88" + } + + HudCrosshair + { + "fieldName" "HudCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudDeathNotice + { + "fieldName" "HudDeathNotice" + "visible" "1" + "enabled" "1" + "xpos" "r592" + "ypos" "20" + "wide" "580" + "tall" "468" + "MaxDeathNotices" "6" + "IconScale" "0.35" + "LineHeight" "14" + "LineSpacing" "0" + "CornerRadius" "0" + "RightJustify" "1" + "TextFont" "CerbeticaBold12" + "TeamBlue" "HUDBlueTeamSolid" + "TeamRed" "HUDRedTeamSolid" + "IconColor" "HudWhite" + "LocalPlayerColor" "HUDBlack" + "BaseBackgroundColor" "46 43 42 175" + "LocalBackgroundColor" "245 229 196 200" + } + + HudVehicle + { + "fieldName" "HudVehicle" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + CVProfPanel + { + "fieldName" "CVProfPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + ScorePanel + { + "fieldName" "ScorePanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "wide_minmode" "f0" + "tall" "480" + } + + HudTrain + { + "fieldName" "HudTrain" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudMOTD + { + "fieldName" "HudMOTD" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudMessage + { + "fieldName" "HudMessage" + "visible" "1" + "enabled" "1" + "wide" "f0" + "tall" "480" + } + + HudMenu + { + "fieldName" "HudMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "zpos" "1" + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + } + + HudSpellMenu + { + "fieldName" "HudSpellMenu" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + "xpos" "c-176" + "ypos" "c110" + "xpos_minmode" "c-115" + "ypos_minmode" "c37" + "zpos" "10" + "TextFont" "Default" + "ItemFont" "Default" + "ItemFontPulsing" "Default" + } + + HudCloseCaption + { + "fieldName" "HudCloseCaption" + "visible" "1" + "enabled" "1" + "xpos" "c188" + "ypos" "302" + "wide" "150" + "tall" "60" + "xpos_minmode" "c115" + "ypos_minmode" "273" + "wide_minmode" "100" + "tall_minmode" "40" + "BgAlpha" "0" + "GrowTime" "0.25" + "ItemHiddenTime" "0.2" + "ItemFadeInTime" "0.15" + "ItemFadeOutTime" "0.3" + "topoffset" "0" + } + + HudHistoryResource + { + "fieldName" "HudHistoryResource" + "visible" "0" + "enabled" "0" + "xpos" "r640" + "wide" "640" + "tall" "330" + "history_gap" "55" + } + + HudGeiger + { + "fieldName" "HudGeiger" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HUDQuickInfo + { + "fieldName" "HUDQuickInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudWeapon + { + "fieldName" "HudWeapon" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudAnimationInfo + { + "fieldName" "HudAnimationInfo" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + CBudgetPanel + { + "fieldName" "CBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + CTextureBudgetPanel + { + "fieldName" "CTextureBudgetPanel" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudPredictionDump + { + "fieldName" "HudPredictionDump" + "visible" "1" + "enabled" "1" + "wide" "1280" + "tall" "1024" + } + + HudLocation + { + "fieldName" "HudLocation" + "visible" "1" + "enabled" "1" + "xpos" "16" + "ypos" "112" + "wide" "96" + "tall" "16" + "textAlignment" "north" + } + + HudScope + { + "fieldName" "HudScope" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudScopeCharge + { + "fieldName" "HudScopeCharge" + "visible" "1" + "enabled" "1" + "xpos" "c64" + "ypos" "c-64" + "wide" "64" + "tall" "128" + } + + HudVoiceSelfStatus + { + "fieldName" "HudVoiceSelfStatus" + "visible" "1" + "enabled" "1" + "xpos" "r42" + "ypos" "355" + "wide" "32" + "tall" "32" + } + + HudVoiceStatus + { + "fieldName" "HudVoiceStatus" + "visible" "1" + "enabled" "1" + "xpos" "r145" + "ypos" "0" + "wide" "145" + "tall" "400" + "item_wide" "135" + "show_avatar" "1" + "avatar_ypos" "1" + "avatar_xpos" "1" + "avatar_wide" "14" + "avatar_tall" "14" + "show_dead_icon" "1" + "dead_xpos" "118" + "dead_ypos" "0" + "dead_wide" "16" + "dead_tall" "16" + "show_voice_icon" "1" + "icon_ypos" "0" + "icon_xpos" "28" + "icon_tall" "16" + "icon_wide" "16" + "text_xpos" "49" + } + + HudHintDisplay + { + "fieldName" "HudHintDisplay" + "visible" "0" + "enabled" "1" + "xpos" "c-240" + "ypos" "c60" + "wide" "480" + "tall" "100" + "HintSize" "1" + "text_xpos" "8" + "text_ypos" "8" + "center_x" "0" // center text horizontally + "center_y" "-1" // align text on the bottom + } + + HudHintKeyDisplay + { + "fieldName" "HudHintKeyDisplay" + "visible" "0" + "enabled" "1" + "xpos" "r120" + "ypos" "r340" + "wide" "100" + "tall" "200" + "text_xpos" "8" + "text_ypos" "8" + "text_xgap" "8" + "text_ygap" "8" + "TextColor" "255 170 0 220" + "PaintBackgroundType" "2" + } + + overview + { + "fieldname" "overview" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + } + + VguiScreenCursor + { + "fieldName" "VguiScreenCursor" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + HudControlPointIcons + { + "fieldName" "HudControlPointIcons" + "xpos" "0" + "ypos" "410" + "wide" "f0" + "tall" "200" + "visible" "1" + "enabled" "1" + "separator_width" "3" + "separator_height" "3" + "height_offset" "3" + } + + HudCapturePanel + { + "fieldName" "HudCapturePanel" + "xpos" "c-75" + "ypos" "c80" + "wide" "150" + "tall" "90" + "visible" "1" + "enabled" "1" + "icon_space" "2" + } + + WinPanel + { + "fieldName" "WinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-100" + "ypos" "270" + "wide" "200" + "tall" "300" + } + + ArenaWinPanel + { + "fieldName" "ArenaWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-225" + "ypos" "r128" + "wide" "450" + "tall" "300" + } + + PVEWinPanel + { + "fieldName" "PVEWinPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-150" + "ypos" "255" + "wide" "300" + "tall" "215" + } + + StatPanel + { + "fieldName" "StatPanel" + "visible" "1" + "enabled" "1" + "xpos" "9999" + "ypos" "9999" + "wide" "266" + "tall" "120" + } + + FreezePanel + { + "fieldName" "FreezePanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + FreezePanelCallout + { + "fieldName" "FreezePanelCallout" + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + + AnnotationsPanelCallout + { + "fieldName" "AnnotationsPanelCallout" + "visible" "1" + "enabled" "1" + "xpos" "200" + "ypos" "200" + "wide" "100" + "tall" "50" + } + + WaitingForPlayersPanel + { + "fieldName" "WaitingForPlayersPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-146" + "ypos" "10" + "wide" "292" + "tall" "64" + } + + "HudUpgradePanel" + { + "fieldName" "HudUpgradePanel" + "visible" "0" + "enable" "1" + "xpos" "c-200" + "ypos" "260" + "wide" "400" + "tall" "160" + } + + "HudChat" + { + "ControlName" "EditablePanel" + "fieldName" "HudChat" + "visible" "1" + "enabled" "1" + "xpos" "10" + "xpos" "42" + "ypos" "275" + "wide" "320" + "tall" "120" + "PaintBackgroundType" "2" + } + + "HudMenuEngyBuild" + { + "fieldName" "HudMenuEngyBuild" + "visible" "1" + "enabled" "1" + "xpos" "c-250" + "ypos" "c-75" + "wide" "500" + "tall" "200" + "PaintBackgroundType" "0" + } + + "HudMenuEngyDestroy" + { + "fieldName" "HudMenuEngyDestroy" + "visible" "1" + "enabled" "1" + "xpos" "c-250" + "ypos" "c-75" + "wide" "500" + "tall" "200" + "PaintBackgroundType" "0" + } + + "HudEurekaEffectTeleportMenu" + { + "fieldName" "HudEurekaEffectTeleportMenu" + "visible" "1" + "enabled" "1" + "xpos" "c-125" + "ypos" "c-55" + "wide" "500" + "tall" "200" + "PaintBackgroundType" "0" + } + + "HudMenuSpyDisguise" + { + "fieldName" "HudMenuSpyDisguise" + "visible" "1" + "enabled" "1" + "xpos" "c90" + "ypos" "c-72" + "wide" "490" + "tall" "220" + "PaintBackgroundType" "0" + } + + HudDemomanPipes + { + "fieldName" "HudDemomanPipes" + "visible" "1" + "enabled" "1" + "xpos" "c-75" + "ypos" "c25" + "wide" "500" + "tall" "500" + } + + HudTeamGoal + { + "fieldName" "HudTeamGoal" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "wide" "0" + "tall" "0" + } + + HudTeamGoalTournament + { + "fieldName" "HudTeamGoalTournament" + "visible" "0" + "enabled" "1" + "xpos" "c-60" + "ypos" "20" + "wide" "0" + "tall" "0" + } + + HudTeamSwitch + { + "fieldName" "HudTeamSwitch" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "75" + "wide" "320" + "tall" "100" + } + + HudArenaNotification + { + "fieldName" "HudArenaNotification" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "75" + "wide" "320" + "tall" "150" + } + + HudArenaCapPointCountdown + { + "fieldName" "HudArenaCapPointCountdown" + "visible" "1" + "enabled" "1" + "xpos" "c-15" + "ypos" "442" + "wide" "30" + "tall" "30" + "zpos" "99" + } + + HudStalemate + { + "fieldName" "HudStalemate" + "visible" "0" + "enabled" "1" + "xpos" "c-160" + "ypos" "65" + "wide" "320" + "tall" "100" + } + + HudTournament + { + "fieldName" "HudTournament" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "5" + "xpos_minmode" "0" + "ypos_minmode" "0" + "zpos" "2" + "wide" "250" + "tall" "80" + "wide_minmode" "f0" + "tall_minmode" "480" + } + + HudTournamentSetup + { + "fieldName" "HudTournamentSetup" + "visible" "0" + "enabled" "1" + "xpos" "c-90" + "ypos" "-70" + "wide" "180" + "tall" "65" + } + + HudStopWatch + { + "fieldName" "HudStopWatch" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "5" + "wide" "f0" + "tall" "70" + } + + NotificationPanel + { + "fieldName" "NotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "c-320" + "ypos" "280" + "wide" "640" + "tall" "100" + } + + AchievementNotificationPanel + { + "fieldName" "AchievementNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "180" + "wide" "f10" + "tall" "100" + } + + CriticalPanel + { + "fieldName" "CriticalPanel" + "visible" "1" + "enabled" "1" + "xpos" "r155" + "ypos" "r75" + "wide" "150" + "tall" "25" + } + + HudArenaClassLayout + { + "fieldName" "HudArenaClassLayout" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "r320" + "wide" "f0" + "tall" "320" + } + + HudArenaVsPanel + { + "fieldName" "HudArenaVsPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "240" + "wide" "f0" + "tall" "240" + } + + HudArenaPlayerCount + { + "fieldName" "HudArenaPlayerCount" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "10" + "wide" "f0" + "tall" "50" + } + + "HudAchievementTracker" + { + "ControlName" "EditablePanel" + "fieldName" "HudAchievementTracker" + "xpos" "5" + "NormalY" "170" + "EngineerY" "320" + "zpos" "2" + "wide" "200" + "tall" "280" + "visible" "1" + "enabled" "1" + } + + HudTrainingInfoMsg + { + "fieldName" "HudTrainingInfoMsg" + "visible" "0" + "enabled" "1" + "xpos" "10" + "ypos" "50" + "wide" "200" + "tall" "300" + } + + HudInspectPanel + { + "fieldName" "HudInspectPanel" + "visible" "0" + "enabled" "1" + "xpos" "r249" + "ypos" "c0" + "zpos" "10" + "wide" "300" + "tall" "900" + } + + HudTFCrosshair + { + "fieldName" "HudTFCrosshair" + "visible" "1" + "enabled" "1" + "wide" "640" + "tall" "480" + } + + ItemQuickSwitchPanel + { + "fieldName" "ItemQuickSwitchPanel" + "visible" "0" + "enabled" "1" + "xpos" "c-125" + "ypos" "280" + "wide" "250" + "tall" "160" + } + + ReplayReminder + { + "fieldName" "ReplayReminder" + "visible" "0" + "enable" "1" + } + + MainMenuAdditions + { + "fieldName" "MainMenuAdditions" + "visible" "1" + "enabled" "1" + "xpos" "500" + "xpos_minmode" "c0" + "ypos" "310" + "zpos" "0" + "wide" "300" + "tall" "100" + } + + CoachedByPanel + { + "fieldName" "CoachedByPanel" + "visible" "0" + "enable" "1" + "xpos" "5" + "ypos" "10" + "wide" "250" + "tall" "44" + } + + ItemTestHUDPanel + { + "fieldName" "ItemTestHUDPanel" + "visible" "0" + "enable" "1" + "xpos" "5" + "ypos" "10" + "wide" "150" + "tall" "44" + } + + NotificationQueuePanel + { + "fieldName" "NotificationQueuePanel" + "visible" "0" + "enable" "1" + "xpos" "r155" + "ypos" "r90" + "zpos" "100" + "wide" "200" + "tall" "0" + } + + "CHudVote" + { + "fieldName" "CHudVote" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" // rounded corners + } + + "HudAlert" + { + "fieldName" "HudAlert" + "visible" "0" + "enable" "1" + "xpos" "c-160" + "ypos" "100" + "wide" "320" + "tall" "150" + } + + "CTFStreakNotice" + { + "fieldName" "CTFStreakNotice" + "xpos" "0" + "ypos" "0" + "wide" "640" + "tall" "480" + "visible" "1" + "enabled" "1" + "bgcolor_override" "0 0 0 0" + "PaintBackgroundType" "0" // rounded corners + } + + CTFFlagCalloutPanel + { + "fieldName" "CTFFlagCalloutPanel" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "40" + "tall" "40" + "priority" "40" + } + + "HudMenuTauntSelection" + { + "fieldName" "HudMenuTauntSelection" + "visible" "1" + "enabled" "1" + "xpos" "c-235" + "ypos" "c-85" + "wide" "470" + "tall" "200" + "PaintBackgroundType" "0" + } + + "ItemAttributeTracker" + { + "fieldName" "ItemAttributeTracker" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f5" + "tall" "f0" + "PaintBackgroundType" "0" + } + + HudMiniGame + { + "fieldName" "HudMiniGame" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "480" + } + + "QuestNotificationPanel" + { + "fieldName" "QuestNotificationPanel" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + "MatchMakingContainer" + { + "ControlName" "EditablePanel" + "fieldName" "MatchMakingContainer" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + HudSpectatorExtras + { + "fieldName" "HudSpectatorExtras" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + MatchSummary + { + "fieldName" "MatchSummary" + "visible" "0" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "wide" "f0" + "tall" "f0" + } + + HudMatchStatus + { + "fieldName" "HudMatchStatus" + "visible" "1" + "enabled" "1" + "xpos" "0" + "ypos" "0" + "zpos" "2" + "wide" "f0" + "tall" "f0" + } + + "QueueHUDStatus" + { + "fieldName" "QueueHUDStatus" + "visible" "1" + "enabled" "1" + "xpos" "rs1-5" + "ypos" "1" + "zpos" "1001" + "wide" "200" + "tall" "18" + "proportionaltoparent" "1" + "keyboardinputenabled" "1" + "mouseinputenabled" "0" + "alpha" "100" + } + + HUDAutoAim { } + HudHDRDemo { } + HudTrainingMsg { } + TrainingComplete { } + AnnotationsPanel { } +} \ No newline at end of file diff --git a/scripts/knucklescrosses.png b/scripts/knucklescrosses.png new file mode 100644 index 0000000..e3935cb Binary files /dev/null and b/scripts/knucklescrosses.png differ -- cgit v1.2.3