├── cfg └── valve.rc ├── info.vdf ├── materials ├── console │ ├── _disabled │ │ ├── background_classic.vtf │ │ └── background_modern.vtf │ ├── background_upward.vmt │ ├── background_upward.vtf │ ├── background_upward_alt.vtf │ ├── background_upward_widescreen.vmt │ ├── background_upward_widescreen.vtf │ └── background_upward_widescreen_alt.vtf ├── 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 │ │ └── icon_obj_white.vmt └── vgui │ ├── maps │ └── menu_thumb_Missing.vmt │ └── replay │ └── thumbnails │ ├── 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 │ └── icon_obj_white.vtf │ ├── deadshield.vmt │ ├── deadshield.vtf │ ├── kritz.vmt │ ├── kritz.vtf │ ├── main_menu_logo.vmt │ ├── main_menu_logo.vtf │ ├── mmbg.vmt │ ├── mmbg.vtf │ ├── mvm │ ├── bootcamp.vmt │ ├── bootcamp.vtf │ ├── mannup.vmt │ └── mannup.vtf │ ├── numbers.vmt │ ├── numbers.vtf │ ├── quickfix.vmt │ ├── quickfix.vtf │ ├── raysfox │ ├── cool.vmt │ ├── cool.vtf │ ├── fire.vmt │ ├── fire.vtf │ ├── hmm.vmt │ ├── hmm.vtf │ ├── shock.vmt │ └── shock.vtf │ ├── selbyen_pickup.vmt │ ├── selbyen_pickup.vtf │ ├── speedometer.vmt │ ├── transparent.vmt │ ├── transparent.vtf │ ├── uber.vmt │ └── uber.vtf ├── resource ├── chatscheme.res ├── clientscheme.res ├── closecaption_english.dat ├── closecaption_english.txt ├── fonts │ ├── Cerbetica-Bold.ttf │ ├── Cerbetica.ttf │ ├── crosshairs.ttf │ └── icons.ttf ├── gamemenu.res ├── preload.res ├── scheme │ ├── clientscheme_borders.res │ ├── clientscheme_colors.res │ ├── clientscheme_fonts.res │ ├── clientscheme_fonts_bold.res │ ├── clientscheme_icons.res │ ├── clientscheme_settings.res │ ├── clientscheme_xhairs.res │ └── clientscheme_xhairs_outline.res ├── sourcescheme.res ├── sourceschemebase.res ├── tools.res └── ui │ ├── #customizations │ ├── Alternate Mode Selection │ │ ├── mainmenuplaylistentry.res │ │ ├── matchmakingdashboardplaylist.res │ │ └── matchmakingplaylist.res │ ├── Alternate Player Model │ │ └── hudplayerclass.res │ ├── Broesel Cross │ │ └── hudplayerhealth.res │ ├── Centered Class Selection │ │ └── classselection.res │ ├── Classic Main Menu │ │ └── mainmenuoverride.res │ ├── Damage over Health │ │ └── huddamageaccount.res │ ├── Minimal Scoreboard │ │ └── scoreboard.res │ ├── README.txt │ └── Team Cross │ │ └── hudplayerhealth.res │ ├── 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 │ ├── craftingpanel.res │ ├── craftingstatusdialog.res │ ├── dashboardpartymember.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 │ ├── 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 │ ├── genericwaitingdialog.res │ ├── inspectionpanel.res │ ├── inspectionpanel_cosmetic.res │ ├── itemmodelpanel.res │ ├── itempickuppanel.res │ ├── notificationspresentpanel.res │ ├── notificationtoastcontainer.res │ ├── notificationtoastcontrol.res │ ├── paintkitconsumedialog.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 │ ├── 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 │ ├── hudarenaclasslayout.res │ ├── hudarenanotification.res │ ├── hudarenaplayercount.res │ ├── hudarenateammenu.res │ ├── hudarenateammenu_sc.res │ ├── hudarenawinpanel.res │ ├── hudbosshealth.res │ ├── hudcurrencyaccount.res │ ├── huddamageaccount.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 │ ├── hudplayerhealth.res │ ├── hudpowerupeffectmeter.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 │ ├── 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 │ ├── mvmvictorymannuppanel.res │ ├── objectivestatusescort.res │ ├── objectivestatusmultipleescort.res │ ├── publishfiledialog.res │ ├── pvpcomprankpanel.res │ ├── pvprankpanel.res │ ├── replaybrowser │ ├── basepage.res │ └── mainpanel.res │ ├── revivedialog.res │ ├── roundinfo.res │ ├── scoreboard.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 │ ├── 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 │ ├── votehud.res │ ├── wavestatuspanel.res │ └── winpanel.res ├── scripts ├── TF2Crosshairs.png ├── chapterbackgrounds.txt ├── hudanimations_custom.txt ├── hudanimations_hitmarker.txt ├── hudanimations_manifest.txt └── hudlayout.res └── sound ├── ui └── wooo_tree.wav └── vo └── null.wav /cfg/valve.rc: -------------------------------------------------------------------------------- 1 | // Load the base configuration 2 | //exec default.cfg 3 | r_decal_cullsize 1 4 | 5 | // Setup custom controller 6 | exec joystick.cfg 7 | 8 | // Run a user script file if present 9 | exec autoexec.cfg 10 | 11 | // Stuff command line statements 12 | stuffcmds 13 | 14 | // Display the startup level 15 | startupmenu 16 | sv_unlockedchapters 99 17 | 18 | // Remove Dashboard dimmer 19 | wait 5; showconsole; wait; incrementvar mat_antialias -100 100 1; hideconsole; wait 5; incrementvar mat_antialias -100 100 -1 20 | 21 | // Apply HUD settings 22 | vgui_cache_res_files 1 -------------------------------------------------------------------------------- /info.vdf: -------------------------------------------------------------------------------- 1 | "rayshud" 2 | { 3 | "ui_version" "3" 4 | } -------------------------------------------------------------------------------- /materials/console/_disabled/background_classic.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/console/_disabled/background_classic.vtf -------------------------------------------------------------------------------- /materials/console/_disabled/background_modern.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/console/_disabled/background_modern.vtf -------------------------------------------------------------------------------- /materials/console/background_upward.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$baseTexture" "console/background_upward" 4 | "$vertexcolor" "1" 5 | "$vertexalpha" "1" 6 | "$ignorez" "1" 7 | "$no_fullbright" "1" 8 | "$nolod" "1" 9 | "%keywords" "tf" 10 | } -------------------------------------------------------------------------------- /materials/console/background_upward.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/console/background_upward.vtf -------------------------------------------------------------------------------- /materials/console/background_upward_alt.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/console/background_upward_alt.vtf -------------------------------------------------------------------------------- /materials/console/background_upward_widescreen.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$baseTexture" "console/background_upward" 4 | "$vertexcolor" "1" 5 | "$vertexalpha" "1" 6 | "$ignorez" "1" 7 | "$no_fullbright" "1" 8 | "$nolod" "1" 9 | "%keywords" "tf" 10 | } -------------------------------------------------------------------------------- /materials/console/background_upward_widescreen.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/console/background_upward_widescreen.vtf -------------------------------------------------------------------------------- /materials/console/background_upward_widescreen_alt.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/console/background_upward_widescreen_alt.vtf -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_blu_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_neutral_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_1_red_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_blu_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_neutral_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_2_red_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_blu_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_neutral_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_3_red_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_blu_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_neutral_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_4_red_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_blu_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_neutral_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_5_red_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_a.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_a" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_b.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_b" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_blu_mannhattan_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_c.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_c" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_d.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_d" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_e.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_e" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_neutral_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_red_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_white.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cp_icons\icon_obj_white" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/vgui/maps/menu_thumb_Missing.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" 1 4 | "$baseTexture" "vgui/replay/thumbnails/menu_thumb_Missing" 5 | "$vertexcolor" 1 6 | "$no_fullbright" 1 7 | "$ignorez" 1 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_1_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_2_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_3_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_4_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_5_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_a.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_a.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_b.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_b.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_mannhattan_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_blu_mannhattan_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_c.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_c.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_d.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_d.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_e.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_e.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cp_icons/icon_obj_white.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/cp_icons/icon_obj_white.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/deadshield.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\deadshield" 4 | "$translucent" "1" 5 | "$vertexcolor" "1" 6 | "$ignorez" "1" 7 | "%keywords" "tf" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/deadshield.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/deadshield.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/kritz.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\kritz" 4 | "$translucent" "1" 5 | "$vertexcolor" "1" 6 | "$ignorez" "1" 7 | "%keywords" "tf" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/kritz.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/kritz.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/main_menu_logo.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\main_menu_logo" 4 | "$vertexcolor" "1" 5 | "$no_fullbright" "1" 6 | "$ignorez" "1" 7 | "$translucent" "1" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/main_menu_logo.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/main_menu_logo.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/mmbg.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$baseTexture" "vgui\replay\thumbnails\mmbg" 4 | "$vertexcolor" "1" 5 | "$no_fullbright" "1" 6 | "$ignorez" "1" 7 | "$translucent" "1" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/mmbg.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/mmbg.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/mvm/bootcamp.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$baseTexture" "vgui/replay/thumbnails/mvm/bootcamp" 4 | "$nolod" "1" 5 | "$nomip" "1" 6 | "%keywords" "tf, mvm, map" 7 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/mvm/bootcamp.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/mvm/bootcamp.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/mvm/mannup.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$baseTexture" "vgui/replay/thumbnails/mvm/mannup" 4 | "$nolod" "1" 5 | "$nomip" "1" 6 | "%keywords" "tf, mvm, map" 7 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/mvm/mannup.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/mvm/mannup.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/numbers.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui/replay/thumbnails/numbers" 4 | "$translucent" 1 5 | "$vertexcolor" 1 6 | "$no_fullbright" 1 7 | "$ignorez" 1 8 | "$speed" 0 9 | "$alpha" "0.5" 10 | Proxies { 11 | PlayerSpeed { 12 | scale 1 13 | resultVar $speed 14 | } 15 | Clamp { 16 | min 0 17 | max 3500 18 | srcVar1 $speed 19 | resultVar $frame 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/numbers.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/numbers.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/quickfix.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\quickfix" 4 | "$translucent" "1" 5 | "$vertexcolor" "1" 6 | "$ignorez" "1" 7 | "%keywords" "tf" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/quickfix.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/quickfix.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/raysfox/cool.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\raysfox\cool" 4 | "$vertexcolor" "1" 5 | "$no_fullbright" "1" 6 | "$ignorez" "1" 7 | "$translucent" "1" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/raysfox/cool.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/raysfox/cool.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/raysfox/fire.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\raysfox\fire" 4 | "$vertexcolor" "1" 5 | "$no_fullbright" "1" 6 | "$ignorez" "1" 7 | "$translucent" "1" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/raysfox/fire.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/raysfox/fire.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/raysfox/hmm.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\raysfox\hmm" 4 | "$vertexcolor" "1" 5 | "$no_fullbright" "1" 6 | "$ignorez" "1" 7 | "$translucent" "1" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/raysfox/hmm.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/raysfox/hmm.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/raysfox/shock.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\raysfox\shock" 4 | "$vertexcolor" "1" 5 | "$no_fullbright" "1" 6 | "$ignorez" "1" 7 | "$translucent" "1" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/raysfox/shock.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/raysfox/shock.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/selbyen_pickup.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$baseTexture" "vgui\replay\thumbnails\selbyen_pickup" 4 | "$vertexcolor" 1 5 | "$no_fullbright" 1 6 | "$ignorez" 1 7 | "%keywords" "tf" 8 | "$translucent" 1 9 | } 10 | 11 | // image by aar <3 https://aarmastah.xyz/ -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/selbyen_pickup.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/selbyen_pickup.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/speedometer.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui/replay/thumbnails/numbers" 4 | "$translucent" 1 5 | "$vertexcolor" 1 6 | "$no_fullbright" 1 7 | "$ignorez" 1 8 | "$speed" 0 9 | Proxies { 10 | PlayerSpeed { 11 | scale 1 12 | resultVar $speed 13 | } 14 | Clamp { 15 | min 0 16 | max 9999 17 | srcVar1 $speed 18 | resultVar $frame 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/transparent.vmt: -------------------------------------------------------------------------------- 1 | "Refract" 2 | { 3 | "%keywords" "tf" 4 | "$refractamount" "0.0" 5 | "$refracttint" "{255 255 255}" 6 | "$refractblur" "0.0" 7 | "$scale" "[1 1]" 8 | "$normalmap" "vgui\replay\thumbnails\transparent" 9 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/transparent.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/transparent.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/uber.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$basetexture" "vgui\replay\thumbnails\uber" 4 | "$translucent" "1" 5 | "$vertexcolor" "1" 6 | "$ignorez" "1" 7 | "%keywords" "tf" 8 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/uber.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/materials/vgui/replay/thumbnails/uber.vtf -------------------------------------------------------------------------------- /resource/clientscheme.res: -------------------------------------------------------------------------------- 1 | #base "scheme/clientscheme_settings.res" 2 | #base "scheme/clientscheme_borders.res" 3 | #base "scheme/clientscheme_colors.res" 4 | #base "scheme/clientscheme_fonts.res" // Change to fonts_bold.res for bold Cerbetica fonts only. 5 | #base "scheme/clientscheme_icons.res" 6 | #base "scheme/clientscheme_xhairs.res" 7 | #base "scheme/clientscheme_xhairs_outline.res" -------------------------------------------------------------------------------- /resource/closecaption_english.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/resource/closecaption_english.dat -------------------------------------------------------------------------------- /resource/closecaption_english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/resource/closecaption_english.txt -------------------------------------------------------------------------------- /resource/fonts/Cerbetica-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/resource/fonts/Cerbetica-Bold.ttf -------------------------------------------------------------------------------- /resource/fonts/Cerbetica.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/resource/fonts/Cerbetica.ttf -------------------------------------------------------------------------------- /resource/fonts/crosshairs.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/resource/fonts/crosshairs.ttf -------------------------------------------------------------------------------- /resource/fonts/icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/resource/fonts/icons.ttf -------------------------------------------------------------------------------- /resource/gamemenu.res: -------------------------------------------------------------------------------- 1 | "GameMenu" 2 | { 3 | "HomeServerButton" 4 | { 5 | "label" "p" 6 | "command" "engine clear; showconsole; echo To setup a shortcut to your favorite server, open rayshud/resource/gamemenu.res and under 'HomeServerButton' replace the value of 'command' with the connection string to your server. Example: engine connect 192.168.1.10:27015; password hello" 7 | "tooltip" "Home Server" 8 | } 9 | "AchievementsButton" 10 | { 11 | "label" "b" 12 | "command" "OpenAchievementsDialog" 13 | "tooltip" "#Achievements" 14 | } 15 | "ReplayButton" 16 | { 17 | "label" "d" 18 | "command" "engine replay_reloadbrowser" 19 | "tooltip" "#MMenu_Tooltip_Replay" 20 | } 21 | "ReportBugButton" 22 | { 23 | "label" "e" 24 | "command" "engine bug" 25 | "tooltip" "#MMenu_Tooltip_ReportBug" 26 | } 27 | "TrainingModeButton" 28 | { 29 | "label" "V" 30 | "command" "engine training_showdlg" 31 | "tooltip" "#MMenu_PlayList_Training_Button" 32 | } 33 | "CreateServerButton" 34 | { 35 | "label" "W" 36 | "command" "OpenCreateMultiplayerGameDialog" 37 | "tooltip" "#MMenu_PlayList_CreateServer_Button" 38 | } 39 | "ConsoleButton" 40 | { 41 | "label" "c" 42 | "command" "engine toggleconsole" 43 | "tooltip" "#GameUI_Console" 44 | } 45 | "CoachPlayersButton" 46 | { 47 | "label" "g" 48 | "command" "engine cl_coach_toggle" 49 | "tooltip" "#MMenu_Tooltip_Coach" 50 | } 51 | "RequestCoachButton" 52 | { 53 | "label" "h" 54 | "command" "engine cl_coach_find_coach" 55 | "OnlyInGame" "1" 56 | "tooltip" "#MMenu_RequestCoach" 57 | } 58 | "CallVoteButton" 59 | { 60 | "label" "i" 61 | "command" "callvote" 62 | "OnlyInGame" "1" 63 | "tooltip" "#MMenu_CallVote" 64 | } 65 | "MutePlayersButton" 66 | { 67 | "label" "j" 68 | "command" "OpenMutePlayerDialog" 69 | "OnlyInGame" "1" 70 | "tooltip" "#MMenu_MutePlayers" 71 | } 72 | "ReportPlayerButton" 73 | { 74 | "label" "k" 75 | "command" "OpenReportPlayerDialog" 76 | "OnlyInGame" "1" 77 | "tooltip" "#MMenu_ReportPlayer" 78 | } 79 | "QuestLogButton" 80 | { 81 | "label" "@" 82 | "command" "questlog" 83 | "tooltip" "#TF_QuestMap_Intro_Title" 84 | } 85 | "MOTD_ShowButtonPanel" 86 | { 87 | "label" "r" 88 | "command" "motd_show" 89 | "tooltip" "#TF_MOTD_Title" 90 | } 91 | "ShowToolsButton" 92 | { 93 | "label" "w" 94 | "command" "engine toggle cl_mainmenu_safemode" 95 | "tooltip" "#TF_OptionCategory_HUD" 96 | } 97 | "ReloadHUDButton" 98 | { 99 | "label" "." 100 | "command" "engine record fix;stop;snd_restart;vgui_cache_res_files 0;hud_reloadscheme;vgui_cache_res_files 1" 101 | "tooltip" "Reload HUD" 102 | } 103 | } -------------------------------------------------------------------------------- /resource/scheme/clientscheme_colors.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/resource/scheme/clientscheme_colors.res -------------------------------------------------------------------------------- /resource/scheme/clientscheme_icons.res: -------------------------------------------------------------------------------- 1 | Scheme 2 | { 3 | Fonts 4 | { 5 | "LargeIcons" 6 | { 7 | "1" 8 | { 9 | "name" "TF2Icons" 10 | "tall" "62" 11 | "additive" "0" 12 | "antialias" "1" 13 | } 14 | } 15 | 16 | "NormalIcons" 17 | { 18 | "1" 19 | { 20 | "name" "TF2Icons" 21 | "tall" "25" 22 | "weight" "0" 23 | "additive" "0" 24 | "antialias" "1" 25 | } 26 | } 27 | 28 | "MediumIcons" 29 | { 30 | "1" 31 | { 32 | "name" "TF2Icons" 33 | "tall" "20" 34 | "additive" "0" 35 | "antialias" "1" 36 | } 37 | } 38 | 39 | "CustomIcons" 40 | { 41 | "1" 42 | { 43 | "name" "TF2Icons" 44 | "tall" "18" 45 | "additive" "0" 46 | "antialias" "1" 47 | } 48 | } 49 | 50 | "MenuArrows" 51 | { 52 | "1" 53 | { 54 | "name" "TF2Icons" 55 | "tall" "15" 56 | "weight" "400" 57 | "additive" "0" 58 | "antialias" "1" 59 | } 60 | } 61 | } 62 | 63 | CustomFontFiles 64 | { 65 | "121" 66 | { 67 | "font" "resource/fonts/icons.ttf" 68 | "name" "TF2Icons" 69 | } 70 | } 71 | } -------------------------------------------------------------------------------- /resource/ui/#customizations/Alternate Mode Selection/matchmakingdashboardplaylist.res: -------------------------------------------------------------------------------- 1 | #base "MatchMakingDashboardSidePanel.res" 2 | 3 | "Resource/UI/MatchMakingDashboardPlayList.res" 4 | { 5 | "ExpandableList" 6 | { 7 | "fieldName" "ExpandableList" 8 | "xpos" "r0" 9 | "ypos" "r63" 10 | "zpos" "2001" 11 | "wide" "f0" 12 | "tall" "f0" 13 | "visible" "1" 14 | "proportionaltoparent" "1" 15 | } 16 | 17 | "Title" 18 | { 19 | "ControlName" "Label" 20 | "fieldName" "Title" 21 | "xpos" "10" 22 | "ypos" "12" 23 | "zpos" "99" 24 | "wide" "150" 25 | "tall" "40" 26 | "proportionaltoparent" "1" 27 | "labeltext" "#TF_Matchmaking_HeaderModeSelect" 28 | "textAlignment" "west" 29 | "font" "HudFontMedium" 30 | "fgcolor_override" "TanLight" 31 | "mouseinputenabled" "0" 32 | "allcaps" "1" 33 | "visible" "0" 34 | } 35 | 36 | "playlist" 37 | { 38 | // "ControlName" "CTFPlaylistPanel" 39 | "fieldName" "playlist" 40 | "xpos" "0" 41 | "ypos" "0" 42 | "zpos" "100" 43 | "wide" "f0" 44 | "tall" "f0" 45 | "visible" "1" 46 | "proportionaltoparent" "1" 47 | } 48 | 49 | "PlayListDropShadow" 50 | { 51 | "ControlName" "EditablePanel" 52 | "fieldName" "PlayListDropShadow" 53 | "xpos" "0" 54 | "ypos" "0" 55 | "zpos" "1000" 56 | "wide" "f0" 57 | "tall" "f0" 58 | "visible" "0" 59 | "PaintBackgroundType" "2" 60 | "border" "InnerShadowBorder" 61 | "proportionaltoparent" "1" 62 | "mouseinputenabled" "0" 63 | } 64 | } -------------------------------------------------------------------------------- /resource/ui/#customizations/Damage over Health/huddamageaccount.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudDamageAccount.res" 2 | { 3 | "CDamageAccountPanel" 4 | { 5 | "fieldName" "CDamageAccountPanel" 6 | "text_x" "0" 7 | "text_y" "0" 8 | "delta_item_end_y" "0" 9 | "PositiveColor" "Heal Numbers" 10 | "NegativeColor" "Damage Numbers" 11 | "delta_lifetime" "2" 12 | "delta_item_font" "Cerbetica24Outline" 13 | "delta_item_font_big" "Cerbetica24Outline" 14 | } 15 | "DamageAccountValue" 16 | { 17 | "ControlName" "CExLabel" 18 | "fieldName" "DamageAccountValue" 19 | "xpos" "c-188" 20 | "ypos" "288" 21 | "xpos_minmode" "c-145" 22 | "ypos_minmode" "253" 23 | "zpos" "2" 24 | "wide" "100" 25 | "tall" "26" 26 | "visible" "1" 27 | "enabled" "1" 28 | "labelText" "%metal%" 29 | "textAlignment" "center" 30 | "font" "Cerbetica28" 31 | "font_minmode" "Cerbetica20" 32 | "fgcolor" "Damage Numbers" 33 | } 34 | "DamageAccountValueShadow" 35 | { 36 | "ControlName" "CExLabel" 37 | "fieldName" "DamageAccountValueShadow" 38 | "xpos" "-2" 39 | "ypos" "-2" 40 | "zpos" "1" 41 | "wide" "100" 42 | "tall" "26" 43 | "visible" "1" 44 | "enabled" "1" 45 | "labelText" "%metal%" 46 | "textAlignment" "center" 47 | "font" "Cerbetica28" 48 | "font_minmode" "Cerbetica20" 49 | "fgcolor" "TransparentBlack" 50 | "pin_to_sibling" "DamageAccountValue" 51 | } 52 | } 53 | -------------------------------------------------------------------------------- /resource/ui/#customizations/README.txt: -------------------------------------------------------------------------------- 1 | Copy the .res file from the customization folder you like into `rayshud/resource/ui` overwritting the existing file. 2 | 3 | If you want to revert the change, paste in the file from the default rayshud installation available from GitHub or Gamebanana. 4 | 5 | Available Customizations: 6 | * Alternate Mode Selection 7 | * Alternate Player Model 8 | * Broesel Cross 9 | * Centered Class Selection 10 | * Classic Main Menu 11 | * Damage over Health 12 | * Minimal Scoreboard 13 | * Team Cross -------------------------------------------------------------------------------- /resource/ui/basechat.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/BaseChat.res" 2 | { 3 | "HudChat" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "HudChat" 7 | "visible" "1" 8 | "enabled" "1" 9 | "xpos" "5" 10 | "ypos" "20" 11 | "wide" "250" 12 | "tall" "100" 13 | "PaintBackgroundType" "0" 14 | "bgcolor_override" "0 0 0 255" 15 | } 16 | 17 | ChatInputLine 18 | { 19 | "ControlName" "EditablePanel" 20 | "fieldName" "ChatInputLine" 21 | "visible" "1" 22 | "enabled" "1" 23 | "xpos" "10" 24 | "ypos" "395" 25 | "wide" "195" 26 | "tall" "0" 27 | "PaintBackgroundType" "0" 28 | } 29 | 30 | "ChatFiltersButton" 31 | { 32 | "ControlName" "Button" 33 | "fieldName" "ChatFiltersButton" 34 | "xpos" "210" 35 | "ypos" "86" 36 | "wide" "33" 37 | "tall" "8" 38 | "autoResize" "1" 39 | "pinCorner" "0" 40 | "visible" "1" 41 | "enabled" "1" 42 | "tabPosition" "0" 43 | "labelText" "#chat_filterbutton" 44 | "textAlignment" "center" 45 | "dulltext" "0" 46 | "brighttext" "0" 47 | "Default" "0" 48 | } 49 | 50 | "HudChatHistory" 51 | { 52 | "ControlName" "RichText" 53 | "fieldName" "HudChatHistory" 54 | "xpos" "0" 55 | "ypos" "0" 56 | "wide" "250" 57 | "tall" "75" 58 | "wrap" "1" 59 | "autoResize" "1" 60 | "pinCorner" "1" 61 | "visible" "1" 62 | "enabled" "1" 63 | "labelText" "" 64 | "textAlignment" "south-west" 65 | "font" "ChatFont" 66 | "maxchars" "-1" 67 | } 68 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/base_active_teleport_target.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/build_menu/base.res" 2 | { 3 | "ItemNameLabel" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "ItemNameLabel" 7 | "font" "HudFontSmall" 8 | "xpos" "0" 9 | "ypos" "4" 10 | "zpos" "1" 11 | "wide" "100" 12 | "tall" "15" 13 | "autoResize" "0" 14 | "pinCorner" "0" 15 | "visible" "1" 16 | "enabled" "1" 17 | "labelText" "#TF_Object_Sentry" 18 | "textAlignment" "center" 19 | "dulltext" "0" 20 | "brighttext" "0" 21 | } 22 | 23 | "ItemBackground" 24 | { 25 | "ControlName" "CIconPanel" 26 | "fieldName" "ItemBackground" 27 | "xpos" "4" 28 | "ypos" "14" 29 | "zpos" "0" 30 | "wide" "98" 31 | "tall" "105" 32 | "visible" "0" 33 | "enabled" "0" 34 | "scaleImage" "1" 35 | "icon" "hud_menu_item_bg" 36 | "iconColor" "Black" 37 | } 38 | 39 | "BuildingIcon" 40 | { 41 | "ControlName" "CIconPanel" 42 | "fieldName" "BuildingIcon" 43 | "xpos" "22" 44 | "ypos" "35" 45 | "zpos" "2" 46 | "wide" "56" 47 | "tall" "56" 48 | "visible" "1" 49 | "enabled" "1" 50 | "scaleImage" "1" 51 | "icon" "hud_menu_sentry_build" 52 | "iconColor" "White" 53 | } 54 | 55 | "ModeLabel" 56 | { 57 | "ControlName" "CExLabel" 58 | "fieldName" "ModeLabel" 59 | "font" "DefaultSmall" 60 | "fgcolor" "TanDarker" 61 | "xpos" "33" 62 | "ypos" "17" 63 | "zpos" "1" 64 | "wide" "44" 65 | "tall" "13" 66 | "autoResize" "0" 67 | "pinCorner" "0" 68 | "visible" "1" 69 | "enabled" "1" 70 | "labelText" "" 71 | "textAlignment" "East" 72 | } 73 | 74 | "NumberBg" 75 | { 76 | "ControlName" "CIconPanel" 77 | "fieldName" "NumberBg" 78 | "xpos" "41" 79 | "ypos" "99" 80 | "zpos" "0" 81 | "wide" "0" 82 | "tall" "0" 83 | "visible" "0" 84 | "enabled" "0" 85 | "scaleImage" "1" 86 | "icon" "ico_key_blank" 87 | "iconColor" "White" 88 | } 89 | 90 | "NumberLabel" 91 | { 92 | "ControlName" "CExLabel" 93 | "fieldName" "NumberLabel" 94 | "font" "HudFontMediumSecondary" 95 | "fgcolor" "TanLight" 96 | "xpos" "0" 97 | "ypos" "95" 98 | "zpos" "1" 99 | "wide" "100" 100 | "tall" "20" 101 | "autoResize" "0" 102 | "pinCorner" "0" 103 | "visible" "1" 104 | "enabled" "1" 105 | "labelText" "1" 106 | "textAlignment" "center" 107 | "dulltext" "1" 108 | "brighttext" "0" 109 | } 110 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/base_unavailable_teleport_target.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/build_menu/base_unavailable.res" 2 | { 3 | "ItemNameLabel" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "ItemNameLabel" 7 | "font" "HudFontSmall" 8 | "xpos" "0" 9 | "ypos" "4" 10 | "zpos" "1" 11 | "wide" "100" 12 | "tall" "15" 13 | "autoResize" "0" 14 | "pinCorner" "0" 15 | "visible" "1" 16 | "enabled" "1" 17 | "labelText" "#TF_Object_Sentry" 18 | "textAlignment" "center" 19 | "dulltext" "0" 20 | "brighttext" "0" 21 | "fgcolor" "ColorRed" 22 | } 23 | 24 | "ItemBackground" 25 | { 26 | "ControlName" "CIconPanel" 27 | "fieldName" "ItemBackground" 28 | "xpos" "4" 29 | "ypos" "14" 30 | "zpos" "0" 31 | "wide" "98" 32 | "tall" "105" 33 | "visible" "0" 34 | "enabled" "0" 35 | "scaleImage" "1" 36 | "icon" "hud_menu_item_bg" 37 | "iconColor" "ProgressOffWhite" 38 | } 39 | 40 | "CantBuildReason" 41 | { 42 | "ControlName" "CExLabel" 43 | "fieldName" "CantBuildReason" 44 | "font" "HudFontSmall" 45 | "xpos" "0" 46 | "ypos" "60" 47 | "zpos" "2" 48 | "wide" "100" 49 | "tall" "18" 50 | "autoResize" "0" 51 | "pinCorner" "0" 52 | "visible" "1" 53 | "enabled" "1" 54 | "labelText" "#Hud_Menu_Build_Unavailable" 55 | "textAlignment" "center" 56 | "dulltext" "0" 57 | "brighttext" "0" 58 | "fgcolor" "ColorRed" 59 | } 60 | 61 | "ModeLabel" 62 | { 63 | "ControlName" "CExLabel" 64 | "fieldName" "ModeLabel" 65 | "font" "DefaultSmall" 66 | "fgcolor" "TanDark" 67 | "xpos" "33" 68 | "ypos" "17" 69 | "zpos" "1" 70 | "wide" "44" 71 | "tall" "13" 72 | "autoResize" "0" 73 | "pinCorner" "0" 74 | "visible" "1" 75 | "enabled" "1" 76 | "labelText" "" 77 | "textAlignment" "East" 78 | } 79 | 80 | "NumberBg" 81 | { 82 | "ControlName" "CIconPanel" 83 | "fieldName" "NumberBg" 84 | "xpos" "41" 85 | "ypos" "99" 86 | "zpos" "0" 87 | "wide" "18" 88 | "tall" "18" 89 | "visible" "0" 90 | "enabled" "0" 91 | "scaleImage" "1" 92 | "icon" "ico_key_blank" 93 | "iconColor" "White" 94 | } 95 | 96 | "NumberLabel" 97 | { 98 | "ControlName" "CExLabel" 99 | "fieldName" "NumberLabel" 100 | "font" "HudFontMediumSecondary" 101 | "fgcolor" "ColorRed" 102 | "xpos" "0" 103 | "ypos" "95" 104 | "zpos" "1" 105 | "wide" "100" 106 | "tall" "20" 107 | "autoResize" "0" 108 | "pinCorner" "0" 109 | "visible" "1" 110 | "enabled" "1" 111 | "labelText" "1" 112 | "textAlignment" "center" 113 | "dulltext" "1" 114 | "brighttext" "0" 115 | } 116 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_active.res: -------------------------------------------------------------------------------- 1 | #base "../base_active.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "ColorGreen" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "iconColor" "ColorGreen" 13 | } 14 | 15 | "MetalIcon" 16 | { 17 | "iconColor" "ColorGreen" 18 | } 19 | 20 | "CostLabel" 21 | { 22 | "fgcolor" "ColorGreen" 23 | } 24 | 25 | "NumberLabel" 26 | { 27 | "fgcolor" "ColorGreen" 28 | } 29 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_active_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "ColorGreen" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "iconColor" "ColorGreen" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "fgcolor" "ColorGreen" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_already_built.res: -------------------------------------------------------------------------------- 1 | #base "../base_already_built.res" -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "../base_cant_afford.res" -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "../base_unavailable.res" -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../base_unavailable_teleport_target.res" -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/hudmenuengybuild.res: -------------------------------------------------------------------------------- 1 | #base "../HudMenuEngyBuild.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEngyBuild.res" 4 | { 5 | "ItemBackground" 6 | { 7 | "ControlName" "CTFImagePanel" 8 | "fieldName" "ItemBackground" 9 | "xpos" "0" 10 | "ypos" "20" 11 | "zpos" "0" 12 | "wide" "400" 13 | "tall" "120" 14 | "visible" "1" 15 | "enabled" "1" 16 | "scaleImage" "1" 17 | "image" "pipboy_overlay" 18 | "tileImage" "1" 19 | "drawcolor" "192 192 192 255" 20 | } 21 | 22 | "BackgroundEngineer" 23 | { 24 | "ControlName" "CTFImagePanel" 25 | "fieldName" "BackgroundEngineer" 26 | "xpos" "0" 27 | "ypos" "0" 28 | "zpos" "-1" 29 | "wide" "0" 30 | "tall" "20" 31 | "visible" "1" 32 | "enabled" "0" 33 | "scaleImage" "0" 34 | "image" "pipboy_engineer" 35 | "tileImage" "0" 36 | "tileVertically" "0" 37 | } 38 | 39 | "BuildIcon" 40 | { 41 | "iconColor" "ColorGreen" 42 | } 43 | 44 | "TitleLabel" 45 | { 46 | "fgcolor" "ColorGreen" 47 | } 48 | 49 | "CancelLabel" 50 | { 51 | "fgcolor" "ColorGreen" 52 | } 53 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/hudmenueurekaeffect.res: -------------------------------------------------------------------------------- 1 | #base "../HudMenuEurekaEffect.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEurekaEffect.res" 4 | { 5 | "ItemBackground" 6 | { 7 | "ControlName" "CTFImagePanel" 8 | "fieldName" "ItemBackground" 9 | "xpos" "0" 10 | "ypos" "20" 11 | "zpos" "0" 12 | "wide" "200" 13 | "tall" "120" 14 | "visible" "1" 15 | "enabled" "1" 16 | "scaleImage" "1" 17 | "image" "pipboy_overlay" 18 | "tileImage" "1" 19 | "drawcolor" "192 192 192 255" 20 | } 21 | 22 | "BuildIcon" 23 | { 24 | "iconColor" "ColorGreen" 25 | } 26 | 27 | "TitleLabel" 28 | { 29 | "fgcolor" "ColorGreen" 30 | } 31 | 32 | "CancelLabel" 33 | { 34 | "fgcolor" "ColorGreen" 35 | } 36 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/base_active.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_active.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/base_active_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/base_already_built.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_already_built.res" 2 | 3 | "Resource/UI/build_menu/base_already_built.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/base_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/base_cant_afford.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/base_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/base_unavailable_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/hudmenuengybuild.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/HudMenuEngyBuild.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEngyBuild.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/hudmenueurekaeffect.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/HudMenuEurekaEffect.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEurekaEffect.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/pipboy/base_active.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_active.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/pipboy/base_active_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/pipboy/base_already_built.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_already_built.res" 2 | 3 | "Resource/UI/build_menu/base_already_built.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/pipboy/base_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/base_cant_afford.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/pipboy/base_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/pipboy/base_unavailable_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/pipboy/hudmenuengybuild.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/HudMenuEngyBuild.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEngyBuild.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_360/pipboy/hudmenueurekaeffect.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/HudMenuEurekaEffect.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEurekaEffect.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/base_active.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_active.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/base_active_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/base_already_built.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_already_built.res" 2 | 3 | "Resource/UI/build_menu/base_already_built.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/base_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/base_cant_afford.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/base_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/base_unavailable_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/hudmenuengybuild.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/HudMenuEngyBuild.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEngyBuild.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/hudmenueurekaeffect.res: -------------------------------------------------------------------------------- 1 | #base "../build_menu/HudMenuEurekaEffect.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEurekaEffect.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/pipboy/base_active.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_active.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/pipboy/base_active_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/pipboy/base_already_built.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_already_built.res" 2 | 3 | "Resource/UI/build_menu/base_already_built.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/pipboy/base_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/base_cant_afford.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/pipboy/base_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/pipboy/base_unavailable_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/pipboy/hudmenuengybuild.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/HudMenuEngyBuild.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEngyBuild.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/build_menu_sc/pipboy/hudmenueurekaeffect.res: -------------------------------------------------------------------------------- 1 | #base "../../build_menu/HudMenuEurekaEffect.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEurekaEffect.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/classselection_sc.res: -------------------------------------------------------------------------------- 1 | #base "ClassSelection.res" -------------------------------------------------------------------------------- /resource/ui/controlpointcountdown.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/ControlPointCountdown.res" 2 | { 3 | "CapCountdownLabel" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "CapCountdownLabel" 7 | "font" "HudFontSmallishBold" 8 | "xpos" "0" 9 | "ypos" "0" 10 | "zpos" "1" 11 | "wide" "30" 12 | "tall" "30" 13 | "autoResize" "0" 14 | "pinCorner" "0" 15 | "visible" "1" 16 | "enabled" "1" 17 | "wrap" "0" 18 | "labelText" "%capturetime%" 19 | "textAlignment" "center" 20 | "fgcolor" "TanLight" 21 | "bgcolor" "TanLight" 22 | } 23 | } -------------------------------------------------------------------------------- /resource/ui/controlpointicon.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/ControlPointIcon.res" 2 | { 3 | "ControlPointIcon" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "ControlPointIcon" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "2" 10 | "wide" "26" 11 | "tall" "26" 12 | "visible" "1" 13 | "enabled" "1" 14 | } 15 | 16 | "Countdown" 17 | { 18 | "ControlName" "CControlPointCountdown" 19 | "fieldName" "Countdown" 20 | "xpos" "0" 21 | "ypos" "0" 22 | "zpos" "4" 23 | "wide" "26" 24 | "tall" "26" 25 | "visible" "1" 26 | "enabled" "1" 27 | } 28 | 29 | "CapPlayerImage" 30 | { 31 | "ControlName" "ImagePanel" 32 | "fieldName" "CapPlayerImage" 33 | "xpos" "0" 34 | "ypos" "0" 35 | "zpos" "3" 36 | "wide" "8" 37 | "tall" "16" 38 | "visible" "0" 39 | "enabled" "1" 40 | "image" "capture_icon" 41 | "scaleImage" "1" 42 | } 43 | 44 | "CapNumPlayers" 45 | { 46 | "ControlName" "Label" 47 | "fieldName" "CapNumPlayers" 48 | "font" "HudFontSmallest" 49 | "xpos" "11" 50 | "ypos" "1" 51 | "zpos" "4" 52 | "wide" "16" 53 | "tall" "26" 54 | "autoResize" "0" 55 | "pinCorner" "0" 56 | "visible" "1" 57 | "enabled" "1" 58 | "labelText" "#ControlPointIconCappers" 59 | "textAlignment" "west" 60 | "dulltext" "0" 61 | "brighttext" "0" 62 | } 63 | 64 | "OverlayImage" 65 | { 66 | "ControlName" "ImagePanel" 67 | "fieldName" "OverlayImage" 68 | "xpos" "18" 69 | "ypos" "0" 70 | "zpos" "4" 71 | "wide" "12" 72 | "tall" "12" 73 | "visible" "0" 74 | "enabled" "1" 75 | "image" "capture_icon" 76 | "scaleImage" "1" 77 | } 78 | 79 | "CPTimerLabel" 80 | { 81 | "ControlName" "CExLabel" 82 | "fieldName" "CPTimerLabel" 83 | "xpos" "0" 84 | "ypos" "0" 85 | "zpos" "0" 86 | "wide" "9" 87 | "tall" "20" 88 | "visible" "0" 89 | "enabled" "1" 90 | "labelText" "60" 91 | "textAlignment" "center" 92 | "dulltext" "0" 93 | "brighttext" "0" 94 | "wrap" "0" 95 | "font" "HudFontSmallishBold" 96 | } 97 | 98 | "CPTimerBG" 99 | { 100 | "ControlName" "Panel" 101 | "fieldName" "CPTimerBG" 102 | "xpos" "0" 103 | "ypos" "0" 104 | "zpos" "-1" 105 | "wide" "60" 106 | "tall" "30" 107 | "visible" "0" 108 | "enabled" "1" 109 | "image" "../sprites/obj_icons/icon_obj_timer" 110 | "scaleImage" "1" 111 | } 112 | } -------------------------------------------------------------------------------- /resource/ui/controlpointprogressbar.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/ControlPointProgressBar.res" 2 | { 3 | "ControlPointProgressBar" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "ControlPointProgressBar" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "20" 10 | "wide" "100" 11 | "tall" "65" 12 | "visible" "0" 13 | "enabled" "1" 14 | } 15 | 16 | "ProgressBar" 17 | { 18 | "ControlName" "CircularProgressBar" 19 | "fieldName" "ProgressBar" 20 | "wide" "0" 21 | "tall" "0" 22 | "visible" "0" 23 | "enabled" "0" 24 | } 25 | 26 | "Teardrop" 27 | { 28 | "ControlName" "CIconPanel" 29 | "fieldName" "Teardrop" 30 | "wide" "0" 31 | "tall" "0" 32 | "visible" "0" 33 | "enabled" "0" 34 | } 35 | 36 | "TeardropSide" 37 | { 38 | "ControlName" "CIconPanel" 39 | "fieldName" "TeardropSide" 40 | "wide" "0" 41 | "tall" "0" 42 | "visible" "0" 43 | "enabled" "0" 44 | } 45 | 46 | "ProgressText" 47 | { 48 | "ControlName" "Label" 49 | "fieldName" "ProgressText" 50 | "wide" "0" 51 | "tall" "0" 52 | "visible" "0" 53 | "enabled" "0" 54 | } 55 | 56 | "Blocked" 57 | { 58 | "ControlName" "CIconPanel" 59 | "fieldName" "Blocked" 60 | "wide" "0" 61 | "tall" "0" 62 | "visible" "0" 63 | "enabled" "0" 64 | } 65 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/base_active.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/destroy_menu/base_active.res" 2 | { 3 | "ItemNameLabel" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "ItemNameLabel" 7 | "font" "HudFontSmall" 8 | "xpos" "0" 9 | "ypos" "4" 10 | "zpos" "1" 11 | "wide" "100" 12 | "tall" "15" 13 | "autoResize" "0" 14 | "pinCorner" "0" 15 | "visible" "1" 16 | "enabled" "1" 17 | "labelText" "#TF_Object_Sentry" 18 | "textAlignment" "center" 19 | "dulltext" "0" 20 | "brighttext" "0" 21 | } 22 | 23 | "ItemBackground" 24 | { 25 | "ControlName" "CIconPanel" 26 | "fieldName" "ItemBackground" 27 | "xpos" "4" 28 | "ypos" "14" 29 | "zpos" "0" 30 | "wide" "98" 31 | "tall" "105" 32 | "visible" "0" 33 | "enabled" "0" 34 | "scaleImage" "1" 35 | "icon" "hud_menu_item_bg_outline" 36 | "iconColor" "ProgressOffWhite" 37 | } 38 | 39 | "BuildingIcon" 40 | { 41 | "ControlName" "CIconPanel" 42 | "fieldName" "BuildingIcon" 43 | "xpos" "22" 44 | "ypos" "25" 45 | "zpos" "2" 46 | "wide" "56" 47 | "tall" "56" 48 | "visible" "1" 49 | "enabled" "1" 50 | "scaleImage" "1" 51 | "icon" "hud_menu_sentry_build" 52 | "iconColor" "White" 53 | } 54 | 55 | "DestroyIcon" 56 | { 57 | "ControlName" "CIconPanel" 58 | "fieldName" "DestroyIcon" 59 | "xpos" "22" 60 | "ypos" "33" 61 | "zpos" "2" 62 | "wide" "56" 63 | "tall" "56" 64 | "visible" "1" 65 | "enabled" "1" 66 | "scaleImage" "1" 67 | "icon" "ico_demolish" 68 | "iconColor" "White" 69 | } 70 | 71 | "NumberBg" 72 | { 73 | "ControlName" "CIconPanel" 74 | "fieldName" "NumberBg" 75 | "xpos" "41" 76 | "ypos" "99" 77 | "zpos" "0" 78 | "wide" "0" 79 | "tall" "0" 80 | "visible" "0" 81 | "enabled" "0" 82 | "scaleImage" "1" 83 | "icon" "ico_key_blank" 84 | "iconColor" "White" 85 | } 86 | 87 | "NumberLabel" 88 | { 89 | "ControlName" "CExLabel" 90 | "fieldName" "NumberLabel" 91 | "font" "HudFontMediumSecondary" 92 | "fgcolor" "TanLight" 93 | "xpos" "0" 94 | "ypos" "95" 95 | "zpos" "1" 96 | "wide" "100" 97 | "tall" "20" 98 | "autoResize" "0" 99 | "pinCorner" "0" 100 | "visible" "1" 101 | "enabled" "1" 102 | "labelText" "1" 103 | "textAlignment" "center" 104 | "dulltext" "1" 105 | "brighttext" "0" 106 | } 107 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/base_inactive.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/destroy_menu/base_inactive.res" 2 | { 3 | "ItemNameLabel" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "ItemNameLabel" 7 | "font" "HudFontSmall" 8 | "xpos" "0" 9 | "ypos" "4" 10 | "zpos" "1" 11 | "wide" "100" 12 | "tall" "15" 13 | "autoResize" "0" 14 | "pinCorner" "0" 15 | "visible" "1" 16 | "enabled" "1" 17 | "labelText" "#TF_Object_Sentry" 18 | "textAlignment" "center" 19 | "dulltext" "0" 20 | "brighttext" "0" 21 | "fgcolor_override" "ColorRed" 22 | } 23 | 24 | "ItemBackground" 25 | { 26 | "ControlName" "CIconPanel" 27 | "fieldName" "ItemBackground" 28 | "xpos" "4" 29 | "ypos" "14" 30 | "zpos" "0" 31 | "wide" "98" 32 | "tall" "105" 33 | "visible" "0" 34 | "enabled" "0" 35 | "scaleImage" "1" 36 | "icon" "hud_menu_item_bg_outline" 37 | "iconColor" "Black" 38 | } 39 | 40 | "NotBuiltLabel" 41 | { 42 | "ControlName" "CExLabel" 43 | "fieldName" "NotBuiltLabel" 44 | "font" "HudFontSmall" 45 | "xpos" "0" 46 | "ypos" "60" 47 | "zpos" "2" 48 | "wide" "100" 49 | "tall" "18" 50 | "autoResize" "0" 51 | "pinCorner" "0" 52 | "visible" "1" 53 | "enabled" "1" 54 | "labelText" "#TF_NotBuilt" 55 | "textAlignment" "center" 56 | "fgcolor_override" "ColorRed" 57 | } 58 | 59 | "UnavailableLabel" 60 | { 61 | "ControlName" "CExLabel" 62 | "fieldName" "UnavailableLabel" 63 | "font" "HudFontSmall" 64 | "xpos" "0" 65 | "ypos" "60" 66 | "zpos" "2" 67 | "wide" "100" 68 | "tall" "18" 69 | "autoResize" "0" 70 | "pinCorner" "0" 71 | "visible" "0" 72 | "enabled" "1" 73 | "labelText" "#Hud_Menu_Build_Unavailable" 74 | "textAlignment" "center" 75 | "dulltext" "0" 76 | "brighttext" "0" 77 | "fgcolor_override" "ColorRed" 78 | } 79 | 80 | "NumberBg" 81 | { 82 | "ControlName" "CIconPanel" 83 | "fieldName" "NumberBg" 84 | "xpos" "41" 85 | "ypos" "99" 86 | "zpos" "0" 87 | "wide" "0" 88 | "tall" "0" 89 | "visible" "0" 90 | "enabled" "0" 91 | "scaleImage" "1" 92 | "icon" "ico_key_blank" 93 | "iconColor" "White" 94 | } 95 | 96 | "NumberLabel" 97 | { 98 | "ControlName" "CExLabel" 99 | "fieldName" "NumberLabel" 100 | "font" "HudFontMediumSecondary" 101 | "fgcolor" "ColorRed" 102 | "xpos" "0" 103 | "ypos" "95" 104 | "zpos" "1" 105 | "wide" "100" 106 | "tall" "20" 107 | "autoResize" "0" 108 | "pinCorner" "0" 109 | "visible" "1" 110 | "enabled" "1" 111 | "labelText" "1" 112 | "textAlignment" "center" 113 | "dulltext" "1" 114 | "brighttext" "0" 115 | } 116 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/destroy_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "obj_status_dispenser" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/dispenser_inactive.res: -------------------------------------------------------------------------------- 1 | #base "base_inactive.res" 2 | 3 | "Resource/UI/build_menu/dispenser_inactive.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "../base_active.res" 2 | 3 | "Resource/UI/destroy_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | "fgcolor_override" "ColorGreen" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "obj_status_dispenser" 14 | } 15 | 16 | "DestroyIcon" 17 | { 18 | "iconColor" "ColorGreen" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "fgcolor_override" "ColorGreen" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/dispenser_inactive.res: -------------------------------------------------------------------------------- 1 | #base "../base_inactive.res" 2 | 3 | "Resource/UI/build_menu/dispenser_inactive.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/hudmenuengydestroy.res: -------------------------------------------------------------------------------- 1 | #base "../HudMenuEngyDestroy.res" 2 | 3 | "Resource/UI/build_menu/HudMenuEngyDestroy.res" 4 | { 5 | "ItemBackground" 6 | { 7 | "ControlName" "CTFImagePanel" 8 | "fieldName" "ItemBackground" 9 | "xpos" "0" 10 | "ypos" "20" 11 | "zpos" "0" 12 | "wide" "400" 13 | "tall" "120" 14 | "visible" "1" 15 | "enabled" "1" 16 | "scaleImage" "1" 17 | "image" "pipboy_overlay" 18 | "tileImage" "1" 19 | "drawcolor" "192 192 192 255" 20 | } 21 | 22 | "BackgroundEngineer" 23 | { 24 | "ControlName" "CTFImagePanel" 25 | "fieldName" "BackgroundEngineer" 26 | "xpos" "0" 27 | "ypos" "0" 28 | "zpos" "-1" 29 | "wide" "0" 30 | "tall" "20" 31 | "visible" "1" 32 | "enabled" "1" 33 | "scaleImage" "1" 34 | "image" "pipboy_engineer" 35 | "tileImage" "0" 36 | "tileVertically" "0" 37 | } 38 | 39 | "DestroyIcon" 40 | { 41 | "iconColor" "ColorGreen" 42 | } 43 | 44 | "TitleLabel" 45 | { 46 | "fgcolor" "ColorGreen" 47 | } 48 | 49 | "CancelLabel" 50 | { 51 | "fgcolor" "ColorGreen" 52 | } 53 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "../base_active.res" 2 | 3 | "Resource/UI/destroy_menu/sentry_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "fgcolor_override" "ColorGreen" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "obj_status_sentrygun_1" 14 | } 15 | 16 | "DestroyIcon" 17 | { 18 | "iconColor" "ColorGreen" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "fgcolor_override" "ColorGreen" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/sentry_inactive.res: -------------------------------------------------------------------------------- 1 | #base "../base_inactive.res" 2 | 3 | "Resource/UI/destroy_menu/sentry_inactive.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/tele_entrance_active.res: -------------------------------------------------------------------------------- 1 | #base "../base_active.res" 2 | 3 | "Resource/UI/destroy_menu/tele_entrance_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | "fgcolor_override" "ColorGreen" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "obj_status_tele_entrance" 14 | } 15 | 16 | "DestroyIcon" 17 | { 18 | "iconColor" "ColorGreen" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "fgcolor_override" "ColorGreen" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/tele_entrance_inactive.res: -------------------------------------------------------------------------------- 1 | #base "../base_inactive.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_inactive.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/tele_exit_active.res: -------------------------------------------------------------------------------- 1 | #base "../base_active.res" 2 | 3 | "Resource/UI/destroy_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | "fgcolor_override" "ColorGreen" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "obj_status_tele_exit" 14 | } 15 | 16 | "DestroyIcon" 17 | { 18 | "iconColor" "ColorGreen" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "fgcolor_override" "ColorGreen" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/tele_exit_inactive.res: -------------------------------------------------------------------------------- 1 | #base "../base_inactive.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_inactive.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/destroy_menu/sentry_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "obj_status_sentrygun_1" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/sentry_inactive.res: -------------------------------------------------------------------------------- 1 | #base "base_inactive.res" 2 | 3 | "Resource/UI/destroy_menu/sentry_inactive.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/tele_entrance_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/destroy_menu/tele_entrance_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "obj_status_tele_entrance" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/tele_entrance_inactive.res: -------------------------------------------------------------------------------- 1 | #base "base_inactive.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_inactive.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/tele_exit_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/destroy_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "obj_status_tele_exit" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/tele_exit_inactive.res: -------------------------------------------------------------------------------- 1 | #base "base_inactive.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_inactive.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/demoman_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_Demoman" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "1" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "4" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/demoman_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Demoman" 8 | } 9 | 10 | "NewNumberLabel" 11 | { 12 | "labelText" "1" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/engineer_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_Engineer" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "3" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "6" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/engineer_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Engineer" 8 | } 9 | 10 | "NewNumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "6" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/heavy_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_HWGuy" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "2" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "5" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/heavy_red.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/disguise_menu/heavy_red.res" 2 | { 3 | "ItemNameLabel" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "ItemName" 7 | "font" "HudFontSmallBold" 8 | "xpos" "20" 9 | "ypos" "0" 10 | "zpos" "1" 11 | "wide" "80" 12 | "tall" "20" 13 | "autoResize" "0" 14 | "pinCorner" "0" 15 | "visible" "1" 16 | "enabled" "1" 17 | "labelText" "#TF_Class_Name_HWGuy" 18 | "fgcolor" "HUDRedTeamSolid" 19 | "textAlignment" "west" 20 | "dulltext" "0" 21 | "brighttext" "0" 22 | } 23 | 24 | "ClassIcon" 25 | { 26 | "ControlName" "CIconPanel" 27 | "fieldName" "ClassIcon" 28 | "xpos" "9999" 29 | "ypos" "9999" 30 | "zpos" "1" 31 | "wide" "45" 32 | "tall" "90" 33 | "visible" "1" 34 | "enabled" "1" 35 | "scaleImage" "1" 36 | "icon" "hud_menu_scout_red" 37 | } 38 | 39 | "NumberBg" 40 | { 41 | "ControlName" "CIconPanel" 42 | "fieldName" "NumberBg" 43 | "xpos" "9999" 44 | "ypos" "9999" 45 | "zpos" "0" 46 | "wide" "15" 47 | "tall" "15" 48 | "visible" "1" 49 | "enabled" "1" 50 | "scaleImage" "1" 51 | "icon" "ico_key_blank" 52 | "iconColor" "TanLight" 53 | } 54 | 55 | "NewNumberLabel" 56 | { 57 | "ControlName" "CExLabel" 58 | "fieldName" "NumberLabel" 59 | "font" "HudFontSmallest" 60 | "fgcolor" "HUDRedTeamSolid" 61 | "xpos" "5" 62 | "ypos" "3" 63 | "zpos" "0" 64 | "wide" "15" 65 | "tall" "15" 66 | "autoResize" "0" 67 | "pinCorner" "0" 68 | "visible" "0" 69 | "enabled" "1" 70 | "labelText" "2" 71 | "textAlignment" "center" 72 | "dulltext" "1" 73 | "brighttext" "0" 74 | } 75 | 76 | "NumberLabel" 77 | { 78 | "ControlName" "CExLabel" 79 | "fieldName" "NumberLabel" 80 | "font" "HudFontSmallest" 81 | "fgcolor" "HUDRedTeamSolid" 82 | "xpos" "5" 83 | "ypos" "3" 84 | "zpos" "0" 85 | "wide" "15" 86 | "tall" "15" 87 | "autoResize" "0" 88 | "pinCorner" "0" 89 | "visible" "1" 90 | "enabled" "1" 91 | "labelText" "5" 92 | "textAlignment" "center" 93 | "dulltext" "1" 94 | "brighttext" "0" 95 | } 96 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/medic_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/medic_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_Medic" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "1" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "7" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/medic_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/medic_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Medic" 8 | } 9 | 10 | "NewNumberLabel" 11 | { 12 | "labelText" "1" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "7" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/pyro_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_Pyro" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "3" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "3" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/pyro_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Pyro" 8 | } 9 | 10 | "NewNumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/scout_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/scout_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_Scout" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "1" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "1" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/scout_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Scout" 8 | } 9 | 10 | "NewNumberLabel" 11 | { 12 | "labelText" "1" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/sniper_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_Sniper" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "2" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "8" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/sniper_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Sniper" 8 | } 9 | 10 | "NewNumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "8" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/soldier_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_Soldier" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "2" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "2" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/soldier_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Soldier" 8 | } 9 | 10 | "NewNumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/spy_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/spy_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "fgcolor" "HUDBlueTeamSolid" 8 | "labelText" "#TF_Class_Name_Spy" 9 | } 10 | 11 | "NewNumberLabel" 12 | { 13 | "fgcolor" "HUDBlueTeamSolid" 14 | "labelText" "3" 15 | } 16 | 17 | "NumberLabel" 18 | { 19 | "fgcolor" "HUDBlueTeamSolid" 20 | "labelText" "9" 21 | } 22 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/spy_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/spy_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Spy" 8 | } 9 | 10 | "NewNumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "9" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/demoman_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/demoman_blue.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/demoman_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/demoman_red.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/engineer_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/engineer_blue.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/engineer_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/engineer_red.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/heavy_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/heavy_blue.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/heavy_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/hudmenuspydisguise.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/HudMenuSpyDisguise.res" 2 | 3 | "Resource/UI/disguise_menu/HudMenuSpyDisguise.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/medic_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/medic_blue.res" 2 | 3 | "Resource/UI/disguise_menu/medic_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/medic_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/medic_red.res" 2 | 3 | "Resource/UI/disguise_menu/medic_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/pyro_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/pyro_blue.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/pyro_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/pyro_red.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/scout_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/scout_blue.res" 2 | 3 | "Resource/UI/disguise_menu/scout_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/scout_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/scout_red.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/sniper_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/sniper_blue.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/sniper_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/sniper_red.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/soldier_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/soldier_blue.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/soldier_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/soldier_red.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/spy_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/spy_blue.res" 2 | 3 | "Resource/UI/disguise_menu/spy_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_360/spy_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/spy_red.res" 2 | 3 | "Resource/UI/disguise_menu/spy_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/demoman_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/demoman_blue.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/demoman_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/demoman_red.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/engineer_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/engineer_blue.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/engineer_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/engineer_red.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/heavy_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/heavy_blue.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/heavy_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/hudmenuspydisguise.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/HudMenuSpyDisguise.res" 2 | 3 | "Resource/UI/disguise_menu/HudMenuSpyDisguise.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/medic_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/medic_blue.res" 2 | 3 | "Resource/UI/disguise_menu/medic_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/medic_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/medic_red.res" 2 | 3 | "Resource/UI/disguise_menu/medic_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/pyro_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/pyro_blue.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/pyro_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/pyro_red.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/scout_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/scout_blue.res" 2 | 3 | "Resource/UI/disguise_menu/scout_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/scout_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/scout_red.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/sniper_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/sniper_blue.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/sniper_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/sniper_red.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/soldier_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/soldier_blue.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/soldier_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/soldier_red.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/spy_blue.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/spy_blue.res" 2 | 3 | "Resource/UI/disguise_menu/spy_blue.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu_sc/spy_red.res: -------------------------------------------------------------------------------- 1 | #base "../disguise_menu/spy_red.res" 2 | 3 | "Resource/UI/disguise_menu/spy_red.res" 4 | { 5 | 6 | } -------------------------------------------------------------------------------- /resource/ui/econ/confirmdialog.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/ConfirmDialog.res" 2 | { 3 | "ConfirmDialog" 4 | { 5 | "ControlName" "Frame" 6 | "fieldName" "ConfirmDialog" 7 | "xpos" "c-150" 8 | "ypos" "140" 9 | "wide" "324" 10 | "tall" "200" 11 | "autoResize" "0" 12 | "pinCorner" "0" 13 | "visible" "1" 14 | "enabled" "1" 15 | "tabPosition" "0" 16 | "settitlebarvisible" "0" 17 | "PaintBackgroundType" "0" 18 | "paintbackground" "1" 19 | "paintborder" "1" 20 | "border" "CyanBorderThick" 21 | "bgcolor_override" "DarkGrey" 22 | } 23 | 24 | "TitleLabel" 25 | { 26 | "ControlName" "CExLabel" 27 | "fieldName" "TitleLabel" 28 | "font" "HudFontMedium" 29 | "labelText" "#ConfirmTitle" 30 | "textAlignment" "center" 31 | "xpos" "0" 32 | "ypos" "15" 33 | "zpos" "1" 34 | "wide" "324" 35 | "tall" "25" 36 | "autoResize" "1" 37 | "pinCorner" "0" 38 | "visible" "1" 39 | "enabled" "1" 40 | "allcaps" "1" 41 | } 42 | 43 | "ExplanationLabel" 44 | { 45 | "ControlName" "CExLabel" 46 | "fieldName" "ExplanationLabel" 47 | "font" "HudFontSmall" 48 | "labelText" "%text%" 49 | "textAlignment" "center" 50 | "xpos" "20" 51 | "ypos" "45" 52 | "zpos" "1" 53 | "wide" "308" 54 | "tall" "80" 55 | "autoResize" "0" 56 | "pinCorner" "0" 57 | "visible" "1" 58 | "enabled" "1" 59 | "centerwrap" "1" 60 | "fgcolor_override" "TanLight" 61 | } 62 | 63 | "CancelButton" 64 | { 65 | "ControlName" "CExButton" 66 | "fieldName" "CancelButton" 67 | "xpos" "175" 68 | "ypos" "165" 69 | "zpos" "20" 70 | "wide" "140" 71 | "tall" "25" 72 | "autoResize" "0" 73 | "pinCorner" "0" 74 | "visible" "1" 75 | "enabled" "1" 76 | "tabPosition" "0" 77 | "labelText" "#GameUI_CancelBold" 78 | "font" "HudFontMediumSmall" 79 | "textAlignment" "center" 80 | "textinsetx" "50" 81 | "dulltext" "0" 82 | "brighttext" "0" 83 | "Command" "cancel" 84 | "sound_depressed" "UI/buttonclick.wav" 85 | "sound_released" "UI/buttonclickrelease.wav" 86 | } 87 | 88 | "ConfirmButton" 89 | { 90 | "ControlName" "CExButton" 91 | "fieldName" "ConfirmButton" 92 | "xpos" "10" 93 | "ypos" "165" 94 | "zpos" "20" 95 | "wide" "140" 96 | "tall" "25" 97 | "default" "1" 98 | "autoResize" "0" 99 | "pinCorner" "0" 100 | "visible" "1" 101 | "enabled" "1" 102 | "tabPosition" "0" 103 | "labelText" "#ConfirmButtonText" 104 | "font" "HudFontMediumSmall" 105 | "textAlignment" "center" 106 | "textinsetx" "50" 107 | "dulltext" "0" 108 | "brighttext" "0" 109 | "Command" "confirm" 110 | "sound_depressed" "UI/buttonclick.wav" 111 | "sound_released" "UI/buttonclickrelease.wav" 112 | } 113 | } -------------------------------------------------------------------------------- /resource/ui/econ/confirmdialogabandonsafe.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/ConfirmDialogAbandonSafe.res" 2 | { 3 | "ConfirmDialog" 4 | { 5 | "ControlName" "Frame" 6 | "fieldName" "ConfirmDialog" 7 | "xpos" "c-150" 8 | "ypos" "140" 9 | "wide" "300" 10 | "tall" "200" 11 | "autoResize" "0" 12 | "pinCorner" "0" 13 | "visible" "1" 14 | "enabled" "1" 15 | "tabPosition" "0" 16 | "settitlebarvisible" "0" 17 | "bgcolor_override" "DarkerGrey" 18 | "paintbackground" "1" 19 | "border" "CyanBorderThick" 20 | } 21 | 22 | "TitleLabel" 23 | { 24 | "ControlName" "CExLabel" 25 | "fieldName" "TitleLabel" 26 | "font" "HudFontMedium" 27 | "labelText" "#ConfirmTitle" 28 | "textAlignment" "north" 29 | "xpos" "0" 30 | "ypos" "15" 31 | "zpos" "1" 32 | "wide" "300" 33 | "tall" "32" 34 | "autoResize" "1" 35 | "pinCorner" "0" 36 | "visible" "1" 37 | "enabled" "1" 38 | } 39 | 40 | "ExplanationLabel" 41 | { 42 | "ControlName" "CExLabel" 43 | "fieldName" "ExplanationLabel" 44 | "font" "HudFontSmall" 45 | "labelText" "%text%" 46 | "textAlignment" "north" 47 | "xpos" "40" 48 | "ypos" "50" 49 | "zpos" "1" 50 | "wide" "220" 51 | "tall" "170" 52 | "autoResize" "0" 53 | "pinCorner" "0" 54 | "visible" "1" 55 | "enabled" "1" 56 | "centerwrap" "1" 57 | "fgcolor_override" "TanLight" 58 | } 59 | 60 | "CancelButton" 61 | { 62 | "ControlName" "CExButton" 63 | "fieldName" "CancelButton" 64 | "xpos" "190" 65 | "ypos" "165" 66 | "zpos" "20" 67 | "wide" "100" 68 | "tall" "25" 69 | "autoResize" "0" 70 | "pinCorner" "0" 71 | "visible" "1" 72 | "enabled" "1" 73 | "tabPosition" "0" 74 | "labelText" "#GameUI_CancelBold" 75 | "font" "HudFontMediumSmall" 76 | "textAlignment" "center" 77 | "textinsetx" "50" 78 | "dulltext" "0" 79 | "brighttext" "0" 80 | "Command" "cancel" 81 | "sound_depressed" "UI/buttonclick.wav" 82 | "sound_released" "UI/buttonclickrelease.wav" 83 | } 84 | 85 | "ConfirmButton" 86 | { 87 | "ControlName" "CExButton" 88 | "fieldName" "ConfirmButton" 89 | "xpos" "10" 90 | "ypos" "165" 91 | "zpos" "20" 92 | "wide" "175" 93 | "tall" "25" 94 | "default" "1" 95 | "autoResize" "0" 96 | "pinCorner" "0" 97 | "visible" "1" 98 | "enabled" "1" 99 | "tabPosition" "0" 100 | "labelText" "#ConfirmButtonText" 101 | "font" "HudFontMediumSmall" 102 | "textAlignment" "center" 103 | "textinsetx" "50" 104 | "dulltext" "0" 105 | "brighttext" "0" 106 | "Command" "confirm" 107 | "sound_depressed" "UI/buttonclick.wav" 108 | "sound_released" "UI/buttonclickrelease.wav" 109 | } 110 | } -------------------------------------------------------------------------------- /resource/ui/econ/genericwaitingdialog.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/GenericWaitingDialog.res" 2 | { 3 | "GenericWaitingDialog" 4 | { 5 | "fieldName" "GenericWaitingDialog" 6 | "visible" "1" 7 | "enabled" "1" 8 | "xpos" "c-100" 9 | "ypos" "200" 10 | "wide" "200" 11 | "tall" "105" 12 | "bgcolor_override" "DarkGrey" 13 | "paintbackgroundtype" "1" 14 | "settitlebarvisible" "0" 15 | "border" "CyanBorder" 16 | } 17 | 18 | "TitleLabel" 19 | { 20 | "ControlName" "Label" 21 | "fieldName" "TitleLabel" 22 | "font" "HudFontMedium" 23 | "xpos" "0" 24 | "ypos" "8" 25 | "zpos" "0" 26 | "wide" "200" 27 | "tall" "42" 28 | "autoResize" "0" 29 | "pinCorner" "0" 30 | "visible" "1" 31 | "enabled" "1" 32 | "wrap" "0" 33 | "centerwrap" "1" 34 | "labelText" "%updatetext%" 35 | "textAlignment" "center" 36 | } 37 | 38 | "EllipsesLabel" 39 | { 40 | "ControlName" "Label" 41 | "fieldName" "EllipsesLabel" 42 | "font" "HudFontMediumSmall" 43 | "xpos" "0" 44 | "ypos" "42" 45 | "zpos" "0" 46 | "wide" "200" 47 | "tall" "20" 48 | "autoResize" "0" 49 | "pinCorner" "0" 50 | "visible" "1" 51 | "enabled" "1" 52 | "labelText" "%ellipses%" 53 | "textAlignment" "north" 54 | "fgcolor_override" "TanLight" 55 | "bgcolor_override" "Transparent" 56 | } 57 | 58 | "DurationLabel" 59 | { 60 | "ControlName" "Label" 61 | "fieldName" "DurationLabel" 62 | "font" "HudFontMediumSmall" 63 | "xpos" "0" 64 | "ypos" "52" 65 | "zpos" "0" 66 | "wide" "200" 67 | "tall" "60" 68 | "autoResize" "0" 69 | "pinCorner" "0" 70 | "visible" "1" 71 | "enabled" "1" 72 | "labelText" "%duration%" 73 | "textAlignment" "north" 74 | "fgcolor_override" "TanLight" 75 | "bgcolor_override" "Transparent" 76 | } 77 | 78 | "CloseButton" 79 | { 80 | "ControlName" "CExImageButton" 81 | "fieldName" "CloseButton" 82 | "xpos" "50" 83 | "ypos" "70" 84 | "zpos" "1" 85 | "wide" "100" 86 | "tall" "25" 87 | "autoResize" "0" 88 | "pinCorner" "3" 89 | "visible" "1" 90 | "enabled" "1" 91 | "tabPosition" "0" 92 | "labelText" "#Cancel" 93 | "font" "HudFontMediumSmall" 94 | "textAlignment" "center" 95 | "dulltext" "0" 96 | "brighttext" "0" 97 | "default" "1" 98 | "Command" "user_close" 99 | "sound_depressed" "UI/buttonclick.wav" 100 | "sound_released" "UI/buttonclickrelease.wav" 101 | } 102 | } -------------------------------------------------------------------------------- /resource/ui/econ/notificationspresentpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/NotificationsPresentPanel.res" 2 | { 3 | "NotificationsPresentPanel" 4 | { 5 | "ControlName" "CNotificationsPresentPanel" 6 | "fieldName" "NotificationsPresentPanel" 7 | "xpos" "c80" 8 | "ypos" "25" 9 | "zpos" "10000" 10 | "wide" "220" 11 | "tall" "26" 12 | "visible" "0" 13 | "enabled" "1" 14 | "paintborder" "0" 15 | } 16 | 17 | "TextLabel" 18 | { 19 | "ControlName" "CExLabel" 20 | "fieldName" "TextLabel" 21 | "fgcolor" "ColorCyan" 22 | "xpos" "cs-0.5" 23 | "ypos" "0" 24 | "zpos" "2" 25 | "wide" "f10" 26 | "tall" "f0" 27 | "autoResize" "0" 28 | "pinCorner" "0" 29 | "visible" "1" 30 | "enabled" "1" 31 | "wrap" "0" 32 | "labelText" "#Notifications_Present" 33 | "textAlignment" "center" 34 | "font" "HudFontSmallest" 35 | "proportionaltoparent" "1" 36 | } 37 | } -------------------------------------------------------------------------------- /resource/ui/econ/notificationtoastcontainer.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/NotificationToastContainer.res" 2 | { 3 | "NotificationToastContainer" 4 | { 5 | "ControlName" "CNotificationToastControl" 6 | "fieldName" "NotificationToastContainer" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "1" 10 | "wide" "150" 11 | "tall" "50" 12 | "visible" "1" 13 | "enabled" "1" 14 | "bgcolor_override" "DarkGrey" 15 | "border" "CyanBorder" 16 | } 17 | 18 | "HelpTextLabel" 19 | { 20 | "ControlName" "CExLabel" 21 | "fieldName" "HelpTextLabel" 22 | "fgcolor" "RedSolid" 23 | "xpos" "5" 24 | "ypos" "0" 25 | "zpos" "2" 26 | "wide" "140" 27 | "tall" "38" 28 | "autoResize" "0" 29 | "pinCorner" "0" 30 | "visible" "1" 31 | "enabled" "1" 32 | "wrap" "1" 33 | "labelText" "" 34 | "textAlignment" "North" 35 | "font" "HudFontSmallest" 36 | "textinsetx" "2" 37 | "textinsety" "7" 38 | } 39 | } -------------------------------------------------------------------------------- /resource/ui/econ/questnotificationpanel_base.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/QuestNotificationPanel_base.res" 2 | { 3 | "QuestNotificationPanel" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "QuestNotificationPanel" 7 | "xpos" "0" 8 | "ypos" "100" 9 | "zpos" "2" 10 | "wide" "f0" 11 | "tall" "f0" 12 | "visible" "0" 13 | "proportionaltoparent" "1" 14 | "output_step" "50" 15 | 16 | "MainContainer" 17 | { 18 | "ControlName" "EditablePanel" 19 | "fieldName" "MainContainer" 20 | "xpos" "r0" 21 | "ypos" "0" 22 | "wide" "110" 23 | "tall" "20" 24 | "visible" "1" 25 | "proportionaltoparent" "1" 26 | "border" "NoBorder" //QuestStatusBorder 27 | "paintborder" "2" 28 | 29 | "ItemName" 30 | { 31 | "ControlName" "Label" 32 | "fieldName" "ItemName" 33 | "labeltext" "#QuestNotification_Incoming" 34 | "xpos" "0" 35 | "ypos" "cs-0.5" 36 | "wide" "f0" 37 | "tall" "18" 38 | "zpos" "4" 39 | "textinsetx" "5" 40 | "fgcolor_override" "255 255 255 255" //235 226 202 255 41 | "font" "AchievementTracker_Name" 42 | //"wrap" "1" 43 | "TextAlignment" "east" 44 | "proportionaltoparent" "1" 45 | } 46 | 47 | "CharacterImage" 48 | { 49 | "ControlName" "CTFImagePanel" 50 | "fieldName" "CharacterImage" 51 | "xpos" "3" 52 | "ypos" "cs-0.5" 53 | "zpos" "0" 54 | "wide" "o1" 55 | "tall" "p0.8" 56 | "visible" "1" 57 | "enabled" "1" 58 | "image" "animated/tf2_speaker_icon" 59 | "scaleImage" "1" 60 | "proportionaltoparent" "1" 61 | } 62 | } 63 | } 64 | } -------------------------------------------------------------------------------- /resource/ui/econ/store/v2/storehome_premium.res: -------------------------------------------------------------------------------- 1 | #base "StoreHome_Base.res" 2 | 3 | "Resource/UI/StoreHome_Premium.res" 4 | { 5 | "PremiumCallout" 6 | { 7 | "ControlName" "EditablePanel" 8 | "fieldName" "PremiumCallout" 9 | "xpos" "9999" 10 | } 11 | } -------------------------------------------------------------------------------- /resource/ui/flagstatus.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/FlagStatus.res" 2 | { 3 | "Arrow" 4 | { 5 | "ControlName" "CTFArrowPanel" 6 | "fieldName" "Arrow" 7 | "xpos" "55" 8 | "ypos" "21" 9 | "zpos" "1" 10 | "wide" "52" 11 | "tall" "52" 12 | "visible" "1" 13 | "enabled" "1" 14 | "scaleImage" "1" 15 | 16 | "if_mvm" 17 | { 18 | "ypos" "0" 19 | } 20 | } 21 | 22 | "Briefcase" 23 | { 24 | "ControlName" "CTFImagePanel" 25 | "fieldName" "Briefcase" 26 | "xpos" "68" 27 | "ypos" "34" 28 | "zpos" "2" 29 | "wide" "0" 30 | "tall" "0" 31 | "visible" "1" 32 | "enabled" "1" 33 | "image" "../hud/objectives_flagpanel_briefcase" 34 | "scaleImage" "1" 35 | 36 | "if_mvm" 37 | { 38 | "ypos" "14" 39 | "wide" "24" 40 | "tall" "24" 41 | } 42 | 43 | "if_specialdelivery" 44 | { 45 | "visible" "0" 46 | } 47 | } 48 | 49 | "StatusIcon" 50 | { 51 | "ControlName" "CTFImagePanel" 52 | "fieldName" "StatusIcon" 53 | "xpos" "65" 54 | "ypos" "31" 55 | "zpos" "3" 56 | "wide" "32" 57 | "tall" "32" 58 | "visible" "1" 59 | "enabled" "1" 60 | "image" "../hud/objectives_flagpanel_ico_flag_home" 61 | "scaleImage" "1" 62 | 63 | "if_mvm" 64 | { 65 | "visible" "0" 66 | } 67 | 68 | "if_specialdelivery" 69 | { 70 | "visible" "0" 71 | } 72 | } 73 | } -------------------------------------------------------------------------------- /resource/ui/freezepanelkillerhealth.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/FreezePanelKillerHealth.res" 2 | { 3 | "PlayerStatusHealthImage" 4 | { 5 | "ControlName" "ImagePanel" 6 | "fieldName" "PlayerStatusHealthImage" 7 | "wide" "0" 8 | "tall" "0" 9 | "visible" "1" 10 | "enabled" "1" 11 | } 12 | 13 | "PlayerStatusHealthImageBG" 14 | { 15 | "ControlName" "ImagePanel" 16 | "fieldName" "PlayerStatusHealthImageBG" 17 | "wide" "0" 18 | "tall" "0" 19 | "visible" "1" 20 | "enabled" "1" 21 | } 22 | 23 | "BuildingStatusHealthImageBG" 24 | { 25 | "ControlName" "ImagePanel" 26 | "fieldName" "BuildingStatusHealthImageBG" 27 | "wide" "0" 28 | "tall" "0" 29 | "visible" "1" 30 | "enabled" "1" 31 | } 32 | 33 | "PlayerStatusHealthBonusImage" 34 | { 35 | "ControlName" "ImagePanel" 36 | "fieldName" "PlayerStatusHealthBonusImage" 37 | "wide" "0" 38 | "tall" "0" 39 | "visible" "1" 40 | "enabled" "1" 41 | } 42 | 43 | "TargetHealthValue" 44 | { 45 | "ControlName" "CExLabel" 46 | "fieldName" "TargetHealthValue" 47 | "xpos" "3" 48 | "ypos" "3" 49 | "zpos" "5" 50 | "wide" "60" 51 | "tall" "26" 52 | "visible" "1" 53 | "enabled" "1" 54 | "textAlignment" "center" 55 | "font" "HudFontMediumSmall" 56 | "labeltext" "%Health%" 57 | } 58 | 59 | "TargetHealthShadow" 60 | { 61 | "ControlName" "CExLabel" 62 | "fieldName" "TargetHealthShadow" 63 | "xpos" "4" 64 | "ypos" "4" 65 | "zpos" "5" 66 | "wide" "60" 67 | "tall" "26" 68 | "visible" "1" 69 | "enabled" "1" 70 | "textAlignment" "center" 71 | "font" "HudFontMediumSmall" 72 | "fgcolor" "TransparentBlack" 73 | "labeltext" "%Health%" 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /resource/ui/healthiconpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HealthIconPanel.res" 2 | { 3 | "HealthIcon" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "HealthIcon" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "wide" "80" 10 | "tall" "48" 11 | "visible" "1" 12 | "enabled" "1" 13 | "TFFont" "HudFontSmall" 14 | "TextColor" "HudOffWhite" 15 | "autoResize" "1" 16 | } 17 | 18 | "SpectatorGUIHealth" 19 | { 20 | "ControlName" "EditablePanel" 21 | "fieldName" "SpectatorGUIHealth" 22 | "xpos" "0" 23 | "ypos" "0" 24 | "wide" "128" 25 | "tall" "128" 26 | "visible" "1" 27 | "enabled" "1" 28 | "TFFont" "HudFontSmall" 29 | "TextColor" "HudOffWhite" 30 | "autoResize" "1" 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /resource/ui/hudaccountpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudAccountPanel.res" 2 | { 3 | "CHudAccountPanel" 4 | { 5 | "delta_item_x" "8" 6 | "delta_item_start_y" "13" 7 | "delta_item_end_y" "30" 8 | "PositiveColor" "Heal Numbers" 9 | "NegativeColor" "Damage Numbers" 10 | "delta_lifetime" "1.25" 11 | "delta_item_font" "HudFontMedium" 12 | "delta_item_x_minmode" "18" 13 | "delta_item_start_y_minmode" "10" 14 | "delta_item_end_y_minmode" "25" 15 | "delta_item_font_minmode" "HudFontSmall" 16 | } 17 | 18 | "AccountBG" 19 | { 20 | "ControlName" "CTFImagePanel" 21 | "fieldName" "AccountBG" 22 | "xpos" "9999" 23 | "visible" "0" 24 | "enabled" "0" 25 | } 26 | 27 | "MetalIcon" 28 | { 29 | "ControlName" "CIconPanel" 30 | "fieldName" "MetalIcon" 31 | "xpos" "0" 32 | "ypos" "5" 33 | "zpos" "1" 34 | "wide" "10" 35 | "tall" "10" 36 | "visible" "1" 37 | "enabled" "1" 38 | "scaleImage" "1" 39 | "icon" "ico_metal" 40 | "iconColor" "TanLight" 41 | } 42 | 43 | "MetalIconShadow" 44 | { 45 | "ControlName" "CIconPanel" 46 | "fieldName" "MetalIconShadow" 47 | "xpos" "-2" 48 | "ypos" "-2" 49 | "zpos" "1" 50 | "wide" "10" 51 | "tall" "10" 52 | "visible" "1" 53 | "enabled" "1" 54 | "scaleImage" "1" 55 | "icon" "ico_metal" 56 | "iconColor" "TransparentBlack" 57 | "pin_to_sibling" "MetalIcon" 58 | } 59 | 60 | "AccountValue" 61 | { 62 | "ControlName" "CExLabel" 63 | "fieldName" "AccountValue" 64 | "xpos" "7" 65 | "ypos" "0" 66 | "zpos" "2" 67 | "wide" "50" 68 | "tall" "20" 69 | "autoResize" "1" 70 | "pinCorner" "2" 71 | "visible" "1" 72 | "enabled" "1" 73 | "tabPosition" "0" 74 | "labelText" "%metal%" 75 | "textAlignment" "center" 76 | "dulltext" "0" 77 | "brighttext" "0" 78 | "font" "Cerbetica28" 79 | "font_minmode" "Cerbetica16" 80 | } 81 | 82 | "AccountValueShadow" 83 | { 84 | "ControlName" "CExLabel" 85 | "fieldName" "AccountValueShadow" 86 | "xpos" "-2" 87 | "ypos" "-2" 88 | "xpos_minmode" "-1" 89 | "ypos_minmode" "-1" 90 | "zpos" "2" 91 | "wide" "50" 92 | "tall" "20" 93 | "autoResize" "1" 94 | "pinCorner" "2" 95 | "visible" "1" 96 | "enabled" "1" 97 | "tabPosition" "0" 98 | "labelText" "%metal%" 99 | "textAlignment" "center" 100 | "dulltext" "0" 101 | "brighttext" "0" 102 | "font" "Cerbetica28" 103 | "font_minmode" "Cerbetica16" 104 | "fgcolor" "TransparentBlack" 105 | "pin_to_sibling" "AccountValue" 106 | } 107 | } -------------------------------------------------------------------------------- /resource/ui/hudarenanotification.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudArenaNotification.res" 2 | { 3 | "HudArenaNotificationBG" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "HudArenaNotificationBG" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "-1" 10 | "wide" "280" 11 | "tall" "75" 12 | "visible" "1" 13 | "enabled" "1" 14 | "bgcolor_override" "TransparentBlack" 15 | "PaintBackgroundType" "2" 16 | "border" "CyanBorderThick" 17 | } 18 | 19 | "WarningLabel" 20 | { 21 | "ControlName" "Label" 22 | "fieldName" "WarningLabel" 23 | "font" "HudFontGiantBold" 24 | "xpos" "0" 25 | "ypos" "0" 26 | "zpos" "1" 27 | "wide" "50" 28 | "tall" "75" 29 | "autoResize" "0" 30 | "pinCorner" "0" 31 | "visible" "1" 32 | "enabled" "1" 33 | "wrap" "0" 34 | "labelText" "!" 35 | "textAlignment" "center" 36 | } 37 | 38 | "BalanceLabel" 39 | { 40 | "ControlName" "Label" 41 | "fieldName" "BalanceLabel" 42 | "font" "HudFontSmall" 43 | "xpos" "50" 44 | "ypos" "0" 45 | "zpos" "1" 46 | "wide" "230" 47 | "tall" "40" 48 | "autoResize" "0" 49 | "pinCorner" "0" 50 | "visible" "1" 51 | "enabled" "1" 52 | "wrap" "1" 53 | "labelText" "" 54 | "textAlignment" "west" 55 | } 56 | 57 | "BalanceLabelTip" 58 | { 59 | "ControlName" "Label" 60 | "fieldName" "BalanceLabelTip" 61 | "font" "HudFontSmall" 62 | "xpos" "50" 63 | "ypos" "30" 64 | "zpos" "1" 65 | "wide" "230" 66 | "tall" "35" 67 | "autoResize" "0" 68 | "pinCorner" "0" 69 | "visible" "1" 70 | "enabled" "1" 71 | "wrap" "1" 72 | "labelText" "%notificationtip%" 73 | "textAlignment" "west" 74 | } 75 | 76 | "SwitchImage" 77 | { 78 | "ControlName" "CTFImagePanel" 79 | "fieldName" "SwitchImage" 80 | "xpos" "25" 81 | "ypos" "0" 82 | "zpos" "1" 83 | "wide" "50" 84 | "tall" "50" 85 | "autoResize" "0" 86 | "pinCorner" "0" 87 | "visible" "0" 88 | "enabled" "1" 89 | "image" "../hud/ico_teambalance" 90 | "scaleImage" "1" 91 | } 92 | } -------------------------------------------------------------------------------- /resource/ui/hudarenateammenu_sc.res: -------------------------------------------------------------------------------- 1 | #base "ArenaTeamMenu.res" -------------------------------------------------------------------------------- /resource/ui/hudbosshealth.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudBossHealth.res" 2 | { 3 | "BorderImage" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "BorderImage" 7 | "xpos" "0" 8 | "ypos" "5" 9 | "zpos" "0" 10 | "wide" "200" 11 | "tall" "22" 12 | "visible" "1" 13 | "enabled" "1" 14 | "bgcolor_override" "TransparentBlack" 15 | "PaintBackgroundType" "2" 16 | } 17 | 18 | "HealthBarPanel" 19 | { 20 | "ControlName" "EditablePanel" 21 | "fieldName" "HealthBarPanel" 22 | "xpos" "15" 23 | "ypos" "9" 24 | "zpos" "1" 25 | "wide" "168" 26 | "tall" "13" 27 | "visible" "1" 28 | "enabled" "1" 29 | "PaintBackgroundType" "2" 30 | 31 | "BarImage" 32 | { 33 | "ControlName" "ImagePanel" 34 | "fieldName" "BarImage" 35 | "xpos" "0" 36 | "ypos" "0" 37 | "zpos" "5" 38 | "wide" "168" 39 | "tall" "18" 40 | "autoResize" "0" 41 | "pinCorner" "0" 42 | "visible" "1" 43 | "enabled" "1" 44 | "tabPosition" "0" 45 | "image" "../hud/halloween_bar" 46 | "scaleImage" "1" 47 | } 48 | } 49 | 50 | "StunMeter" 51 | { 52 | "ControlName" "ContinuousProgressBar" 53 | "fieldName" "StunMeter" 54 | "font" "Default" 55 | "xpos" "50" 56 | "ypos" "27" 57 | "zpos" "2" 58 | "wide" "100" 59 | "tall" "8" 60 | "autoResize" "0" 61 | "pinCorner" "0" 62 | "visible" "0" 63 | "enabled" "0" 64 | "textAlignment" "Left" 65 | "dulltext" "0" 66 | "brighttext" "0" 67 | "fgcolor_override" "255 255 0 255" 68 | "bgcolor_override" "50 0 0 255" 69 | } 70 | } -------------------------------------------------------------------------------- /resource/ui/hudcurrencyaccount.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudCurrencyAccount.res" 2 | { 3 | "Currency" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "Currency" 7 | "font" "Cerbetica18" 8 | "fgcolor" "CreditsGreen" 9 | "xpos" "45" 10 | "ypos" "0" 11 | "zpos" "3" 12 | "wide" "50" 13 | "tall" "20" 14 | "visible" "1" 15 | "enabled" "1" 16 | "textAlignment" "east" 17 | "labelText" "%currency%" 18 | } 19 | 20 | "CurrencyBG" 21 | { 22 | "ControlName" "EditablePanel" 23 | "fieldName" "CurrencyBG" 24 | "xpos" "0" 25 | "ypos" "0" 26 | "zpos" "0" 27 | "wide" "100" 28 | "tall" "20" 29 | "autoResize" "0" 30 | "pinCorner" "0" 31 | "visible" "1" 32 | "enabled" "1" 33 | "bgcolor_override" "TransparentBlack" 34 | "PaintBackgroundType" "2" 35 | } 36 | 37 | "CurrencyLabel" 38 | { 39 | "ControlName" "CExLabel" 40 | "fieldName" "CurrencyLabel" 41 | "font" "HudFontSmall" 42 | "xpos" "4" 43 | "ypos" "0" 44 | "zpos" "3" 45 | "wide" "50" 46 | "tall" "20" 47 | "visible" "1" 48 | "enabled" "1" 49 | "textAlignment" "west" 50 | "allcaps" "1" 51 | "fgcolor" "TanLight" 52 | "labelText" "#TF_PVE_Currency" 53 | } 54 | } -------------------------------------------------------------------------------- /resource/ui/huddamageaccount.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudDamageAccount.res" 2 | { 3 | "CDamageAccountPanel" 4 | { 5 | "fieldName" "CDamageAccountPanel" 6 | "text_x" "0" 7 | "text_y" "0" 8 | "delta_item_end_y" "0" 9 | "PositiveColor" "Heal Numbers" 10 | "NegativeColor" "Damage Numbers" 11 | "delta_lifetime" "2" 12 | "delta_item_font" "Cerbetica24Outline" 13 | "delta_item_font_big" "Cerbetica24Outline" 14 | } 15 | 16 | "DamageAccountValue" 17 | { 18 | "ControlName" "CExLabel" 19 | "fieldName" "DamageAccountValue" 20 | "xpos" "c108" 21 | "ypos" "288" 22 | "xpos_minmode" "c58" 23 | "ypos_minmode" "263" 24 | "zpos" "2" 25 | "wide" "100" 26 | "tall" "26" 27 | "visible" "1" 28 | "enabled" "1" 29 | "labelText" "%metal%" 30 | "textAlignment" "center" 31 | "font" "Cerbetica28" 32 | "font_minmode" "Cerbetica20" 33 | "fgcolor" "Damage Numbers" 34 | } 35 | 36 | "DamageAccountValueShadow" 37 | { 38 | "ControlName" "CExLabel" 39 | "fieldName" "DamageAccountValueShadow" 40 | "xpos" "-2" 41 | "ypos" "-2" 42 | "zpos" "1" 43 | "wide" "100" 44 | "tall" "26" 45 | "visible" "1" 46 | "enabled" "1" 47 | "labelText" "%metal%" 48 | "textAlignment" "center" 49 | "font" "Cerbetica28" 50 | "font_minmode" "Cerbetica20" 51 | "fgcolor" "TransparentBlack" 52 | "pin_to_sibling" "DamageAccountValue" 53 | } 54 | } -------------------------------------------------------------------------------- /resource/ui/huddemomancharge.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudDemomanCharge.res" 2 | { 3 | "ItemEffectMeterLabel" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "ItemEffectMeterLabel" 7 | "xpos" "c-60" 8 | "ypos" "c93" 9 | "xpos_minmode" "c-40" 10 | "ypos_minmode" "c55" 11 | "zpos" "3" 12 | "wide" "120" 13 | "wide_minmode" "80" 14 | "tall" "8" 15 | "visible" "1" 16 | "enabled" "0" 17 | "visible_minmode" "0" 18 | "enabled_minmode" "0" 19 | "labelText" "#TF_Charge" 20 | "textAlignment" "center" 21 | "font" "ItemFontAttribSmall" 22 | } 23 | 24 | "ChargeMeter" 25 | { 26 | "ControlName" "ContinuousProgressBar" 27 | "fieldName" "ChargeMeter" 28 | "font" "Default" 29 | "xpos" "0" 30 | "ypos" "0" 31 | "zpos" "2" 32 | "wide" "120" 33 | "wide_minmode" "80" 34 | "tall" "8" 35 | "tall_minmode" "5" 36 | "autoResize" "0" 37 | "pinCorner" "0" 38 | "visible" "1" 39 | "enabled" "1" 40 | "textAlignment" "center" 41 | "dulltext" "0" 42 | "brighttext" "0" 43 | "fgcolor_override" "White" 44 | "pin_to_sibling" "ItemEffectMeterLabel" 45 | } 46 | } -------------------------------------------------------------------------------- /resource/ui/hudhealthaccount.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudHealthAccount.res" 2 | { 3 | "CHealthAccountPanel" 4 | { 5 | "fieldName" "CHealthAccountPanel" 6 | "delta_item_x" "128" 7 | "delta_item_start_y" "65" 8 | "delta_item_end_y" "95" 9 | "PositiveColor" "Heal Numbers" 10 | "NegativeColor" "Damage Numbers" 11 | "delta_lifetime" "1.25" 12 | "delta_item_font" "HudFontMedium" 13 | "delta_item_x_minmode" "0" 14 | "delta_item_start_y_minmode" "60" 15 | "delta_item_end_y_minmode" "75" 16 | "delta_item_font_minmode" "HudFontSmall" 17 | } 18 | } -------------------------------------------------------------------------------- /resource/ui/hudinspectpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudInspectPanel.res" 2 | { 3 | "itempanel" 4 | { 5 | "ControlName" "CItemModelPanel" 6 | "fieldName" "itempanel" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "10" 10 | "wide" "190" 11 | "tall" "100" 12 | "visible" "0" 13 | "bgcolor_override" "TransparentBlack" 14 | "paintBackground" "1" 15 | "PaintBackgroundType" "2" 16 | "paintBorder" "0" 17 | 18 | "model_center_y" "1" 19 | "model_center_x" "1" 20 | "model_wide" "80" 21 | "model_tall" "50" 22 | "noitem_use_fullpanel" "0" 23 | 24 | "text_xpos" "10" 25 | "text_ypos" "10" 26 | "text_wide" "170" 27 | "text_center" "1" 28 | 29 | "max_text_height" "100" 30 | "padding_height" "10" 31 | "resize_to_text" "1" 32 | "text_forcesize" "2" 33 | 34 | "itemmodelpanel" 35 | { 36 | "fieldName" "itemmodelpanel" 37 | "use_item_rendertarget" "0" 38 | "useparentbg" "1" 39 | "inventory_image_type" "1" 40 | } 41 | 42 | "ItemLabel" 43 | { 44 | "ControlName" "Label" 45 | "fieldName" "ItemLabel" 46 | "font" "HudFontSmallest" 47 | "xpos" "10" 48 | "ypos" "3" 49 | "zpos" "1" 50 | "wide" "270" 51 | "tall" "15" 52 | "autoResize" "0" 53 | "pinCorner" "0" 54 | "visible" "1" 55 | "enabled" "1" 56 | "labelText" "#FreezePanel_Item" 57 | "textAlignment" "Left" 58 | "dulltext" "0" 59 | "brighttext" "0" 60 | } 61 | } 62 | } -------------------------------------------------------------------------------- /resource/ui/huditemattributetracker.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudAchievementTrackerItem.res" 2 | { 3 | "ItemAttributeTracker" 4 | { 5 | "fieldName" "ItemAttributeTracker" 6 | "visible" "1" 7 | "enabled" "1" 8 | "xpos" "0" 9 | "ypos" "0" 10 | "wide" "f0" 11 | "tall" "f0" 12 | "PaintBackgroundType" "0" 13 | 14 | "stats_buffer_width" "30" 15 | } 16 | 17 | "QuestsStatusContainer" 18 | { 19 | "ControlName" "EditablePanel" 20 | "fieldName" "QuestsStatusContainer" 21 | "xpos" "rs1-10" 22 | "ypos" "120" 23 | "wide" "110" 24 | "tall" "20" 25 | "proportionaltoparent" "1" 26 | 27 | "border" "NoBorder" 28 | "paintborder" "2" 29 | 30 | "Header" 31 | { 32 | "ControlName" "Label" 33 | "fieldName" "Header" 34 | "labeltext" "%header%" 35 | "xpos" "rs1" 36 | "ypos" "2" 37 | "wide" "500" 38 | "tall" "18" 39 | "zpos" "4" 40 | "textinsetx" "5" 41 | "use_proportional_insets" "1" 42 | "fgcolor_override" "255 255 255 255" 43 | "font" "AchievementTracker_Name" 44 | //"wrap" "1" 45 | "TextAlignment" "north-east" 46 | "proportionaltoparent" "1" 47 | } 48 | 49 | "CallToAction" 50 | { 51 | "ControlName" "CExLabel" 52 | "fieldName" "CallToAction" 53 | "labeltext" "%call_to_action%" 54 | "xpos" "rs1" 55 | "ypos" "11" 56 | "wide" "190" 57 | "tall" "f0" 58 | "zpos" "4" 59 | "textinsetx" "5" 60 | "use_proportional_insets" "1" 61 | "fgcolor_override" "255 255 255 255" 62 | "font" "QuestObjectiveTracker_Desc" 63 | //"wrap" "1" 64 | "TextAlignment" "north-east" 65 | "proportionaltoparent" "1" 66 | } 67 | 68 | "Image" 69 | { 70 | "ControlName" "CTFImagePanel" 71 | "fieldName" "Image" 72 | "xpos" "4" 73 | "ypos" "cs-0.5" 74 | "zpos" "0" 75 | "wide" "o1" 76 | "tall" "p0.8" 77 | "visible" "0" 78 | "enabled" "0" 79 | "image" "tf2_folder_icon" 80 | "scaleImage" "1" 81 | "proportionaltoparent" "1" 82 | } 83 | } 84 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudItemEffectMeter.res" 2 | { 3 | "HudItemEffectMeter" 4 | { 5 | "fieldName" "HudItemEffectMeter" 6 | "visible" "1" 7 | "enabled" "1" 8 | "xpos" "c-60" 9 | "ypos" "c103" 10 | "xpos_minmode" "c-50" 11 | "ypos_minmode" "c48" 12 | "wide" "120" 13 | "tall" "8" 14 | "MeterFG" "TanLight" 15 | "MeterBG" "Gray" 16 | } 17 | 18 | "ItemEffectMeterLabel" 19 | { 20 | "ControlName" "CExLabel" 21 | "fieldName" "ItemEffectMeterLabel" 22 | "xpos" "0" 23 | "ypos" "0" 24 | "zpos" "3" 25 | "wide" "120" 26 | "tall" "8" 27 | "autoResize" "0" 28 | "pinCorner" "0" 29 | "visible" "1" 30 | "enabled" "0" 31 | "visible_minmode" "0" 32 | "labelText" "#TF_Ball" 33 | "textAlignment" "center" 34 | "dulltext" "0" 35 | "brighttext" "0" 36 | "font" "ItemFontAttribSmall" 37 | } 38 | 39 | "ItemEffectMeter" 40 | { 41 | "ControlName" "ContinuousProgressBar" 42 | "fieldName" "ItemEffectMeter" 43 | "font" "Default" 44 | "xpos" "0" 45 | "ypos" "0" 46 | "zpos" "2" 47 | "wide" "120" 48 | "tall" "8" 49 | "wide_minmode" "100" 50 | "tall_minmode" "5" 51 | "autoResize" "0" 52 | "pinCorner" "0" 53 | "visible" "1" 54 | "enabled" "1" 55 | "textAlignment" "center" 56 | "dulltext" "0" 57 | "brighttext" "0" 58 | } 59 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_action.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_cleaver.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Cleaver.res" 4 | { 5 | "HudItemEffectMeter" 6 | { 7 | "ypos" "c93" 8 | "ypos_minmode" "c54" 9 | } 10 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_demoman.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudItemEffectMeter_Demoman.res" 2 | { 3 | HudItemEffectMeter 4 | { 5 | "fieldName" "HudItemEffectMeter" 6 | "visible" "1" 7 | "enabled" "1" 8 | "xpos" "c155" 9 | "ypos" "c120" 10 | "xpos_minmode" "c95" 11 | "ypos_minmode" "c75" 12 | "wide" "40" 13 | "tall" "40" 14 | "MeterFG" "TanLight" 15 | "MeterBG" "Gray" 16 | } 17 | 18 | "ItemEffectMeterLabel" 19 | { 20 | "ControlName" "CExLabel" 21 | "fieldName" "ItemEffectMeterLabel" 22 | "xpos" "0" 23 | "ypos" "0" 24 | "zpos" "2" 25 | "wide" "40" 26 | "tall" "10" 27 | "autoResize" "1" 28 | "pinCorner" "2" 29 | "visible" "1" 30 | "enabled" "1" 31 | "tabPosition" "0" 32 | "labelText" "#TF_Ball" 33 | "textAlignment" "center" 34 | "dulltext" "0" 35 | "brighttext" "0" 36 | "font" "ItemFontAttribLarge" 37 | "font_minmode" "Cerbetica10" 38 | } 39 | 40 | "ItemEffectMeter" 41 | { 42 | "ControlName" "ContinuousProgressBar" 43 | "fieldName" "ItemEffectMeter" 44 | "font" "Default" 45 | "xpos" "25" 46 | "ypos" "23" 47 | "zpos" "2" 48 | "wide" "40" 49 | "tall" "6" 50 | "autoResize" "0" 51 | "pinCorner" "0" 52 | "visible" "0" 53 | "enabled" "0" 54 | "textAlignment" "center" 55 | "dulltext" "0" 56 | "brighttext" "0" 57 | } 58 | 59 | "ItemEffectMeterCount" 60 | { 61 | "ControlName" "CExLabel" 62 | "fieldName" "ItemEffectMeterCount" 63 | "xpos" "0" 64 | "ypos" "10" 65 | "ypos_minmode" "8" 66 | "zpos" "2" 67 | "wide" "40" 68 | "tall" "20" 69 | "pinCorner" "2" 70 | "visible" "1" 71 | "enabled" "1" 72 | "tabPosition" "0" 73 | "labelText" "%progresscount%" 74 | "textAlignment" "center" 75 | "dulltext" "0" 76 | "brighttext" "0" 77 | "font" "Cerbetica28" 78 | "font_minmode" "Cerbetica16" 79 | } 80 | 81 | "ItemEffectMeterCountShadow" 82 | { 83 | "ControlName" "CExLabel" 84 | "fieldName" "ItemEffectMeterCountShadow" 85 | "xpos" "-2" 86 | "ypos" "-2" 87 | "xpos_minmode" "-1" 88 | "ypos_minmode" "-1" 89 | "zpos" "2" 90 | "wide" "40" 91 | "tall" "20" 92 | "pinCorner" "2" 93 | "visible" "1" 94 | "enabled" "1" 95 | "tabPosition" "0" 96 | "labelText" "%progresscount%" 97 | "textAlignment" "center" 98 | "dulltext" "0" 99 | "brighttext" "0" 100 | "font" "Cerbetica28" 101 | "font_minmode" "Cerbetica16" 102 | "fgcolor" "TransparentBlack" 103 | "pin_to_sibling" "ItemEffectMeterCount" 104 | } 105 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_engineer.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_heavy.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_cleaver.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_kartcharge.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Scout.res" 4 | { 5 | HudItemEffectMeter 6 | { 7 | "ypos" "c113" 8 | } 9 | 10 | "ItemEffectMeterLabel" 11 | { 12 | "labelText" "#TF_KART" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_killstreak.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Killstreak.res" 4 | { 5 | "HudItemEffectMeter" 6 | { 7 | "xpos" "c115" 8 | "xpos_minmode" "c65" 9 | } 10 | 11 | "ItemEffectMeterLabel" 12 | { 13 | "labelText" "#TF_KillStreak" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_organs.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_particlecannon.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_cleaver.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_pomson.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_cleaver.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_powerupbottle.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudItemEffectMeter_PowerupBottles.res" 2 | { 3 | "HudItemEffectMeter" 4 | { 5 | "fieldName" "HudItemEffectMeter" 6 | "visible" "1" 7 | "enabled" "1" 8 | "xpos" "r105" 9 | "ypos" "r66" 10 | "wide" "100" 11 | "tall" "60" 12 | "MeterFG" "White" 13 | "MeterBG" "Gray" 14 | } 15 | 16 | "PowerupBG" 17 | { 18 | "ControlName" "EditablePanel" 19 | "fieldName" "PowerupBG" 20 | "xpos" "0" 21 | "ypos" "0" 22 | "zpos" "0" 23 | "wide" "100" 24 | "tall" "20" 25 | "visible" "1" 26 | "enabled" "1" 27 | "bgcolor_override" "TransparentBlack" 28 | "PaintBackgroundType" "2" 29 | } 30 | 31 | "ItemEffectIcon" 32 | { 33 | "ControlName" "CTFImagePanel" 34 | "fieldName" "ItemEffectIcon" 35 | "xpos" "60" 36 | "ypos" "1" 37 | "zpos" "1" 38 | "wide" "18" 39 | "tall" "18" 40 | "visible" "1" 41 | "enabled" "1" 42 | "image" "../hud/ico_powerup_critboost_red" 43 | "scaleImage" "1" 44 | } 45 | 46 | "ItemEffectMeterLabel" 47 | { 48 | "ControlName" "CExLabel" 49 | "fieldName" "ItemEffectMeterLabel" 50 | "xpos" "9999" 51 | } 52 | 53 | "CanteenLabel" 54 | { 55 | "ControlName" "CExLabel" 56 | "fieldName" "CanteenLabel" 57 | "font" "HudFontSmall" 58 | "fgcolor" "TanLight" 59 | "xpos" "5" 60 | "ypos" "0" 61 | "zpos" "3" 62 | "wide" "60" 63 | "tall" "20" 64 | "visible" "1" 65 | "enabled" "1" 66 | "textAlignment" "west" 67 | "allcaps" "1" 68 | "labelText" "#TF_Spell_Athletic" 69 | } 70 | 71 | "ItemEffectMeter" 72 | { 73 | "ControlName" "ContinuousProgressBar" 74 | "fieldName" "ItemEffectMeter" 75 | "font" "Default" 76 | "xpos" "25" 77 | "ypos" "23" 78 | "zpos" "2" 79 | "wide" "40" 80 | "tall" "6" 81 | "autoResize" "0" 82 | "pinCorner" "0" 83 | "visible" "0" 84 | "enabled" "0" 85 | "textAlignment" "Left" 86 | "dulltext" "0" 87 | "brighttext" "0" 88 | } 89 | 90 | "ItemEffectMeterCount" 91 | { 92 | "ControlName" "CExLabel" 93 | "fieldName" "ItemEffectMeterCount" 94 | "xpos" "54" 95 | "ypos" "1" 96 | "zpos" "2" 97 | "wide" "40" 98 | "tall" "20" 99 | "pinCorner" "2" 100 | "visible" "1" 101 | "enabled" "1" 102 | "tabPosition" "0" 103 | "labelText" "%progresscount%" 104 | "textAlignment" "east" 105 | "dulltext" "0" 106 | "brighttext" "0" 107 | "font" "Cerbetica18" 108 | } 109 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_pyro.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_cleaver.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_raygun.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_sapper.res: -------------------------------------------------------------------------------- 1 | #base "HudItemEffectMeter_SodaPopper.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_scout.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_cleaver.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_sniper.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_sniperfocus.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_cleaver.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_sodapopper.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_SodaPopper.res" 4 | { 5 | "HudItemEffectMeter" 6 | { 7 | "ypos" "c83" 8 | "ypos_minmode" "c60" 9 | } 10 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_spy.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_spyknife.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_cleaver.res" -------------------------------------------------------------------------------- /resource/ui/hudkillstreaknotice.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudKillStreakNotice.res" 2 | { 3 | "Background" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "Background" 7 | "xpos" "c-250" 8 | "ypos" "110" 9 | "zpos" "0" 10 | "wide" "500" 11 | "tall" "50" 12 | "autoResize" "0" 13 | "visible" "1" 14 | "enabled" "1" 15 | "bgcolor_override" "TransparentBlack" 16 | "PaintBackgroundType" "2" 17 | } 18 | 19 | "SplashLabel" 20 | { 21 | "ControlName" "CExLabel" 22 | "fieldName" "SplashLabel" 23 | "xpos" "c-250" 24 | "ypos" "70" 25 | "zpos" "2" 26 | "wide" "500" 27 | "tall" "50" 28 | "autoResize" "0" 29 | "fgcolor" "TanLight" 30 | "font_override" "ScoreboardSmall" 31 | "labelText" "" 32 | "textAlignment" "center" 33 | } 34 | } -------------------------------------------------------------------------------- /resource/ui/hudmenutauntselection_sc.res: -------------------------------------------------------------------------------- 1 | #base "HudMenuTauntSelection.res" -------------------------------------------------------------------------------- /resource/ui/hudobjectivearenahybrid.res: -------------------------------------------------------------------------------- 1 | #base "HudObjectivePlayerDestruction.res" -------------------------------------------------------------------------------- /resource/ui/hudpowerupeffectmeter.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter.res" 2 | 3 | "Resource/UI/HudItemEffectMeter.res" 4 | { 5 | "HudItemEffectMeter" 6 | { 7 | "ypos" "c130" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/hudrocketpack.res: -------------------------------------------------------------------------------- 1 | #base "HudItemEffectMeter.res" 2 | 3 | "Resource/UI/HudRocketPack.res" 4 | { 5 | "HudItemEffectMeter" 6 | { 7 | "tall" "50" 8 | } 9 | 10 | "ItemEffectMeterBG" 11 | { 12 | "ControlName" "CTFImagePanel" 13 | "fieldName" "ItemEffectMeterBG" 14 | "xpos" "9999" 15 | } 16 | 17 | "ItemEffectIcon" 18 | { 19 | "ControlName" "CTFImagePanel" 20 | "fieldName" "ItemEffectIcon" 21 | "xpos" "44" 22 | "ypos" "10" 23 | "zpos" "2" 24 | "wide" "32" 25 | "tall" "32" 26 | "visible" "1" 27 | "enabled" "1" 28 | "image" "../hud/pyro_jetpack_off2" 29 | "scaleImage" "1" 30 | "visible_minmode" "0" 31 | } 32 | 33 | "ItemEffectMeterLabel" 34 | { 35 | "visible" "0" 36 | "labelText" "#TF_RocketPack_Disabled" 37 | } 38 | 39 | "ItemEffectMeter" 40 | { 41 | "wide" "60" 42 | "wide_minmode" "50" 43 | } 44 | 45 | "ItemEffectMeter2" 46 | { 47 | "ControlName" "ContinuousProgressBar" 48 | "fieldName" "ItemEffectMeter2" 49 | "xpos" "60" 50 | "xpos_minmode" "51" 51 | "ypos" "0" 52 | "zpos" "2" 53 | "wide" "60" 54 | "tall" "8" 55 | "wide_minmode" "50" 56 | "tall_minmode" "5" 57 | "autoResize" "0" 58 | "pinCorner" "0" 59 | "visible" "1" 60 | "enabled" "1" 61 | "textAlignment" "center" 62 | "dulltext" "0" 63 | "brighttext" "0" 64 | } 65 | } -------------------------------------------------------------------------------- /resource/ui/hudroundcounter.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudRoundCounter.res" 2 | { 3 | "RoundCounter" 4 | { 5 | "fieldName" "RoundCounter" 6 | "xpos" "cs-0.5" 7 | "ypos" "-2" 8 | "zpos" "2" 9 | "wide" "300" 10 | "tall" "25" 11 | "visible" "1" 12 | "enabled" "1" 13 | "proportionaltoparent" "1" 14 | "starting_width" "20" 15 | "width_per_round" "24" 16 | "indicator_max_wide" "20" 17 | "indicator_start_offset" "4" 18 | 19 | "RoundIndicatorPanel_kv" 20 | { 21 | "ypos" "4" 22 | "wide" "3" 23 | "tall" "3" 24 | "zpos" "7" 25 | "image" "../hud/comp_round_counter_dot_bg" 26 | "scaleimage" "1" 27 | } 28 | 29 | "RoundWinPanelRed_kv" 30 | { 31 | "ypos" "-3" 32 | "wide" "15" 33 | "tall" "15" 34 | "zpos" "8" 35 | "image" "../hud/comp_round_counter_light_red" 36 | "scaleimage" "1" 37 | } 38 | 39 | "RoundWinPanelBlue_kv" 40 | { 41 | "ypos" "-3" 42 | "wide" "15" 43 | "tall" "15" 44 | "zpos" "8" 45 | "image" "../hud/comp_round_counter_light_blue" 46 | "scaleimage" "1" 47 | } 48 | } 49 | 50 | "Background" 51 | { 52 | "ControlName" "ImagePanel" 53 | "fieldName" "Background" 54 | "xpos" "cs-0.5" 55 | "ypos" "0" 56 | "zpos" "5" 57 | "wide" "115" 58 | "tall" "0" 59 | "image" "../hud/comp_round_timer" 60 | "scaleimage" "1" 61 | "backgroundtype" "2" 62 | "proportionaltoparent" "1" 63 | } 64 | 65 | "BlueTeamBackground" 66 | { 67 | "ControlName" "ImagePanel" 68 | "fieldName" "BlueTeamBackground" 69 | "xpos" "c-25" 70 | "ypos" "0" 71 | "wide" "25" 72 | "tall" "10" 73 | "visible" "1" 74 | "enabled" "1" 75 | "fillcolor" "Blue" 76 | "proportionaltoparent" "1" 77 | } 78 | 79 | "RedTeamBackground" 80 | { 81 | "ControlName" "ImagePanel" 82 | "fieldName" "RedTeamBackground" 83 | "xpos" "c0" 84 | "ypos" "0" 85 | "wide" "25" 86 | "tall" "10" 87 | "visible" "1" 88 | "enabled" "1" 89 | "fillcolor" "Red" 90 | "proportionaltoparent" "1" 91 | } 92 | 93 | "TimerBG" 94 | { 95 | "ControlName" "ImagePanel" 96 | "fieldName" "TimerBG" 97 | "xpos" "c-25" 98 | "ypos" "10" 99 | "wide" "50" 100 | "tall" "15" 101 | "visible" "1" 102 | "enabled" "1" 103 | "fillcolor" "TransparentBlack" 104 | "proportionaltoparent" "1" 105 | } 106 | } -------------------------------------------------------------------------------- /resource/ui/hudspellselection.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudSpellSelection.res" 2 | { 3 | "ItemEffectMeterBG" 4 | { 5 | "ControlName" "CTFImagePanel" 6 | "fieldName" "ItemEffectMeterBG" 7 | "xpos" "9999" 8 | } 9 | 10 | "Spellbook" 11 | { 12 | "ControlName" "CTFImagePanel" 13 | "fieldName" "Spellbook" 14 | "xpos" "9999" 15 | } 16 | 17 | "SpellIcon" 18 | { 19 | "ControlName" "ImagePanel" 20 | "fieldName" "SpellIcon" 21 | "xpos" "20" 22 | "ypos" "0" 23 | "zpos" "7" 24 | "wide" "20" 25 | "tall" "20" 26 | "wide_minmode" "15" 27 | "tall_minmode" "15" 28 | "visible" "1" 29 | "enabled" "1" 30 | "scaleImage" "1" 31 | "image" "../signs/death_wheel_whammy" 32 | "fgcolor" "TanDark" 33 | } 34 | 35 | "ActionText" 36 | { 37 | "ControlName" "CExLabel" 38 | "fieldName" "ActionText" 39 | "font" "QuestObjectiveTracker_Desc" 40 | "labelText" "%actiontext%" 41 | "textAlignment" "center" 42 | "xpos" "0" 43 | "ypos" "20" 44 | "wide" "40" 45 | "tall" "10" 46 | "fgcolor" "TanLight" 47 | "visible" "1" 48 | } 49 | 50 | "SpellText" 51 | { 52 | "ControlName" "CExLabel" 53 | "fieldName" "SpellText" 54 | "xpos" "9999" 55 | } 56 | 57 | "CountText" 58 | { 59 | "ControlName" "CExLabel" 60 | "fieldName" "CountText" 61 | "font" "Cerbetica28" 62 | "font_minmode" "Cerbetica16" 63 | "labelText" "%counttext%" 64 | "textAlignment" "center" 65 | "xpos" "0" 66 | "ypos" "0" 67 | "zpos" "1" 68 | "wide" "20" 69 | "tall" "20" 70 | "tall_minmode" "15" 71 | "fgcolor" "TanLight" 72 | "pin_to_sibling" "SpellIcon" 73 | "pin_corner_to_sibling" "PIN_TOPRIGHT" 74 | "pin_to_sibling_corner" "PIN_TOPLEFT" 75 | } 76 | 77 | "CountTextShadow" 78 | { 79 | "ControlName" "CExLabel" 80 | "fieldName" "CountTextShadow" 81 | "font" "Cerbetica28" 82 | "font_minmode" "Cerbetica16" 83 | "labelText" "%counttext%" 84 | "textAlignment" "center" 85 | "xpos" "-2" 86 | "ypos" "-2" 87 | "wide" "20" 88 | "tall" "20" 89 | "tall_minmode" "15" 90 | "fgcolor" "TransparentBlack" 91 | "pin_to_sibling" "CountText" 92 | } 93 | } -------------------------------------------------------------------------------- /resource/ui/hudstopwatch.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudStopWatch.res" 2 | { 3 | "HudStopWatchBG" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "HudStopWatchBG" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "0" 10 | "wide" "90" 11 | "tall" "15" 12 | "visible" "1" 13 | "enabled" "1" 14 | "bgcolor_override" "TransparentBlack" 15 | "PaintBackgroundType" "2" 16 | } 17 | 18 | "StopWatchImageCaptureTime" 19 | { 20 | "ControlName" "ImagePanel" 21 | "fieldName" "StopWatchImageCaptureTime" 22 | "xpos" "9999" 23 | } 24 | 25 | "ObjectiveStatusTimePanel" 26 | { 27 | "ControlName" "EditablePanel" 28 | "fieldName" "ObjectiveStatusTimePanel" 29 | "xpos" "60" 30 | "ypos" "0" 31 | "zpos" "1" 32 | "wide" "25" 33 | "tall" "15" 34 | "visible" "1" 35 | "enabled" "1" 36 | 37 | "TimePanelBG" 38 | { 39 | "ControlName" "ImagePanel" 40 | "fieldName" "TimePanelBG" 41 | "tall" "0" 42 | "visible" "0" 43 | } 44 | 45 | "TimePanelValue" 46 | { 47 | "ControlName" "CExLabel" 48 | "fieldName" "TimePanelValue" 49 | "font" "HudFontSmallest" 50 | "fgcolor" "TanLight" 51 | "xpos" "0" 52 | "ypos" "0" 53 | "zpos" "1" 54 | "wide" "25" 55 | "tall" "15" 56 | "visible" "1" 57 | "enabled" "1" 58 | "textAlignment" "center" 59 | } 60 | } 61 | 62 | "StopWatchScoreToBeat" 63 | { 64 | "ControlName" "CExLabel" 65 | "fieldName" "StopWatchScoreToBeat" 66 | "font" "HudFontSmallest" 67 | "labelText" "%scoretobeat%" 68 | "textAlignment" "center" 69 | "xpos" "5" 70 | "ypos" "0" 71 | "zpos" "1" 72 | "wide" "15" 73 | "tall" "15" 74 | "autoResize" "0" 75 | "pinCorner" "0" 76 | "visible" "0" 77 | "enabled" "1" 78 | } 79 | 80 | "StopWatchPointsLabel" 81 | { 82 | "ControlName" "CExLabel" 83 | "fieldName" "StopWatchPointsLabel" 84 | "font" "HudFontSmallest" 85 | "labelText" "points in" 86 | "textAlignment" "center" 87 | "xpos" "20" 88 | "ypos" "0" 89 | "zpos" "1" 90 | "wide" "40" 91 | "tall" "15" 92 | "autoResize" "0" 93 | "pinCorner" "0" 94 | "visible" "1" 95 | "enabled" "1" 96 | "wrap" "0" 97 | } 98 | 99 | "StopWatchLabel" 100 | { 101 | "ControlName" "CExLabel" 102 | "fieldName" "StopWatchLabel" 103 | "font" "Cerbetica10" 104 | "labelText" "%stopwatchlabel%" 105 | "textAlignment" "center" 106 | "xpos" "0" 107 | "ypos" "0" 108 | "zpos" "1" 109 | "wide" "90" 110 | "tall" "15" 111 | "autoResize" "0" 112 | "pinCorner" "0" 113 | "visible" "0" 114 | "enabled" "1" 115 | "wrap" "0" 116 | } 117 | 118 | "HudStopWatchDescriptionBG" 119 | { 120 | "ControlName" "ScalableImagePanel" 121 | "fieldName" "HudStopWatchDescriptionBG" 122 | "xpos" "9999" 123 | } 124 | 125 | "StopWatchDescriptionLabel" 126 | { 127 | "ControlName" "CExLabel" 128 | "fieldName" "StopWatchDescriptionLabel" 129 | "xpos" "9999" 130 | } 131 | } -------------------------------------------------------------------------------- /resource/ui/hudteamswitch.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudTeamSwitch.res" 2 | { 3 | "HudTeamSwitchBG" 4 | { 5 | "ControlName" "CTFImagePanel" 6 | "fieldName" "HudTeamSwitchBG" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "-1" 10 | "wide" "246" 11 | "tall" "31" 12 | "autoResize" "0" 13 | "pinCorner" "0" 14 | "visible" "1" 15 | "enabled" "1" 16 | "image" "../hud/death_panel_blue_bg" 17 | "scaleImage" "1" 18 | "teambg_2" "../hud/death_panel_red_bg" 19 | "teambg_3" "../hud/death_panel_blue_bg" 20 | "paintborder" "1" 21 | "border" "NoBorder" 22 | "src_corner_height" "23" 23 | "src_corner_width" "23" 24 | "draw_corner_width" "0" 25 | "draw_corner_height" "0" 26 | } 27 | "SwitchLabel" 28 | { 29 | "ControlName" "Label" 30 | "fieldName" "SwitchLabel" 31 | "font" "HudFontSmallest" 32 | "xpos" "31" 33 | "ypos" "3" 34 | "zpos" "1" 35 | "wide" "212" 36 | "tall" "10" 37 | "autoResize" "0" 38 | "pinCorner" "0" 39 | "visible" "1" 40 | "enabled" "1" 41 | "wrap" "1" 42 | "labelText" "#TF_teambalanced" 43 | "textAlignment" "North" 44 | "fgcolor_override" "TanLight" 45 | "textinsetx" "5" 46 | } 47 | "BalanceLabel" 48 | { 49 | "ControlName" "Label" 50 | "fieldName" "BalanceLabel" 51 | "font" "HudFontSmallest" 52 | "xpos" "31" 53 | "ypos" "13" 54 | "zpos" "1" 55 | "wide" "212" 56 | "tall" "40" 57 | "autoResize" "0" 58 | "pinCorner" "0" 59 | "visible" "1" 60 | "enabled" "1" 61 | "wrap" "1" 62 | "labelText" "" 63 | "textAlignment" "North" 64 | "fgcolor_override" "TanLight" 65 | "textinsetx" "5" 66 | } 67 | "SwitchImage" 68 | { 69 | "ControlName" "CTFImagePanel" 70 | "fieldName" "SwitchImage" 71 | "xpos" "3" 72 | "ypos" "3" 73 | "zpos" "1" 74 | "wide" "25" 75 | "tall" "25" 76 | "autoResize" "0" 77 | "pinCorner" "0" 78 | "visible" "1" 79 | "enabled" "1" 80 | "image" "../hud/ico_teambalance" 81 | "scaleImage" "1" 82 | } 83 | } -------------------------------------------------------------------------------- /resource/ui/hudtraining.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudTraining.res" 2 | { 3 | "ObjectiveStatusTraining" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "ObjectiveStatusTraining" 7 | "xpos" "c-160" 8 | "ypos" "r108" 9 | "zpos" "1" 10 | "wide" "320" 11 | "tall" "100" 12 | "visible" "1" 13 | "enabled" "1" 14 | } 15 | 16 | "GoalLabel" 17 | { 18 | "ControlName" "CExLabel" 19 | "fieldName" "GoalLabel" 20 | "fgcolor" "TanLight" 21 | "xpos" "20" 22 | "ypos" "5" 23 | "zpos" "4" 24 | "wide" "300" 25 | "tall" "20" 26 | "autoResize" "0" 27 | "pinCorner" "0" 28 | "visible" "1" 29 | "enabled" "1" 30 | "wrap" "1" 31 | "labelText" "%goal%" 32 | "font" "HudFontMediumSmall" 33 | "textAlignment" "North" 34 | } 35 | 36 | "GoalLabelShadow" 37 | { 38 | "ControlName" "CExLabel" 39 | "fieldName" "GoalLabelShadow" 40 | "fgcolor" "TransparentBlack" 41 | "xpos" "-1" 42 | "ypos" "-1" 43 | "zpos" "3" 44 | "wide" "300" 45 | "tall" "20" 46 | "autoResize" "0" 47 | "pinCorner" "0" 48 | "visible" "0" 49 | "enabled" "0" 50 | "wrap" "1" 51 | "labelText" "%goal%" 52 | "font" "HudFontMediumSmall" 53 | "textAlignment" "North" 54 | 55 | "pin_to_sibling" "GoalLabel" 56 | "pin_corner_to_sibling" "PIN_TOPLEFT" 57 | "pin_to_sibling_corner" "PIN_TOPLEFT" 58 | } 59 | 60 | "MsgLabel" 61 | { 62 | "ControlName" "CExRichText" 63 | "fieldName" "MsgLabel" 64 | "fgcolor" "TanLight" 65 | "xpos" "20" 66 | "ypos" "25" 67 | "zpos" "3" 68 | "wide" "280" 69 | "tall" "60" 70 | "autoResize" "0" 71 | "pinCorner" "0" 72 | "visible" "1" 73 | "enabled" "1" 74 | "wrap" "1" 75 | "labelText" "" 76 | "textAlignment" "North" 77 | "font" "HudFontSmall" 78 | } 79 | 80 | "PressSpacebarToContinue" 81 | { 82 | "ControlName" "CExLabel" 83 | "fieldName" "PressSpacebarToContinue" 84 | "fgcolor" "TanLight" 85 | "xpos" "20" 86 | "ypos" "80" 87 | "zpos" "3" 88 | "wide" "280" 89 | "tall" "15" 90 | "autoResize" "0" 91 | "pinCorner" "0" 92 | "visible" "0" 93 | "enabled" "1" 94 | "wrap" "1" 95 | "labelText" "#TF_Training_SpaceToContinue" 96 | "textAlignment" "North" 97 | "font" "HudFontSmallest" 98 | } 99 | 100 | "HudTrainingMsgBG" 101 | { 102 | "ControlName" "EditablePanel" 103 | "fieldName" "HudTrainingMsgBG" 104 | "xpos" "-5" 105 | "ypos" "-25" 106 | "zpos" "2" 107 | "wide" "330" 108 | "tall" "205" 109 | "visible" "1" 110 | "enabled" "1" 111 | "bgcolor_override" "TransparentBlack" 112 | "PaintBackgroundType" "2" 113 | } 114 | } -------------------------------------------------------------------------------- /resource/ui/hudweaponselection.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudWeaponSelection.res" 2 | { 3 | "modelpanel0" 4 | { 5 | "ControlName" "CItemModelPanel" 6 | "fieldName" "modelpanel0" 7 | "bgcolor_override" "Transparent" 8 | "PaintBackgroundType" "2" 9 | "paintborder" "1" 10 | "name_only" "1" 11 | "model_ypos" "0" 12 | "standard_text_color" "1" 13 | 14 | "itemmodelpanel" 15 | { 16 | "use_item_rendertarget" "0" 17 | "inventory_image_type" "1" 18 | "allow_rot" "0" 19 | } 20 | } 21 | "modelpanel1" 22 | { 23 | "ControlName" "CItemModelPanel" 24 | "fieldName" "modelpanel1" 25 | "bgcolor_override" "Transparent" 26 | "PaintBackgroundType" "2" 27 | "paintborder" "1" 28 | "name_only" "1" 29 | "model_ypos" "0" 30 | "standard_text_color" "1" 31 | 32 | "itemmodelpanel" 33 | { 34 | "use_item_rendertarget" "0" 35 | "inventory_image_type" "1" 36 | "allow_rot" "0" 37 | } 38 | } 39 | "modelpanel2" 40 | { 41 | "ControlName" "CItemModelPanel" 42 | "fieldName" "modelpanel2" 43 | "bgcolor_override" "Transparent" 44 | "PaintBackgroundType" "2" 45 | "paintborder" "1" 46 | "name_only" "1" 47 | "model_ypos" "0" 48 | "standard_text_color" "1" 49 | 50 | "itemmodelpanel" 51 | { 52 | "use_item_rendertarget" "0" 53 | "inventory_image_type" "1" 54 | "allow_rot" "0" 55 | } 56 | } 57 | "modelpanel3" 58 | { 59 | "ControlName" "CItemModelPanel" 60 | "fieldName" "modelpanel3" 61 | "bgcolor_override" "Transparent" 62 | "PaintBackgroundType" "2" 63 | "paintborder" "1" 64 | "name_only" "1" 65 | "model_ypos" "0" 66 | "standard_text_color" "1" 67 | 68 | "itemmodelpanel" 69 | { 70 | "use_item_rendertarget" "0" 71 | "inventory_image_type" "1" 72 | "allow_rot" "0" 73 | } 74 | } 75 | "modelpanel4" 76 | { 77 | "ControlName" "CItemModelPanel" 78 | "fieldName" "modelpanel4" 79 | "bgcolor_override" "Transparent" 80 | "PaintBackgroundType" "2" 81 | "paintborder" "1" 82 | "name_only" "1" 83 | "model_ypos" "0" 84 | "standard_text_color" "1" 85 | 86 | "itemmodelpanel" 87 | { 88 | "use_item_rendertarget" "0" 89 | "inventory_image_type" "1" 90 | "allow_rot" "0" 91 | } 92 | } 93 | "modelpanel5" 94 | { 95 | "ControlName" "CItemModelPanel" 96 | "fieldName" "modelpanel5" 97 | "bgcolor_override" "Transparent" 98 | "PaintBackgroundType" "2" 99 | "paintborder" "1" 100 | "name_only" "1" 101 | "model_ypos" "0" 102 | "standard_text_color" "1" 103 | 104 | "itemmodelpanel" 105 | { 106 | "use_item_rendertarget" "0" 107 | "inventory_image_type" "1" 108 | "allow_rot" "0" 109 | } 110 | } 111 | } -------------------------------------------------------------------------------- /resource/ui/intromenu_sc.res: -------------------------------------------------------------------------------- 1 | #base "IntroMenu.res" 2 | 3 | "Resource/UI/IntroMenu_sc.res" 4 | { 5 | "Footer" [$X360] 6 | { 7 | "ControlName" "CTFFooter" 8 | "fieldName" "Footer" 9 | "zpos" "6" 10 | "tall" "80" 11 | "button_separator" "10" 12 | "button_separator_lodef" "5" 13 | "buttongap" "50" 14 | "textadjust" "3" 15 | "buttonoffsety" "20" 16 | "buttonoffsety_hidef" "0" 17 | "buttonoffsety_lodef" "18" 18 | "fonttext" "MatchmakingDialogMenuLarge" 19 | "fonttext_lodef" "MatchmakingDialogMenuSmall" 20 | "fgcolor" "HudOffWhite" 21 | 22 | "button" 23 | { 24 | "name" "intro" 25 | "text" "#GameUI_Back" 26 | "icon" "#GameUI_Icons_B_BUTTON" 27 | } 28 | 29 | "button" 30 | { 31 | "name" "continue" 32 | "text" "#Button_SkipIntro_360" 33 | "icon" "#GameUI_Icons_A_BUTTON" 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /resource/ui/loadoutpresetpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/LoadoutPresetPanel.res" 2 | { 3 | "loadout_preset_panel" 4 | { 5 | "ControlName" "CLoadoutPresetPanel" 6 | "fieldName" "loadout_preset_panel" 7 | 8 | "presetbutton_kv" 9 | { 10 | "zpos" "20" 11 | "wide" "25" 12 | "tall" "25" 13 | "autoResize" "0" 14 | "pinCorner" "0" 15 | "visible" "0" 16 | "enabled" "1" 17 | "tabPosition" "0" 18 | "font" "Cerbetica24" 19 | "textAlignment" "center" 20 | "textinsetx" "0" 21 | "dulltext" "0" 22 | "brighttext" "0" 23 | "Command" "" 24 | "sound_depressed" "UI/buttonclick.wav" 25 | "sound_released" "UI/buttonclickrelease.wav" 26 | "centerwrap" "1" 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /resource/ui/mapinfomenu_sc.res: -------------------------------------------------------------------------------- 1 | #base "MapInfoMenu.res" 2 | 3 | "Resource/UI/MapInfoMenu_sc.res" 4 | { 5 | "MapInfoContinueHintIcon" [$WIN32] 6 | { 7 | "ControlName" "CSCHintIcon" 8 | "fieldName" "MapInfoContinueHintIcon" 9 | "xpos" "-5" 10 | "ypos" "0" 11 | "zpos" "7" 12 | "wide" "25" 13 | "tall" "40" 14 | "autoResize" "0" 15 | "pinCorner" "2" 16 | "visible" "1" 17 | "enabled" "1" 18 | "textAlignment" "Left" 19 | "dulltext" "0" 20 | "brighttext" "0" 21 | "actionSet" "InGameHUDControls" 22 | "actionName" "menu_select" 23 | "pin_to_sibling" "MapInfoContinue" 24 | } 25 | 26 | "MapInfoIntroHintIcon" [$WIN32] 27 | { 28 | "ControlName" "CSCHintIcon" 29 | "fieldName" "MapInfoIntroHintIcon" 30 | "xpos" "-5" 31 | "ypos" "0" 32 | "zpos" "7" 33 | "wide" "25" 34 | "tall" "40" 35 | "autoResize" "0" 36 | "pinCorner" "2" 37 | "visible" "1" 38 | "enabled" "1" 39 | "labelText" "Y" 40 | "textAlignment" "Left" 41 | "dulltext" "0" 42 | "brighttext" "0" 43 | "actionSet" "InGameHUDControls" 44 | "actionName" "menu_toggle_function" 45 | "pin_to_sibling" "MapInfoWatchIntro" 46 | } 47 | 48 | "MapInfoBackHintIcon" [$WIN32] 49 | { 50 | "ControlName" "CSCHintIcon" 51 | "fieldName" "MapInfoBackHintIcon" 52 | "xpos" "-5" 53 | "ypos" "0" 54 | "zpos" "7" 55 | "wide" "25" 56 | "tall" "40" 57 | "autoResize" "0" 58 | "pinCorner" "2" 59 | "visible" "1" 60 | "enabled" "1" 61 | "textAlignment" "Left" 62 | "dulltext" "0" 63 | "brighttext" "0" 64 | "actionSet" "InGameHUDControls" 65 | "actionName" "menu_cancel" 66 | "pin_to_sibling" "MapInfoBack" 67 | } 68 | 69 | "Footer" [$X360] 70 | { 71 | "ControlName" "CTFFooter" 72 | "fieldName" "Footer" 73 | "zpos" "6" 74 | "tall" "80" 75 | "button_separator" "10" 76 | "button_separator_lodef" "5" 77 | "buttongap" "50" 78 | "textadjust" "3" 79 | "buttonoffsety" "20" 80 | "buttonoffsety_hidef" "0" 81 | "buttonoffsety_lodef" "18" 82 | "fonttext" "MatchmakingDialogMenuLarge" 83 | "fonttext_lodef" "MatchmakingDialogMenuSmall" 84 | "fgcolor" "HudOffWhite" 85 | 86 | "button" 87 | { 88 | "name" "intro" 89 | "text" "#TF_WatchIntro_360" 90 | "icon" "#GameUI_Icons_Y_BUTTON" 91 | } 92 | 93 | "button" 94 | { 95 | "name" "continue" 96 | "text" "#TF_Continue_360" 97 | "icon" "#GameUI_Icons_A_BUTTON" 98 | } 99 | } 100 | } -------------------------------------------------------------------------------- /resource/ui/matchmakingdashboardcasualcriteria.res: -------------------------------------------------------------------------------- 1 | #base "MatchMakingDashboardSidePanel.res" 2 | 3 | "Resource/UI/MatchMakingDashboardCasualCriteria.res" 4 | { 5 | "CasualCriteria" 6 | { 7 | "fieldName" "CasualCriteria" 8 | "xpos" "r0" 9 | "ypos" "10" 10 | "zpos" "1002" 11 | "wide" "270" 12 | "tall" "f70" 13 | "visible" "1" 14 | "proportionaltoparent" "1" 15 | } 16 | 17 | "Title" 18 | { 19 | "ControlName" "Label" 20 | "fieldName" "Title" 21 | "xpos" "0" 22 | "ypos" "25" 23 | "zpos" "99" 24 | "wide" "f0" 25 | "tall" "20" 26 | "proportionaltoparent" "1" 27 | "labeltext" "#TF_Matchmaking_HeaderCasual" 28 | "textAlignment" "center" 29 | "font" "HudFontMedium" 30 | "fgcolor_override" "TanLight" 31 | "mouseinputenabled" "0" 32 | "allcaps" "1" 33 | } 34 | 35 | "criteria" 36 | { 37 | "ControlName" "CCasualCriteriaPanel" 38 | "fieldName" "criteria" 39 | "xpos" "-3" 40 | "ypos" "40" 41 | "zpos" "100" 42 | "wide" "f0" 43 | "tall" "f63" 44 | "visible" "1" 45 | "proportionaltoparent" "1" 46 | } 47 | 48 | "ToolTipButtonHack" 49 | { 50 | "ControlName" "EditablePanel" 51 | "fieldName" "ToolTipButtonHack" 52 | "xpos" "cs-0.5" 53 | "ypos" "rs1-8" 54 | "zpos" "101" 55 | "wide" "f20" 56 | "tall" "20" 57 | "visible" "0" 58 | "enabled" "1" 59 | "mouseinputenabled" "1" 60 | "eatmouseinput" "0" 61 | "showtooltipswhenmousedisabled" "1" 62 | "proportionaltoparent" "1" 63 | } 64 | 65 | "QueueButton" 66 | { 67 | "ControlName" "CExButton" 68 | "fieldName" "QueueButton" 69 | "xpos" "cs-0.51" 70 | "ypos" "rs1-8" 71 | "zpos" "100" 72 | "wide" "f20" 73 | "tall" "20" 74 | "autoResize" "0" 75 | "pinCorner" "3" 76 | "visible" "1" 77 | "enabled" "1" 78 | "tabPosition" "0" 79 | "font" "HudFontMediumSmall" 80 | "textAlignment" "center" 81 | "dulltext" "0" 82 | "brighttext" "0" 83 | "Command" "find_game" 84 | "proportionaltoparent" "1" 85 | "labeltext" "#TF_Matchmaking_StartSearch" 86 | "mouseinputenabled" "1" 87 | "keyboardinputenabled" "0" 88 | "actionsignallevel" "1" 89 | "allcaps" "1" 90 | "defaultBgColor_override" "GreenSolid" 91 | "armedBgColor_override" "CreditsGreen" 92 | 93 | "sound_depressed" "UI/buttonclick.wav" 94 | "sound_released" "UI/buttonclickrelease.wav" 95 | } 96 | } -------------------------------------------------------------------------------- /resource/ui/matchmakingdashboardplaylist.res: -------------------------------------------------------------------------------- 1 | #base "MatchMakingDashboardSidePanel.res" 2 | 3 | "Resource/UI/MatchMakingDashboardPlayList.res" 4 | { 5 | "ExpandableList" 6 | { 7 | "fieldName" "ExpandableList" 8 | "xpos" "r0" 9 | "ypos" "10" 10 | "zpos" "1001" 11 | "wide" "280" 12 | "tall" "f0" 13 | "visible" "1" 14 | "proportionaltoparent" "1" 15 | } 16 | 17 | "Title" 18 | { 19 | "ControlName" "Label" 20 | "fieldName" "Title" 21 | "xpos" "0" 22 | "ypos" "25" 23 | "zpos" "99" 24 | "wide" "f0" 25 | "tall" "20" 26 | "proportionaltoparent" "1" 27 | "labeltext" "#TF_Matchmaking_HeaderModeSelect" 28 | "textAlignment" "center" 29 | "font" "HudFontMedium" 30 | "fgcolor_override" "TanLight" 31 | "mouseinputenabled" "0" 32 | "allcaps" "1" 33 | } 34 | 35 | "playlist" 36 | { 37 | // "ControlName" "CTFPlaylistPanel" 38 | "fieldName" "playlist" 39 | "xpos" "10" 40 | "ypos" "55" 41 | "zpos" "100" 42 | "wide" "255" 43 | "tall" "365" 44 | "visible" "1" 45 | "proportionaltoparent" "1" 46 | } 47 | 48 | "PlayListDropShadow" 49 | { 50 | "ControlName" "EditablePanel" 51 | "fieldName" "PlayListDropShadow" 52 | "xpos" "8" 53 | "ypos" "50" 54 | "zpos" "1000" 55 | "wide" "255" 56 | "tall" "298" 57 | "visible" "0" 58 | "PaintBackgroundType" "2" 59 | "border" "InnerShadowBorder" 60 | "proportionaltoparent" "1" 61 | "mouseinputenabled" "0" 62 | } 63 | } -------------------------------------------------------------------------------- /resource/ui/matchmakingdashboardpopup_nextmapwinner.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/MatchMakingDashboardPopup_NextMapWinner.res" 2 | { 3 | "NextMapWinner" 4 | { 5 | "ControlName" "CExpandablePanel" 6 | "fieldName" "NextMapWinner" 7 | "xpos" "cs-0.5" 8 | "ypos" "0" 9 | "zpos" "9999" 10 | "wide" "260" 11 | "tall" "80" 12 | "visible" "1" 13 | "proportionaltoparent" "0" 14 | "keyboardinputenabled" "0" 15 | "mouseinputenabled" "1" 16 | 17 | "collapsed_height" "0" 18 | "expanded_height" "80" 19 | 20 | "pinCorner" "2" 21 | "autoResize" "1" 22 | 23 | "OuterShadow" 24 | { 25 | "ControlName" "EditablePanel" 26 | "fieldName" "OuterShadow" 27 | "xpos" "0" 28 | "ypos" "rs1" 29 | "zpos" "-2" 30 | "wide" "f0" 31 | "tall" "f0" 32 | "visible" "1" 33 | "PaintBackgroundType" "0" 34 | "border" "OuterShadowBorder" 35 | "proportionaltoparent" "1" 36 | 37 | "pinCorner" "0" 38 | "autoResize" "2" 39 | } 40 | 41 | "BGPanel" 42 | { 43 | "ControlName" "EditablePanel" 44 | "fieldName" "BGPanel" 45 | "xpos" "cs-0.5" 46 | "ypos" "cs-0.5" 47 | "zpos" "-1" 48 | "wide" "f5" 49 | "tall" "f5" 50 | "visible" "1" 51 | "PaintBackgroundType" "2" 52 | "border" "NoBorder" 53 | "bgcolor_override" "DarkGrey" 54 | "proportionaltoparent" "1" 55 | "pinCorner" "2" 56 | 57 | "DescLabel" 58 | { 59 | "ControlName" "Label" 60 | "fieldName" "DescLabel" 61 | "xpos" "0" 62 | "ypos" "3" 63 | "wide" "f0" 64 | "zpos" "100" 65 | "tall" "20" 66 | "visible" "1" 67 | "enabled" "1" 68 | "font" "HudFontSmall" 69 | "fgcolor_override" "TanLight" 70 | "textAlignment" "center" 71 | "labelText" "#TF_Matchmaking_RollingQueue_NextMapWinner" 72 | "proportionaltoparent" "1" 73 | } 74 | 75 | "MapImageClip" 76 | { 77 | "ControlName" "EditablePanel" 78 | "fieldName" "MapImageClip" 79 | "xpos" "cs-0.5" 80 | "ypos" "22" 81 | "wide" "50" 82 | "tall" "o0.75" 83 | "zpos" "1" 84 | "proportionaltoparent" "1" 85 | "mouseinputenabled" "0" 86 | 87 | "MapImage" 88 | { 89 | "ControlName" "ScalableImagePanel" 90 | "fieldName" "MapImage" 91 | "xpos" "cs-0.5" 92 | "ypos" "0" 93 | "wide" "f0" 94 | "tall" "o1" 95 | "zpos" "0" 96 | "image" "..\vgui\maps\menu_thumb_pl_goldrush" 97 | "proportionaltoparent" "1" 98 | "mouseinputenabled" "0" 99 | } 100 | } 101 | 102 | "NameLabel" 103 | { 104 | "ControlName" "Label" 105 | "fieldName" "NameLabel" 106 | "xpos" "0" 107 | "ypos" "rs1-2" 108 | "wide" "f0" 109 | "zpos" "10" 110 | "tall" "20" 111 | "visible" "1" 112 | "enabled" "1" 113 | "font" "MapVotesPercentage" 114 | "fgcolor_override" "TanLight" 115 | "textAlignment" "south" 116 | "labelText" "%mapname%" 117 | "proportionaltoparent" "1" 118 | "mouseinputenabled" "0" 119 | } 120 | } 121 | } 122 | } -------------------------------------------------------------------------------- /resource/ui/matchmakingtooltip.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/MatchMakingTooltip.res" 2 | { 3 | "TooltipPanel" 4 | { 5 | // "ControlName" "EditablePanel" 6 | "fieldName" "TooltipPanel" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "30000" 10 | "wide" "300" 11 | "tall" "100" 12 | "visible" "0" 13 | "PaintBackgroundType" "2" 14 | "border" "ButtonHover" 15 | "bgcolor_override" "DarkGrey" 16 | "mouseinputenabled" "0" 17 | 18 | "TipLabel" 19 | { 20 | "ControlName" "CExLabel" 21 | "fieldName" "TipLabel" 22 | "labelText" "%tiptext%" 23 | "textAlignment" "center" 24 | "xpos" "10" 25 | "ypos" "10" 26 | "zpos" "2" 27 | "wide" "140" 28 | "tall" "30" 29 | "autoResize" "0" 30 | "pinCorner" "0" 31 | "visible" "1" 32 | "enabled" "1" 33 | "fgcolor_override" "TanLight" 34 | "auto_wide_tocontents" "1" 35 | "auto_tall_tocontents" "1" 36 | "wrap" "1" 37 | } 38 | } 39 | } -------------------------------------------------------------------------------- /resource/ui/mediccallerpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/MedicCallerPanel.res" 2 | { 3 | "CallerBG" 4 | { 5 | "ControlName" "CTFImagePanel" 6 | "fieldName" "CallerBG" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "0" 10 | "wide" "30" 11 | "tall" "30" 12 | "visible" "0" 13 | "enabled" "1" 14 | "image" "../effects/speech_mediccall_hud" 15 | "scaleImage" "1" 16 | } 17 | 18 | "CallerBurning" 19 | { 20 | "ControlName" "CTFImagePanel" 21 | "fieldName" "CallerBurning" 22 | "xpos" "0" 23 | "ypos" "0" 24 | "zpos" "0" 25 | "wide" "45" 26 | "tall" "45" 27 | "visible" "0" 28 | "enabled" "1" 29 | "image" "../effects/speech_mediccall_fire" 30 | "scaleImage" "1" 31 | } 32 | 33 | "CallerHealth" 34 | { 35 | "ControlName" "CTFImagePanel" 36 | "fieldName" "CallerHealth" 37 | "xpos" "0" 38 | "ypos" "0" 39 | "zpos" "0" 40 | "wide" "30" 41 | "tall" "30" 42 | "visible" "0" 43 | "enabled" "1" 44 | "image" "../effects/speech_mediccall_hurt" 45 | "scaleImage" "1" 46 | } 47 | 48 | "CallerBleeding" 49 | { 50 | "ControlName" "CTFImagePanel" 51 | "fieldName" "CallerBleeding" 52 | "xpos" "0" 53 | "ypos" "0" 54 | "zpos" "0" 55 | "wide" "45" 56 | "tall" "45" 57 | "visible" "0" 58 | "enabled" "1" 59 | "image" "../effects/speech_mediccall_bleed" 60 | "scaleImage" "1" 61 | } 62 | 63 | "CallerAuto" 64 | { 65 | "ControlName" "CTFImagePanel" 66 | "fieldName" "CallerAuto" 67 | "xpos" "0" 68 | "ypos" "0" 69 | "zpos" "0" 70 | "wide" "30" 71 | "tall" "30" 72 | "visible" "0" 73 | "enabled" "1" 74 | "image" "../effects/speech_mediccall_attention" 75 | "scaleImage" "1" 76 | } 77 | 78 | "CallerReviveEasy" 79 | { 80 | "ControlName" "CTFImagePanel" 81 | "fieldName" "CallerReviveEasy" 82 | "xpos" "0" 83 | "ypos" "0" 84 | "zpos" "0" 85 | "wide" "30" 86 | "tall" "30" 87 | "visible" "0" 88 | "enabled" "1" 89 | "image" "../effects/speech_mediccall_tombstone_noz" 90 | "scaleImage" "1" 91 | } 92 | 93 | "CallerReviveMedium" 94 | { 95 | "ControlName" "CTFImagePanel" 96 | "fieldName" "CallerReviveMedium" 97 | "xpos" "0" 98 | "ypos" "0" 99 | "zpos" "0" 100 | "wide" "30" 101 | "tall" "30" 102 | "visible" "0" 103 | "enabled" "1" 104 | "image" "../effects/speech_mediccall_tombstone_1_noz" 105 | "scaleImage" "1" 106 | } 107 | 108 | "CallerReviveHard" 109 | { 110 | "ControlName" "CTFImagePanel" 111 | "fieldName" "CallerReviveHard" 112 | "xpos" "0" 113 | "ypos" "0" 114 | "zpos" "0" 115 | "wide" "30" 116 | "tall" "30" 117 | "visible" "0" 118 | "enabled" "1" 119 | "image" "../effects/speech_mediccall_tombstone_2_noz" 120 | "scaleImage" "1" 121 | } 122 | } -------------------------------------------------------------------------------- /resource/ui/mediguninfo.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/MedigunInfo.res" 2 | { 3 | "MedigunInfo" 4 | { 5 | "ControlName" "Frame" 6 | "fieldName" "MedigunInfo" 7 | "xpos" "0" 8 | "ypos" "20" 9 | "wide" "f0" 10 | "tall" "f0" 11 | "autoResize" "0" 12 | "pinCorner" "0" 13 | "visible" "1" 14 | "enabled" "1" 15 | "tabPosition" "0" 16 | 17 | "red_base_x" "0" 18 | "red_base_y" "c15" 19 | "red_offset_x" "0" 20 | "red_offset_y" "18" 21 | 22 | "blu_base_x" "0" 23 | "blu_base_y" "c-5" 24 | "blu_offset_x" "0" 25 | "blu_offset_y" "-18" 26 | } 27 | } -------------------------------------------------------------------------------- /resource/ui/mvmcreditspendpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/MvMCreditSpendPanel.res" 2 | { 3 | "HeaderLabel" 4 | { 5 | "ControlName" "CExLabel" 6 | "fieldName" "HeaderLabel" 7 | "font" "HudFontSmall" 8 | "labelText" "%header%" 9 | "textAlignment" "north-west" 10 | "xpos" "0" 11 | "ypos" "0" 12 | "wide" "300" 13 | "tall" "15" 14 | "fgcolor" "TanLight" 15 | } 16 | 17 | "TableBackground" 18 | { 19 | "ControlName" "EditablePanel" 20 | "fieldName" "TableBackground" 21 | "xpos" "0" 22 | "ypos" "14" 23 | "zpos" "-1" 24 | "wide" "190" 25 | "tall" "42" 26 | "visible" "1" 27 | "bgcolor_override" "Transparent" 28 | } 29 | 30 | "UpgradesLabel" 31 | { 32 | "ControlName" "CExLabel" 33 | "fieldName" "UpgradesLabel" 34 | "font" "HudFontSmall" 35 | "labelText" "#TF_PVE_Upgrades" 36 | "textAlignment" "north-west" 37 | "xpos" "0" 38 | "ypos" "15" 39 | "wide" "70" 40 | "tall" "20" 41 | "fgcolor" "TanLight" 42 | } 43 | 44 | "UpgradesCountLabel" 45 | { 46 | "ControlName" "CExLabel" 47 | "fieldName" "UpgradesCountLabel" 48 | "font" "HudFontSmall" 49 | "labelText" "%upgrades%" 50 | "textAlignment" "north-east" 51 | "xpos" "75" 52 | "ypos" "15" 53 | "wide" "30" 54 | "tall" "20" 55 | "fgcolor" "TanLight" 56 | } 57 | 58 | "BuyBackLabel" 59 | { 60 | "ControlName" "CExLabel" 61 | "fieldName" "BuyBackLabel" 62 | "font" "HudFontSmall" 63 | "labelText" "#TF_PVE_Buybacks" 64 | "textAlignment" "north-west" 65 | "xpos" "0" 66 | "ypos" "27" 67 | "wide" "70" 68 | "tall" "20" 69 | "fgcolor" "TanLight" 70 | } 71 | 72 | "BuyBackCountLabel" 73 | { 74 | "ControlName" "CExLabel" 75 | "fieldName" "BuyBackCountLabel" 76 | "font" "HudFontSmall" 77 | "labelText" "%buybacks%" 78 | "textAlignment" "north-east" 79 | "xpos" "75" 80 | "ypos" "27" 81 | "wide" "30" 82 | "tall" "20" 83 | "fgcolor" "TanLight" 84 | } 85 | 86 | "BottleLabel" 87 | { 88 | "ControlName" "CExLabel" 89 | "fieldName" "BottleLabel" 90 | "font" "HudFontSmall" 91 | "labelText" "#TF_PVE_Bottles" 92 | "textAlignment" "north-west" 93 | "xpos" "0" 94 | "ypos" "39" 95 | "wide" "70" 96 | "tall" "20" 97 | "fgcolor" "TanLight" 98 | } 99 | 100 | "BottleCountLabel" 101 | { 102 | "ControlName" "CExLabel" 103 | "fieldName" "BottleCountLabel" 104 | "font" "HudFontSmall" 105 | "labelText" "%bottles%" 106 | "textAlignment" "north-east" 107 | "xpos" "75" 108 | "ypos" "39" 109 | "wide" "30" 110 | "tall" "20" 111 | "fgcolor" "TanLight" 112 | } 113 | } -------------------------------------------------------------------------------- /resource/ui/mvminworldcurrency.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/MvMInWorldCurrency.res" 2 | { 3 | "CurrencyBG" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "CurrencyBG" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "0" 10 | "wide" "100" 11 | "tall" "20" 12 | "visible" "1" 13 | "enabled" "1" 14 | "bgcolor_override" "TransparentBlack" 15 | "PaintBackgroundType" "2" 16 | } 17 | 18 | "CurrencyLabel" 19 | { 20 | "ControlName" "CExLabel" 21 | "fieldName" "CurrencyLabel" 22 | "font" "HudFontSmall" 23 | "xpos" "4" 24 | "ypos" "0" 25 | "zpos" "3" 26 | "wide" "50" 27 | "tall" "20" 28 | "visible" "1" 29 | "enabled" "1" 30 | "textAlignment" "west" 31 | "allcaps" "1" 32 | "fgcolor" "TanLight" 33 | "labelText" "#TF_PVE_Missed" 34 | } 35 | 36 | "CurrencyGood" 37 | { 38 | "ControlName" "CExLabel" 39 | "fieldName" "CurrencyGood" 40 | "font" "Cerbetica18" 41 | "fgcolor" "CreditsGreen" 42 | "xpos" "45" 43 | "ypos" "0" 44 | "zpos" "4" 45 | "wide" "50" 46 | "tall" "20" 47 | "visible" "1" 48 | "enabled" "1" 49 | "textAlignment" "east" 50 | "labelText" "%currency%" 51 | } 52 | 53 | "CurrencyBad" 54 | { 55 | "ControlName" "CExLabel" 56 | "fieldName" "CurrencyBad" 57 | "font" "Cerbetica18" 58 | "fgcolor" "ColorRed" 59 | "xpos" "45" 60 | "ypos" "0" 61 | "zpos" "4" 62 | "wide" "50" 63 | "tall" "20" 64 | "visible" "1" 65 | "enabled" "1" 66 | "textAlignment" "east" 67 | "labelText" "%currency%" 68 | } 69 | } -------------------------------------------------------------------------------- /resource/ui/objectivestatusmultipleescort.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/ObjectiveStatusMultipleEscort.res" 2 | { 3 | "ObjectiveStatusMultipleEscort" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "ObjectiveStatusMultipleEscort" 7 | "xpos" "c-200" 8 | "ypos" "0" 9 | "xpos_minmode" "0" 10 | "ypos_minmode" "0" 11 | "wide" "f0" 12 | "tall" "480" 13 | "visible" "1" 14 | "enabled" "1" 15 | } 16 | 17 | "BlueEscortPanel" 18 | { 19 | "ControlName" "CTFHudEscort" 20 | "fieldName" "BlueEscortPanel" 21 | "xpos" "0" 22 | "ypos" "r150" 23 | "zpos" "220" 24 | "wide" "f0" 25 | "tall" "200" 26 | "visible" "1" 27 | "enabled" "1" 28 | "progress_xpos" "79" 29 | "progress_wide" "270" 30 | 31 | "if_blue_is_top" 32 | { 33 | "ypos" "r162" 34 | } 35 | } 36 | 37 | "RedEscortPanel" 38 | { 39 | "ControlName" "CTFHudEscort" 40 | "fieldName" "RedEscortPanel" 41 | "xpos" "0" 42 | "ypos" "r150" 43 | "zpos" "220" 44 | "wide" "f0" 45 | "tall" "200" 46 | "visible" "1" 47 | "enabled" "1" 48 | "progress_xpos" "79" 49 | "progress_wide" "270" 50 | 51 | "if_red_is_top" 52 | { 53 | "ypos" "r162" 54 | } 55 | } 56 | } -------------------------------------------------------------------------------- /resource/ui/pvpcomprankpanel.res: -------------------------------------------------------------------------------- 1 | #base "PvPRankPanel.res" 2 | 3 | "Resource/UI/PvPRankPanel.res" 4 | { 5 | "BGPanel" 6 | { 7 | "StatsContainer" 8 | { 9 | "visible" "1" 10 | 11 | "XPBar" 12 | { 13 | "ypos" "20" 14 | "alpha" "100" 15 | 16 | "CurrentXPLabel" 17 | { 18 | "xpos" "15" 19 | "ypos" "rs1-20" 20 | "wide" "140" 21 | "textAlignment" "center" 22 | "visible" "1" 23 | } 24 | 25 | "NextLevelXPLabel" 26 | { 27 | "visible" "0" 28 | } 29 | 30 | "ProgressBarsContainer" 31 | { 32 | "visible" "0" 33 | } 34 | } 35 | } 36 | } 37 | } -------------------------------------------------------------------------------- /resource/ui/replaybrowser/basepage.res: -------------------------------------------------------------------------------- 1 | "resource/ui/basepage.res" 2 | { 3 | "BasePage" 4 | { 5 | "ControlName" "Frame" 6 | "fieldName" "BasePage" 7 | "xpos" "0" 8 | "ypos" "40" 9 | "wide" "f0" 10 | "tall" "480" 11 | "autoResize" "0" 12 | "pinCorner" "0" 13 | "visible" "0" 14 | "enabled" "1" 15 | "tabPosition" "0" 16 | "settitlebarvisible" "0" 17 | "PaintBackgroundType" "0" 18 | "bgcolor_override" "DarkGrey" 19 | } 20 | 21 | "SearchTextEntry" 22 | { 23 | "ControlName" "TextEntry" 24 | "fieldName" "SearchTextEntry" 25 | "maxchars" "255" 26 | "textHidden" "0" 27 | "textAlignment" "west" 28 | "unicode" "1" 29 | "wrap" "0" 30 | "xpos" "c+80" 31 | "ypos" "5" 32 | "tall" "15" 33 | "wide" "160" 34 | "autoResize" "0" 35 | "pinCorner" "0" 36 | "visible" "1" 37 | "enabled" "1" 38 | "tabPosition" "0" 39 | "fgcolor_override" "White" 40 | "bgcolor_override" "DarkerGrey" 41 | "Font" "Cerbetica14" 42 | } 43 | 44 | "ReplayList" 45 | { 46 | "ControlName" "PanelListPanel" 47 | "fieldName" "ReplayList" 48 | "xpos" "c-300" 49 | "ypos" "20" 50 | "wide" "605" 51 | "tall" "350" 52 | "visible" "1" 53 | "enabled" "1" 54 | "tabPosition" "0" 55 | "paintbackground" "1" 56 | "bgcolor_override" "Transparent" 57 | "autohide_scrollbar" "1" 58 | } 59 | } -------------------------------------------------------------------------------- /resource/ui/selbyenhud.res: -------------------------------------------------------------------------------- 1 | #base "HudObjectivePlayerDestruction.res" 2 | "Resource/UI/SelbyenHUD.res" 3 | { 4 | "CarriedContainer" 5 | { 6 | "CarriedImage" 7 | { 8 | "image" "../vgui/replay/thumbnails/selbyen_pickup" 9 | } 10 | } 11 | "ScoreContainer" 12 | { 13 | "ProgressBarContainer" 14 | { 15 | "FlagImageBlue" 16 | { 17 | "image" "../vgui/replay/thumbnails/selbyen_pickup" 18 | "zpos" "100" 19 | } 20 | "FlagImageRed" 21 | { 22 | "image" "../vgui/replay/thumbnails/selbyen_pickup" 23 | "zpos" "100" 24 | } 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /resource/ui/spectator_sc.res: -------------------------------------------------------------------------------- 1 | #base "spectator.res" -------------------------------------------------------------------------------- /resource/ui/spectatorguihealth.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/SpectatorGUIHealth.res" 2 | { 3 | "PlayerStatusHealthImage" 4 | { 5 | "ControlName" "ImagePanel" 6 | "fieldName" "PlayerStatusHealthImage" 7 | "xpos" "9999" 8 | "wide" "0" 9 | "tall" "0" 10 | } 11 | 12 | "PlayerStatusHealthImageBG" 13 | { 14 | "ControlName" "ImagePanel" 15 | "fieldName" "PlayerStatusHealthImageBG" 16 | "xpos" "9999" 17 | "wide" "0" 18 | "tall" "0" 19 | } 20 | 21 | "BuildingStatusHealthImageBG" 22 | { 23 | "ControlName" "ImagePanel" 24 | "fieldName" "BuildingStatusHealthImageBG" 25 | "xpos" "9999" 26 | "wide" "0" 27 | "tall" "0" 28 | } 29 | 30 | "PlayerStatusHealthBonusImage" 31 | { 32 | "ControlName" "ImagePanel" 33 | "fieldName" "PlayerStatusHealthBonusImage" 34 | "xpos" "19" 35 | "ypos" "15" 36 | "zpos" "3" 37 | "wide" "18" 38 | "tall" "19" 39 | "visible" "0" 40 | "enabled" "1" 41 | "image" "../hud/health_over_bg" 42 | "scaleImage" "1" 43 | } 44 | 45 | "TargetHealthValue" 46 | { 47 | "ControlName" "CExLabel" 48 | "fieldName" "TargetHealthValue" 49 | "xpos" "0" 50 | "ypos" "16" 51 | "zpos" "5" 52 | "wide" "56" 53 | "tall" "15" 54 | "visible" "1" 55 | "enabled" "1" 56 | "labelText" "%Health%" 57 | "textAlignment" "center" 58 | "font" "Cerbetica22" 59 | "fgcolor" "Health Normal" 60 | } 61 | 62 | "TargetHealthShadow" 63 | { 64 | "ControlName" "CExLabel" 65 | "fieldName" "TargetHealthShadow" 66 | "xpos" "-1" 67 | "ypos" "-2" 68 | "zpos" "5" 69 | "wide" "56" 70 | "tall" "15" 71 | "visible" "1" 72 | "enabled" "1" 73 | "labelText" "%Health%" 74 | "textAlignment" "center" 75 | "font" "Cerbetica22" 76 | "fgcolor" "TransparentBlack" 77 | 78 | "pin_to_sibling" "TargetHealthValue" 79 | "pin_corner_to_sibling" "PIN_TOPLEFT" 80 | "pin_to_sibling_corner" "PIN_TOPLEFT" 81 | } 82 | 83 | "PlayerStatusPlayerLevel" 84 | { 85 | "ControlName" "CExLabel" 86 | "fieldName" "PlayerStatusPlayerLevel" 87 | "xpos" "9999" 88 | "wide" "0" 89 | "tall" "0" 90 | } 91 | } 92 | -------------------------------------------------------------------------------- /resource/ui/spectatortournamentguihealth.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/SpectatorTournamentGUIHealth.res" 2 | { 3 | "PlayerStatusHealthImage" 4 | { 5 | "ControlName" "ImagePanel" 6 | "fieldName" "PlayerStatusHealthImage" 7 | "xpos" "cs-0.5" 8 | "ypos" "cs-0.5" 9 | "wide" "20" 10 | "tall" "20" 11 | "visible" "0" 12 | "enabled" "1" 13 | "scaleImage" "1" 14 | "proportionaltoparent" "1" 15 | } 16 | 17 | "PlayerStatusHealthImageBG" 18 | { 19 | "visible" "0" 20 | "xpos" "r0" 21 | "ypos" "r0" 22 | } 23 | 24 | "PlayerStatusHealthBonusImage" 25 | { 26 | "ControlName" "ImagePanel" 27 | "fieldName" "PlayerStatusHealthBonusImage" 28 | "xpos" "cs-0.5" 29 | "ypos" "cs-0.5" 30 | "zpos" "2" 31 | "wide" "208" 32 | "tall" "234" 33 | "visible" "0" 34 | "enabled" "1" 35 | "alpha" "0" 36 | "scaleImage" "1" 37 | "proportionaltoparent" "1" 38 | "image" "" 39 | } 40 | 41 | "SpecHealthValue" 42 | { 43 | "ControlName" "CExLabel" 44 | "fieldName" "SpecHealthValue" 45 | "xpos" "0" 46 | "ypos" "0" 47 | "zpos" "5" 48 | "wide" "25" 49 | "tall" "16" 50 | "visible" "1" 51 | "enabled" "1" 52 | "labelText" "%Health%" 53 | "textAlignment" "center" 54 | "font" "Cerbetica16" 55 | "fgcolor" "Spec Health Normal" 56 | } 57 | 58 | "SpecHealthValueShadow" 59 | { 60 | "ControlName" "CExLabel" 61 | "fieldName" "SpecHealthValueShadow" 62 | "xpos" "-1" 63 | "ypos" "-2" 64 | "zpos" "4" 65 | "wide" "25" 66 | "tall" "16" 67 | "visible" "1" 68 | "enabled" "1" 69 | "labelText" "%Health%" 70 | "textAlignment" "center" 71 | "font" "Cerbetica16" 72 | "fgcolor" "TransparentBlack" 73 | 74 | "pin_to_sibling" "SpecHealthValue" 75 | "pin_corner_to_sibling" "PIN_TOPLEFT" 76 | "pin_to_sibling_corner" "PIN_TOPLEFT" 77 | } 78 | } -------------------------------------------------------------------------------- /resource/ui/steamfriendpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/SteamFriendPanel.res" 2 | { 3 | "avatar" 4 | { 5 | "fieldName" "avatar" 6 | "xpos" "1" 7 | "ypos" "1" 8 | "wide" "o1" 9 | "tall" "f2" 10 | "proportionaltoparent" "1" 11 | "mouseinputenabled" "0" 12 | "scaleImage" "1" 13 | } 14 | 15 | "InteractButton" 16 | { 17 | "fieldName" "InteractButton" 18 | "xpos" "0" 19 | "ypos" "0" 20 | "zpos" "-1" 21 | "wide" "f0" 22 | "tall" "f0" 23 | "proportionaltoparent" "1" 24 | "command" "open_menu" 25 | "labeltext" "" 26 | "textalignment" "center" 27 | "stay_armed_on_click" "1" 28 | "roundedcorners" "0" 29 | "paintbackground" "1" 30 | 31 | "defaultBgColor_override" "0 0 0 0" 32 | "armedBgColor_override" "94 150 49 5" 33 | 34 | "border_default" "NoBorder" 35 | "border_armed" "CyanBorder" 36 | } 37 | 38 | "NameLabel" 39 | { 40 | "ControlName" "Label" 41 | "fieldName" "NameLabel" 42 | "xpos" "rs1" 43 | "ypos" "0" 44 | "zpos" "100" 45 | "wide" "f22" 46 | "tall" "10" 47 | "textAlignment" "north-west" 48 | "visible" "1" 49 | "enabled" "1" 50 | "proportionaltoparent" "1" 51 | "wrap" "0" 52 | "labelText" "%name%" 53 | "proportionaltoparent" "1" 54 | "font" "ControlPointTimer" 55 | "mouseinputenabled" "0" 56 | } 57 | 58 | "StatusLabel" 59 | { 60 | "fieldName" "StatusLabel" 61 | "xpos" "rs1" 62 | "ypos" "10" 63 | "zpos" "100" 64 | "wide" "f22" 65 | "tall" "10" 66 | "textAlignment" "west" 67 | "visible" "1" 68 | "enabled" "1" 69 | "proportionaltoparent" "1" 70 | "wrap" "0" 71 | "labelText" "%status%" 72 | "proportionaltoparent" "1" 73 | "font" "FontStorePriceSmall" 74 | "fgcolor_override" "TanDark" 75 | "mouseinputenabled" "0" 76 | } 77 | } 78 | -------------------------------------------------------------------------------- /resource/ui/steamworkshopitem.res: -------------------------------------------------------------------------------- 1 | "Resource/SteamWorkshopItem.res" 2 | { 3 | "SteamWorkshopItem" 4 | { 5 | "ControlName" "CSteamWorkshopItemPanel" 6 | "fieldName" "SteamWorkshopItem" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "wide" "125" 10 | "tall" "200" 11 | "autoResize" "0" 12 | "pinCorner" "0" 13 | "visible" "1" 14 | "enabled" "1" 15 | "tabPosition" "0" 16 | "bgcolor_override" "0 0 0 240" 17 | } 18 | 19 | "HighlightPanel" 20 | { 21 | "ControlName" "EditablePanel" 22 | "fieldName" "HighlightPanel" 23 | "xpos" "0" 24 | "ypos" "25" 25 | "wide" "125" 26 | "tall" "125" 27 | "visible" "1" 28 | "mouseinputenabled" "0" 29 | "bgcolor_override" "178 82 22 255" 30 | } 31 | 32 | "PreviewImage" 33 | { 34 | "ControlName" "CBitmapPanel" 35 | "fieldName" "PreviewImage" 36 | "xpos" "2" 37 | "ypos" "27" 38 | "zpos" "1" 39 | "wide" "121" 40 | "tall" "121" 41 | "visible" "1" 42 | "mouseinputenabled" "0" 43 | } 44 | 45 | "LabelTitle" 46 | { 47 | "ControlName" "Label" 48 | "fieldName" "LabelTitle" 49 | "xpos" "0" 50 | "ypos" "155" 51 | "wide" "125" 52 | "tall" "25" 53 | "autoResize" "0" 54 | "pinCorner" "0" 55 | "visible" "1" 56 | "enabled" "1" 57 | "tabPosition" "0" 58 | "labelText" "%title%" 59 | "textAlignment" "center" 60 | "dulltext" "0" 61 | "brighttext" "0" 62 | "wrap" "0" 63 | "font" "HudFontSmallest" 64 | "fgcolor_override" "TanLight" 65 | "mouseinputenabled" "0" 66 | } 67 | } -------------------------------------------------------------------------------- /resource/ui/tankprogressbar.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/TankProgressBar.res" 2 | { 3 | "TankProgressBar" 4 | { 5 | "ControlName" "CTankProgressBar" 6 | "fieldName" "TankProgressBar" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "3" 10 | "wide" "95" 11 | "tall" "17" 12 | "visible" "0" 13 | "enabled" "1" 14 | } 15 | 16 | "TankImage" 17 | { 18 | "ControlName" "CTFImagePanel" 19 | "fieldName" "TankImage" 20 | "xpos" "5" 21 | "ypos" "0" 22 | "zpos" "3" 23 | "wide" "18" 24 | "tall" "18" 25 | "visible" "1" 26 | "enabled" "1" 27 | "image" "../hud/leaderboard_class_tank" 28 | "scaleImage" "1" 29 | } 30 | 31 | "ProgressBar" 32 | { 33 | "ControlName" "ScalableImagePanel" 34 | "fieldName" "ProgressBar" 35 | "xpos" "30" 36 | "ypos" "5" 37 | "zpos" "2" 38 | "wide" "153" 39 | "tall" "8" 40 | "visible" "1" 41 | "enabled" "1" 42 | "image" "../HUD/tournament_panel_tan" 43 | 44 | "src_corner_height" "22" // pixels inside the image 45 | "src_corner_width" "22" 46 | 47 | "draw_corner_width" "0" // screen size of the corners ( and sides ), proportional 48 | "draw_corner_height" "0" 49 | } 50 | 51 | "ProgressBarBG" 52 | { 53 | "ControlName" "ScalableImagePanel" 54 | "fieldName" "ProgressBarBG" 55 | "xpos" "29" 56 | "ypos" "3" 57 | "zpos" "1" 58 | "wide" "155" 59 | "tall" "12" 60 | "visible" "0" 61 | "enabled" "0" 62 | "image" "../HUD/tournament_panel_tan" 63 | 64 | "src_corner_height" "22" // pixels inside the image 65 | "src_corner_width" "22" 66 | 67 | "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional 68 | "draw_corner_height" "5" 69 | } 70 | 71 | "ProgressBarBG2" 72 | { 73 | "ControlName" "ImagePanel" 74 | "fieldName" "ProgressBarBG2" 75 | "xpos" "30" 76 | "ypos" "5" 77 | "zpos" "2" 78 | "wide" "153" 79 | "tall" "8" 80 | "autoResize" "0" 81 | "pinCorner" "0" 82 | "visible" "1" 83 | "enabled" "1" 84 | "fillcolor" "TanDark" 85 | } 86 | } -------------------------------------------------------------------------------- /resource/ui/tankstatuspanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/TankStatusPanel.res" 2 | { 3 | "Background" 4 | { 5 | "ControlName" "ScalableImagePanel" 6 | "fieldName" "Background" 7 | "xpos" "-9999" 8 | "ypos" "-9999" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /resource/ui/textwindow_sc.res: -------------------------------------------------------------------------------- 1 | #base "textwindow.res" 2 | 3 | "Resource/UI/TextWindow_sc.res" 4 | { 5 | "OkIntroHintIcon" 6 | { 7 | "ControlName" "CSCHintIcon" 8 | "fieldName" "OkHintIcon" 9 | "xpos" "-5" 10 | "ypos" "0" 11 | "zpos" "7" 12 | "wide" "25" 13 | "tall" "40" 14 | "autoResize" "0" 15 | "pinCorner" "2" 16 | "visible" "1" 17 | "enabled" "1" 18 | "textAlignment" "Left" 19 | "dulltext" "0" 20 | "brighttext" "0" 21 | "actionSet" "InGameHUDControls" 22 | "actionName" "menu_select" 23 | "pin_to_sibling" "ok" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/textwindowcustomserver.res: -------------------------------------------------------------------------------- 1 | #base "textwindow.res" -------------------------------------------------------------------------------- /resource/ui/textwindowcustomserver_sc.res: -------------------------------------------------------------------------------- 1 | #base "textwindowcustomserver.res" -------------------------------------------------------------------------------- /resource/ui/training/basictraining/classpanel.res: -------------------------------------------------------------------------------- 1 | "Resource/training/basictraining/classpanel.res" 2 | { 3 | "Image" 4 | { 5 | "ControlName" "ImagePanel" 6 | "fieldName" "Image" 7 | "visible" "1" 8 | "enabled" "1" 9 | "tileImage" "0" 10 | "scaleImage" "1" 11 | "image" "illustrations/training_basic" 12 | } 13 | 14 | "SelectButton" 15 | { 16 | "ControlName" "CExButton" 17 | "fieldName" "SelectButton" 18 | "autoResize" "0" 19 | "pinCorner" "0" 20 | "visible" "1" 21 | "enabled" "1" 22 | "tabPosition" "0" 23 | "labelText" "%selectbuttontext%" 24 | "font" "HudFontSmall" 25 | "textAlignment" "center" 26 | "textinsetx" "50" 27 | "dulltext" "0" 28 | "brighttext" "0" 29 | "Command" "%selectcommand%" 30 | "sound_depressed" "UI/buttonclick.wav" 31 | "sound_released" "UI/buttonclickrelease.wav" 32 | } 33 | 34 | "ProgressLabel" 35 | { 36 | "ControlName" "CExLabel" 37 | "fieldName" "ProgressLabel" 38 | "font" "HudFontSmallest" 39 | "labelText" "" 40 | "textAlignment" "center" 41 | "xpos" "0" 42 | "ypos" "241" 43 | "wide" "30" 44 | "tall" "15" 45 | "autoResize" "1" 46 | "pinCorner" "0" 47 | "visible" "0" 48 | "enabled" "1" 49 | "wrap" "0" 50 | "fgcolor_override" "201 79 57 255" 51 | } 52 | } -------------------------------------------------------------------------------- /resource/ui/training/modeselection/modepanel.res: -------------------------------------------------------------------------------- 1 | "Resource/training/modeselection/modepanel.res" 2 | { 3 | "ModeInfoContainer" 4 | { 5 | "ControlName" "EditablePanel" 6 | "fieldName" "ModeInfoContainer" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "wide" "225" 10 | "tall" "205" 11 | "visible" "1" 12 | "enabled" "1" 13 | "border" "CyanBorder" 14 | 15 | "ModeNameLabel" 16 | { 17 | "ControlName" "CExLabel" 18 | "fieldName" "ModeNameLabel" 19 | "font" "HudFontMediumSmall" 20 | "labelText" "%modename%" 21 | "textAlignment" "center" 22 | "xpos" "0" 23 | "ypos" "5" 24 | "zpos" "2" 25 | "wide" "225" 26 | "tall" "25" 27 | "autoResize" "0" 28 | "pinCorner" "0" 29 | "visible" "1" 30 | "enabled" "1" 31 | "mouseinputenabled" "0" 32 | "fgcolor_override" "TanLight" 33 | } 34 | 35 | "DescLabel" 36 | { 37 | "ControlName" "CExLabel" 38 | "fieldName" "DescLabel" 39 | "font" "HudFontSmallest" 40 | "labelText" "%description%" 41 | "textAlignment" "north" 42 | "xpos" "0" 43 | "ypos" "30" 44 | "zpos" "2" 45 | "wide" "225" 46 | "tall" "55" 47 | "autoResize" "0" 48 | "pinCorner" "0" 49 | "visible" "1" 50 | "enabled" "1" 51 | "fgcolor_override" "TanLight" 52 | "auto_wide_tocontents" "0" 53 | "wrap" "1" 54 | "centerwrap" "1" 55 | } 56 | 57 | "ImageFrame" 58 | { 59 | "ControlName" "EditablePanel" 60 | "fieldName" "ImageFrame" 61 | "xpos" "10" 62 | "ypos" "25" 63 | "wide" "205" 64 | "tall" "205" 65 | "visible" "1" 66 | "enabled" "1" 67 | "border" "NoBorder" 68 | } 69 | 70 | // Parented to ImageFrame in code. 71 | "Image" 72 | { 73 | "ControlName" "ImagePanel" 74 | "fieldName" "Image" 75 | "xpos" "10" 76 | "ypos" "32" 77 | "wide" "185" 78 | "tall" "185" 79 | "visible" "1" 80 | "enabled" "1" 81 | "tileImage" "0" 82 | "scaleImage" "1" 83 | "image" "" 84 | } 85 | } 86 | 87 | "StartButton" 88 | { 89 | "ControlName" "CExButton" 90 | "fieldName" "StartButton" 91 | "xpos" "0" 92 | "ypos" "0" 93 | "wide" "225" 94 | "tall" "205" 95 | "autoResize" "0" 96 | "pinCorner" "0" 97 | "visible" "1" 98 | "enabled" "1" 99 | "tabPosition" "0" 100 | "labelText" "" 101 | "font" "HudFontMediumSmall" 102 | "textAlignment" "center" 103 | "paintbackground" "0" 104 | "textinsetx" "50" 105 | "dulltext" "0" 106 | "brighttext" "0" 107 | "Command" "%startcommand%" 108 | "sound_armed" "UI/buttonclick.wav" 109 | "sound_released" "UI/buttonclickrelease.wav" 110 | } 111 | } -------------------------------------------------------------------------------- /scripts/TF2Crosshairs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/scripts/TF2Crosshairs.png -------------------------------------------------------------------------------- /scripts/chapterbackgrounds.txt: -------------------------------------------------------------------------------- 1 | "chapters" 2 | { 3 | 1 "background_upward" 4 | 2 "background_upward" 5 | 3 "background_upward" 6 | 4 "background_upward" 7 | } 8 | 9 | "BackgroundMaps" 10 | { 11 | 1 "background_upward" 12 | 2 "background_upward" 13 | 3 "background_upward" 14 | 4 "background_upward" 15 | } -------------------------------------------------------------------------------- /scripts/hudanimations_hitmarker.txt: -------------------------------------------------------------------------------- 1 | event DamagedPlayer 2 | { 3 | StopEvent HitMarker 0.0 4 | RunEvent HitMarker 0.00001 5 | } 6 | 7 | event HitMarker 8 | { 9 | Animate CustomCrosshair FgColor "CrosshairDamage" Linear 0.0 0.00001 10 | Animate CustomCrosshair FgColor "Crosshair" Linear 0.10 0.10001 11 | } -------------------------------------------------------------------------------- /scripts/hudanimations_manifest.txt: -------------------------------------------------------------------------------- 1 | hudanimations_manifest 2 | { 3 | "file" "scripts/hudanimations.txt" 4 | "file" "scripts/hudanimations_custom.txt" 5 | "file" "scripts/hudanimations_hitmarker.txt" 6 | "file" "scripts/hudanimations_tf.txt" 7 | } -------------------------------------------------------------------------------- /sound/ui/wooo_tree.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/sound/ui/wooo_tree.wav -------------------------------------------------------------------------------- /sound/vo/null.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raysfire/rayshud/9179d8e66318e0c06163122a3c3bf87f52a14eec/sound/vo/null.wav --------------------------------------------------------------------------------