easyGameHey how do I change the Team indicator color at the bottom? :3
if you're talking about the tiny marker at the bottom right corner, you'll have to edit the image using VTFedit. they're found in the custom\...\materials\vgui\replay\thumbnails\ folder, under the names bg_bluetri and bg_redtri. open with VTFedit, right click, copy, put into your favorite image editor. when done, click file>import and find your edited image, copy the flags from the original file, save as, then replace the original file in your custom folder and you should be done. (haven't tested so I might be wrong)
SuddenlyStarMiaHow do I enable captions? I'm a bit slow with computers so will need some step-by-step guidance here :c
if you're just trying to enable captions you already have, 'closecaption 1' in console enables them. if you don't already have captions installed, theres a tutorial here for making your own. otherwise you could take someone else's closecaption_english.dat/closecaption_english.txt and put them into your custom\...\resource folder
Also, is there any way to make the scoreboard background and the killfeed background more transparent? I hate seeing giant chunks of my screen blocked off.
scoreboard:
open custom\..\resource\ui\scoreboard.res, ctrl+F MainBG
look for fillcolor and change it to 'TransparentBlack' or 'TransparentLightBlack' (or something else if you don't like those)
killfeed:
open custom\..\scripts\hudlayout.res, ctrl+F HudDeathNotice
change basebackgroundcolor to 'TransparentBlack' (or another dark color) and localbackgroundcolor to something like 'OrangeDim' (pre-defined color. it's a pretty transparent white)