Difference between revisions of "Custom HUD"

From comp.tf
Jump to navigation Jump to search
m (added images)
m (fixed gamebanana link)
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{stub}}
 
 
 
[[File:Broeselhud.png|framed|right|Example of one of the most famous custom huds (Broesel hud)]]
 
[[File:Broeselhud.png|framed|right|Example of one of the most famous custom huds (Broesel hud)]]
 
[[File:rayshud.png|framed|right|Another very popular custom hud (rays hud)]]
 
[[File:rayshud.png|framed|right|Another very popular custom hud (rays hud)]]
  
 
The '''HUD''', or '''heads-up display''', are the in-game element such as health and ammo indicators, the killfeed, etc. Custom HUDs are very important to the competitive scene because they usually focus more on usability. Many competitive players prefer custom HUDs over the default one as they clutter the screen less and show more relevant information to the player.
 
The '''HUD''', or '''heads-up display''', are the in-game element such as health and ammo indicators, the killfeed, etc. Custom HUDs are very important to the competitive scene because they usually focus more on usability. Many competitive players prefer custom HUDs over the default one as they clutter the screen less and show more relevant information to the player.
 
==List of HUDs==
 
* [http://huds.tf/ huds.tf] - A community created site with a list of some of the most recent and up-to-date custom huds including screenshots.
 
* [http://teamfortress.tv/forum/thread/183-collection-of-custom-huds Teamfortress.tv Thread] - Another list of custom HUDs, bigger than the one on huds.tf but also more outdated.
 
  
 
==How to install==
 
==How to install==
 
Since the Steampipe update, custom files are much more easily installed and managed.
 
Since the Steampipe update, custom files are much more easily installed and managed.
  
'''To install any custom HUD you should follow the steps below:'''
+
# Download your preferred HUD, which usually come in a .zip or .rar format
# Extract the main contents of the HUD package you downloaded (usually HUDs come in .zip or .rar format), they should contain a resource, scripts and/or materials folders.
+
# Extract the main contents of the HUD package into its own folder, which can have any name of your liking. The folder should now contain resource, scripts and/or materials folders.
# Go to the '''Steam/steamapps/common/team fortress 2/tf/custom''' directory on your hard drive
+
# Copy the folder to the '''Steam/steamapps/common/team fortress 2/tf/custom''' directory on your hard drive
# Create a folder and name it to your liking (eg: mycustomhud)
+
## On Mac OSX/macOS copy the folder to '''~/Library/Application Support/Steam/SteamApps/common/Team Fortress 2/tf/custom'''
# Copy the extracted folders into the folder you created in the custom directory
+
## On Linux copy the folder to '''~/.local/share/Steam/SteamApps/common/Team Fortress 2/tf/custom'''
 
# Start the game and test the HUD you installed
 
# Start the game and test the HUD you installed
  
Line 41: Line 35:
 
* [https://dl.dropboxusercontent.com/u/19762650/importingxhairstf2.jpg How to move HUD crosshairs between HUDs]
 
* [https://dl.dropboxusercontent.com/u/19762650/importingxhairstf2.jpg How to move HUD crosshairs between HUDs]
  
 +
==External Links==
 +
* [http://huds.tf/ huds.tf] - A community driven website that contains new and old HUDs and is continuously being updated.
 +
* [http://teamfortress.tv/forum/thread/183-collection-of-custom-huds Teamfortress.tv Thread] - A large HUD collection, although more outdated than [http://www.huds.tf huds.tf].
 +
* [http://www.gamebanana.com/guis/cats/434 Gamebanana -  TF2 HUDs] - 10+ pages of HUDs.
 +
 +
<!-- PUT CATEGORIES UNDER THIS LINE!-->
 
[[Category:Customization]]
 
[[Category:Customization]]

Latest revision as of 19:12, 27 October 2021

Example of one of the most famous custom huds (Broesel hud)
Another very popular custom hud (rays hud)

The HUD, or heads-up display, are the in-game element such as health and ammo indicators, the killfeed, etc. Custom HUDs are very important to the competitive scene because they usually focus more on usability. Many competitive players prefer custom HUDs over the default one as they clutter the screen less and show more relevant information to the player.

How to install[edit]

Since the Steampipe update, custom files are much more easily installed and managed.

  1. Download your preferred HUD, which usually come in a .zip or .rar format
  2. Extract the main contents of the HUD package into its own folder, which can have any name of your liking. The folder should now contain resource, scripts and/or materials folders.
  3. Copy the folder to the Steam/steamapps/common/team fortress 2/tf/custom directory on your hard drive
    1. On Mac OSX/macOS copy the folder to ~/Library/Application Support/Steam/SteamApps/common/Team Fortress 2/tf/custom
    2. On Linux copy the folder to ~/.local/share/Steam/SteamApps/common/Team Fortress 2/tf/custom
  4. Start the game and test the HUD you installed

Note: The game should be closed while you do this.

You can also check Huds.tf guide on How to install custom Huds here.

How to create custom HUDs[edit]

For most HUD editing tasks only a text processor is needed, this makes it very easy to create and edit custom huds.

There are some guides/tutorials created by various members of the community on the subject, which can be seen below:

Other Guides[edit]

External Links[edit]