├── .gitattributes ├── .gitignore ├── README.md ├── default ├── resource │ ├── chatscheme.res │ ├── clientscheme.res │ ├── gamemenu.res │ ├── sourcescheme.res │ └── ui │ │ ├── abusereportsubmitdialog.res │ │ ├── achievementsdialog.res │ │ ├── annotationspanelcallout.res │ │ ├── badgepanel.res │ │ ├── build_menu │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_selectable.res │ │ ├── base_unavailable.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── dispenser_active.res │ │ ├── dispenser_already_built.res │ │ ├── dispenser_cant_afford.res │ │ ├── dispenser_selectable.res │ │ ├── dispenser_unavailable.res │ │ ├── eureka_target_home_avail.res │ │ ├── eureka_target_home_unavail.res │ │ ├── eureka_target_tele_exit_avail.res │ │ ├── eureka_target_tele_exit_unavail.res │ │ ├── hudmenuengybuild.res │ │ ├── hudmenueurekaeffect.res │ │ ├── pipboy │ │ │ ├── base_active.res │ │ │ ├── base_active_teleport_target.res │ │ │ ├── base_already_built.res │ │ │ ├── base_cant_afford.res │ │ │ ├── base_selectable.res │ │ │ ├── base_unavailable.res │ │ │ ├── base_unavailable_teleport_target.res │ │ │ ├── dispenser_active.res │ │ │ ├── dispenser_already_built.res │ │ │ ├── dispenser_cant_afford.res │ │ │ ├── dispenser_selectable.res │ │ │ ├── dispenser_unavailable.res │ │ │ ├── eureka_target_home_avail.res │ │ │ ├── eureka_target_home_unavail.res │ │ │ ├── eureka_target_tele_exit_avail.res │ │ │ ├── eureka_target_tele_exit_unavail.res │ │ │ ├── hudmenuengybuild.res │ │ │ ├── hudmenueurekaeffect.res │ │ │ ├── sentry_active.res │ │ │ ├── sentry_already_built.res │ │ │ ├── sentry_cant_afford.res │ │ │ ├── sentry_selectable.res │ │ │ ├── sentry_unavailable.res │ │ │ ├── tele_entrance_active.res │ │ │ ├── tele_entrance_already_built.res │ │ │ ├── tele_entrance_cant_afford.res │ │ │ ├── tele_entrance_unavailable.res │ │ │ ├── tele_exit_active.res │ │ │ ├── tele_exit_already_built.res │ │ │ ├── tele_exit_cant_afford.res │ │ │ ├── tele_exit_unavailable.res │ │ │ └── tele_selectable.res │ │ ├── sentry_active.res │ │ ├── sentry_already_built.res │ │ ├── sentry_cant_afford.res │ │ ├── sentry_selectable.res │ │ ├── sentry_unavailable.res │ │ ├── tele_entrance_active.res │ │ ├── tele_entrance_already_built.res │ │ ├── tele_entrance_cant_afford.res │ │ ├── tele_entrance_unavailable.res │ │ ├── tele_exit_active.res │ │ ├── tele_exit_already_built.res │ │ ├── tele_exit_cant_afford.res │ │ ├── tele_exit_unavailable.res │ │ └── tele_selectable.res │ │ ├── build_menu_360 │ │ ├── base_active.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── dispenser_active.res │ │ ├── dispenser_already_built.res │ │ ├── dispenser_cant_afford.res │ │ ├── hudmenuengybuild.res │ │ ├── sentry_active.res │ │ ├── sentry_already_built.res │ │ ├── sentry_cant_afford.res │ │ ├── tele_entrance_active.res │ │ ├── tele_entrance_already_built.res │ │ ├── tele_entrance_cant_afford.res │ │ ├── tele_exit_active.res │ │ ├── tele_exit_already_built.res │ │ └── tele_exit_cant_afford.res │ │ ├── build_menu_sc │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── dispenser_active.res │ │ ├── dispenser_already_built.res │ │ ├── dispenser_cant_afford.res │ │ ├── eureka_target_home_avail.res │ │ ├── eureka_target_home_unavail.res │ │ ├── eureka_target_tele_exit_avail.res │ │ ├── eureka_target_tele_exit_unavail.res │ │ ├── hudmenuengybuild.res │ │ ├── hudmenueurekaeffect.res │ │ ├── sentry_active.res │ │ ├── sentry_already_built.res │ │ ├── sentry_cant_afford.res │ │ ├── tele_entrance_active.res │ │ ├── tele_entrance_already_built.res │ │ ├── tele_entrance_cant_afford.res │ │ ├── tele_exit_active.res │ │ ├── tele_exit_already_built.res │ │ └── tele_exit_cant_afford.res │ │ ├── casualrankpanel.res │ │ ├── casualwelcomedialog.res │ │ ├── charinfoarmorysubpanel.res │ │ ├── charinfoloadoutsubpanel.res │ │ ├── charinfopanel.res │ │ ├── chatpopup.res │ │ ├── cheatdetectiondialog.res │ │ ├── classloadoutpanel.res │ │ ├── classmenu.res │ │ ├── classselection.res │ │ ├── classselection_sc.res │ │ ├── classtipsitem.res │ │ ├── classtipslist.res │ │ ├── coachedbypanel.res │ │ ├── competitiveaccessinfo.res │ │ ├── competitivewelcomedialog.res │ │ ├── comprankpanel.res │ │ ├── comprankstooltip.res │ │ ├── compstats.res │ │ ├── confirmabandondialog.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 │ │ │ ├── base_active.res │ │ │ ├── base_inactive.res │ │ │ ├── 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 │ │ ├── base.res │ │ ├── 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 │ │ ├── base.res │ │ ├── demoman_blue.res │ │ ├── demoman_red.res │ │ ├── engineer_blue.res │ │ ├── engineer_red.res │ │ ├── heavy_blue.res │ │ ├── heavy_red.res │ │ ├── hudmenuspydisguise.res │ │ ├── medic_blue.res │ │ ├── medic_red.res │ │ ├── pyro_blue.res │ │ ├── pyro_red.res │ │ ├── scout_blue.res │ │ ├── scout_red.res │ │ ├── sniper_blue.res │ │ ├── sniper_red.res │ │ ├── soldier_blue.res │ │ ├── soldier_red.res │ │ ├── spy_blue.res │ │ └── spy_red.res │ │ ├── disguisestatuspanel.res │ │ ├── dynamicrecipepanel.res │ │ ├── econ │ │ ├── backpackpanel.res │ │ ├── collectioncraftingdialog.res │ │ ├── collectioncraftingdialog_base.res │ │ ├── comboboxbackpackoverlaydialog.res │ │ ├── confirmapplycardupgradeapplicationdialog.res │ │ ├── confirmapplydecodedialog.res │ │ ├── confirmapplyducktokendialog.res │ │ ├── confirmapplygiftwrapdialog.res │ │ ├── confirmapplypaintcandialog.res │ │ ├── confirmapplypaintkitdialog.res │ │ ├── confirmapplystrangepartapplicationdialog.res │ │ ├── confirmapplystrangerestrictionapplicationdialog.res │ │ ├── confirmapplystrangifierdialog.res │ │ ├── confirmapplyteamcolorpaintcandialog.res │ │ ├── confirmcustomizetexturedialog.res │ │ ├── confirmdialog.res │ │ ├── confirmdialogabandonnopenalty.res │ │ ├── confirmdialogabandonpenalty.res │ │ ├── confirmdialogabandonsafe.res │ │ ├── confirmdialogoptout.res │ │ ├── confirmitempreviewdialog.res │ │ ├── confirmspellbookpageapplicationdialog.res │ │ ├── confirmtransmogrifyapplicationdialog.res │ │ ├── cyclingadcontainer.res │ │ ├── ducksleaderboardpanel.res │ │ ├── ducksleaderboards.res │ │ ├── genericnotificationtoast.res │ │ ├── genericnotificationtoastmainmenu.res │ │ ├── genericwaitingdialog.res │ │ ├── halloweenofferingdialog.res │ │ ├── inputstringforitembackpackoverlaydialog.res │ │ ├── inspectionpanel.res │ │ ├── inspectionpanel_cosmetic.res │ │ ├── itemaddefault.res │ │ ├── itemdiscardpanel.res │ │ ├── itemmodelpanel.res │ │ ├── itemmodelpanelcollectioncosmeticitem.res │ │ ├── itemmodelpanelcollectionitem.res │ │ ├── itempickuppanel.res │ │ ├── leaderboardpanel.res │ │ ├── lobbyleaderboard.res │ │ ├── manncotrade_commonstatclock.res │ │ ├── messageboxdialog.res │ │ ├── notificationqueuepanel.res │ │ ├── notificationspresentpanel.res │ │ ├── notificationtoastcontainer.res │ │ ├── notificationtoastcontrol.res │ │ ├── paintkitconsumedialog.res │ │ ├── questdefinitionviewpanel.res │ │ ├── questdetailspanel.res │ │ ├── questeditor.res │ │ ├── questlogpanel.res │ │ ├── questlogpanel_halloween.res │ │ ├── questmapnodepanel.res │ │ ├── questmapnodetooltippanel.res │ │ ├── questmappanel.res │ │ ├── questmaprewarditempanel.res │ │ ├── questnotificationpanel_base.res │ │ ├── questnotificationpanel_pauling_standard.res │ │ ├── questviewsubpanel.res │ │ ├── scrollablequestdetails.res │ │ ├── scrollablequestlist.res │ │ ├── scrollablequestlist_halloween.res │ │ ├── scrollablequestlist_toughbreak.res │ │ ├── store │ │ │ ├── v1 │ │ │ │ ├── storehome.res │ │ │ │ ├── storehome_freetrial.res │ │ │ │ ├── storehome_winter1.res │ │ │ │ ├── storehome_winter2.res │ │ │ │ ├── storehome_winter3.res │ │ │ │ ├── storeitemcontrols.res │ │ │ │ ├── storepage.res │ │ │ │ ├── storepage_bundles.res │ │ │ │ ├── storepage_cgtrading.res │ │ │ │ ├── storepage_drgrordbort.res │ │ │ │ ├── storepage_halloween.res │ │ │ │ ├── storepage_maps.res │ │ │ │ ├── storepage_new.res │ │ │ │ ├── storepage_popular.res │ │ │ │ ├── storepage_previewable.res │ │ │ │ ├── storepage_summer.res │ │ │ │ ├── storepanel.res │ │ │ │ ├── storepreviewitempanel.res │ │ │ │ ├── storepreviewitempanel_maps.res │ │ │ │ ├── storeprice.res │ │ │ │ ├── storeprice_bundles.res │ │ │ │ ├── storeprice_jumbo.res │ │ │ │ ├── storeprice_new.res │ │ │ │ ├── storeprice_popular.res │ │ │ │ ├── storestatusdialog.res │ │ │ │ └── storeviewcartpanel.res │ │ │ └── v2 │ │ │ │ ├── storehome_base.res │ │ │ │ ├── storehome_freetrial.res │ │ │ │ ├── storehome_premium.res │ │ │ │ ├── storeitemcontrols.res │ │ │ │ ├── storemapstampsinfodialog.res │ │ │ │ ├── storepage.res │ │ │ │ ├── storepage_bundles.res │ │ │ │ ├── storepage_items.res │ │ │ │ ├── storepage_maps.res │ │ │ │ ├── storepanel.res │ │ │ │ ├── storepreviewitempanel.res │ │ │ │ ├── storepreviewitempanel_fullscreen.res │ │ │ │ ├── storepreviewitempanel_maps.res │ │ │ │ └── storeviewcartpanel.res │ │ ├── strangecounttransferdialog.res │ │ ├── tradingpanel.res │ │ ├── tradingstartdialog.res │ │ ├── warjoinpanel.res │ │ └── warstandingpanel.res │ │ ├── enemycountpanel.res │ │ ├── explanationpopup.res │ │ ├── flagcalloutpanel.res │ │ ├── flagstatus.res │ │ ├── freezepanel_basic.res │ │ ├── freezepanelcallout.res │ │ ├── freezepanelkillerhealth.res │ │ ├── giveawayitempanel.res │ │ ├── globalchat.res │ │ ├── globalexplanations.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 │ │ ├── hudachievementfloatingnumber.res │ │ ├── hudachievementtrackeritem.res │ │ ├── hudalert.res │ │ ├── hudammoweapons.res │ │ ├── hudarenacappointcountdown.res │ │ ├── hudarenaclasslayout.res │ │ ├── hudarenanotification.res │ │ ├── hudarenaplayercount.res │ │ ├── hudarenateammenu.res │ │ ├── hudarenateammenu_sc.res │ │ ├── hudarenavspanel.res │ │ ├── hudarenawinpanel.res │ │ ├── hudbosshealth.res │ │ ├── hudbowcharge.res │ │ ├── hudcurrencyaccount.res │ │ ├── huddamageaccount.res │ │ ├── huddemomancharge.res │ │ ├── huddemomanpipes.res │ │ ├── hudhealthaccount.res │ │ ├── hudinspectpanel.res │ │ ├── huditemattributetracker.res │ │ ├── huditemeffectmeter.res │ │ ├── huditemeffectmeter_cleaver.res │ │ ├── huditemeffectmeter_demoman.res │ │ ├── huditemeffectmeter_engineer.res │ │ ├── huditemeffectmeter_halloweensouls.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 │ │ ├── hudminigame_collection.res │ │ ├── hudminigame_platform.res │ │ ├── hudminigame_soccer.res │ │ ├── hudminigame_soccersuddendeath.res │ │ ├── hudobjectiveflagpanel.res │ │ ├── hudobjectivekothtimepanel.res │ │ ├── hudobjectiveplayerdestruction.res │ │ ├── hudobjectiverobotdestruction.res │ │ ├── hudobjectivestatus.res │ │ ├── hudobjectivetimepanel.res │ │ ├── hudpasstime.res │ │ ├── hudpasstimeballstatus.res │ │ ├── hudpasstimeoffscreenarrow.res │ │ ├── hudpasstimepassnotify.res │ │ ├── hudpasstimeteamscore.res │ │ ├── hudplayerclass.res │ │ ├── hudplayerhealth.res │ │ ├── hudpowerupeffectmeter.res │ │ ├── hudpvewinpanel.res │ │ ├── hudrocketpack.res │ │ ├── hudroundcounter.res │ │ ├── hudspellselection.res │ │ ├── hudstalemate.res │ │ ├── hudstopwatch.res │ │ ├── hudteamgoal.res │ │ ├── hudteamgoaltournament.res │ │ ├── hudteamswitch.res │ │ ├── hudtournament.res │ │ ├── hudtournamentsetup.res │ │ ├── hudtraining.res │ │ ├── hudtrainingmsg.res │ │ ├── hudupgradepanel.res │ │ ├── hudwarcount.res │ │ ├── hudweaponselection.res │ │ ├── importfiledialog.res │ │ ├── importfiletexteditdialog.res │ │ ├── importmaterialeditdialog.res │ │ ├── importpreviewitempanel.res │ │ ├── ingamequeuestatus.res │ │ ├── intromenu.res │ │ ├── intromenu_sc.res │ │ ├── invitenotification.res │ │ ├── itemoptionspanel.res │ │ ├── itemquickswitch.res │ │ ├── itemrenameconfirmationdialog.res │ │ ├── itemrenamedialog.res │ │ ├── itemrenameinvaliddialog.res │ │ ├── itemselectionpanel.res │ │ ├── itemslotpanel.res │ │ ├── layeredmappanel.res │ │ ├── layeredmappanelitem.res │ │ ├── layeredmappaneltooltip.res │ │ ├── leaderboardentry.res │ │ ├── leaderboardentryrank.res │ │ ├── leaderboardentryscore.res │ │ ├── leaderboardspreadentry.res │ │ ├── loadoutpresetpanel.res │ │ ├── lobbycontainerframe.res │ │ ├── lobbycontainerframe_casual.res │ │ ├── lobbycontainerframe_comp.res │ │ ├── lobbycontainerframe_mvm.res │ │ ├── lobbypanel.res │ │ ├── lobbypanel_casual.res │ │ ├── lobbypanel_comp.res │ │ ├── lobbypanel_mvm.res │ │ ├── mainmenu_saxxyawards.res │ │ ├── mainmenueventplaylistentry.res │ │ ├── mainmenuoverride.res │ │ ├── mainmenuplaylistentry.res │ │ ├── mapinfomenu.res │ │ ├── mapinfomenu_sc.res │ │ ├── matchhistoryentrypanel.res │ │ ├── matchmakingcasualcriteria.res │ │ ├── matchmakingcategorymappanel.res │ │ ├── matchmakingcategorypanel.res │ │ ├── matchmakingdashboard.res │ │ ├── matchmakingdashboardcasualcriteria.res │ │ ├── matchmakingdashboardcomp.res │ │ ├── matchmakingdashboardcompaccess.res │ │ ├── matchmakingdashboardeventmatch.res │ │ ├── matchmakingdashboardleftsidepanel.res │ │ ├── matchmakingdashboardmvmcriteria.res │ │ ├── matchmakingdashboardmvmmodeselect.res │ │ ├── matchmakingdashboardplaylist.res │ │ ├── matchmakingdashboardpopup.res │ │ ├── matchmakingdashboardpopup_mapvotepanel.res │ │ ├── matchmakingdashboardpopup_newmatch.res │ │ ├── matchmakingdashboardpopup_nextmapvoting.res │ │ ├── matchmakingdashboardpopup_nextmapwinner.res │ │ ├── matchmakingdashboardsidepanel.res │ │ ├── matchmakingdatacenterpopulationpanel.res │ │ ├── matchmakinggrouppanel.res │ │ ├── matchmakingpanel.res │ │ ├── matchmakingpingpanel.res │ │ ├── matchmakingplaylist.res │ │ ├── matchmakingtooltip.res │ │ ├── mediccallerpanel.res │ │ ├── mvmbombcarrierprogresspanel.res │ │ ├── mvmcreditspendpanel.res │ │ ├── mvmcreditsubpanel.res │ │ ├── mvmcriteria.res │ │ ├── mvmeconrequirementdialog.res │ │ ├── mvminworldcurrency.res │ │ ├── mvmscoreboard.res │ │ ├── mvmscoreboardenemyinfo.res │ │ ├── mvmstatentry.res │ │ ├── mvmvictorycontainer.res │ │ ├── mvmvictorymannupentry.res │ │ ├── mvmvictorymannuploot.res │ │ ├── mvmvictorymannuppanel.res │ │ ├── mvmvictorymannuptab.res │ │ ├── mvmvictorypanel.res │ │ ├── mvmvictorysplash.res │ │ ├── mvmwavelosspanel.res │ │ ├── navigationpaneltest.res │ │ ├── newrecipefounddialog.res │ │ ├── notifications │ │ ├── base_notification.res │ │ ├── notification_manifest.txt │ │ ├── notify_competitive_gc_down.res │ │ ├── notify_enemy_flag_captured_blue.res │ │ ├── notify_enemy_flag_captured_red.res │ │ ├── notify_enemy_flag_dropped_blue.res │ │ ├── notify_enemy_flag_dropped_red.res │ │ ├── notify_enemy_flag_returned_blue.res │ │ ├── notify_enemy_flag_returned_red.res │ │ ├── notify_enemy_flag_taken_blue.res │ │ ├── notify_enemy_flag_taken_red.res │ │ ├── notify_golden_wrench.res │ │ ├── notify_how_to_control_ghost.res │ │ ├── notify_how_to_control_ghost_no_respawn.res │ │ ├── notify_how_to_control_kart.res │ │ ├── notify_no_invuln_with_flag_blue.res │ │ ├── notify_no_invuln_with_flag_red.res │ │ ├── notify_no_tele_with_flag_blue.res │ │ ├── notify_no_tele_with_flag_red.res │ │ ├── notify_passtime_howto.res │ │ ├── notify_passtime_no_carry.res │ │ ├── notify_passtime_no_cloak.res │ │ ├── notify_passtime_no_disguise.res │ │ ├── notify_passtime_no_holster.res │ │ ├── notify_passtime_no_invuln.res │ │ ├── notify_passtime_no_oob.res │ │ ├── notify_passtime_no_taunt.res │ │ ├── notify_passtime_no_tele.res │ │ ├── notify_rd_robot_attacked_blue.res │ │ ├── notify_rd_robot_attacked_red.res │ │ ├── notify_special.res │ │ ├── notify_touching_enemy_ctf_cap_blue.res │ │ ├── notify_touching_enemy_ctf_cap_red.res │ │ ├── notify_truce_end.res │ │ ├── notify_truce_start.res │ │ ├── notify_your_flag_captured_blue.res │ │ ├── notify_your_flag_captured_red.res │ │ ├── notify_your_flag_dropped_blue.res │ │ ├── notify_your_flag_dropped_red.res │ │ ├── notify_your_flag_returned_blue.res │ │ ├── notify_your_flag_returned_red.res │ │ ├── notify_your_flag_taken_blue.res │ │ └── notify_your_flag_taken_red.res │ │ ├── objectivestatusescort.res │ │ ├── objectivestatusmultipleescort.res │ │ ├── playerticketstatus.res │ │ ├── publishedfilebrowserdialog.res │ │ ├── publishfiledialog.res │ │ ├── pvpcasualrankpanel.res │ │ ├── pvpcomprankpanel.res │ │ ├── pvprankpanel.res │ │ ├── quests │ │ ├── cyoa │ │ │ ├── questitemtrackerpanel_cyoa.res │ │ │ ├── questmapregionlink.res │ │ │ ├── questobjectivepanel_cyoa.res │ │ │ └── regions │ │ │ │ ├── region_base.res │ │ │ │ ├── region_campaign_3_home.res │ │ │ │ ├── region_defense.res │ │ │ │ ├── region_halloween.res │ │ │ │ ├── region_halloween_bosses.res │ │ │ │ ├── region_halloween_community_maps.res │ │ │ │ ├── region_halloween_official_maps.res │ │ │ │ ├── region_maps.res │ │ │ │ ├── region_offense.res │ │ │ │ ├── region_overworld.res │ │ │ │ ├── region_pyroland.res │ │ │ │ └── region_support.res │ │ ├── lineitem_credits.res │ │ ├── lineitem_item.res │ │ ├── lineitem_objective.res │ │ ├── lineitem_points.res │ │ ├── merasmus │ │ │ ├── questitempanel_merasmus_base.res │ │ │ ├── questitempanel_merasmus_general.res │ │ │ ├── questitempanel_merasmus_hhh.res │ │ │ ├── questitempanel_merasmus_merasmus.res │ │ │ ├── questitempanel_merasmus_monoculus.res │ │ │ ├── questitemtrackerpanel_ingame.res │ │ │ ├── questitemtrackerpanel_questlog.res │ │ │ ├── questobjectivepanel_ingame.res │ │ │ └── questobjectivepanel_questlog.res │ │ ├── pauling │ │ │ ├── operation 2 │ │ │ │ ├── questitempanel_pauling_base.res │ │ │ │ ├── questitempanel_pauling_community_map_1.res │ │ │ │ ├── questitempanel_pauling_community_map_2.res │ │ │ │ ├── questitempanel_pauling_community_map_3.res │ │ │ │ ├── questitempanel_pauling_community_map_4.res │ │ │ │ ├── questitempanel_pauling_cp.res │ │ │ │ ├── questitempanel_pauling_demo.res │ │ │ │ ├── questitempanel_pauling_engineer.res │ │ │ │ ├── questitempanel_pauling_headhunter.res │ │ │ │ ├── questitempanel_pauling_heavy.res │ │ │ │ ├── questitempanel_pauling_medic.res │ │ │ │ ├── questitempanel_pauling_payload.res │ │ │ │ ├── questitempanel_pauling_playanyclass.res │ │ │ │ ├── questitempanel_pauling_pyro.res │ │ │ │ ├── questitempanel_pauling_scout.res │ │ │ │ ├── questitempanel_pauling_sniper.res │ │ │ │ ├── questitempanel_pauling_soldier.res │ │ │ │ └── questitempanel_pauling_spy.res │ │ │ ├── questitempanel_pauling_base.res │ │ │ ├── questitempanel_pauling_borneo.res │ │ │ ├── questitempanel_pauling_demo.res │ │ │ ├── questitempanel_pauling_engineer.res │ │ │ ├── questitempanel_pauling_headhunter.res │ │ │ ├── questitempanel_pauling_heavy.res │ │ │ ├── questitempanel_pauling_medic.res │ │ │ ├── questitempanel_pauling_playanyclass.res │ │ │ ├── questitempanel_pauling_powerhouse.res │ │ │ ├── questitempanel_pauling_pyro.res │ │ │ ├── questitempanel_pauling_scout.res │ │ │ ├── questitempanel_pauling_sniper.res │ │ │ ├── questitempanel_pauling_snowplow.res │ │ │ ├── questitempanel_pauling_soldier.res │ │ │ ├── questitempanel_pauling_spy.res │ │ │ ├── questitempanel_pauling_suijin.res │ │ │ ├── questitemtrackerpanel_ingame.res │ │ │ ├── questitemtrackerpanel_questlog.res │ │ │ ├── questobjectivepanel_ingame.res │ │ │ └── questobjectivepanel_questlog.res │ │ ├── questitempanel_base.res │ │ ├── questitemtrackerpanel_base.res │ │ ├── questitemtrackerpanel_ingame_base.res │ │ ├── questitemtrackerpanel_questlog_base.res │ │ ├── questobjectivepanel_ingame_base.res │ │ ├── questobjectivepanel_questlog_base.res │ │ └── questobjectivescorer.res │ │ ├── quickplaybusydialog.res │ │ ├── quickplaydialog.res │ │ ├── revivedialog.res │ │ ├── robotdestructionstatus.res │ │ ├── roundinfo.res │ │ ├── saxxyawards_submitform.res │ │ ├── scoreboard.res │ │ ├── selectmosthelpfulfrienddialog.res │ │ ├── selectplayerdialog.res │ │ ├── selectplayerdialog_coach.res │ │ ├── selectplayerdialog_duel.res │ │ ├── servernotconnectedtosteam.res │ │ ├── spectator.res │ │ ├── spectator_sc.res │ │ ├── spectatorcoach.res │ │ ├── spectatorguihealth.res │ │ ├── spectatortournament.res │ │ ├── spectatortournamentguihealth.res │ │ ├── stampdonationadd.res │ │ ├── staticbadgepanel.res │ │ ├── statpanel_base.res │ │ ├── statsummary.res │ │ ├── statsummary_embedded.res │ │ ├── steamfriendpanel.res │ │ ├── steamworkshopdialog.res │ │ ├── steamworkshopitem.res │ │ ├── streamlistpanel.res │ │ ├── streampanel.res │ │ ├── supportnotificationdialog.res │ │ ├── surveypanel_base.res │ │ ├── surveypanel_casualinquiry.res │ │ ├── surveypanel_compinquiry.res │ │ ├── surveypanel_mapquality.res │ │ ├── surveypanel_matchquality.res │ │ ├── surveypanel_randomcrit.res │ │ ├── tankprogressbar.res │ │ ├── tankstatuspanel.res │ │ ├── targetid.res │ │ ├── tauntcallerpanel.res │ │ ├── teammenu.res │ │ ├── teammenu_sc.res │ │ ├── testitembotcontrols.res │ │ ├── testitemdialog.res │ │ ├── testitemroot.res │ │ ├── textwindow.res │ │ ├── textwindow_sc.res │ │ ├── textwindowcustomserver.res │ │ ├── textwindowcustomserver_sc.res │ │ ├── tfadvancedoptionsdialog.res │ │ ├── tfhudrobotdestruction_activestate.res │ │ ├── tfhudrobotdestruction_deadstate.res │ │ ├── tfhudrobotdestruction_robotindicator.res │ │ ├── tfhudrobotdestruction_shieldedstate.res │ │ ├── training │ │ ├── basictraining │ │ │ ├── classdetails.res │ │ │ ├── classpanel.res │ │ │ └── classselection.res │ │ ├── main.res │ │ ├── modeselection │ │ │ ├── modepanel.res │ │ │ └── modeselection.res │ │ └── offlinepractice │ │ │ ├── mapselection.res │ │ │ └── practicemodeselection.res │ │ ├── trainingcomplete.res │ │ ├── trainingdialog.res │ │ ├── trainingdialog_old.res │ │ ├── trainingitempanel.res │ │ ├── upgradeboxdialog.res │ │ ├── upgradebuypanel.res │ │ ├── videopanel.res │ │ ├── viewrecipespanel.res │ │ ├── votehud.res │ │ ├── vrcalibration.res │ │ ├── waitingforplayerspanel.res │ │ ├── wavecompletesummarypanel.res │ │ ├── wavestatuspanel.res │ │ ├── winpanel.res │ │ ├── xboxdialogs.res │ │ └── xpsourcepanel.res └── scripts │ ├── hudanimations_manifest.txt │ ├── hudanimations_tf_example.txt │ ├── hudlayout.res │ └── mod_textures.txt ├── info.vdf ├── materials ├── console │ ├── background_upward.vtf │ └── background_upward_widescreen.vtf ├── hud │ ├── cart_blue.vmt │ ├── cart_blue.vtf │ ├── cart_point_blue.vmt │ ├── cart_point_blue.vtf │ ├── cart_point_blue_opaque.vmt │ ├── cart_point_blue_opaque.vtf │ ├── cart_point_neutral.vmt │ ├── cart_point_neutral.vtf │ ├── cart_point_neutral_opaque.vmt │ ├── cart_point_neutral_opaque.vtf │ ├── cart_point_red.vmt │ ├── cart_point_red.vtf │ ├── cart_point_red_opaque.vmt │ ├── cart_point_red_opaque.vtf │ ├── cart_red.vmt │ ├── cart_red.vtf │ ├── cart_track_blue.vmt │ ├── cart_track_blue.vtf │ ├── cart_track_blue_opaque.vmt │ ├── cart_track_blue_opaque.vtf │ ├── cart_track_red.vmt │ ├── cart_track_red.vtf │ ├── cart_track_red_opaque.vmt │ └── cart_track_red_opaque.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_cap_blu.vmt │ │ ├── icon_obj_cap_blu_up.vmt │ │ ├── icon_obj_cap_mask.vmt │ │ ├── icon_obj_cap_red.vmt │ │ ├── icon_obj_cap_red_up.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 │ └── replay │ └── thumbnails │ ├── MaterialPanel.vmt │ ├── REFRACTnormal_transparent.vmt │ ├── REFRACTnormal_transparent.vtf │ ├── bg_frame.vmt │ ├── bg_frame.vtf │ ├── bg_frame_round.vmt │ ├── bg_frame_round.vtf │ ├── boxtest5.vmt │ ├── boxtest5.vtf │ ├── boxtest6.vmt │ ├── boxtest6.vtf │ ├── btcross.vmt │ ├── btcross.vtf │ ├── button_default.vmt │ ├── button_default.vtf │ ├── button_hover.vmt │ ├── button_hover.vtf │ ├── cart_blue.vtf │ ├── cart_point_neutral.vtf │ ├── cart_red.vtf │ ├── demoman.vmt │ ├── demoman.vtf │ ├── demoman_off.vmt │ ├── demoman_off.vtf │ ├── engie_dispenser.vmt │ ├── engie_dispenser.vtf │ ├── engie_sentry_1.vmt │ ├── engie_sentry_1.vtf │ ├── engie_sentry_2.vmt │ ├── engie_sentry_2.vtf │ ├── engie_sentry_3.vmt │ ├── engie_sentry_3.vtf │ ├── engie_tele_in.vmt │ ├── engie_tele_in.vtf │ ├── engie_tele_out.vmt │ ├── engie_tele_out.vtf │ ├── engineer.vmt │ ├── engineer.vtf │ ├── engineer_off.vmt │ ├── engineer_off.vtf │ ├── heavy.vmt │ ├── heavy.vtf │ ├── heavy_off.vmt │ ├── heavy_off.vtf │ ├── hud_circle.vmt │ ├── hud_circle.vtf │ ├── ico_wrench.vmt │ ├── ico_wrench.vtf │ ├── 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_cap_blu.vtf │ ├── icon_obj_cap_blu_up.vtf │ ├── icon_obj_cap_mask.vtf │ ├── icon_obj_cap_red.vtf │ ├── icon_obj_cap_red_up.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 │ ├── materialPanel.vtf │ ├── medic.vmt │ ├── medic.vtf │ ├── medic_off.vmt │ ├── medic_off.vtf │ ├── menu_comp.vmt │ ├── menu_comp.vtf │ ├── menu_exit.vmt │ ├── menu_exit.vtf │ ├── menu_items.vmt │ ├── menu_items.vtf │ ├── menu_mvm.vmt │ ├── menu_mvm.vtf │ ├── menu_quickplay.vmt │ ├── menu_quickplay.vtf │ ├── menu_server.vmt │ ├── menu_server.vtf │ ├── menu_store.vmt │ ├── menu_store.vtf │ ├── menu_twitch.vmt │ ├── menu_twitch.vtf │ ├── newhudblack.vmt │ ├── newhudblack.vtf │ ├── newhudblue.vmt │ ├── newhudblue.vtf │ ├── newhudlightgray.vmt │ ├── newhudlightgray.vtf │ ├── newhudred.vmt │ ├── newhudred.vtf │ ├── newhudwhite.vmt │ ├── newhudwhite.vtf │ ├── pyro.vmt │ ├── pyro.vtf │ ├── pyro_off.vmt │ ├── pyro_off.vtf │ ├── scout.vmt │ ├── scout.vtf │ ├── scout_off.vmt │ ├── scout_off.vtf │ ├── sniper.vmt │ ├── sniper.vtf │ ├── sniper_off.vmt │ ├── sniper_off.vtf │ ├── soldier.vmt │ ├── soldier.vtf │ ├── soldier_off.vmt │ ├── soldier_off.vtf │ ├── spy.vmt │ ├── spy.vtf │ ├── spy_off.vmt │ ├── spy_off.vtf │ ├── spy_sapper.vmt │ ├── spy_sapper.vtf │ ├── tflogo.vmt │ ├── tflogo.vtf │ ├── tflogo_off.vmt │ ├── tflogo_off.vtf │ ├── upgrade_1.vmt │ ├── upgrade_1.vtf │ ├── upgrade_2.vmt │ ├── upgrade_2.vtf │ ├── upgrade_3.vmt │ └── upgrade_3.vtf ├── resource ├── borders │ └── borderscheme.res ├── chat_english.txt ├── chatscheme.res ├── clientscheme.res ├── colors │ ├── ammo.res │ ├── button.res │ ├── colorscheme.res │ ├── health.res │ ├── itemquality.res │ └── ubercharge.res ├── extras │ ├── credit │ │ ├── ComebackOfTheDamned.otf │ │ ├── credit.res │ │ ├── credits.txt │ │ ├── fire_logo.ttf │ │ └── font.res │ ├── hudammoweapons_blur.res │ ├── hudammoweapons_extra.res │ ├── hudammoweapons_shadow.res │ ├── hudplayerhealth_cross.res │ ├── hudplayerhealth_extra.res │ ├── icons │ │ ├── HudasIscariote.otf │ │ ├── fog-cross.ttf │ │ ├── fog.res │ │ ├── font.res │ │ ├── hud_font_a3.ttf │ │ └── hud_font_a3_iconsheet.png │ ├── killfeed.res │ ├── menu_classes.res │ ├── menu_nextprev.res │ ├── menu_reloadbutton.res │ ├── menu_storebar.res │ ├── menu_tabs.res │ └── preload.res ├── fonts │ ├── 104-product-sans │ │ ├── ProductSans-Regular.ttf │ │ └── font.res │ └── 999-blank-font │ │ ├── AdobeBlank.ttf │ │ └── font.res ├── gamemenu.res ├── sourcescheme.res ├── sourcescheme_custom.res └── ui │ ├── basechat.res │ ├── build_menu │ ├── base_active.res │ ├── base_active_teleport_target.res │ ├── base_already_built.res │ ├── base_cant_afford.res │ ├── base_selectable.res │ ├── base_unavailable.res │ ├── base_unavailable_teleport_target.res │ ├── dispenser_active.res │ ├── dispenser_already_built.res │ ├── dispenser_cant_afford.res │ ├── dispenser_selectable.res │ ├── dispenser_unavailable.res │ ├── eureka_target_home_avail.res │ ├── eureka_target_home_unavail.res │ ├── eureka_target_tele_exit_avail.res │ ├── eureka_target_tele_exit_unavail.res │ ├── hudmenuengybuild.res │ ├── hudmenueurekaeffect.res │ ├── pipboy │ │ ├── base_active.res │ │ ├── base_active_teleport_target.res │ │ ├── base_already_built.res │ │ ├── base_cant_afford.res │ │ ├── base_selectable.res │ │ ├── base_unavailable.res │ │ ├── base_unavailable_teleport_target.res │ │ ├── dispenser_active.res │ │ ├── dispenser_already_built.res │ │ ├── dispenser_cant_afford.res │ │ ├── dispenser_selectable.res │ │ ├── dispenser_unavailable.res │ │ ├── eureka_target_home_avail.res │ │ ├── eureka_target_home_unavail.res │ │ ├── eureka_target_tele_exit_avail.res │ │ ├── eureka_target_tele_exit_unavail.res │ │ ├── hudmenuengybuild.res │ │ ├── hudmenueurekaeffect.res │ │ ├── sentry_active.res │ │ ├── sentry_already_built.res │ │ ├── sentry_cant_afford.res │ │ ├── sentry_selectable.res │ │ ├── sentry_unavailable.res │ │ ├── tele_entrance_active.res │ │ ├── tele_entrance_already_built.res │ │ ├── tele_entrance_cant_afford.res │ │ ├── tele_entrance_unavailable.res │ │ ├── tele_exit_active.res │ │ ├── tele_exit_already_built.res │ │ ├── tele_exit_cant_afford.res │ │ ├── tele_exit_unavailable.res │ │ └── tele_selectable.res │ ├── sentry_active.res │ ├── sentry_already_built.res │ ├── sentry_cant_afford.res │ ├── sentry_selectable.res │ ├── sentry_unavailable.res │ ├── tele_entrance_active.res │ ├── tele_entrance_already_built.res │ ├── tele_entrance_cant_afford.res │ ├── tele_entrance_unavailable.res │ ├── tele_exit_active.res │ ├── tele_exit_already_built.res │ ├── tele_exit_cant_afford.res │ ├── tele_exit_unavailable.res │ └── tele_selectable.res │ ├── charinfoarmorysubpanel.res │ ├── charinfoloadoutsubpanel.res │ ├── charinfopanel.res │ ├── chatpopup.res │ ├── classloadoutpanel.res │ ├── classselection.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 │ │ ├── base_active.res │ │ ├── base_inactive.res │ │ ├── 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 │ ├── disguisestatuspanel.res │ ├── econ │ ├── backpackpanel.res │ ├── cyclingadcontainer.res │ ├── genericnotificationtoast.res │ ├── genericnotificationtoastmainmenu.res │ ├── inspectionpanel.res │ ├── inspectionpanel_cosmetic.res │ ├── itemaddefault.res │ ├── itemmodelpanel.res │ ├── itempickuppanel.res │ ├── lobbyleaderboard.res │ ├── notificationspresentpanel.res │ ├── notificationtoastcontainer.res │ ├── notificationtoastcontrol.res │ ├── questmappanel.res │ ├── store │ │ ├── v1 │ │ │ ├── storehome.res │ │ │ ├── storehome_freetrial.res │ │ │ ├── storehome_winter1.res │ │ │ ├── storehome_winter2.res │ │ │ ├── storehome_winter3.res │ │ │ ├── storeitemcontrols.res │ │ │ ├── storepage.res │ │ │ ├── storepage_bundles.res │ │ │ ├── storepage_cgtrading.res │ │ │ ├── storepage_drgrordbort.res │ │ │ ├── storepage_halloween.res │ │ │ ├── storepage_maps.res │ │ │ ├── storepage_new.res │ │ │ ├── storepage_popular.res │ │ │ ├── storepage_previewable.res │ │ │ ├── storepage_summer.res │ │ │ ├── storepanel.res │ │ │ ├── storepreviewitempanel.res │ │ │ ├── storepreviewitempanel_maps.res │ │ │ ├── storeprice.res │ │ │ ├── storeprice_bundles.res │ │ │ ├── storeprice_jumbo.res │ │ │ ├── storeprice_new.res │ │ │ ├── storeprice_popular.res │ │ │ ├── storestatusdialog.res │ │ │ └── storeviewcartpanel.res │ │ └── v2 │ │ │ ├── storehome_base.res │ │ │ ├── storehome_freetrial.res │ │ │ ├── storehome_premium.res │ │ │ ├── storeitemcontrols.res │ │ │ ├── storemapstampsinfodialog.res │ │ │ ├── storepage.res │ │ │ ├── storepage_bundles.res │ │ │ ├── storepage_items.res │ │ │ ├── storepage_maps.res │ │ │ ├── storepanel.res │ │ │ ├── storepreviewitempanel.res │ │ │ ├── storepreviewitempanel_fullscreen.res │ │ │ ├── storepreviewitempanel_maps.res │ │ │ └── storeviewcartpanel.res │ └── tradingstartdialog.res │ ├── enemycountpanel.res │ ├── flagcalloutpanel.res │ ├── flagstatus.res │ ├── freezepanel_basic.res │ ├── freezepanelcallout.res │ ├── freezepanelkillerhealth.res │ ├── globalchat.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 │ ├── hudarenawinpanel.res │ ├── hudcurrencyaccount.res │ ├── huddamageaccount.res │ ├── huddemomancharge.res │ ├── huddemomanpipes.res │ ├── hudhealthaccount.res │ ├── hudinspectpanel.res │ ├── huditemattributetracker.res │ ├── huditemeffectmeter.res │ ├── huditemeffectmeter_cleaver.res │ ├── huditemeffectmeter_demoman.res │ ├── huditemeffectmeter_engineer.res │ ├── huditemeffectmeter_halloweensouls.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 │ ├── hudmediccharge.res │ ├── hudmenutauntselection.res │ ├── hudobjectiveflagpanel.res │ ├── hudobjectivekothtimepanel.res │ ├── hudobjectivetimepanel.res │ ├── hudplayerclass.res │ ├── hudplayerhealth.res │ ├── hudrocketpack.res │ ├── hudroundcounter.res │ ├── hudspellselection.res │ ├── hudstopwatch.res │ ├── hudteamgoal.res │ ├── hudteamgoaltournament.res │ ├── hudtournament.res │ ├── hudtournamentsetup.res │ ├── hudtraining.res │ ├── hudtrainingmsg.res │ ├── hudupgradepanel.res │ ├── itemselectionpanel.res │ ├── leaderboardentryrank.res │ ├── loadoutpresetpanel.res │ ├── mainmenuoverride.res │ ├── mainmenuplaylistentry.res │ ├── mapinfomenu.res │ ├── matchhistoryentrypanel.res │ ├── matchmakingcasualcriteria.res │ ├── matchmakingcategorymappanel.res │ ├── matchmakingcategorypanel.res │ ├── matchmakingdashboard.res │ ├── matchmakingdashboardcasualcriteria.res │ ├── matchmakingdashboardcomp.res │ ├── matchmakingdashboardcompaccess.res │ ├── matchmakingdashboardmvmcriteria.res │ ├── matchmakingdashboardmvmmodeselect.res │ ├── matchmakingdashboardplaylist.res │ ├── matchmakingdashboardpopup.res │ ├── matchmakingdashboardsidepanel.res │ ├── matchmakinggrouppanel.res │ ├── matchmakingpingpanel.res │ ├── matchmakingplaylist.res │ ├── matchmakingtooltip.res │ ├── mm_base.res │ ├── mvmcreditspendpanel.res │ ├── mvmcreditsubpanel.res │ ├── mvmcriteria.res │ ├── mvminworldcurrency.res │ ├── mvmscoreboard.res │ ├── notifications │ └── base_notification.res │ ├── objectivestatusescort.res │ ├── objectivestatusmultipleescort.res │ ├── pvpcasualrankpanel.res │ ├── pvpcomprankpanel.res │ ├── pvprankpanel.res │ ├── scoreboard.res │ ├── spectator.res │ ├── spectatorguihealth.res │ ├── spectatortournament.res │ ├── spectatortournamentguihealth.res │ ├── stampdonationadd.res │ ├── statsummary.res │ ├── statsummary_embedded.res │ ├── steamfriendpanel.res │ ├── streamlistpanel.res │ ├── streampanel.res │ ├── targetid.res │ ├── teammenu.res │ ├── textwindow.res │ ├── tfadvancedoptionsdialog.res │ ├── training │ ├── basictraining │ │ ├── classdetails.res │ │ ├── classpanel.res │ │ └── classselection.res │ ├── main.res │ ├── modeselection │ │ ├── modepanel.res │ │ └── modeselection.res │ └── offlinepractice │ │ ├── mapselection.res │ │ └── practicemodeselection.res │ ├── upgradebuypanel.res │ ├── votehud.res │ ├── wavestatuspanel.res │ └── winpanel.res └── scripts ├── animations ├── ammoanimations.txt ├── customanimations.txt ├── healthanimations.txt ├── uberanimations.txt └── uberanimations_rainbow.txt ├── chapterbackgrounds.txt ├── hudanimations_manifest.txt ├── hudlayout.res └── mod_textures.txt /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | scripts/hudanimations_tf_example.txt 3 | sound/sound.cache 4 | -------------------------------------------------------------------------------- /default/resource/ui/build_menu/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/dispenser_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/dispenser_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/dispenser_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/dispenser_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/dispenser_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/dispenser_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/dispenser_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/eureka_target_home_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "eureka_teleport_home" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/eureka_target_home_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "1" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/eureka_target_tele_exit_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/eureka_target_tele_exit_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/dispenser_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/dispenser_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/dispenser_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/dispenser_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/dispenser_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/dispenser_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/dispenser_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/eureka_target_home_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "eureka_teleport_home" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/eureka_target_home_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "1" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/eureka_target_tele_exit_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/eureka_target_tele_exit_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/sentry_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | 16 | "NumberLabel" 17 | { 18 | "labelText" "1" 19 | } 20 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/sentry_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/sentry_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/sentry_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/sentry_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/sentry_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/sentry_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/sentry_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/sentry_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_entrance_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_entrance_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_entrance_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_exit_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_exit_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "4" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_exit_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "4" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_exit_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "4" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/pipboy/tele_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/tele_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "Teleporter" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/sentry_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | 16 | "NumberLabel" 17 | { 18 | "labelText" "1" 19 | } 20 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/sentry_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/sentry_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/sentry_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/sentry_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/sentry_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/sentry_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/sentry_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/sentry_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_entrance_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_entrance_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_entrance_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_entrance_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_exit_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_exit_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "4" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_exit_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "4" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_exit_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "4" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu/tele_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/tele_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "Teleporter" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/dispenser_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/dispenser_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/sentry_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/sentry_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/destroy_menu/sentry_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "xpos" "10" 13 | "ypos" "8" 14 | "wide" "80" 15 | "tall" "80" 16 | "icon" "obj_status_sentrygun_1" 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/sentry_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/sentry_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry_360" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/tele_entrance_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/tele_entrance_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/destroy_menu/tele_entrance_already_built.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 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/tele_entrance_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/tele_exit_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/tele_exit_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/destroy_menu/tele_exit_already_built.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 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_360/tele_exit_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/dispenser_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/dispenser_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/eureka_target_home_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "eureka_teleport_home" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "actionName" "menu_left" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/eureka_target_home_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "actionName" "menu_left" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/eureka_target_tele_exit_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "actionName" "menu_right" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/eureka_target_tele_exit_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "actionName" "menu_right" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/sentry_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/sentry_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/destroy_menu/sentry_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "xpos" "10" 13 | "ypos" "8" 14 | "wide" "80" 15 | "tall" "80" 16 | "icon" "obj_status_sentrygun_1" 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/sentry_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/sentry_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry_360" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/tele_entrance_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/tele_entrance_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/destroy_menu/tele_entrance_already_built.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 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/tele_entrance_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/tele_exit_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/tele_exit_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/destroy_menu/tele_exit_already_built.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 | } -------------------------------------------------------------------------------- /default/resource/ui/build_menu_sc/tele_exit_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/casualrankpanel.res: -------------------------------------------------------------------------------- 1 | #base "PvPRankPanel.res" -------------------------------------------------------------------------------- /default/resource/ui/classmenu.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/ClassMenu.res" 2 | { 3 | "class" 4 | { 5 | "ControlName" "CClassMenu" 6 | "fieldName" "class" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "wide" "f0" 10 | "tall" "480" 11 | "autoResize" "0" 12 | "pinCorner" "0" 13 | "visible" "1" 14 | "enabled" "1" 15 | "tabPosition" "0" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /default/resource/ui/comprankpanel.res: -------------------------------------------------------------------------------- 1 | #base "PvPRankPanel.res" -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/base.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/disguise_menu/base.res" 2 | { 3 | "ClassIcon" 4 | { 5 | "ControlName" "CIconPanel" 6 | "fieldName" "ClassIcon" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "1" 10 | "wide" "60" 11 | "tall" "120" 12 | "visible" "1" 13 | "enabled" "1" 14 | "scaleImage" "1" 15 | "icon" "hud_menu_spy_red" 16 | } 17 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/demoman_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Demoman" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_demoman_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/demoman_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Demoman" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_demoman_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/engineer_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Engineer" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_engineer_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/engineer_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Engineer" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_engineer_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/heavy_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_HWGuy" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_heavy_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/heavy_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_HWGuy" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_heavy_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/medic_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Medic" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_medic_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/medic_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/medic_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Medic" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_medic_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/pyro_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Pyro" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_pyro_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/pyro_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Pyro" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_pyro_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/scout_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/scout_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Scout" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_scout_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/scout_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Scout" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_scout_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/sniper_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Sniper" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_sniper_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/sniper_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Sniper" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_sniper_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/soldier_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Soldier" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_soldier_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/soldier_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Soldier" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_soldier_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/spy_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/spy_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Spy" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_spy_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_360/spy_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/spy_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Spy" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_spy_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/base.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/disguise_menu/base.res" 2 | { 3 | "ClassIcon" 4 | { 5 | "ControlName" "CIconPanel" 6 | "fieldName" "ClassIcon" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "1" 10 | "wide" "60" 11 | "tall" "120" 12 | "visible" "1" 13 | "enabled" "1" 14 | "scaleImage" "1" 15 | "icon" "hud_menu_spy_red" 16 | } 17 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/demoman_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Demoman" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_demoman_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/demoman_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Demoman" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_demoman_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/engineer_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Engineer" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_engineer_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/engineer_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Engineer" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_engineer_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/heavy_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_HWGuy" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_heavy_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/heavy_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_HWGuy" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_heavy_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/medic_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Medic" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_medic_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/medic_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/medic_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Medic" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_medic_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/pyro_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Pyro" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_pyro_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/pyro_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Pyro" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_pyro_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/scout_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/scout_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Scout" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_scout_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/scout_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Scout" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_scout_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/sniper_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Sniper" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_sniper_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/sniper_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Sniper" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_sniper_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/soldier_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Soldier" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_soldier_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/soldier_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Soldier" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_soldier_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/spy_blue.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/spy_blue.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Spy" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_spy_blu" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/disguise_menu_sc/spy_red.res: -------------------------------------------------------------------------------- 1 | #base "base.res" 2 | 3 | "Resource/UI/disguise_menu/spy_red.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Class_Name_Spy" 8 | } 9 | 10 | "ClassIcon" 11 | { 12 | "icon" "hud_menu_spy_red" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/econ/questnotificationpanel_pauling_standard.res: -------------------------------------------------------------------------------- 1 | #base "QuestNotificationPanel_base.res" 2 | 3 | "Resource/UI/QuestNotificationPanel_Pauling_standard.res" 4 | { 5 | "QuestNotificationPanel" 6 | { 7 | "MainContainer" 8 | { 9 | 10 | } 11 | } 12 | } -------------------------------------------------------------------------------- /default/resource/ui/econ/scrollablequestlist_toughbreak.res: -------------------------------------------------------------------------------- 1 | #base ScrollableQuestList.res 2 | 3 | "Resource/UI/econ/ScrollableQuestList.res" 4 | { 5 | "BackgroundFolderImage" 6 | { 7 | "image" "contracts/tough_break/contracts_base1" 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /default/resource/ui/econ/store/v2/storepage_bundles.res: -------------------------------------------------------------------------------- 1 | #base "StorePage.res" 2 | 3 | "Resource/UI/StorePage_Bundles.res" 4 | { 5 | } -------------------------------------------------------------------------------- /default/resource/ui/econ/store/v2/storepage_items.res: -------------------------------------------------------------------------------- 1 | #base "StorePage.res" 2 | 3 | "Resource/UI/StorePage_Items.res" 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /default/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" "0 255 0 255" 10 | "NegativeColor" "255 0 0 255" 11 | "delta_lifetime" "1.5" 12 | "delta_item_font" "HudFontSmall" 13 | "delta_item_font_big" "HudFontMedium" 14 | } 15 | } -------------------------------------------------------------------------------- /default/resource/ui/hudhealthaccount.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudHealthAccount.res" 2 | { 3 | "CHealthAccountPanel" 4 | { 5 | "fieldName" "CHealthAccountPanel" 6 | "delta_item_x" "13" 7 | "delta_item_start_y" "50" 8 | "delta_item_end_y" "0" 9 | "PositiveColor" "0 255 0 255" 10 | "NegativeColor" "255 0 0 255" 11 | "delta_lifetime" "1.5" 12 | "delta_item_font" "HudFontMedium" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/huditemeffectmeter_pyro.res: -------------------------------------------------------------------------------- 1 | #base "HudItemEffectMeter.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Pyro.res" 4 | { 5 | HudItemEffectMeter 6 | { 7 | "fieldName" "HudItemEffectMeter" 8 | "xpos" "r214" 9 | "ypos_minmode" "r70" 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /default/resource/ui/hudminigame_collection.res: -------------------------------------------------------------------------------- 1 | #base "HudMiniGame_Base.res" 2 | 3 | "Resource/UI/HudMiniGame_Collection.res" 4 | { 5 | "GameImage" 6 | { 7 | "image" "../hud/minigame_collection" 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /default/resource/ui/hudminigame_platform.res: -------------------------------------------------------------------------------- 1 | #base "HudMiniGame_Base.res" 2 | 3 | "Resource/UI/HudMiniGame_Plaform.res" 4 | { 5 | "GameImage" 6 | { 7 | "image" "../hud/minigame_platform" 8 | } 9 | 10 | "PlayingTo" 11 | { 12 | "labelText" "#TF_PlayingToElimination" 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /default/resource/ui/hudminigame_soccer.res: -------------------------------------------------------------------------------- 1 | #base "HudMiniGame_Base.res" 2 | 3 | "Resource/UI/HudMiniGame_Soccer.res" 4 | { 5 | "GameImage" 6 | { 7 | "image" "../hud/minigame_soccer" 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /default/resource/ui/hudobjectivestatus.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudObjectiveStatus.res" 2 | { } 3 | -------------------------------------------------------------------------------- /default/resource/ui/hudpasstimeoffscreenarrow.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudPasstimeOffscreenArrow.res" 2 | { 3 | "Image" 4 | { 5 | "ControlName" "ImagePanel" 6 | "fieldName" "Image" 7 | "xpos" "0" 8 | "ypos" "0" 9 | "zpos" "0" 10 | "wide" "30" 11 | "tall" "30" 12 | "visible" "0" 13 | "enabled" "1" 14 | "scaleImage" "1" 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /default/resource/ui/layeredmappaneltooltip.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/LayeredMapPanelToolTip.res" 2 | { 3 | 4 | } 5 | -------------------------------------------------------------------------------- /default/resource/ui/notifications/notify_how_to_control_ghost_no_respawn.res: -------------------------------------------------------------------------------- 1 | #base "notify_how_to_control_ghost.res" 2 | 3 | "Resource/UI/notifications/notify_how_to_control_ghost_no_respawn.res" 4 | { 5 | "Notification_Label" 6 | { 7 | "labelText" "#TF_How_To_Control_Ghost_No_Respawn" 8 | } 9 | } -------------------------------------------------------------------------------- /default/resource/ui/notifications/notify_no_tele_with_flag_red.res: -------------------------------------------------------------------------------- 1 | #base "base_notification.res" 2 | 3 | "Resource/UI/notifications/notify_no_tele_with_flag_red.res" 4 | { 5 | "Notification_Background" 6 | { 7 | "image" "../hud/score_panel_red_bg" 8 | } 9 | 10 | "Notification_Icon" 11 | { 12 | "icon" "ico_notify_flag_moving" 13 | } 14 | 15 | "Notification_Label" 16 | { 17 | "labelText" "#TF_CTF_No_Tele" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/notifications/notify_passtime_no_oob.res: -------------------------------------------------------------------------------- 1 | #base "base_notification.res" 2 | 3 | "Resource/UI/notifications/notify_passtime_no_oob.res" 4 | { 5 | "Notification_Background" 6 | { 7 | "image" "../hud/notification_black" 8 | } 9 | 10 | "Notification_Icon" 11 | { 12 | "icon" "ico_notify_flag_moving_alt" 13 | } 14 | 15 | "Notification_Label" 16 | { 17 | "labelText" "#TF_Passtime_No_Oob" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/notifications/notify_special.res: -------------------------------------------------------------------------------- 1 | #base "base_notification.res" 2 | 3 | "Resource/UI/notifications/notify_special.res" 4 | { 5 | "Notification_Icon" 6 | { 7 | "icon" "ico_notify_sixty_seconds" 8 | } 9 | 10 | "Notification_Label" 11 | { 12 | "labelText" "You are on fire" 13 | } 14 | } -------------------------------------------------------------------------------- /default/resource/ui/notifications/notify_truce_end.res: -------------------------------------------------------------------------------- 1 | #base "base_notification.res" 2 | 3 | "Resource/UI/notifications/notify_truce_end.res" 4 | { 5 | "Notification_Background" 6 | { 7 | "image" "../hud/notification_purple" 8 | } 9 | 10 | "Notification_Icon" 11 | { 12 | "icon" "ico_notify_flag_moving_alt" 13 | } 14 | 15 | "Notification_Label" 16 | { 17 | "labelText" "#TF_Truce_End" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/notifications/notify_truce_start.res: -------------------------------------------------------------------------------- 1 | #base "base_notification.res" 2 | 3 | "Resource/UI/notifications/notify_truce_start.res" 4 | { 5 | "Notification_Background" 6 | { 7 | "image" "../hud/notification_purple" 8 | } 9 | 10 | "Notification_Icon" 11 | { 12 | "icon" "ico_notify_flag_moving_alt" 13 | } 14 | 15 | "Notification_Label" 16 | { 17 | "labelText" "#TF_Truce_Start" 18 | } 19 | } -------------------------------------------------------------------------------- /default/resource/ui/pvpcasualrankpanel.res: -------------------------------------------------------------------------------- 1 | #base "PvPRankPanel.res" 2 | 3 | "Resource/UI/PvPRankPanel.res" 4 | { 5 | "ModelContainer" 6 | { 7 | "RankModel" 8 | { 9 | "model" 10 | { 11 | // "origin_x" "60" 12 | // "origin_z" "6" 13 | 14 | "if_mini" 15 | { 16 | // "origin_z" "2" 17 | } 18 | } 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/merasmus/questobjectivepanel_ingame.res: -------------------------------------------------------------------------------- 1 | #base "..\QuestObjectivePanel_InGame_Base.res" 2 | 3 | "Resource/UI/HudAchievementTrackerItem.res" 4 | { 5 | "QuestObjectiveTextPanel" 6 | { 7 | "normal_token" "#QuestObjective_Required_Merasmus" 8 | "advanced_token" "#QuestObjective_Optional_Merasmus" 9 | } 10 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_community_map_1.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_pl_snowycoast" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_community_map_2.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_cp_vanguard" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_community_map_3.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_ctf_landfall" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_community_map_4.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_koth_highpass" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_cp.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_any_cp" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_demo.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_demo1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_engineer.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_engineer1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_headhunter.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_HeadHunter.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_headhunter" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_heavy.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_heavy1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_medic.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_medic1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_payload.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_payload1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_playanyclass.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_PlayAnyClass.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_play_any_class" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_pyro.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_pyro1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_scout.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_scout1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_sniper.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_sniper1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_soldier.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_soldier1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/operation 2/questitempanel_pauling_spy.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_spy1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_borneo.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Borneo.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_pl_borneo" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_demo.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_demo1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_engineer.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_engineer1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_headhunter.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_HeadHunter.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_headhunter" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_heavy.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_heavy1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_medic.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_medic1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_playanyclass.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_PlayAnyClass.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_play_any_class" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_powerhouse.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Powerhouse.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_powerhouse1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_pyro.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_pyro1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_scout.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_scout1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_sniper.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_sniper1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_snowplow.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Snowplow.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_cp_snowplow" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_soldier.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_soldier1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_spy.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Heavy.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_spy1" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitempanel_pauling_suijin.res: -------------------------------------------------------------------------------- 1 | #base "QuestItemPanel_Pauling_Base.res" 2 | 3 | "Resource/UI/econ/QuestItemPanel_Pauling_Suijin.res" 4 | { 5 | "QuestItemPanel" 6 | { 7 | "MainContainer" 8 | { 9 | "QuestPaperContainer" 10 | { 11 | "CharacterBackdropImage" 12 | { 13 | "image" "contracts/photo_koth_suijin" 14 | } 15 | } 16 | } 17 | } 18 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questitemtrackerpanel_ingame.res: -------------------------------------------------------------------------------- 1 | #base "..\QuestItemTrackerPanel_InGame_Base.res" 2 | 3 | "Resource/UI/HudAchievementTrackerItem.res" 4 | { 5 | "ItemTrackerPanel" 6 | { 7 | "progress_bar_standard_loc_token" "#QuestPoints_Standard" 8 | "progress_bar_advanced_loc_token" "#QuestPoints_Bonus" 9 | "item_attribute_res_file" "resource/UI/quests/pauling/QuestObjectivePanel_InGame.res" 10 | } 11 | 12 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questobjectivepanel_ingame.res: -------------------------------------------------------------------------------- 1 | #base "..\QuestObjectivePanel_InGame_Base.res" 2 | 3 | "Resource/UI/HudAchievementTrackerItem.res" 4 | { 5 | "QuestObjectiveTextPanel" 6 | { 7 | "normal_token" "#QuestObjective_Required" 8 | "advanced_token" "#QuestObjective_Optional" 9 | } 10 | } -------------------------------------------------------------------------------- /default/resource/ui/quests/pauling/questobjectivepanel_questlog.res: -------------------------------------------------------------------------------- 1 | #base "..\QuestObjectivePanel_QuestLog_Base.res" 2 | 3 | "Resource/UI/HudAchievementTrackerItem.res" 4 | { 5 | } -------------------------------------------------------------------------------- /default/resource/ui/tauntcallerpanel.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_taunt" 15 | "scaleImage" "1" 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /default/resource/ui/videopanel.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/VideoPanel.res" 2 | { 3 | BaseSettings 4 | { 5 | Frame.FocusTransitionEffectTime "0.3" 6 | Frame.TransitionEffectTime "0.3" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /default/scripts/hudanimations_manifest.txt: -------------------------------------------------------------------------------- 1 | hudanimations_manifest 2 | { 3 | 4 | "file" "scripts/hudanimations.txt" 5 | "file" "scripts/hudanimations_tf.txt" 6 | } -------------------------------------------------------------------------------- /info.vdf: -------------------------------------------------------------------------------- 1 | "flarepunch" 2 | { 3 | "ui_version" "3" 4 | } -------------------------------------------------------------------------------- /materials/console/background_upward.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/console/background_upward.vtf -------------------------------------------------------------------------------- /materials/console/background_upward_widescreen.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/console/background_upward_widescreen.vtf -------------------------------------------------------------------------------- /materials/hud/cart_blue.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_blue" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_blue.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_blue.vtf -------------------------------------------------------------------------------- /materials/hud/cart_point_blue.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_blue" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_point_blue.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_point_blue.vtf -------------------------------------------------------------------------------- /materials/hud/cart_point_blue_opaque.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_blue" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_point_blue_opaque.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_point_blue_opaque.vtf -------------------------------------------------------------------------------- /materials/hud/cart_point_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_point_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_point_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_point_neutral.vtf -------------------------------------------------------------------------------- /materials/hud/cart_point_neutral_opaque.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_point_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_point_neutral_opaque.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_point_neutral_opaque.vtf -------------------------------------------------------------------------------- /materials/hud/cart_point_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_point_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_point_red.vtf -------------------------------------------------------------------------------- /materials/hud/cart_point_red_opaque.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_point_red_opaque.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_point_red_opaque.vtf -------------------------------------------------------------------------------- /materials/hud/cart_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_red.vtf -------------------------------------------------------------------------------- /materials/hud/cart_track_blue.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_blue" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_track_blue.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_track_blue.vtf -------------------------------------------------------------------------------- /materials/hud/cart_track_blue_opaque.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_blue" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_track_blue_opaque.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_track_blue_opaque.vtf -------------------------------------------------------------------------------- /materials/hud/cart_track_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_track_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_track_red.vtf -------------------------------------------------------------------------------- /materials/hud/cart_track_red_opaque.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\cart_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/hud/cart_track_red_opaque.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/hud/cart_track_red_opaque.vtf -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_1_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_1_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_1_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_1_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_2_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_2_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_2_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_2_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_3_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_3_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_3_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_3_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_4_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_4_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_4_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_4_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_5_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_5_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_5_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_5_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_5_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_a.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_a" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_b.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_b" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_blu" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_blu_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_blu_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_blu_mannhattan_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\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 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_c.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_c" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_cap_blu.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_cap_blu" 5 | "$vertexcolor" "1" 6 | "$no_fullbright" "1" 7 | "$ignorez" "1" 8 | "%keywords" "tf" 9 | } -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_cap_blu_up.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_cap_blu_up" 5 | "$vertexcolor" "1" 6 | "$no_fullbright" "1" 7 | "$ignorez" "1" 8 | "%keywords" "tf" 9 | } 10 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_cap_mask.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_cap_mask" 5 | "$no_fullbright" "1" 6 | "$ignorez" "1" 7 | "%keywords" "tf" 8 | } 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_cap_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_cap_red" 5 | "$vertexcolor" "1" 6 | "$no_fullbright" "1" 7 | "$ignorez" "1" 8 | "%keywords" "tf" 9 | } 10 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_cap_red_up.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_cap_red_up" 5 | "$vertexcolor" "1" 6 | "$no_fullbright" "1" 7 | "$ignorez" "1" 8 | "%keywords" "tf" 9 | } 10 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_d.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_d" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_e.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_e" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_neutral.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_neutral" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_neutral_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_neutral_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_red.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_red" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_red_locked.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_red_locked" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/sprites/obj_icons/icon_obj_white.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\icon_obj_white" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/MaterialPanel.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$baseTexture" "vgui/replay/thumbnails/materialPanel.vtf" 4 | "$vertexcolor" 1 5 | "$no_fullbright" 1 6 | "$ignorez" 1 7 | "%keywords" "tf" 8 | "$translucent" 1 9 | } 10 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/REFRACTnormal_transparent.vmt: -------------------------------------------------------------------------------- 1 | "Refract" 2 | { 3 | "%keywords" "tf" 4 | "$refractamount" "0.0" 5 | "$refracttint" "{255 255 255}" 6 | "$refractblur" "0.0" 7 | 8 | "$scale" "[1 1]" 9 | "$normalmap" "vgui/replay/thumbnails/REFRACTnormal_transparent" 10 | } 11 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/REFRACTnormal_transparent.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/REFRACTnormal_transparent.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/bg_frame.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\bg_frame" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "$nolod" "1" 11 | "%keywords" "tf" 12 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/bg_frame.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/bg_frame.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/bg_frame_round.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\bg_frame_round" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "$nolod" "1" 11 | "%keywords" "tf" 12 | } 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/bg_frame_round.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/bg_frame_round.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/boxtest5.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\boxtest5" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/boxtest5.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/boxtest5.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/boxtest6.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\boxtest6" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/boxtest6.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/boxtest6.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/btcross.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\btcross" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/btcross.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/btcross.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/button_default.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\button_default" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "$nolod" "1" 11 | "%keywords" "tf" 12 | } 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/button_default.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/button_default.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/button_hover.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\button_hover" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "$nolod" "1" 11 | "%keywords" "tf" 12 | } 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/button_hover.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/button_hover.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cart_blue.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/cart_blue.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cart_point_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/cart_point_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/cart_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/cart_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/demoman.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\demoman" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/demoman.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/demoman.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/demoman_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\demoman_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/demoman_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/demoman_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_dispenser.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\engie_dispenser" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_dispenser.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/engie_dispenser.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_sentry_1.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\engie_sentry_1" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_sentry_1.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/engie_sentry_1.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_sentry_2.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\engie_sentry_2" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_sentry_2.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/engie_sentry_2.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_sentry_3.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\engie_sentry_3" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_sentry_3.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/engie_sentry_3.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_tele_in.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\engie_tele_in" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_tele_in.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/engie_tele_in.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_tele_out.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\engie_tele_out" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engie_tele_out.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/engie_tele_out.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engineer.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\engineer" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engineer.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/engineer.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engineer_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\engineer_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/engineer_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/engineer_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/heavy.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\heavy" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/heavy.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/heavy.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/heavy_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\heavy_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/heavy_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/heavy_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/hud_circle.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\hud_circle" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/hud_circle.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/hud_circle.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/ico_wrench.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\ico_wrench" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/ico_wrench.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/ico_wrench.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_1_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_1_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_1_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_1_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_1_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_1_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_1_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_1_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_1_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_1_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_1_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_1_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_2_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_2_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_2_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_2_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_2_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_2_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_2_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_2_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_2_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_2_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_2_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_2_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_3_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_3_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_3_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_3_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_3_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_3_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_3_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_3_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_3_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_3_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_3_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_3_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_4_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_4_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_4_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_4_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_4_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_4_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_4_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_4_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_4_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_4_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_4_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_4_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_5_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_5_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_5_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_5_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_5_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_5_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_5_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_5_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_5_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_5_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_5_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_5_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_a.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_a.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_b.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_b.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_blu_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_blu_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_blu_mannhattan_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_blu_mannhattan_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_c.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_c.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_cap_blu.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_cap_blu.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_cap_blu_up.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_cap_blu_up.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_cap_mask.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_cap_mask.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_cap_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_cap_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_cap_red_up.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_cap_red_up.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_d.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_d.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_e.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_e.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_neutral.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_neutral.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_neutral_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_neutral_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_red.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_red.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_red_locked.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_red_locked.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/icon_obj_white.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/icon_obj_white.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/materialPanel.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/materialPanel.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/medic.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\medic" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/medic.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/medic.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/medic_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\medic_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/medic_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/medic_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_comp.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\menu_comp" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_comp.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/menu_comp.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_exit.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\menu_exit" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_exit.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/menu_exit.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_items.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\menu_items" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_items.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/menu_items.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_mvm.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\menu_mvm" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_mvm.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/menu_mvm.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_quickplay.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\menu_quickplay" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_quickplay.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/menu_quickplay.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_server.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\menu_server" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_server.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/menu_server.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_store.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\menu_store" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_store.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/menu_store.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_twitch.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\menu_twitch" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/menu_twitch.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/menu_twitch.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudblack.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\newhudblack" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudblack.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/newhudblack.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudblue.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\newhudblue" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudblue.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/newhudblue.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudlightgray.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\newhudlightgray" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudlightgray.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/newhudlightgray.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudred.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\newhudred" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudred.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/newhudred.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudwhite.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\newhudwhite" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/newhudwhite.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/newhudwhite.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/pyro.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\pyro" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/pyro.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/pyro.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/pyro_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\pyro_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/pyro_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/pyro_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/scout.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\scout" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/scout.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/scout.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/scout_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\scout_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/scout_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/scout_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/sniper.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\sniper" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/sniper.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/sniper.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/sniper_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\sniper_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/sniper_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/sniper_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/soldier.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\soldier" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/soldier.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/soldier.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/soldier_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\soldier_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/soldier_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/soldier_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/spy.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\spy" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/spy.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/spy.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/spy_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\spy_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/spy_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/spy_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/spy_sapper.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\spy_sapper" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/spy_sapper.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/spy_sapper.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/tflogo.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\tflogo" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/tflogo.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/tflogo.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/tflogo_off.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\tflogo_off" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/tflogo_off.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/tflogo_off.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/upgrade_1.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\upgrade_1" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/upgrade_1.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/upgrade_1.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/upgrade_2.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\upgrade_2" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/upgrade_2.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/upgrade_2.vtf -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/upgrade_3.vmt: -------------------------------------------------------------------------------- 1 | "UnlitGeneric" 2 | { 3 | "$translucent" "1" 4 | "$baseTexture" "vgui\replay\thumbnails\upgrade_3" 5 | "$alpha" "1" 6 | "$vertexalpha" "1" 7 | "$vertexcolor" "1" 8 | "$no_fullbright" "1" 9 | "$ignorez" "1" 10 | "%keywords" "tf" 11 | } 12 | -------------------------------------------------------------------------------- /materials/vgui/replay/thumbnails/upgrade_3.vtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/materials/vgui/replay/thumbnails/upgrade_3.vtf -------------------------------------------------------------------------------- /resource/chat_english.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/chat_english.txt -------------------------------------------------------------------------------- /resource/colors/health.res: -------------------------------------------------------------------------------- 1 | Scheme 2 | { 3 | Colors 4 | { 5 | // Health Colors 6 | "HealthColor" "240 240 240 255" // Default Color 7 | "HealthShadow" "18 18 18 255" // Shadow Color 8 | "HealthBuff" "33 150 243 255" // Buffed Color 9 | "HealthBuffShadow" "18 18 18 255" // Buffed Shadow Color 10 | "HealthLow" "244 67 54 255" // Low Color 11 | "HealthLowShadow" "18 18 18 255" // Low Shadow Color 12 | } 13 | } -------------------------------------------------------------------------------- /resource/extras/credit/ComebackOfTheDamned.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/extras/credit/ComebackOfTheDamned.otf -------------------------------------------------------------------------------- /resource/extras/credit/credits.txt: -------------------------------------------------------------------------------- 1 | omnibombulator - hud 2 | rawrsor/extracrispy - material buttons 3 | -------------------------------------------------------------------------------- /resource/extras/credit/fire_logo.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/extras/credit/fire_logo.ttf -------------------------------------------------------------------------------- /resource/extras/icons/HudasIscariote.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/extras/icons/HudasIscariote.otf -------------------------------------------------------------------------------- /resource/extras/icons/fog-cross.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/extras/icons/fog-cross.ttf -------------------------------------------------------------------------------- /resource/extras/icons/hud_font_a3.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/extras/icons/hud_font_a3.ttf -------------------------------------------------------------------------------- /resource/extras/icons/hud_font_a3_iconsheet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/extras/icons/hud_font_a3_iconsheet.png -------------------------------------------------------------------------------- /resource/fonts/104-product-sans/ProductSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/fonts/104-product-sans/ProductSans-Regular.ttf -------------------------------------------------------------------------------- /resource/fonts/999-blank-font/AdobeBlank.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/omnibombulator/Flarepunch/60ad1bb5a87b656acc5269edebcdebffcdf4c5a4/resource/fonts/999-blank-font/AdobeBlank.ttf -------------------------------------------------------------------------------- /resource/ui/build_menu/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/dispenser_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/dispenser_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/dispenser_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/dispenser_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/dispenser_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/dispenser_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/dispenser_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/eureka_target_home_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "eureka_teleport_home" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/eureka_target_home_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "eureka_teleport_home" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/eureka_target_tele_exit_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/eureka_target_tele_exit_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_active.res: -------------------------------------------------------------------------------- 1 | #base "../base_active.res" 2 | 3 | "Resource/UI/build_menu/base.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "iconColor" "0 255 0 255" 8 | } 9 | } -------------------------------------------------------------------------------- /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 | "BuildingIcon" 6 | { 7 | "iconColor" "0 255 0 255" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_already_built.res: -------------------------------------------------------------------------------- 1 | #base "../base_already_built.res" 2 | 3 | "Resource/UI/build_menu/base_already_built.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "iconColor" "0 255 0 255" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "../base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/base_cant_afford.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "iconColor" "0 255 0 255" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "../base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "iconColor" "0 255 0 255" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/base_unavailable_teleport_target.res: -------------------------------------------------------------------------------- 1 | #base "../base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/base_unavailable.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "iconColor" "0 255 0 255" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/dispenser_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/dispenser_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/dispenser_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/dispenser_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/dispenser_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/dispenser_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/dispenser_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_dispenser" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_dispenser_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/eureka_target_home_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "eureka_teleport_home" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/eureka_target_home_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/dispenser_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#Hud_Menu_Teleport_Base" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "eureka_teleport_home" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/eureka_target_tele_exit_avail.res: -------------------------------------------------------------------------------- 1 | #base "base_active_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/eureka_target_tele_exit_unavail.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable_teleport_target.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/sentry_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | 16 | "NumberLabel" 17 | { 18 | "labelText" "1" 19 | } 20 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/sentry_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/sentry_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/sentry_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/sentry_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/sentry_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/sentry_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/sentry_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/sentry_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_entrance_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_entrance_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_entrance_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_entrance_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_exit_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_exit_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_exit_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_exit_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/pipboy/tele_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/tele_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "Teleporter" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/sentry_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | 16 | "NumberLabel" 17 | { 18 | "labelText" "1" 19 | } 20 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/sentry_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/sentry_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/sentry_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/sentry_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/sentry_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/sentry_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "BuildingIcon" 12 | { 13 | "icon" "hud_menu_sentry_build" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/sentry_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/sentry_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Sentry" 8 | "labelText_lodef" "#TF_Object_Sentry_360" 9 | } 10 | 11 | "NumberLabel" 12 | { 13 | "labelText" "1" 14 | } 15 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_entrance_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_entrance_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_entrance_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_entrance_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/tele_entrance_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_entrance_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_exit_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_active.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_Tele_Exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_exit_already_built.res: -------------------------------------------------------------------------------- 1 | #base "base_already_built.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_already_built.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_exit_cant_afford.res: -------------------------------------------------------------------------------- 1 | #base "base_cant_afford.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_cant_afford.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_exit_unavailable.res: -------------------------------------------------------------------------------- 1 | #base "base_unavailable.res" 2 | 3 | "Resource/UI/build_menu/tele_exit_unavailable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "#TF_Object_tele_exit_360" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_exit_build" 13 | } 14 | 15 | "NumberLabel" 16 | { 17 | "labelText" "4" 18 | } 19 | } -------------------------------------------------------------------------------- /resource/ui/build_menu/tele_selectable.res: -------------------------------------------------------------------------------- 1 | #base "base_selectable.res" 2 | 3 | "Resource/UI/build_menu/tele_selectable.res" 4 | { 5 | "ItemNameLabel" 6 | { 7 | "labelText" "Teleporter" 8 | } 9 | 10 | "BuildingIcon" 11 | { 12 | "icon" "hud_menu_tele_entrance_build" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/dispenser_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/destroy_menu/dispenser_active.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_dispenser" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_dispenser" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/base_active.res: -------------------------------------------------------------------------------- 1 | #base "../base_active.res" 2 | 3 | "Resource/UI/destroy_menu/base_active.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "iconColor" "255 255 255 128" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/base_inactive.res: -------------------------------------------------------------------------------- 1 | #base "../base_inactive.res" 2 | 3 | "Resource/UI/destroy_menu/base_inactive.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "iconColor" "0 0 0 128" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_dispenser" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "2" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/dispenser_inactive.res: -------------------------------------------------------------------------------- 1 | #base "base_inactive.res" 2 | 3 | "Resource/UI/build_menu/dispenser_inactive.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_dispenser" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/sentry_active.res: -------------------------------------------------------------------------------- 1 | #base "base_active.res" 2 | 3 | "Resource/UI/destroy_menu/sentry_active.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_sentrygun_1" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "1" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/destroy_menu/pipboy/sentry_inactive.res: -------------------------------------------------------------------------------- 1 | #base "base_inactive.res" 2 | 3 | "Resource/UI/destroy_menu/sentry_inactive.res" 4 | { 5 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_sentrygun_1" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_tele_entrance" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "3" 13 | } 14 | } -------------------------------------------------------------------------------- /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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_tele_entrance" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_tele_exit" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "4" 13 | } 14 | } -------------------------------------------------------------------------------- /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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_tele_exit" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_sentrygun_1" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_sentrygun_1" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_tele_entrance" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "3" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_tele_entrance" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_tele_exit" 8 | } 9 | 10 | "NumberLabel" 11 | { 12 | "labelText" "4" 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 | "BuildingIcon" 6 | { 7 | "icon" "obj_status_tele_exit" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/demoman_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "4" 8 | "fgcolor_override" "BlueTeamColor" 9 | } 10 | 11 | "ClassLabel2" 12 | { 13 | "labelText" "4" 14 | } 15 | 16 | "NewNumberLabel" 17 | { 18 | "labelText" "1" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "labelText" "4" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/demoman_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/demoman_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "4" 8 | } 9 | 10 | "ClassLabel2" 11 | { 12 | "labelText" "4" 13 | } 14 | 15 | "NewNumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | 20 | "NumberLabel" 21 | { 22 | "labelText" "4" 23 | } 24 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/engineer_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "6" 8 | "fgcolor_override" "BlueTeamColor" 9 | } 10 | 11 | "ClassLabel2" 12 | { 13 | "labelText" "6" 14 | } 15 | 16 | "NewNumberLabel" 17 | { 18 | "labelText" "3" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "labelText" "6" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/engineer_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/engineer_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "6" 8 | } 9 | 10 | "ClassLabel2" 11 | { 12 | "labelText" "6" 13 | } 14 | 15 | "NewNumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | 20 | "NumberLabel" 21 | { 22 | "labelText" "6" 23 | } 24 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/heavy_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/heavy_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "fgcolor_override" "BlueTeamColor" 8 | } 9 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/medic_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/medic_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "7" 8 | "fgcolor_override" "BlueTeamColor" 9 | } 10 | 11 | "ClassLabel2" 12 | { 13 | "labelText" "7" 14 | } 15 | 16 | "NewNumberLabel" 17 | { 18 | "labelText" "1" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "labelText" "7" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/medic_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/medic_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "7" 8 | } 9 | 10 | "ClassLabel2" 11 | { 12 | "labelText" "7" 13 | } 14 | 15 | "NewNumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | 20 | "NumberLabel" 21 | { 22 | "labelText" "7" 23 | } 24 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/pyro_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "3" 8 | "fgcolor_override" "BlueTeamColor" 9 | } 10 | 11 | "ClassLabel2" 12 | { 13 | "labelText" "3" 14 | } 15 | 16 | "NewNumberLabel" 17 | { 18 | "labelText" "3" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "labelText" "3" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/pyro_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/pyro_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "3" 8 | } 9 | 10 | "ClassLabel2" 11 | { 12 | "labelText" "3" 13 | } 14 | 15 | "NewNumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | 20 | "NumberLabel" 21 | { 22 | "labelText" "3" 23 | } 24 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/scout_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "1" 8 | "fgcolor_override" "BlueTeamColor" 9 | } 10 | 11 | "ClassLabel2" 12 | { 13 | "labelText" "1" 14 | } 15 | 16 | "NewNumberLabel" 17 | { 18 | "labelText" "1" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "labelText" "1" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/scout_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/scout_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "1" 8 | } 9 | 10 | "ClassLabel2" 11 | { 12 | "labelText" "1" 13 | } 14 | 15 | "NewNumberLabel" 16 | { 17 | "labelText" "1" 18 | } 19 | 20 | "NumberLabel" 21 | { 22 | "labelText" "1" 23 | } 24 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/sniper_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "8" 8 | "fgcolor_override" "BlueTeamColor" 9 | } 10 | 11 | "ClassLabel2" 12 | { 13 | "labelText" "8" 14 | } 15 | 16 | "NewNumberLabel" 17 | { 18 | "labelText" "2" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "labelText" "8" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/sniper_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/sniper_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "8" 8 | } 9 | 10 | "ClassLabel2" 11 | { 12 | "labelText" "8" 13 | } 14 | 15 | "NewNumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | 20 | "NumberLabel" 21 | { 22 | "labelText" "8" 23 | } 24 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/soldier_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "2" 8 | "fgcolor_override" "BlueTeamColor" 9 | } 10 | 11 | "ClassLabel2" 12 | { 13 | "labelText" "2" 14 | } 15 | 16 | "NewNumberLabel" 17 | { 18 | "labelText" "2" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "labelText" "2" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/soldier_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/soldier_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "2" 8 | } 9 | 10 | "ClassLabel2" 11 | { 12 | "labelText" "2" 13 | } 14 | 15 | "NewNumberLabel" 16 | { 17 | "labelText" "2" 18 | } 19 | 20 | "NumberLabel" 21 | { 22 | "labelText" "2" 23 | } 24 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/spy_blue.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/spy_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "9" 8 | "fgcolor_override" "BlueTeamColor" 9 | } 10 | 11 | "ClassLabel2" 12 | { 13 | "labelText" "9" 14 | } 15 | 16 | "NewNumberLabel" 17 | { 18 | "labelText" "3" 19 | } 20 | 21 | "NumberLabel" 22 | { 23 | "labelText" "9" 24 | } 25 | } -------------------------------------------------------------------------------- /resource/ui/disguise_menu/spy_red.res: -------------------------------------------------------------------------------- 1 | #base "heavy_red.res" 2 | 3 | "Resource/UI/disguise_menu/spy_red.res" 4 | { 5 | "ClassLabel" 6 | { 7 | "labelText" "9" 8 | } 9 | 10 | "ClassLabel2" 11 | { 12 | "labelText" "9" 13 | } 14 | 15 | "NewNumberLabel" 16 | { 17 | "labelText" "3" 18 | } 19 | 20 | "NumberLabel" 21 | { 22 | "labelText" "9" 23 | } 24 | } -------------------------------------------------------------------------------- /resource/ui/econ/store/v2/storepage_bundles.res: -------------------------------------------------------------------------------- 1 | #base "StorePage.res" 2 | 3 | "Resource/UI/StorePage_Bundles.res" 4 | { 5 | } -------------------------------------------------------------------------------- /resource/ui/hudhealthaccount.res: -------------------------------------------------------------------------------- 1 | "Resource/UI/HudHealthAccount.res" 2 | { 3 | "CHealthAccountPanel" 4 | { 5 | "fieldName" "CHealthAccountPanel" 6 | "delta_item_x" "0" 7 | "delta_item_start_y" "20" 8 | "delta_item_end_y" "0" 9 | "PositiveColor" "BlueColor" 10 | "NegativeColor" "RedColor" 11 | "delta_lifetime" "1.5" 12 | "delta_item_font" "Size 15" 13 | } 14 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_engineer.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Engineer.res" 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_killstreak.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Demoman.res" 4 | { 5 | "ItemEffectMeterBG" 6 | { 7 | "ypos" "r20" 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_organs.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Scout.res" 4 | { 5 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_raygun.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter.res" 2 | 3 | // Righteous Bison 4 | 5 | "Resource/UI/HudItemEffectMeter_Raygun.res" 6 | { 7 | } -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_sniper.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Sniper.res" 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /resource/ui/huditemeffectmeter_spy.res: -------------------------------------------------------------------------------- 1 | #base "huditemeffectmeter_demoman.res" 2 | 3 | "Resource/UI/HudItemEffectMeter_Spy.res" 4 | { 5 | } 6 | -------------------------------------------------------------------------------- /resource/ui/pvpcasualrankpanel.res: -------------------------------------------------------------------------------- 1 | #base "PvPRankPanel.res" 2 | 3 | "Resource/UI/PvPRankPanel.res" 4 | { 5 | "ModelContainer" 6 | { 7 | "RankModel" 8 | { 9 | "model" 10 | { 11 | // "origin_x" "60" 12 | // "origin_z" "6" 13 | 14 | "if_mini" 15 | { 16 | // "origin_z" "2" 17 | } 18 | } 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /scripts/chapterbackgrounds.txt: -------------------------------------------------------------------------------- 1 | "chapters" 2 | { 3 | 1 "background_upward" 4 | 2 "background_upward" 5 | 3 "background_upward" 6 | 4 "background_upward" 7 | } 8 | "BackgroundMaps" 9 | { 10 | 1 "background_upward" 11 | 2 "background_upward" 12 | 3 "background_upward" 13 | 4 "background_upward" 14 | } --------------------------------------------------------------------------------