Difference between revisions of "Custom HUD"

From comp.tf
Jump to navigation Jump to search
(improved page layout and added some guides)
Line 4: Line 4:
  
 
==List of HUDs==
 
==List of HUDs==
[http://huds.tf/ huds.tf] - A site where you can find the most recent and up-to-date custom huds including screenshots.
+
* [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.
Another list of custom HUDs can be seen [http://teamfortress.tv/forum/thread/183-collection-of-custom-huds here.]
+
* [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.
Huds.tf also includes guides on the how to install custom HUDs and how to modify an existing HUD or create your own from scratch.
 
  
 
==How to install==
 
==How to install==
Line 19: Line 18:
  
 
'''Note:''' The game should be closed while you do this.
 
'''Note:''' The game should be closed while you do this.
 +
 +
You can also check Huds.tf guide on How to install custom Huds [http://huds.tf/guides/?guide=1 here].
  
 
==How to create custom HUDs==
 
==How to create custom HUDs==
Line 26: Line 27:
 
There are some guides/tutorials created by various members of the community on the subject, which can be seen below:
 
There are some guides/tutorials created by various members of the community on the subject, which can be seen below:
  
[http://flamehud.googlecode.com/files/FlameHUD.pdf Flame's Guide To HUDs (.pdf)] <br />
+
* [http://flamehud.googlecode.com/files/FlameHUD.pdf Flame's Guide To HUDs (.pdf)]
[http://doodlesstuff.com/?tutorial=tf2hud Doodles HUD editing guide]<br />
+
* [http://doodlesstuff.com/?tutorial=tf2hud Doodles HUD editing guide]
[http://www.youtube.com/playlist?list=PL5eNrB8RrXXvohogCcKNKyk9SJxa26ltz Rays HUD tutorials (Youtube Playlist)]<br />
+
* [http://www.youtube.com/playlist?list=PL5eNrB8RrXXvohogCcKNKyk9SJxa26ltz Rays HUD tutorials (Youtube Playlist)]
[http://mods.fightingamphibians.org/hud1.png Boen's Guide to HUDs Part 1]<br />
+
* [http://mods.fightingamphibians.org/hud1.png Boen's Guide to HUDs Part 1]
[http://mods.fightingamphibians.org/hud2.jpg Boen's Guide to HUDs Part 2]<br />
+
* [http://mods.fightingamphibians.org/hud2.jpg Boen's Guide to HUDs Part 2]
 +
* [http://huds.tf/guides/?guide=2 huds.tf Guide on how to install custom Fonts on your hud by Flatline]
 +
* [http://huds.tf/guides/?guide=3 huds.tf Guide on how to install custom Crosshairs on your hud by Han Brolo]
  
 
== Other Guides ==
 
== Other Guides ==

Revision as of 18:41, 21 October 2014

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

  • huds.tf - A community created site with a list of some of the most recent and up-to-date custom huds including screenshots.
  • Teamfortress.tv Thread - Another list of custom HUDs, bigger than the one on huds.tf but also more outdated.

How to install

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

To install any custom HUD you should follow the steps below:

  1. 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.
  2. Go to the Steam/steamapps/common/team fortress 2/tf/custom directory on your hard drive
  3. Create a folder and name it to your liking (eg: mycustomhud)
  4. Copy the extracted folders into the folder you created in the custom directory
  5. 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

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