gitextract_kk725_or/ ├── .gitattributes ├── .github/ │ ├── CODEOWNERS │ ├── FUNDING.yml │ └── README.md ├── .gitignore ├── cfg/ │ ├── hud_customization.cfg │ ├── hud_customization_colors.cfg │ ├── hud_customization_crosshairs.cfg │ ├── hud_customization_fonts.cfg │ ├── hud_customization_general.cfg │ ├── hud_customization_reset.cfg │ ├── hud_first_run.cfg │ ├── tf2_crosshair_default.cfg │ └── valve.rc ├── info.vdf ├── materials/ │ ├── console/ │ │ ├── background_2fort.vmt │ │ ├── background_2fort.vtf │ │ ├── background_2fort_widescreen.vmt │ │ ├── background_2fort_widescreen.vtf │ │ ├── background_borneo.vmt │ │ ├── background_borneo.vtf │ │ ├── background_borneo_widescreen.vmt │ │ ├── background_borneo_widescreen.vtf │ │ ├── background_gravelpit.vmt │ │ ├── background_gravelpit.vtf │ │ ├── background_gravelpit_widescreen.vmt │ │ ├── background_gravelpit_widescreen.vtf │ │ ├── background_mvm.vmt │ │ ├── background_mvm.vtf │ │ ├── background_mvm_widescreen.vmt │ │ ├── background_mvm_widescreen.vtf │ │ ├── background_process.vmt │ │ ├── background_process.vtf │ │ ├── background_process_widescreen.vmt │ │ ├── background_process_widescreen.vtf │ │ ├── background_upward.vmt │ │ ├── background_upward.vtf │ │ ├── background_upward_widescreen.vmt │ │ ├── background_upward_widescreen.vtf │ │ ├── background_xmas2020.vmt │ │ ├── background_xmas2020.vtf │ │ ├── background_xmas2020_widescreen.vmt │ │ ├── background_xmas2020_widescreen.vtf │ │ ├── background_xmas2023.vmt │ │ ├── background_xmas2023.vtf │ │ ├── background_xmas2023_widescreen.vmt │ │ ├── background_xmas2023_widescreen.vtf │ │ ├── characters/ │ │ │ └── soldier.vtf │ │ └── startup_loading.vtf │ ├── hud/ │ │ ├── cart_blue.vmt │ │ ├── cart_point_blue.vmt │ │ ├── cart_point_blue_opaque.vmt │ │ ├── cart_point_neutral.vmt │ │ ├── cart_point_neutral_opaque.vmt │ │ ├── cart_point_red.vmt │ │ ├── cart_point_red_opaque.vmt │ │ ├── cart_red.vmt │ │ ├── cart_track_blue.vmt │ │ ├── cart_track_blue_opaque.vmt │ │ ├── cart_track_neutral_opaque.vmt │ │ ├── cart_track_red.vmt │ │ └── cart_track_red_opaque.vmt │ ├── sprites/ │ │ └── obj_icons/ │ │ ├── icon_obj_1_blu.vmt │ │ ├── icon_obj_1_blu_locked.vmt │ │ ├── icon_obj_1_neutral.vmt │ │ ├── icon_obj_1_neutral_locked.vmt │ │ ├── icon_obj_1_red.vmt │ │ ├── icon_obj_1_red_locked.vmt │ │ ├── icon_obj_2_blu.vmt │ │ ├── icon_obj_2_blu_locked.vmt │ │ ├── icon_obj_2_neutral.vmt │ │ ├── icon_obj_2_neutral_locked.vmt │ │ ├── icon_obj_2_red.vmt │ │ ├── icon_obj_2_red_locked.vmt │ │ ├── icon_obj_3_blu.vmt │ │ ├── icon_obj_3_blu_locked.vmt │ │ ├── icon_obj_3_neutral.vmt │ │ ├── icon_obj_3_neutral_locked.vmt │ │ ├── icon_obj_3_red.vmt │ │ ├── icon_obj_3_red_locked.vmt │ │ ├── icon_obj_4_blu.vmt │ │ ├── icon_obj_4_blu_locked.vmt │ │ ├── icon_obj_4_neutral.vmt │ │ ├── icon_obj_4_neutral_locked.vmt │ │ ├── icon_obj_4_red.vmt │ │ ├── icon_obj_4_red_locked.vmt │ │ ├── icon_obj_5_blu.vmt │ │ ├── icon_obj_5_blu_locked.vmt │ │ ├── icon_obj_5_neutral.vmt │ │ ├── icon_obj_5_neutral_locked.vmt │ │ ├── icon_obj_5_red.vmt │ │ ├── icon_obj_5_red_locked.vmt │ │ ├── icon_obj_a.vmt │ │ ├── icon_obj_b.vmt │ │ ├── icon_obj_blu.vmt │ │ ├── icon_obj_blu_locked.vmt │ │ ├── icon_obj_blu_mannhattan_locked.vmt │ │ ├── icon_obj_c.vmt │ │ ├── icon_obj_d.vmt │ │ ├── icon_obj_e.vmt │ │ ├── icon_obj_neutral.vmt │ │ ├── icon_obj_neutral_locked.vmt │ │ ├── icon_obj_red.vmt │ │ └── icon_obj_red_locked.vmt │ └── vgui/ │ ├── maps/ │ │ └── menu_thumb_Missing.vmt │ └── replay/ │ └── thumbnails/ │ ├── cart_icons/ │ │ ├── cart_blue.vtf │ │ ├── cart_neutral.vtf │ │ └── cart_red.vtf │ ├── cp_icons/ │ │ ├── icon_obj_1_blu.vtf │ │ ├── icon_obj_1_blu_locked.vtf │ │ ├── icon_obj_1_neutral.vtf │ │ ├── icon_obj_1_neutral_locked.vtf │ │ ├── icon_obj_1_red.vtf │ │ ├── icon_obj_1_red_locked.vtf │ │ ├── icon_obj_2_blu.vtf │ │ ├── icon_obj_2_blu_locked.vtf │ │ ├── icon_obj_2_neutral.vtf │ │ ├── icon_obj_2_neutral_locked.vtf │ │ ├── icon_obj_2_red.vtf │ │ ├── icon_obj_2_red_locked.vtf │ │ ├── icon_obj_3_blu.vtf │ │ ├── icon_obj_3_blu_locked.vtf │ │ ├── icon_obj_3_neutral.vtf │ │ ├── icon_obj_3_neutral_locked.vtf │ │ ├── icon_obj_3_red.vtf │ │ ├── icon_obj_3_red_locked.vtf │ │ ├── icon_obj_4_blu.vtf │ │ ├── icon_obj_4_blu_locked.vtf │ │ ├── icon_obj_4_neutral.vtf │ │ ├── icon_obj_4_neutral_locked.vtf │ │ ├── icon_obj_4_red.vtf │ │ ├── icon_obj_4_red_locked.vtf │ │ ├── icon_obj_5_blu.vtf │ │ ├── icon_obj_5_blu_locked.vtf │ │ ├── icon_obj_5_neutral.vtf │ │ ├── icon_obj_5_neutral_locked.vtf │ │ ├── icon_obj_5_red.vtf │ │ ├── icon_obj_5_red_locked.vtf │ │ ├── icon_obj_a.vtf │ │ ├── icon_obj_b.vtf │ │ ├── icon_obj_blu.vtf │ │ ├── icon_obj_blu_locked.vtf │ │ ├── icon_obj_blu_mannhattan_locked.vtf │ │ ├── icon_obj_c.vtf │ │ ├── icon_obj_d.vtf │ │ ├── icon_obj_e.vtf │ │ ├── icon_obj_neutral.vtf │ │ ├── icon_obj_neutral_locked.vtf │ │ ├── icon_obj_red.vtf │ │ └── icon_obj_red_locked.vtf │ ├── customizations/ │ │ ├── health_cross.vmt │ │ ├── health_cross.vtf │ │ ├── speedometer.vmt │ │ ├── speedometer.vtf │ │ ├── transparent_viewmodels_off.vmt │ │ ├── transparent_viewmodels_off.vtf │ │ ├── transparent_viewmodels_on.vmt │ │ ├── transparent_viewmodels_on.vtf │ │ ├── uber_counter.vmt │ │ └── uber_counter.vtf │ ├── deadshield.vmt │ ├── deadshield.vtf │ ├── kritz.vmt │ ├── kritz.vtf │ ├── main_menu/ │ │ ├── comfig.vmt │ │ ├── comfig.vtf │ │ ├── discord.vmt │ │ ├── discord.vtf │ │ ├── main_menu_button_casual.vmt │ │ ├── main_menu_button_casual.vtf │ │ ├── main_menu_button_community_server.vmt │ │ ├── main_menu_button_community_server.vtf │ │ ├── main_menu_button_competitive.vmt │ │ ├── main_menu_button_competitive.vtf │ │ ├── main_menu_button_mvm.vmt │ │ ├── main_menu_button_mvm.vtf │ │ ├── main_menu_logo.vmt │ │ ├── main_menu_logo.vtf │ │ ├── nogc.vmt │ │ ├── nogc.vtf │ │ ├── potato.vmt │ │ ├── potato.vtf │ │ ├── tenna.vmt │ │ ├── tenna.vtf │ │ ├── uncletopia.vmt │ │ └── uncletopia.vtf │ ├── mmbg.vmt │ ├── mmbg.vtf │ ├── numbers.vmt │ ├── numbers.vtf │ ├── quickfix.vmt │ ├── quickfix.vtf │ ├── selbyen_pickup.vmt │ ├── selbyen_pickup.vtf │ ├── speedometer.vmt │ ├── transparent.vmt │ ├── transparent.vtf │ ├── uber.vmt │ └── uber.vtf ├── resource/ │ ├── chat_brazilian.txt │ ├── chat_bulgarian.txt │ ├── chat_czech.txt │ ├── chat_danish.txt │ ├── chat_dutch.txt │ ├── chat_english.txt │ ├── chat_finnish.txt │ ├── chat_french.txt │ ├── chat_german.txt │ ├── chat_greek.txt │ ├── chat_hungarian.txt │ ├── chat_italian.txt │ ├── chat_japanese.txt │ ├── chat_korean.txt │ ├── chat_koreana.txt │ ├── chat_latam.txt │ ├── chat_norwegian.txt │ ├── chat_polish.txt │ ├── chat_portuguese.txt │ ├── chat_romanian.txt │ ├── chat_russian.txt │ ├── chat_schinese.txt │ ├── chat_spanish.txt │ ├── chat_swedish.txt │ ├── chat_tchinese.txt │ ├── chat_thai.txt │ ├── chat_turkish.txt │ ├── chat_vietnamese.txt │ ├── chatscheme.res │ ├── clientscheme.res │ ├── closecaption_english.txt │ ├── fonts/ │ │ ├── code-pro-bold.otf │ │ └── code-pro-lc.otf │ ├── gamemenu.res │ ├── links.res │ ├── preload.res │ ├── scheme/ │ │ ├── clientscheme_borders.res │ │ ├── clientscheme_colors.res │ │ ├── clientscheme_fonts.res │ │ ├── clientscheme_fonts_paths.res │ │ ├── clientscheme_fonts_pro.res │ │ ├── clientscheme_icons.res │ │ ├── clientscheme_settings.res │ │ └── clientscheme_xhairs.res │ ├── sourcescheme.res │ ├── support.res │ └── ui/ │ ├── basechat.res │ ├── build_menu/ │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_unavailable.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── hudmenuengybuild.res │ │ ├── hudmenueurekaeffect.res │ │ └── pipboy/ │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_unavailable.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── hudmenuengybuild.res │ │ └── hudmenueurekaeffect.res │ ├── build_menu_360/ │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_unavailable.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── hudmenuengybuild.res │ │ ├── hudmenueurekaeffect.res │ │ └── pipboy/ │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_unavailable.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── hudmenuengybuild.res │ │ └── hudmenueurekaeffect.res │ ├── build_menu_sc/ │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_unavailable.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── hudmenuengybuild.res │ │ ├── hudmenueurekaeffect.res │ │ └── pipboy/ │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_unavailable.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── hudmenuengybuild.res │ │ └── hudmenueurekaeffect.res │ ├── charinfoarmorysubpanel.res │ ├── charinfoloadoutsubpanel.res │ ├── charinfopanel.res │ ├── classloadoutpanel.res │ ├── classselection.res │ ├── classselection_sc.res │ ├── compstats.res │ ├── controlpointcountdown.res │ ├── controlpointicon.res │ ├── controlpointprogressbar.res │ ├── cp_powerhouse_event_hud.res │ ├── craftingpanel.res │ ├── craftingstatusdialog.res │ ├── customizations/ │ │ ├── #customization_menu/ │ │ │ ├── hud_customization.res │ │ │ ├── hud_customization_colors.res │ │ │ ├── hud_customization_crosshairs.res │ │ │ ├── hud_customization_damage.res │ │ │ ├── hud_customization_dev.res │ │ │ ├── hud_customization_fonts.res │ │ │ ├── hud_customization_frame.res │ │ │ ├── hud_customization_health_ammo.res │ │ │ ├── hud_customization_home.res │ │ │ ├── hud_customization_layout.res │ │ │ ├── hud_customization_layout_base.res │ │ │ ├── hud_customization_miscellaneous.res │ │ │ └── hud_customization_quick_settings.res │ │ ├── colors/ │ │ │ ├── ammo_low/ │ │ │ │ ├── ammo_low_black.res │ │ │ │ ├── ammo_low_blue.res │ │ │ │ ├── ammo_low_cyan.res │ │ │ │ ├── ammo_low_forest.res │ │ │ │ ├── ammo_low_green.res │ │ │ │ ├── ammo_low_grey.res │ │ │ │ ├── ammo_low_magenta.res │ │ │ │ ├── ammo_low_maroon.res │ │ │ │ ├── ammo_low_navy.res │ │ │ │ ├── ammo_low_olive.res │ │ │ │ ├── ammo_low_orange.res │ │ │ │ ├── ammo_low_pink.res │ │ │ │ ├── ammo_low_purple.res │ │ │ │ ├── ammo_low_red.res │ │ │ │ ├── ammo_low_salmon.res │ │ │ │ ├── ammo_low_tan.res │ │ │ │ ├── ammo_low_teal.res │ │ │ │ ├── ammo_low_violet.res │ │ │ │ ├── ammo_low_white.res │ │ │ │ └── ammo_low_yellow.res │ │ │ ├── color_customization.res │ │ │ ├── color_healed/ │ │ │ │ ├── color_healed_black.res │ │ │ │ ├── color_healed_blue.res │ │ │ │ ├── color_healed_cyan.res │ │ │ │ ├── color_healed_forest.res │ │ │ │ ├── color_healed_green.res │ │ │ │ ├── color_healed_grey.res │ │ │ │ ├── color_healed_magenta.res │ │ │ │ ├── color_healed_maroon.res │ │ │ │ ├── color_healed_navy.res │ │ │ │ ├── color_healed_olive.res │ │ │ │ ├── color_healed_orange.res │ │ │ │ ├── color_healed_pink.res │ │ │ │ ├── color_healed_purple.res │ │ │ │ ├── color_healed_red.res │ │ │ │ ├── color_healed_salmon.res │ │ │ │ ├── color_healed_tan.res │ │ │ │ ├── color_healed_teal.res │ │ │ │ ├── color_healed_violet.res │ │ │ │ ├── color_healed_white.res │ │ │ │ └── color_healed_yellow.res │ │ │ ├── color_neutral/ │ │ │ │ ├── color_neutral_black.res │ │ │ │ ├── color_neutral_blue.res │ │ │ │ ├── color_neutral_cyan.res │ │ │ │ ├── color_neutral_forest.res │ │ │ │ ├── color_neutral_green.res │ │ │ │ ├── color_neutral_grey.res │ │ │ │ ├── color_neutral_magenta.res │ │ │ │ ├── color_neutral_maroon.res │ │ │ │ ├── color_neutral_navy.res │ │ │ │ ├── color_neutral_olive.res │ │ │ │ ├── color_neutral_orange.res │ │ │ │ ├── color_neutral_pink.res │ │ │ │ ├── color_neutral_purple.res │ │ │ │ ├── color_neutral_red.res │ │ │ │ ├── color_neutral_salmon.res │ │ │ │ ├── color_neutral_tan.res │ │ │ │ ├── color_neutral_teal.res │ │ │ │ ├── color_neutral_violet.res │ │ │ │ ├── color_neutral_white.res │ │ │ │ └── color_neutral_yellow.res │ │ │ ├── crosshair/ │ │ │ │ ├── crosshair_black.res │ │ │ │ ├── crosshair_blue.res │ │ │ │ ├── crosshair_cyan.res │ │ │ │ ├── crosshair_forest.res │ │ │ │ ├── crosshair_green.res │ │ │ │ ├── crosshair_grey.res │ │ │ │ ├── crosshair_magenta.res │ │ │ │ ├── crosshair_maroon.res │ │ │ │ ├── crosshair_navy.res │ │ │ │ ├── crosshair_olive.res │ │ │ │ ├── crosshair_orange.res │ │ │ │ ├── crosshair_pink.res │ │ │ │ ├── crosshair_purple.res │ │ │ │ ├── crosshair_red.res │ │ │ │ ├── crosshair_salmon.res │ │ │ │ ├── crosshair_tan.res │ │ │ │ ├── crosshair_teal.res │ │ │ │ ├── crosshair_violet.res │ │ │ │ ├── crosshair_white.res │ │ │ │ └── crosshair_yellow.res │ │ │ ├── crosshair_flash/ │ │ │ │ ├── crosshair_flash_black.res │ │ │ │ ├── crosshair_flash_blue.res │ │ │ │ ├── crosshair_flash_cyan.res │ │ │ │ ├── crosshair_flash_forest.res │ │ │ │ ├── crosshair_flash_green.res │ │ │ │ ├── crosshair_flash_grey.res │ │ │ │ ├── crosshair_flash_magenta.res │ │ │ │ ├── crosshair_flash_maroon.res │ │ │ │ ├── crosshair_flash_navy.res │ │ │ │ ├── crosshair_flash_olive.res │ │ │ │ ├── crosshair_flash_orange.res │ │ │ │ ├── crosshair_flash_pink.res │ │ │ │ ├── crosshair_flash_purple.res │ │ │ │ ├── crosshair_flash_red.res │ │ │ │ ├── crosshair_flash_salmon.res │ │ │ │ ├── crosshair_flash_tan.res │ │ │ │ ├── crosshair_flash_teal.res │ │ │ │ ├── crosshair_flash_violet.res │ │ │ │ ├── crosshair_flash_white.res │ │ │ │ └── crosshair_flash_yellow.res │ │ │ ├── damage_last/ │ │ │ │ ├── damage_last_black.res │ │ │ │ ├── damage_last_blue.res │ │ │ │ ├── damage_last_cyan.res │ │ │ │ ├── damage_last_forest.res │ │ │ │ ├── damage_last_green.res │ │ │ │ ├── damage_last_grey.res │ │ │ │ ├── damage_last_magenta.res │ │ │ │ ├── damage_last_maroon.res │ │ │ │ ├── damage_last_navy.res │ │ │ │ ├── damage_last_olive.res │ │ │ │ ├── damage_last_orange.res │ │ │ │ ├── damage_last_pink.res │ │ │ │ ├── damage_last_purple.res │ │ │ │ ├── damage_last_red.res │ │ │ │ ├── damage_last_salmon.res │ │ │ │ ├── damage_last_tan.res │ │ │ │ ├── damage_last_teal.res │ │ │ │ ├── damage_last_violet.res │ │ │ │ ├── damage_last_white.res │ │ │ │ └── damage_last_yellow.res │ │ │ ├── health_buff/ │ │ │ │ ├── health_buff_black.res │ │ │ │ ├── health_buff_blue.res │ │ │ │ ├── health_buff_cyan.res │ │ │ │ ├── health_buff_forest.res │ │ │ │ ├── health_buff_green.res │ │ │ │ ├── health_buff_grey.res │ │ │ │ ├── health_buff_magenta.res │ │ │ │ ├── health_buff_maroon.res │ │ │ │ ├── health_buff_navy.res │ │ │ │ ├── health_buff_olive.res │ │ │ │ ├── health_buff_orange.res │ │ │ │ ├── health_buff_pink.res │ │ │ │ ├── health_buff_purple.res │ │ │ │ ├── health_buff_red.res │ │ │ │ ├── health_buff_salmon.res │ │ │ │ ├── health_buff_tan.res │ │ │ │ ├── health_buff_teal.res │ │ │ │ ├── health_buff_violet.res │ │ │ │ ├── health_buff_white.res │ │ │ │ └── health_buff_yellow.res │ │ │ ├── health_hurt/ │ │ │ │ ├── health_hurt_black.res │ │ │ │ ├── health_hurt_blue.res │ │ │ │ ├── health_hurt_cyan.res │ │ │ │ ├── health_hurt_forest.res │ │ │ │ ├── health_hurt_green.res │ │ │ │ ├── health_hurt_grey.res │ │ │ │ ├── health_hurt_magenta.res │ │ │ │ ├── health_hurt_maroon.res │ │ │ │ ├── health_hurt_navy.res │ │ │ │ ├── health_hurt_olive.res │ │ │ │ ├── health_hurt_orange.res │ │ │ │ ├── health_hurt_pink.res │ │ │ │ ├── health_hurt_purple.res │ │ │ │ ├── health_hurt_red.res │ │ │ │ ├── health_hurt_salmon.res │ │ │ │ ├── health_hurt_tan.res │ │ │ │ ├── health_hurt_teal.res │ │ │ │ ├── health_hurt_violet.res │ │ │ │ ├── health_hurt_white.res │ │ │ │ └── health_hurt_yellow.res │ │ │ ├── team_blu/ │ │ │ │ ├── team_blu_black.res │ │ │ │ ├── team_blu_blue.res │ │ │ │ ├── team_blu_cyan.res │ │ │ │ ├── team_blu_forest.res │ │ │ │ ├── team_blu_green.res │ │ │ │ ├── team_blu_grey.res │ │ │ │ ├── team_blu_magenta.res │ │ │ │ ├── team_blu_maroon.res │ │ │ │ ├── team_blu_navy.res │ │ │ │ ├── team_blu_olive.res │ │ │ │ ├── team_blu_orange.res │ │ │ │ ├── team_blu_pink.res │ │ │ │ ├── team_blu_purple.res │ │ │ │ ├── team_blu_red.res │ │ │ │ ├── team_blu_salmon.res │ │ │ │ ├── team_blu_tan.res │ │ │ │ ├── team_blu_teal.res │ │ │ │ ├── team_blu_violet.res │ │ │ │ ├── team_blu_white.res │ │ │ │ └── team_blu_yellow.res │ │ │ ├── team_red/ │ │ │ │ ├── team_red_black.res │ │ │ │ ├── team_red_blue.res │ │ │ │ ├── team_red_cyan.res │ │ │ │ ├── team_red_forest.res │ │ │ │ ├── team_red_green.res │ │ │ │ ├── team_red_grey.res │ │ │ │ ├── team_red_magenta.res │ │ │ │ ├── team_red_maroon.res │ │ │ │ ├── team_red_navy.res │ │ │ │ ├── team_red_olive.res │ │ │ │ ├── team_red_orange.res │ │ │ │ ├── team_red_pink.res │ │ │ │ ├── team_red_purple.res │ │ │ │ ├── team_red_red.res │ │ │ │ ├── team_red_salmon.res │ │ │ │ ├── team_red_tan.res │ │ │ │ ├── team_red_teal.res │ │ │ │ ├── team_red_violet.res │ │ │ │ ├── team_red_white.res │ │ │ │ └── team_red_yellow.res │ │ │ ├── ubercharge/ │ │ │ │ ├── uber_black.res │ │ │ │ ├── uber_blue.res │ │ │ │ ├── uber_cyan.res │ │ │ │ ├── uber_forest.res │ │ │ │ ├── uber_green.res │ │ │ │ ├── uber_grey.res │ │ │ │ ├── uber_magenta.res │ │ │ │ ├── uber_maroon.res │ │ │ │ ├── uber_navy.res │ │ │ │ ├── uber_olive.res │ │ │ │ ├── uber_orange.res │ │ │ │ ├── uber_pink.res │ │ │ │ ├── uber_purple.res │ │ │ │ ├── uber_red.res │ │ │ │ ├── uber_salmon.res │ │ │ │ ├── uber_tan.res │ │ │ │ ├── uber_teal.res │ │ │ │ ├── uber_violet.res │ │ │ │ ├── uber_white.res │ │ │ │ └── uber_yellow.res │ │ │ └── ubercharge_full/ │ │ │ ├── uber_full_black.res │ │ │ ├── uber_full_blue.res │ │ │ ├── uber_full_cyan.res │ │ │ ├── uber_full_forest.res │ │ │ ├── uber_full_green.res │ │ │ ├── uber_full_grey.res │ │ │ ├── uber_full_magenta.res │ │ │ ├── uber_full_maroon.res │ │ │ ├── uber_full_navy.res │ │ │ ├── uber_full_olive.res │ │ │ ├── uber_full_orange.res │ │ │ ├── uber_full_pink.res │ │ │ ├── uber_full_purple.res │ │ │ ├── uber_full_red.res │ │ │ ├── uber_full_salmon.res │ │ │ ├── uber_full_tan.res │ │ │ ├── uber_full_teal.res │ │ │ ├── uber_full_violet.res │ │ │ ├── uber_full_white.res │ │ │ └── uber_full_yellow.res │ │ ├── crosshair/ │ │ │ ├── crosshair.res │ │ │ ├── crosshair_base.res │ │ │ ├── crosshair_size.res │ │ │ ├── crosshair_style.res │ │ │ └── crosshair_visibility.res │ │ ├── damage/ │ │ │ ├── damage_font_bold_small.res │ │ │ ├── damage_font_thin_large.res │ │ │ └── damage_font_thin_small.res │ │ ├── disguise/ │ │ │ └── hud_disguise_anim_off.res │ │ ├── health_ammo/ │ │ │ ├── ammo_no_box.res │ │ │ ├── health_cross.res │ │ │ └── health_no_box.res │ │ ├── killfeed/ │ │ │ ├── killfeed.res │ │ │ ├── killfeed_base.res │ │ │ └── killfeed_rows.res │ │ ├── player_model/ │ │ │ └── player_model_off.res │ │ ├── scoreboard/ │ │ │ └── scoreboard_large.res │ │ ├── speedometer/ │ │ │ └── speedometer_on.res │ │ ├── transparent_viewmodels/ │ │ │ └── transparent_viewmodels.res │ │ └── uber/ │ │ └── ubercounter.res │ ├── destroy_menu/ │ │ ├── base_active.res │ │ ├── base_inactive.res │ │ ├── dispenser_active.res │ │ ├── dispenser_inactive.res │ │ ├── hudmenuengydestroy.res │ │ ├── pipboy/ │ │ │ ├── dispenser_active.res │ │ │ ├── dispenser_inactive.res │ │ │ ├── hudmenuengydestroy.res │ │ │ ├── sentry_active.res │ │ │ ├── sentry_inactive.res │ │ │ ├── tele_entrance_active.res │ │ │ ├── tele_entrance_inactive.res │ │ │ ├── tele_exit_active.res │ │ │ └── tele_exit_inactive.res │ │ ├── sentry_active.res │ │ ├── sentry_inactive.res │ │ ├── tele_entrance_active.res │ │ ├── tele_entrance_inactive.res │ │ ├── tele_exit_active.res │ │ └── tele_exit_inactive.res │ ├── disguise_menu/ │ │ ├── demoman_blue.res │ │ ├── demoman_red.res │ │ ├── engineer_blue.res │ │ ├── engineer_red.res │ │ ├── heavy_blue.res │ │ ├── heavy_red.res │ │ ├── hudmenuspydisguise.res │ │ ├── medic_blue.res │ │ ├── medic_red.res │ │ ├── pyro_blue.res │ │ ├── pyro_red.res │ │ ├── scout_blue.res │ │ ├── scout_red.res │ │ ├── sniper_blue.res │ │ ├── sniper_red.res │ │ ├── soldier_blue.res │ │ ├── soldier_red.res │ │ ├── spy_blue.res │ │ └── spy_red.res │ ├── disguise_menu_360/ │ │ ├── demoman_blue.res │ │ ├── demoman_red.res │ │ ├── engineer_blue.res │ │ ├── engineer_red.res │ │ ├── heavy_blue.res │ │ ├── heavy_red.res │ │ ├── hudmenuspydisguise.res │ │ ├── medic_blue.res │ │ ├── medic_red.res │ │ ├── pyro_blue.res │ │ ├── pyro_red.res │ │ ├── scout_blue.res │ │ ├── scout_red.res │ │ ├── sniper_blue.res │ │ ├── sniper_red.res │ │ ├── soldier_blue.res │ │ ├── soldier_red.res │ │ ├── spy_blue.res │ │ └── spy_red.res │ ├── disguise_menu_sc/ │ │ ├── demoman_blue.res │ │ ├── demoman_red.res │ │ ├── engineer_blue.res │ │ ├── engineer_red.res │ │ ├── heavy_blue.res │ │ ├── heavy_red.res │ │ ├── hudmenuspydisguise.res │ │ ├── medic_blue.res │ │ ├── medic_red.res │ │ ├── pyro_blue.res │ │ ├── pyro_red.res │ │ ├── scout_blue.res │ │ ├── scout_red.res │ │ ├── sniper_blue.res │ │ ├── sniper_red.res │ │ ├── soldier_blue.res │ │ ├── soldier_red.res │ │ ├── spy_blue.res │ │ └── spy_red.res │ ├── disguisestatuspanel.res │ ├── dynamicrecipepanel.res │ ├── econ/ │ │ ├── backpackpanel.res │ │ ├── collectioncraftingdialog_base.res │ │ ├── comboboxbackpackoverlaydialog.res │ │ ├── confirmapplydecodedialog.res │ │ ├── confirmapplygiftwrapdialog.res │ │ ├── confirmapplypaintcandialog.res │ │ ├── confirmapplystrangepartapplicationdialog.res │ │ ├── confirmapplystrangerestrictionapplicationdialog.res │ │ ├── confirmapplystrangifierdialog.res │ │ ├── confirmapplyteamcolorpaintcandialog.res │ │ ├── confirmcustomizetexturedialog.res │ │ ├── confirmdialog.res │ │ ├── confirmdialogabandonnopenalty.res │ │ ├── confirmdialogabandonpenalty.res │ │ ├── confirmdialogabandonsafe.res │ │ ├── genericnotificationtoast.res │ │ ├── genericnotificationtoastmainmenu.res │ │ ├── genericwaitingdialog.res │ │ ├── inspectionpanel.res │ │ ├── inspectionpanel_cosmetic.res │ │ ├── itemdiscardpanel.res │ │ ├── itemmodelpanel.res │ │ ├── itemmodelpanelcollectioncosmeticitem.res │ │ ├── itemmodelpanelcollectionitem.res │ │ ├── itempickuppanel.res │ │ ├── messageboxdialog.res │ │ ├── notificationspresentpanel.res │ │ ├── notificationtoastcontainer.res │ │ ├── notificationtoastcontrol.res │ │ ├── paintkitconsumedialog.res │ │ ├── questlogpanel.res │ │ ├── questnotificationpanel_base.res │ │ ├── store/ │ │ │ └── v2/ │ │ │ ├── storehome_base.res │ │ │ ├── storehome_premium.res │ │ │ ├── storepage.res │ │ │ ├── storepanel.res │ │ │ ├── storepreviewitempanel.res │ │ │ ├── storepreviewitempanel_maps.res │ │ │ └── storeviewcartpanel.res │ │ ├── strangecounttransferdialog.res │ │ └── tradingstartdialog.res │ ├── flagstatus.res │ ├── freezepanel_basic.res │ ├── freezepanelkillerhealth.res │ ├── globalchat.res │ ├── healthiconpanel.res │ ├── hud_obj_dispenser.res │ ├── hud_obj_sapper.res │ ├── hud_obj_sentrygun.res │ ├── hud_obj_sentrygun_disp.res │ ├── hud_obj_tele.res │ ├── hud_obj_tele_entrance.res │ ├── hud_obj_tele_exit.res │ ├── hudaccountpanel.res │ ├── hudammoweapons.res │ ├── hudammoweapons_base.res │ ├── hudarenaclasslayout.res │ ├── hudarenanotification.res │ ├── hudarenaplayercount.res │ ├── hudarenateammenu.res │ ├── hudarenateammenu_sc.res │ ├── hudarenawinpanel.res │ ├── hudbosshealth.res │ ├── hudcurrencyaccount.res │ ├── huddamageaccount.res │ ├── huddamageaccount_base.res │ ├── huddemomancharge.res │ ├── huddemomanpipes.res │ ├── hudhealthaccount.res │ ├── hudinspectpanel.res │ ├── huditemattributetracker.res │ ├── huditemeffectmeter.res │ ├── huditemeffectmeter_action.res │ ├── huditemeffectmeter_cleaver.res │ ├── huditemeffectmeter_demoman.res │ ├── huditemeffectmeter_engineer.res │ ├── huditemeffectmeter_heavy.res │ ├── huditemeffectmeter_kartcharge.res │ ├── huditemeffectmeter_killstreak.res │ ├── huditemeffectmeter_organs.res │ ├── huditemeffectmeter_particlecannon.res │ ├── huditemeffectmeter_pomson.res │ ├── huditemeffectmeter_powerupbottle.res │ ├── huditemeffectmeter_pyro.res │ ├── huditemeffectmeter_raygun.res │ ├── huditemeffectmeter_sapper.res │ ├── huditemeffectmeter_scout.res │ ├── huditemeffectmeter_sniper.res │ ├── huditemeffectmeter_sniperfocus.res │ ├── huditemeffectmeter_sodapopper.res │ ├── huditemeffectmeter_spy.res │ ├── huditemeffectmeter_spyknife.res │ ├── hudkillstreaknotice.res │ ├── hudmannvsmachinestatus.res │ ├── hudmatchstatus.res │ ├── hudmatchsummary.res │ ├── hudmediccharge.res │ ├── hudmenutauntselection.res │ ├── hudmenutauntselection_sc.res │ ├── hudminigame_base.res │ ├── hudobjectivearenahybrid.res │ ├── hudobjectiveflagpanel.res │ ├── hudobjectivekothtimepanel.res │ ├── hudobjectiveplayerdestruction.res │ ├── hudobjectiverobotdestruction.res │ ├── hudobjectivetimepanel.res │ ├── hudpasstimeballstatus.res │ ├── hudpasstimepassnotify.res │ ├── hudpasstimeteamscore.res │ ├── hudplayerclass.res │ ├── hudplayerclass_base.res │ ├── hudplayerhealth.res │ ├── hudplayerhealth_base.res │ ├── hudpowerupeffectmeter.res │ ├── hudpvewinpanel.res │ ├── hudrocketpack.res │ ├── hudroundcounter.res │ ├── hudspellselection.res │ ├── hudstopwatch.res │ ├── hudteamswitch.res │ ├── hudtournament.res │ ├── hudtournamentsetup.res │ ├── hudtraining.res │ ├── hudupgradepanel.res │ ├── hudweaponselection.res │ ├── importfiledialog.res │ ├── intromenu.res │ ├── intromenu_sc.res │ ├── itemoptionspanel.res │ ├── itemquickswitch.res │ ├── itemrenameconfirmationdialog.res │ ├── itemrenamedialog.res │ ├── itemrenameinvaliddialog.res │ ├── itemselectionpanel.res │ ├── loadoutpresetpanel.res │ ├── mainmenuoverride.res │ ├── mainmenuplaylistentry.res │ ├── mapinfomenu.res │ ├── mapinfomenu_sc.res │ ├── matchhistoryentrypanel.res │ ├── matchmakingcasualcriteria.res │ ├── matchmakingdashboard.res │ ├── matchmakingdashboardcasualcriteria.res │ ├── matchmakingdashboardcomp.res │ ├── matchmakingdashboardmvmcriteria.res │ ├── matchmakingdashboardmvmmodeselect.res │ ├── matchmakingdashboardplaylist.res │ ├── matchmakingdashboardpopup_newmatch.res │ ├── matchmakingdashboardpopup_nextmapvoting.res │ ├── matchmakingdashboardpopup_nextmapwinner.res │ ├── matchmakingdashboardsidepanel.res │ ├── matchmakingpingpanel.res │ ├── matchmakingplaylist.res │ ├── matchmakingtooltip.res │ ├── mediccallerpanel.res │ ├── mediguninfo.res │ ├── medigunpanel.res │ ├── mvmcreditspendpanel.res │ ├── mvmcreditsubpanel.res │ ├── mvmcriteria.res │ ├── mvminworldcurrency.res │ ├── mvmscoreboard.res │ ├── mvmvictorymannupentry.res │ ├── mvmvictorymannuppanel.res │ ├── mvmwavelosspanel.res │ ├── notifications/ │ │ └── notify_passtime_howto.res │ ├── objectivestatusescort.res │ ├── objectivestatusmultipleescort.res │ ├── publishfiledialog.res │ ├── pvpcomprankpanel.res │ ├── pvprankpanel.res │ ├── replaybrowser/ │ │ └── mainpanel.res │ ├── revivedialog.res │ ├── roundinfo.res │ ├── scoreboard.res │ ├── scoreboard_base.res │ ├── selbyenhud.res │ ├── spectator.res │ ├── spectator_sc.res │ ├── spectatorcoach.res │ ├── spectatorguihealth.res │ ├── spectatortournament.res │ ├── spectatortournamentguihealth.res │ ├── stampdonationadd.res │ ├── statsummary.res │ ├── statsummary_embedded.res │ ├── steamfriendpanel.res │ ├── steamworkshopdialog.res │ ├── steamworkshopitem.res │ ├── tankprogressbar.res │ ├── tankstatuspanel.res │ ├── targetid.res │ ├── teammenu.res │ ├── teammenu_sc.res │ ├── teamscorepanel.res │ ├── testitemdialog.res │ ├── testitemroot.res │ ├── textwindow.res │ ├── textwindow_sc.res │ ├── textwindowcustomserver.res │ ├── textwindowcustomserver_sc.res │ ├── tfadvancedoptionsdialog.res │ ├── training/ │ │ ├── basictraining/ │ │ │ ├── classdetails.res │ │ │ └── classpanel.res │ │ ├── main.res │ │ ├── modeselection/ │ │ │ └── modepanel.res │ │ └── offlinepractice/ │ │ ├── mapselection.res │ │ └── practicemodeselection.res │ ├── upgradeboxdialog.res │ ├── votehud.res │ ├── vsh_hud.res │ ├── vsh_hud_hell.res │ ├── wavecompletesummarypanel.res │ ├── wavestatuspanel.res │ └── winpanel.res └── scripts/ ├── hudanimations_custom.txt ├── hudanimations_health_ammo.txt ├── hudanimations_hitmarker.txt ├── hudanimations_manifest.txt └── hudlayout.res