-
Notifications
You must be signed in to change notification settings - Fork 3
Custom Background Images
All background images used in TF2 are texture files with the .vtf
file extension. This means you'll have to convert your images before you can use them to replace the HUD backgrounds. To do that download VTFEdit.
At this point it is also important to note that the image you choose will always be stretched to fit your screen, so pick something that fits your TF2 native resolution.
- Open VTFEdit
- Click on
File
>Import
or simply pressCTRL + I
- A window with a bunch of options will pop up. You can leave most of these settings on their default values. The only setting you need to change is the
version
and it can be found on theadvanced
tab. Make sure you set this to7.0
and then hitOK
.
- On the left bar you should be able to see a
Flags:
section. Tick theNo Mipmap
andNo Level Of Detail
boxes. This will ensure that your image will always be shown at full quality, regardless of your graphics settings.
- Click on
File
>Save As
to save your image as.vtf
.
Important
These instructions were written for skyhud specifically and may not be compatible with other HUDs.
There are three background images in skyhud that you might want to replace with your own:
- Loading screen/Startup screen
- Main menu background
- Inventory menus background
-
Make two copies of the
.vtf
image you converted using VTFEdit and name thembackground_upward.vtf
andbackground_upward_widescreen.vtf
. -
Navigate to
\Team Fortress 2\tf\custom\skyhud\materials\console
. Move the two copies you created in the previous step to this folder. Your file manager will ask you if you want to overwrite the two files already present in this directory, and you should click on replace. -
Restart TF2.
Your custom image should now be the one shown on the loading screen when you launch the game.
-
Make a copy of the
.vtf
image you converted using VTFEdit and name itSky.vtf
. -
Navigate to
\Team Fortress 2\tf\custom\skyhud\materials\vgui\replay\thumbnails\menu
. Move the copy you created in the previous step to this folder. Your file manager will ask you if you want to overwrite the two files already present in this directory, and you should click on replace. -
Restart TF2.
Your custom image should now be the one shown on the main menu.
Note
Skyhud uses a blurred version of the main menu background for all backgrounds in the inventory menus to make items and characters stand out. If you wish to keep this effect, you will have to manually edit your image to have blur as the HUD does not apply the blur effect on it's own.
-
Make a copy of the
.vtf
image you converted using VTFEdit and name itSky_Blur.vtf
. -
Navigate to
\Team Fortress 2\tf\custom\skyhud\materials\vgui\replay\thumbnails\menu
. Move the copy you created in the previous step to this folder. Your file manager will ask you if you want to overwrite the two files already present in this directory, and you should click on replace. -
Restart TF2.
Your custom image should now be the one shown on all inventory menus.