Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
conchkritz committed Mar 24, 2022
1 parent 1692e76 commit e60693e
Show file tree
Hide file tree
Showing 39 changed files with 811 additions and 320 deletions.
1 change: 1 addition & 0 deletions dem/files to save for testing.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
files to save for testing.txt
Binary file added dem/winpanel.dem
Binary file not shown.
2 changes: 1 addition & 1 deletion info.vdf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"HUD"
"ckHUD"
{
"ui_version" "3"
}
11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_a.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_b.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_blu.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_blu_locked.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_c.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_d.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_e.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_neutral.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_neutral_locked.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_red.vmt

This file was deleted.

11 changes: 0 additions & 11 deletions materials/sprites/obj_icons/icon_obj_red_locked.vmt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
58 changes: 58 additions & 0 deletions resource/ui/flagstatus.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
"Resource/UI/FlagStatus.res"
{
"Arrow"
{
"ControlName" "CTFArrowPanel"
"fieldName" "Arrow"
"xpos" "40"
"ypos" "0"
"zpos" "1"
"wide" "80"
"tall" "80"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
}
"Briefcase"
{
"ControlName" "CTFImagePanel"
"fieldName" "Briefcase"
"xpos" "65"
"ypos" "28"
"zpos" "2"
"wide" "30"
"tall" "30"
"visible" "1"
"enabled" "1"
"image" "../hud/objectives_flagpanel_briefcase"
"scaleImage" "1"

"if_mvm"
{
"xpos" "60"
"ypos" "21"
"wide" "38"
"tall" "38"
"alpha" "95"
}
}
"StatusIcon"
{
"ControlName" "CTFImagePanel"
"fieldName" "StatusIcon"
"xpos" "75"
"ypos" "26"
"zpos" "3"
"wide" "30"
"tall" "30"
"visible" "1"
"enabled" "1"
"image" "../hud/objectives_flagpanel_ico_flag_home"
"scaleImage" "1"

"if_mvm"
{
"visible" "0"
}
}
}
65 changes: 65 additions & 0 deletions resource/ui/hudcurrencyaccount.res
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
"Resource/UI/HudCurrencyAccount.res"
{
"Currency"
{
"ControlName" "CExLabel"
"fieldName" "Currency"
"font" "hudfont14"
"fgcolor" "colorwhite"
"xpos" "11"
"ypos" "57"
"zpos" "3"
"wide" "90"
"tall" "45"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "%currency%"
}

"CurrencyShadow"
{
"ControlName" "CExLabel"
"fieldName" "CurrencyShadow"
"font" "hudfont14"
"fgcolor" "colorblack"
"xpos" "12"
"ypos" "58"
"zpos" "3"
"wide" "90"
"tall" "45"
"visible" "1"
"enabled" "1"
"textAlignment" "center"
"labelText" "%currency%"
}

"WhiteBG"
{
"ControlName" "EditablePanel"
"fieldName" "WhiteBG"
"xpos" "9999"
"ypos" "71"
"zpos" "1"
"wide" "0"
"tall" "0"
"visible" "0"
"enabled" "1"
"PaintBackgroundType" "0"
}

"GreenBG"
{
"ControlName" "EditablePanel"
"fieldName" "GreenBG"
"xpos" "34"
"ypos" "72"
"zpos" "2"
"wide" "44"
"tall" "15"
"visible" "0"
"enabled" "1"
"PaintBackgroundType" "0"
"bgcolor_override" "94 150 49 150"
}
}
4 changes: 2 additions & 2 deletions resource/ui/huddemomancharge.res
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"fieldName" "ChargeMeter"
"font" "Default"
"xpos" "0"
"ypos" "23"
"ypos" "22"
"zpos" "2"
"wide" "120"
"tall" "6"
"tall" "7"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
Expand Down
82 changes: 3 additions & 79 deletions resource/ui/huditemeffectmeter_killstreak.res
Original file line number Diff line number Diff line change
@@ -1,86 +1,10 @@
#base "meter/headcount.res"

"Resource/UI/HudItemEffectMeter_Demoman.res"
{
HudItemEffectMeter
{
"fieldName" "HudItemEffectMeter"
"visible" "1"
"enabled" "1"
"xpos" "c-150" [$WIN32]
"ypos" "c55" [$WIN32]
"wide" "100"
"tall" "50"
}

"ItemEffectMeterBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "ItemEffectMeterBG"
"xpos" "99999"
"ypos" "0"
"zpos" "0"
"wide" "76"
"tall" "44"
"visible" "1"
"enabled" "1"
"scaleImage" "1"
}

"ItemEffectMeterLabel"
{
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterLabel"
"xpos" "25"
"ypos" "27"
"zpos" "2"
"wide" "100"
"tall" "15"
"autoResize" "1"
"pinCorner" "2"
"visible" "1"
"enabled" "1"
"tabPosition" "0"
"labelText" "#TF_KillStreak"
"textAlignment" "west"
"dulltext" "0"
"brighttext" "0"
"font" "hudfont10shadow"
}

"ItemEffectMeter"
{
"ControlName" "ContinuousProgressBar"
"fieldName" "ItemEffectMeter"
"font" "Default"
"xpos" "999999"
"ypos" "23"
"zpos" "2"
"wide" "40"
"tall" "6"
"autoResize" "0"
"pinCorner" "0"
"visible" "0"
"enabled" "0"
"textAlignment" "Left"
"dulltext" "0"
"brighttext" "0"
}

"ItemEffectMeterCount"
{
"ControlName" "CExLabel"
"fieldName" "ItemEffectMeterCount"
"xpos" "43"
"ypos" "3"
"zpos" "2"
"wide" "40"
"tall" "20"
"visible" "1"
"enabled" "1"
"labelText" "%progresscount%"
"textAlignment" "east"
"font" "hudfont14shadow"
"pin_to_sibling" "ItemEffectMeterLabel"
"fgcolor_override" "colorwhite"
"xpos" "c85"
}
}

Loading

0 comments on commit e60693e

Please sign in to comment.