Upvote Upvoted 305 Downvote Downvoted
1 2 3 4 5 6 7 ⋅⋅ 200
Show your HUD modifications!
posted in Customization
91
#91
5 Frags +

Something I've been working on for a few days

http://i1360.photobucket.com/albums/r646/ZimmyWho/SpecTourny_zps80224a5f.png

http://i1360.photobucket.com/albums/r646/ZimmyWho/Scoreboard_zps80d8e149.png

Something I've been working on for a few days

[img]http://i1360.photobucket.com/albums/r646/ZimmyWho/SpecTourny_zps80224a5f.png[/img]


[img]http://i1360.photobucket.com/albums/r646/ZimmyWho/Scoreboard_zps80d8e149.png[/img]
92
#92
0 Frags +

http://puu.sh/32TYs.png

Modded version of the broesel hud.. just changed the fonts..

http://puu.sh/32TYs.png

Modded version of the broesel hud.. just changed the fonts..
93
#93
huds.tf
9 Frags +

Changed the + next to the health to a heart for pretty much no reason

http://i.imgur.com/PA3DLzX.jpg

Changed the + next to the health to a heart for pretty much no reason

[img]http://i.imgur.com/PA3DLzX.jpg[/img]
94
#94
-1 Frags +
omniChanged the + next to the health to a heart for pretty much no reason

http://i.imgur.com/PA3DLzX.jpg

how did you do that, me wants.

[quote=omni]Changed the + next to the health to a heart for pretty much no reason

[img]http://i.imgur.com/PA3DLzX.jpg[/img][/quote]
how did you do that, me wants.
95
#95
huds.tf
0 Frags +
Bolshevikhow did you do that, me wants.

I added in another font and replaced it. Not too difficult to do if you know how to add and change fonts.

[quote=Bolshevik]how did you do that, me wants.[/quote]

I added in another font and replaced it. Not too difficult to do if you know how to add and change fonts.
96
#96
5 Frags +

http://i.imgur.com/YGkVBs1.jpg

A HUD that I've been working on lately. Based on SKHUD/KeredHUD/QuakeHUD

[img]http://i.imgur.com/YGkVBs1.jpg[/img]

A HUD that I've been working on lately. Based on SKHUD/KeredHUD/QuakeHUD
97
#97
-1 Frags +

http://i.imgur.com/kUP5ZZ0.jpg
very simple edit of garm3n rshud, <3 archive font

http://i.imgur.com/kUP5ZZ0.jpg
very simple edit of garm3n rshud, <3 archive font
98
#98
7 Frags +
omniChanged the + next to the health to a heart for pretty much no reason

http://i.imgur.com/PA3DLzX.jpg

I <3 THAT :D

[quote=omni]Changed the + next to the health to a heart for pretty much no reason

[img]http://i.imgur.com/PA3DLzX.jpg[/img][/quote]

I <3 THAT :D
99
#99
-1 Frags +
starry-http://i.imgur.com/YGkVBs1.jpg

A HUD that I've been working on lately. Based on SKHUD/KeredHUD/QuakeHUD

Any chance you could upload that?

[quote=starry-][img]http://i.imgur.com/YGkVBs1.jpg[/img]

A HUD that I've been working on lately. Based on SKHUD/KeredHUD/QuakeHUD[/quote]

Any chance you could upload that?
100
#100
huds.tf
4 Frags +
omniChanged the + next to the health to a heart for pretty much no reason

http://i.imgur.com/PA3DLzX.jpg

Okay, so I got un-lazy and decided to pop this out.

Download and install this font:
http://www.mediafire.com/download/0a37y10lpp0dmdt/modernpics.rar
Extract and paste it into /HUDASIscariote/resource/

Open up resource/ClientScheme.res
Paste this inside (I pasted it above "book38")

"Heart38"
		{
			"1"
			{
				"name"		"Modern Pictograms"
				"tall"		"38"
				"additive"	"0"
				"antialias"	"1"
			}
		}

and also paste this (underneath "16" // Fog's xHairs)

"17" // Heart
		{
			"font" "resource/modernpics.otf"
			"name" "Modern Pictograms"
		}

(Or, you could download my ClientScheme.res if you're feeling lazy yourself. Also, if you want more in depth help, check out Rays tutorial on HUD fonts)

Now, open up resource/ui/HudPlayerHealth.res. Find "CrossSign". Replace existing code with this

"CrossSign"
	{
		"ControlName"	"CExLabel"
		"fieldName"		"CrossSign"
		"xpos"			"39"
		"ypos"			"123"	
		"zpos"			"5"
		"wide"			"29"
		"tall"			"38"
		"visible"		"1"
		"enabled"		"1"
		"labelText"		"j"
		"textAlignment"	"center"	
		"font"			"Heart38"
		//"fgcolor"		"Garm3nWhite"
		"fgcolor"		"32 32 32 255"
	}

You should now have lovehud. If not, either I missed something or you did it wrong. Either one.

[quote=omni]Changed the + next to the health to a heart for pretty much no reason

[img]http://i.imgur.com/PA3DLzX.jpg[/img][/quote]

Okay, so I got un-lazy and decided to pop this out.

Download and install this font:
http://www.mediafire.com/download/0a37y10lpp0dmdt/modernpics.rar
Extract and paste it into /HUDASIscariote/resource/

Open up resource/ClientScheme.res
Paste this inside (I pasted it above "book38")
[code]
"Heart38"
{
"1"
{
"name" "Modern Pictograms"
"tall" "38"
"additive" "0"
"antialias" "1"
}
}
[/code]
and also paste this (underneath "16" // Fog's xHairs)
[code]
"17" // Heart
{
"font" "resource/modernpics.otf"
"name" "Modern Pictograms"
}
[/code]
(Or, you could download my [url=www.mediafire.com/download/cgo3p4n5w5q6c5k/ClientScheme.res]ClientScheme.res[/url] if you're feeling lazy yourself. Also, if you want more in depth help, check out [url=www.youtube.com/watch?v=ucnYBA2xYdo]Rays tutorial on HUD fonts[/url])

Now, open up resource/ui/HudPlayerHealth.res. Find "CrossSign". Replace existing code with this
[code]
"CrossSign"
{
"ControlName" "CExLabel"
"fieldName" "CrossSign"
"xpos" "39"
"ypos" "123"
"zpos" "5"
"wide" "29"
"tall" "38"
"visible" "1"
"enabled" "1"
"labelText" "j"
"textAlignment" "center"
"font" "Heart38"
//"fgcolor" "Garm3nWhite"
"fgcolor" "32 32 32 255"
}
[/code]

You [i]should[/i] now have lovehud. If not, either I missed something or you did it wrong. Either one.
101
#101
-1 Frags +

http://cloud.steampowered.com/ugc/902124746079036076/C65F688E2A969AD3AC535EA17447E1ACFD8996A8/1024x640.resizedimage

http://cloud-2.steampowered.com/ugc/902124746079017926/DC8222C3566DE02D2B476BE53240AE976154D261/1024x640.resizedimage

Omp Hud with custom font used in BXHUD (Roboto Condensed Regular)

[img]http://cloud.steampowered.com/ugc/902124746079036076/C65F688E2A969AD3AC535EA17447E1ACFD8996A8/1024x640.resizedimage[/img]
[img]http://cloud-2.steampowered.com/ugc/902124746079017926/DC8222C3566DE02D2B476BE53240AE976154D261/1024x640.resizedimage[/img]

Omp Hud with custom font used in BXHUD (Roboto Condensed Regular)
102
#102
1 Frags +
Camushttp://cloud.steampowered.com/ugc/902124746079036076/C65F688E2A969AD3AC535EA17447E1ACFD8996A8/1024x640.resizedimage
http://cloud-2.steampowered.com/ugc/902124746079017926/DC8222C3566DE02D2B476BE53240AE976154D261/1024x640.resizedimage

Omp Hud with custom font used in BXHUD (Roboto Condensed Regular)

are you sure you installed the font correctly? it kind of looks like verdana

[quote=Camus][img]http://cloud.steampowered.com/ugc/902124746079036076/C65F688E2A969AD3AC535EA17447E1ACFD8996A8/1024x640.resizedimage[/img]
[img]http://cloud-2.steampowered.com/ugc/902124746079017926/DC8222C3566DE02D2B476BE53240AE976154D261/1024x640.resizedimage[/img]

Omp Hud with custom font used in BXHUD (Roboto Condensed Regular)[/quote]


are you sure you installed the font correctly? it kind of looks like verdana
103
#103
-1 Frags +
are you sure you installed the font correctly? it kind of looks like verdana

Yup im sure.

Its not verdana, if you compare you will see the difference.

[quote]are you sure you installed the font correctly? it kind of looks like verdana[/quote]

Yup im sure.

Its not verdana, if you compare you will see the difference.
104
#104
1 Frags +
starry-http://i.imgur.com/YGkVBs1.jpg

A HUD that I've been working on lately. Based on SKHUD/KeredHUD/QuakeHUD

any chance you could share it, please?

[quote=starry-][img]http://i.imgur.com/YGkVBs1.jpg[/img]

A HUD that I've been working on lately. Based on SKHUD/KeredHUD/QuakeHUD[/quote]
any chance you could share it, please?
105
#105
2 Frags +

http://cloud-2.steampowered.com/ugc/633034668363667584/BBA2287F2B18E073401D1B848159ED52FAB19FEB/1024x575.resizedimage

[img]http://cloud-2.steampowered.com/ugc/633034668363667584/BBA2287F2B18E073401D1B848159ED52FAB19FEB/1024x575.resizedimage[/img]
106
#106
1 Frags +

damn that's a lot of crosshairs

what was the base HUD for that? i kind of like the colours

damn that's a lot of crosshairs

what was the base HUD for that? i kind of like the colours
107
#107
0 Frags +
AyRdamn that's a lot of crosshairs

what was the base HUD for that? i kind of like the colours

Rayshud

[quote=AyR]damn that's a lot of crosshairs

what was the base HUD for that? i kind of like the colours[/quote]
Rayshud
108
#108
5 Frags +

http://sl8.eu/files/moddedomphud/buffed.png

http://sl8.eu/files/moddedomphud/buffed.png
109
#109
0 Frags +
T0mAny chance you could upload that?DKany chance you could share it, please?

http://www.mediafire.com/?jklpk71dvi47j9r

I use 16:10, so I dunno how it works on any other types of resolutions.

[quote=T0m]Any chance you could upload that?[/quote]

[quote=DK]any chance you could share it, please?[/quote]

http://www.mediafire.com/?jklpk71dvi47j9r

I use 16:10, so I dunno how it works on any other types of resolutions.
110
#110
0 Frags +

"MoZzHUD"
http://i.imgur.com/kZuiJVu.jpg

"MoZzHUD"
http://i.imgur.com/kZuiJVu.jpg
111
#111
0 Frags +
slatehttp://sl8.eu/files/moddedomphud/buffed.png

please gimme this :D

[quote=slate]http://sl8.eu/files/moddedomphud/buffed.png[/quote]

please gimme this :D
112
#112
1 Frags +
Mitsslatehttp://sl8.eu/files/moddedomphud/buffed.png
please gimme this :D

https://github.com/slate17/tf2hud

I have a updated it at some point and didnt push to github, I'll do that later when I am at home.

[quote=Mits][quote=slate]http://sl8.eu/files/moddedomphud/buffed.png[/quote]

please gimme this :D[/quote]

https://github.com/slate17/tf2hud

I have a updated it at some point and didnt push to github, I'll do that later when I am at home.
113
#113
0 Frags +
MoZz"MoZzHUD"
http://i.imgur.com/kZuiJVu.jpg

could you upload that please?

[quote=MoZz]"MoZzHUD"
http://i.imgur.com/kZuiJVu.jpg[/quote]

could you upload that please?
114
#114
0 Frags +
T0mcould you upload that please?

http://www.mediafire.com/download/54y0f3z4mfq40sy/MoZzHUD.rar

It's only basic stuff tho, since I barely use unlocks.

[quote=T0m]could you upload that please?[/quote]

http://www.mediafire.com/download/54y0f3z4mfq40sy/MoZzHUD.rar

It's only basic stuff tho, since I barely use unlocks.
115
#115
6 Frags +

http://cloud-2.steampowered.com/ugc/882984447740101064/4FF2CF1408C31FF79DB865F37308DE7EEB1090D5/

[img]http://cloud-2.steampowered.com/ugc/882984447740101064/4FF2CF1408C31FF79DB865F37308DE7EEB1090D5/[/img]
116
#116
6 Frags +

i modified the shit out of HudasIscariote
minmode 1: http://steamcommunity.com/sharedfiles/filedetails/?id=152715122
minmode 0: http://steamcommunity.com/sharedfiles/filedetails/?id=152715149
dl :https://www.dropbox.com/s/m65ywr1ulu2ujk9/I%20edited%20something%20for%20the%20100th%20time.rar

i modified the shit out of HudasIscariote
minmode 1: http://steamcommunity.com/sharedfiles/filedetails/?id=152715122
minmode 0: http://steamcommunity.com/sharedfiles/filedetails/?id=152715149
dl :https://www.dropbox.com/s/m65ywr1ulu2ujk9/I%20edited%20something%20for%20the%20100th%20time.rar
117
#117
huds.tf
6 Frags +
nudgePicture

That killfeed is rad as shit.

Working on my own HUD currently. Made the main menu yesterday and it took me forever because of having to re-open the game to see changes.

http://i.imgur.com/lZN0uko.jpg

[quote=nudge]Picture[/quote]
That killfeed is rad as shit.

Working on my own HUD currently. Made the main menu yesterday and it took me forever because of having to re-open the game to see changes.

[img]http://i.imgur.com/lZN0uko.jpg[/img]
118
#118
0 Frags +
omninudgePictureThat killfeed is rad as shit.

Working on my own HUD currently. Made the main menu yesterday and it took me forever because of having to re-open the game to see changes.

http://i.imgur.com/lZN0uko.jpg

dayum

[quote=omni][quote=nudge]Picture[/quote]
That killfeed is rad as shit.

Working on my own HUD currently. Made the main menu yesterday and it took me forever because of having to re-open the game to see changes.

[img]http://i.imgur.com/lZN0uko.jpg[/img][/quote]
dayum
119
#119
-1 Frags +
omninudgePictureThat killfeed is rad as shit.

Working on my own HUD currently. Made the main menu yesterday and it took me forever because of having to re-open the game to see changes.

Its easier to use windowed mode with a key bound to hud_reloadscheme. The menu looks really good, though!

[quote=omni][quote=nudge]Picture[/quote]
That killfeed is rad as shit.

Working on my own HUD currently. Made the main menu yesterday and it took me forever because of having to re-open the game to see changes.
[/quote]

Its easier to use windowed mode with a key bound to hud_reloadscheme. The menu looks really good, though!
120
#120
-1 Frags +
Pinkhttp://puu.sh/32TYs.png

Modded version of the broesel hud.. just changed the fonts..

Could u do that with helvetica font or default font please ?
Or anyone else ?
Love broesel not rly a fan of the font

[quote=Pink]http://puu.sh/32TYs.png

Modded version of the broesel hud.. just changed the fonts..[/quote]

Could u do that with helvetica font or default font please ?
Or anyone else ?
Love broesel not rly a fan of the font
1 2 3 4 5 6 7 ⋅⋅ 200
Please sign in through STEAM to post a comment.