Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 9321cc9
Author: PapaPeach <[email protected]>
Date:   Sun Aug 14 20:41:07 2022 -0400

    Fixed bug with Vaccinator + Vita Saw

commit e80c57b
Author: PapaPeach <[email protected]>
Date:   Sun Aug 14 20:04:05 2022 -0400

    Optimized materials and reduced console errors
  • Loading branch information
PapaPeach committed Aug 15, 2022
1 parent 33b91ef commit c4dd2c1
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 1,217 deletions.
13 changes: 13 additions & 0 deletions customizations/Crosshair_Animations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,17 @@ event DamagedPlayer
{
//Animate "CustomCrosshair" FgColor "255 0 0 255" Linear 0.0 0.00001 // Crosshair color on hit
//Animate "CustomCrosshair" FgColor "255 255 255 255" Linear 0.10 0.10001 // Should match your crosshair color in crosshair.res










//Do not edit these lines please :)
StopEvent HudSpyDisguiseFadeOut 0.0
RunEvent HudSpyDisguiseFadeOut 0.001
}
Binary file modified materials/vgui/logos/killfeed icons black/dneg_images.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killfeed icons black/dneg_images_v2.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killfeed icons black/dneg_images_v3.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killfeed icons white/d_images.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killfeed icons white/d_images_v2.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killfeed icons white/d_images_v3.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killstreaks/blackdom.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killstreaks/blackks.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killstreaks/whitedom.vtf
Binary file not shown.
Binary file modified materials/vgui/logos/killstreaks/whiteks.vtf
Binary file not shown.
1 change: 1 addition & 0 deletions materials/vgui/maps/menu_thumb_missing.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"UnlitGeneric" {}
16 changes: 10 additions & 6 deletions materials/vgui/replay/thumbnails/transparent.vmt
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
"Refract"
{
"%keywords" "tf"
"$refractamount" "0.0"
"$refracttint" "{255 255 255}"
"$refractblur" "0.0"
"$scale" "[1 1]"
"$normalmap" "vgui/replay/thumbnails/transparent"
}
"$refracttint" "{255 255 255}"
"$refractblur" "0.0"
"$normalmap" "vgui/replay/thumbnails/transparent"
"$dudvmap" "0"

"<dx90"
{
"$normalmap" "vgui/gfx/vgui/trans_background"
}
}
Binary file modified materials/vgui/replay/thumbnails/transparent.vtf
Binary file not shown.
2 changes: 1 addition & 1 deletion resource/gamemenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
{
"label" ""
"command" "engine play items/samurai/tf_samurai_noisemaker_setb_02.wav"
"tooltip" "Released June 30, 2022"
"tooltip" "Released August 14, 2022"
"OnlyAtMenu" "1"
}
///////////////////////////////////////////////////////////////////
Expand Down
6 changes: 3 additions & 3 deletions resource/ui/alternatives/Uber_Large.res
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"ControlName" "CExLabel"
"fieldName" "IndividualChargesLabel"
"xpos" "0"
"xpos" "-8"
"ypos" "0"
"zpos" "2"
"wide" "100"
Expand Down Expand Up @@ -203,15 +203,15 @@
{
"ControlName" "EditablePanel"
"fieldName" "ResistIconAnchor"
"xpos" "-22"
"xpos" "-40"
"ypos" "-14"
"wide" "1"
"tall" "50"
"visible" "1"
"enabled" "1"

"pin_to_sibling" "IndividualChargesLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
}

Expand Down
6 changes: 3 additions & 3 deletions resource/ui/alternatives/Uber_Small.res
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{
"ControlName" "CExLabel"
"fieldName" "IndividualChargesLabel"
"xpos" "0"
"xpos" "-8"
"ypos" "0"
"zpos" "2"
"wide" "100"
Expand Down Expand Up @@ -191,15 +191,15 @@
{
"ControlName" "EditablePanel"
"fieldName" "ResistIconAnchor"
"xpos" "-22"
"xpos" "-40"
"ypos" "-14"
"wide" "1"
"tall" "50"
"visible" "1"
"enabled" "1"

"pin_to_sibling" "IndividualChargesLabel"
"pin_corner_to_sibling" "PIN_TOPLEFT"
"pin_corner_to_sibling" "PIN_TOPRIGHT"
"pin_to_sibling_corner" "PIN_TOPRIGHT"
}

Expand Down
8 changes: 4 additions & 4 deletions resource/ui/mainmenuoverride.res
Original file line number Diff line number Diff line change
Expand Up @@ -247,17 +247,17 @@
"textAlignment" "west"
"AllCaps" "0"
"use_proportional_insets" "1"
"labelText" "Version 3.3.0"
"labelText" "Version 3.3.1"
}

"InfoSeparatorLine"
{
"ControlName" "EditablePanel"
"fieldname" "InfoSeparatorLine"
"xpos" "57" //xpos
"xpos" "55" //xpos
"ypos" "148" //148
"zpos" "2"
"wide" "275" //xpos+wide=332
"wide" "277" //xpos+wide=332
"tall" "1"
"visible" "1"
"bgcolor_override" "WhiteTransparent"
Expand All @@ -270,7 +270,7 @@
"xpos" "12"
"ypos" "145"
"zpos" "100"
"wide" "44" //Button Width
"wide" "42" //Button Width
"tall" "6"
"visible" "1"

Expand Down
6 changes: 3 additions & 3 deletions resource/ui/pvprankpanel_peach.res
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@
{
"ControlName" "EditablePanel"
"fieldName" "StatsContainer"
"xpos" "47" //StatsContainer xpos + ProgressBarsContainer wide=322
"xpos" "45" //StatsContainer xpos + ProgressBarsContainer wide=322
"ypos" "rs1"
"wide" "300"
"tall" "40"
Expand Down Expand Up @@ -351,7 +351,7 @@
"fieldName" "ProgressBarsContainer"
"xpos" "0"
"ypos" "r2"
"wide" "275" //StatsContainer xpos + ProgressBarsContainer wide=322
"wide" "277" //StatsContainer xpos + ProgressBarsContainer wide=322
"tall" "1"
"proportionaltoparent" "1"

Expand Down Expand Up @@ -424,7 +424,7 @@
"ControlName" "Label"
"fieldName" "CurrentXPLabel"
"xpos" "0"
"ypos" "-1"
"ypos" "0"
"zpos" "1"
"wide" "0"
"auto_wide_tocontents" "1"
Expand Down
33 changes: 4 additions & 29 deletions scripts/hudanimations_peach.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,11 @@ event HudHealthDyingPulse
Animate PlayerStatusHealthValueTarget FgColor "Health Hurt Target" Linear 0.0 0.0

Animate PlayerStatusHealthValueSpectator FgColor "Health Hurt Spec" Linear 0.0 0.0

RunEvent HudHealthDyingPulseLoop 0.4
}

event HudHealthDyingPulseLoop
{
RunEvent HudHealthDyingPulse 0.0
}

event HudHealthDyingPulseStop
{
StopEvent HudHealthDyingPulse 0.0
StopEvent HudHealthDyingPulseLoop 0.0

Animate PlayerStatusHealthValue FgColor "Health" Linear 0.0 0.0

Expand All @@ -71,19 +63,11 @@ event HudLowAmmoPulse
Animate AmmoInReserve FgColor "Ammo In Reserve Low" Linear 0.0 0.0

Animate AmmoNoClip FgColor "Ammo No Clip Low" Linear 0.0 0.0

RunEvent HudLowAmmoPulseLoop 0.4
}

event HudLowAmmoPulseLoop
{
RunEvent HudLowAmmoPulse 0.0
}

event HudLowAmmoPulseStop
{
StopEvent HudLowAmmoPulse 0.0
StopEvent HudLowAmmoPulseLoop 0.0

Animate AmmoInClip FgColor "Ammo In Clip" Linear 0.0 0.0

Expand Down Expand Up @@ -191,8 +175,8 @@ event HudSpyDisguiseChanged

event HudSpyDisguiseFadeIn
{
Animate HudPlayerClass Position "0 0" Linear 0.0 0.001
Animate ModelPin Position "0 r120" Linear 0.0 0.001
Animate HudPlayerClass Position "0 0" Linear 0.01 0.001
Animate ModelPin Position "0 r120" Linear 0.01 0.001
}

event HudSpyDisguiseFadeOut
Expand All @@ -205,21 +189,12 @@ event HudSpyDisguiseFadeOut

event ActiveTimerHighlight
{
Animate TimePanelValue FgColor "WhiteTransparent" Linear 0.1 0.1
Animate TimePanelValue FgColor "WhiteTransparent" Linear 0.3 0.1

Animate TimePanelValue FgColor "WhiteTransparent" Linear 0.5 0.1
Animate TimePanelValue FgColor "WhiteTransparent" Linear 0.7 0.1

Animate TimePanelValue FgColor "WhiteTransparent" Linear 0.9 0.1
Animate TimePanelValue FgColor "WhiteTransparent" Linear 1.1 0.1

Animate TimePanelValue FgColor "WhiteTransparent" Linear 1.3 0.3
Animate TimePanelValue FgColor "WhiteTransparent" Linear 0.0 0.1
}

event ActiveTimerDim
{
Animate TimePanelValue FgColor "WhiteTransparent" Linear 0.0 0.4
Animate TimePanelValue FgColor "WhiteTransparent" Linear 0.0 0.1
}

//====================================================================================================================
Expand Down
Loading

0 comments on commit c4dd2c1

Please sign in to comment.