Upvote Upvoted 305 Downvote Downvoted
1 ⋅⋅ 55 56 57 58 59 60 61 ⋅⋅ 200
Show your HUD modifications!
posted in Customization
1711
#1711
0 Frags +
UltrazWorking on a 6v6 scoreboard:
What do you guys think?

Nice idea but I think it looks a little strange having the team name and score detached from the player list

[quote=Ultraz]Working on a 6v6 scoreboard:
What do you guys think?[/quote]

Nice idea but I think it looks a little strange having the team name and score detached from the player list
1712
#1712
0 Frags +
CamusNusemancollycatI was playing with 3d class models to make a centered viewmodel
http://i.imgur.com/SV4KC53.jpg
Whoa dude, you cant post something as awesome as that and not give us a DL link.

:o link please !! looks pretty good

Sorry, it's still a bit buggy guys

[quote=Camus][quote=Nuseman][quote=collycat]I was playing with 3d class models to make a centered viewmodel
[img]http://i.imgur.com/SV4KC53.jpg[/img][/quote]
Whoa dude, you cant post something as awesome as that and not give us a DL link.[/quote]

:o link please !! looks pretty good[/quote]

Sorry, it's still a bit buggy guys
1713
#1713
0 Frags +
collycatCamusNusemancollycatI was playing with 3d class models to make a centered viewmodel
http://i.imgur.com/SV4KC53.jpg
Whoa dude, you cant post something as awesome as that and not give us a DL link.

:o link please !! looks pretty good

Sorry, it's still a bit buggy guys

can u pls get back to us with this colly. this is perfection.

[quote=collycat][quote=Camus][quote=Nuseman][quote=collycat]I was playing with 3d class models to make a centered viewmodel
[img]http://i.imgur.com/SV4KC53.jpg[/img][/quote]
Whoa dude, you cant post something as awesome as that and not give us a DL link.[/quote]

:o link please !! looks pretty good[/quote]

Sorry, it's still a bit buggy guys[/quote]

can u pls get back to us with this colly. this is perfection.
1714
#1714
0 Frags +

need some help

http://i.imgur.com/GQPi6v6.png

how do I fix the weapon information not showing up like this?

need some help
[img]http://i.imgur.com/GQPi6v6.png[/img]
how do I fix the weapon information not showing up like this?
1715
#1715
-1 Frags +

try deleting your huds econ folder or find classloadoutpanel.res or something like that

try deleting your huds econ folder or find classloadoutpanel.res or something like that
1716
#1716
2 Frags +

Updated pimp my hud/bells and whistles pack/metahud

Here is a bunch of files that I thought fit well together and give HUDs like Broeselhud or older HUDs a few extra bells and whistles. No config file editing necessary, simply merge the resource folders.

Content & Credits:

basechat.res (from Whayay´s ya_hud): moves the chat into the absolute bottom left corner

hudplayerclass.res (from Intellectual´s medhud): moves the 3D playermodel to the right and fixes rotation

votehud.res (from Flux´ fluxhud): gives voting panels a sleeker look

classloadoutpanel.res (from Rays´ rayshud): gives buttons to toggle red or blue team to preview loadouts, zoom function and extended rotation

backpackpanel.res (from Rays´ rayshud): scroll through pages with A, D, forward and backward buttons in addition to direct page buttons

[somewhat fixed] scoreboard.res (from Chippy´s bxhud): simple, transparent scoreboard that fits pretty much any server and gamemode

[new] ControlPointProgressBar.res (???): big capture point indicator on the right, fits well with 3D model

[new] Charinfopanel.res (extracted with GCFScape): Bound Q key to back-button

[new] ClassSelection.res (from Broesel´s Broeselhud): Bound E key to change loadouts

Download Metahud 1.3

Updated pimp my hud/bells and whistles pack/metahud

[quote]Here is a bunch of files that I thought fit well together and give HUDs like Broeselhud or older HUDs a few extra bells and whistles. No config file editing necessary, simply merge the resource folders.

Content & Credits:

basechat.res (from Whayay´s ya_hud): moves the chat into the absolute bottom left corner

hudplayerclass.res (from Intellectual´s medhud): moves the 3D playermodel to the right and fixes rotation

votehud.res (from Flux´ fluxhud): gives voting panels a sleeker look

classloadoutpanel.res (from Rays´ rayshud): gives buttons to toggle red or blue team to preview loadouts, zoom function and extended rotation

backpackpanel.res (from Rays´ rayshud): scroll through pages with A, D, forward and backward buttons in addition to direct page buttons

[somewhat fixed] scoreboard.res (from Chippy´s bxhud): simple, transparent scoreboard that fits pretty much any server and gamemode

[new] ControlPointProgressBar.res (???): big capture point indicator on the right, fits well with 3D model

[new] Charinfopanel.res (extracted with GCFScape): Bound Q key to back-button

[new] ClassSelection.res (from Broesel´s Broeselhud): Bound E key to change loadouts[/quote]

[url=https://www.dropbox.com/s/co67d2xydeibovp/MetaHud%201.3.zip]Download Metahud 1.3[/url]
1717
#1717
0 Frags +
MoistMelonshow do I fix the weapon information not showing up like this?

Change the zpos of the background image panel for when you mouse over to -1 in classloadoutpanel.res. So it would look like this:

"mouseoveritempanel"
	{
	        "ControlName"	        "CItemModelPanel"
		"fieldName"		"mouseoveritempanel"
		"xpos"			"c-70"
		"ypos"			"270"
		"zpos"			"100"
		"wide"			"250"
		"tall"			"300"
		"visible"		"0"
		"bgcolor_override"		"0 0 0 0"
		"noitem_textcolor"		"109 109 109 255"
		"PaintBackgroundType"	"0"
		"paintborder"	"0"

		"text_ypos"			"20"
		"text_center"		"1"
		"model_hide"		"1"
		"resize_to_text"	"1"
		"padding_height"	"15"

		"BG"
    		{
    		"ControlName"			"ImagePanel"
    		"fieldName"			"BG"
    		"xpos"				"0"
    		"ypos"				"0"
    		"zpos"				"-1"
    		"wide"				"f0"
    		"tall"	 			"f0"
    		"visible"			"1"
    		"enabled"			"1"
    		"fillcolor"			"40 40 40 255"
    		}
[quote=MoistMelons]how do I fix the weapon information not showing up like this?[/quote]

Change the zpos of the background image panel for when you mouse over to -1 in classloadoutpanel.res. So it would look like this:
[code]
"mouseoveritempanel"
{
"ControlName" "CItemModelPanel"
"fieldName" "mouseoveritempanel"
"xpos" "c-70"
"ypos" "270"
"zpos" "100"
"wide" "250"
"tall" "300"
"visible" "0"
"bgcolor_override" "0 0 0 0"
"noitem_textcolor" "109 109 109 255"
"PaintBackgroundType" "0"
"paintborder" "0"

"text_ypos" "20"
"text_center" "1"
"model_hide" "1"
"resize_to_text" "1"
"padding_height" "15"

"BG"
{
"ControlName" "ImagePanel"
"fieldName" "BG"
"xpos" "0"
"ypos" "0"
"zpos" "-1"
"wide" "f0"
"tall" "f0"
"visible" "1"
"enabled" "1"
"fillcolor" "40 40 40 255"
}
[/code]
1718
#1718
1 Frags +
collycatI was playing with 3d class models to make a centered viewmodel
http://i.imgur.com/SV4KC53.jpg

How did you even do this?

[quote=collycat]I was playing with 3d class models to make a centered viewmodel
[img]http://i.imgur.com/SV4KC53.jpg[/img][/quote]

How did you even do this?
1719
#1719
0 Frags +

Scoreboard from the new hud I was working on

http://puu.sh/891N5.jpg

Scoreboard from the new hud I was working on

[img]http://puu.sh/891N5.jpg[/img]
1720
#1720
3 Frags +

http://puu.sh/892hM/d5719f2b7a.jpg

The - changes in + when buffed

DL

A bit buggy and tested only in 1920x1080, use at your own risk

[img]http://puu.sh/892hM/d5719f2b7a.jpg[/img]

The - changes in + when buffed

[url=https://www.dropbox.com/s/o15aj3tmp3hz3ud/5MDYNMODIFIED.rar]DL[/url]

A bit buggy and tested only in 1920x1080, use at your own risk
1721
#1721
2 Frags +

Played around with the scoreboard a little bit more

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

Played around with the scoreboard a little bit more
[img]http://i.imgur.com/vPSSTIn.jpg[/img]
1722
#1722
-7 Frags +
collycatCamusNusemancollycatI was playing with 3d class models to make a centered viewmodel
http://i.imgur.com/SV4KC53.jpg
Whoa dude, you cant post something as awesome as that and not give us a DL link.

:o link please !! looks pretty good

Sorry, it's still a bit buggy guys

Not a HUD maker and this might go out of the topic, where can I get that viewmodel?

[quote=collycat][quote=Camus][quote=Nuseman][quote=collycat]I was playing with 3d class models to make a centered viewmodel
[img]http://i.imgur.com/SV4KC53.jpg[/img][/quote]
Whoa dude, you cant post something as awesome as that and not give us a DL link.[/quote]

:o link please !! looks pretty good[/quote]

Sorry, it's still a bit buggy guys[/quote]

Not a HUD maker and this might go out of the topic, where can I get that viewmodel?
1723
#1723
3 Frags +
cptscoutbirdcollycatCamusNusemancollycatI was playing with 3d class models to make a centered viewmodelWhoa dude, you cant post something as awesome as that and not give us a DL link.
:o link please !! looks pretty good

Sorry, it's still a bit buggy guys

Not a HUD maker and this might go out of the topic, where can I get that viewmodel?

Did you not read any of the posts you quoted????

[quote=cptscoutbird][quote=collycat][quote=Camus][quote=Nuseman][quote=collycat]I was playing with 3d class models to make a centered viewmodel
[/quote]
Whoa dude, you cant post something as awesome as that and not give us a DL link.[/quote]

:o link please !! looks pretty good[/quote]

Sorry, it's still a bit buggy guys[/quote]

Not a HUD maker and this might go out of the topic, where can I get that viewmodel?[/quote]

Did you not read any of the posts you quoted????
1724
#1724
0 Frags +

this
Im really new to just even customizing huds, by now only know how to reposition and replace fonts.
This one is based on yA_ hud, just with different fonts and repositioned.

Can you guys tell me how to remove the overheal/hurt cross in the 5MD version? i think i tried everything that i know.

[url=http://prntscr.com/3a7ytp]this[/url]
Im really new to just even customizing huds, by now only know how to reposition and replace fonts.
This one is based on yA_ hud, just with different fonts and repositioned.

Can you guys tell me how to remove the overheal/hurt cross in the 5MD version? i think i tried everything that i know.
1725
#1725
1 Frags +
hrOCan you guys tell me how to remove the overheal/hurt cross in the 5MD version? i think i tried everything that i know.

Look for "PlayerStatusHealthBonusImage" in your ...ui/hudplayerhealth file and change the x/ypos to make it go offscreen.

[quote=hrO]
Can you guys tell me how to remove the overheal/hurt cross in the 5MD version? i think i tried everything that i know.[/quote]

Look for "PlayerStatusHealthBonusImage" in your ...ui/hudplayerhealth file and change the x/ypos to make it go offscreen.
1726
#1726
-1 Frags +
FlappihrOCan you guys tell me how to remove the overheal/hurt cross in the 5MD version? i think i tried everything that i know.
Look for "PlayerStatusHealthBonusImage" in your ...ui/hudplayerhealth file and change the x/ypos to make it go offscreen.

Thanks for the quick response!

[quote=Flappi][quote=hrO]
Can you guys tell me how to remove the overheal/hurt cross in the 5MD version? i think i tried everything that i know.[/quote]

Look for "PlayerStatusHealthBonusImage" in your ...ui/hudplayerhealth file and change the x/ypos to make it go offscreen.[/quote]
Thanks for the quick response!
1727
#1727
0 Frags +
ynhttp://puu.sh/892hM/d5719f2b7a.jpg

The - changes in + when buffed

would love a DL!

[quote=yn][img]http://puu.sh/892hM/d5719f2b7a.jpg[/img]

The - changes in + when buffed[/quote]


would love a DL!
1728
#1728
7 Frags +

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

New scoreboard

[img]http://i.imgur.com/Zc0KbJF.jpg[/img]
New scoreboard
1729
#1729
0 Frags +

Here are some pics of my WIP hud

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

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

Here are some pics of my WIP hud

[img]http://i.imgur.com/Rsn1m4C.jpg[/img]
[img]http://i.imgur.com/uj2g2YJ.jpg[/img]
1730
#1730
-1 Frags +
_worksynhttp://puu.sh/892hM/d5719f2b7a.jpg

The - changes in + when buffed

would love a DL!

DL
There you go buddy, updated.

[quote=_works][quote=yn][img]http://puu.sh/892hM/d5719f2b7a.jpg[/img]

The - changes in + when buffed[/quote]


would love a DL![/quote]

[url=https://www.dropbox.com/s/o15aj3tmp3hz3ud/5MDYNMODIFIED.rar]DL[/url]
There you go buddy, updated.
1731
#1731
-1 Frags +
collycatPlayed around with the scoreboard a little bit more
http://i.imgur.com/vPSSTIn.jpg

Dl link plox?

[quote=collycat]Played around with the scoreboard a little bit more
[img]http://i.imgur.com/vPSSTIn.jpg[/img][/quote] Dl link plox?
1732
#1732
0 Frags +
PyromancercollycatPlayed around with the scoreboard a little bit more
http://i.imgur.com/vPSSTIn.jpg
Dl link plox?

Already in the hud

[quote=Pyromancer][quote=collycat]Played around with the scoreboard a little bit more
[img]http://i.imgur.com/vPSSTIn.jpg[/img][/quote] Dl link plox?[/quote]

Already in the hud
1733
#1733
-1 Frags +

I have this problem (I'm using truktruk's modified omp hud) where randomly, the font for the health/ammo become a different font (looking like an uninstalled font), with the scoreboard, killfeed, etc staying as its omp hud font. And sometimes, its the opposite, where the health/ammo stay the same, but the scoreboard and killfeed change.

http://i.imgur.com/BujWIvH.png

http://i.imgur.com/PLK39MM.png

or

http://i.imgur.com/gPnjuse.png

http://i.imgur.com/OX6lHOn.png

Any ideas? Its random, so when i launch tf2, it could happen, or it could not.

I have this problem (I'm using truktruk's modified omp hud) where randomly, the font for the health/ammo become a different font (looking like an uninstalled font), with the scoreboard, killfeed, etc staying as its omp hud font. And sometimes, its the opposite, where the health/ammo stay the same, but the scoreboard and killfeed change.
[img]http://i.imgur.com/BujWIvH.png[/img]
[img]http://i.imgur.com/PLK39MM.png[/img]
or
[img]http://i.imgur.com/gPnjuse.png[/img]
[img]http://i.imgur.com/OX6lHOn.png[/img]
Any ideas? Its random, so when i launch tf2, it could happen, or it could not.
1734
#1734
-1 Frags +
eeevanshttp://i.imgur.com/Zc0KbJF.jpg
New scoreboard

What's the font you're using? So crisp...

[quote=eeevans][img]http://i.imgur.com/Zc0KbJF.jpg[/img]
New scoreboard[/quote]

What's the font you're using? So crisp...
1735
#1735
0 Frags +
What's the font you're using? So crisp...

Clear Sans

[quote]What's the font you're using? So crisp...[/quote]

Clear Sans
1736
#1736
0 Frags +
MoistMelonsI have this problem (I'm using truktruk's modified omp hud) where randomly, the font for the health/ammo become a different font (looking like an uninstalled font), with the scoreboard, killfeed, etc staying as its omp hud font. And sometimes, its the opposite, where the health/ammo stay the same, but the scoreboard and killfeed change. Any ideas? Its random, so when i launch tf2, it could happen, or it could not.

The only time I've seen that happen is when the font is named improperly in the clientscheme.res where it is installed, located at the very bottom of the file. Where do you download that hud anyways?

[quote=MoistMelons]I have this problem (I'm using truktruk's modified omp hud) where randomly, the font for the health/ammo become a different font (looking like an uninstalled font), with the scoreboard, killfeed, etc staying as its omp hud font. And sometimes, its the opposite, where the health/ammo stay the same, but the scoreboard and killfeed change. Any ideas? Its random, so when i launch tf2, it could happen, or it could not.[/quote]

The only time I've seen that happen is when the font is named improperly in the clientscheme.res where it is installed, located at the very bottom of the file. Where do you download that hud anyways?
1737
#1737
-1 Frags +
MagmaMoistMelonsI have this problem (I'm using truktruk's modified omp hud) where randomly, the font for the health/ammo become a different font (looking like an uninstalled font), with the scoreboard, killfeed, etc staying as its omp hud font. And sometimes, its the opposite, where the health/ammo stay the same, but the scoreboard and killfeed change. Any ideas? Its random, so when i launch tf2, it could happen, or it could not.
Where do you download that hud anyways?

in TrukTruk's stream chat i believe its !hud or something like that

[quote=Magma][quote=MoistMelons]I have this problem (I'm using truktruk's modified omp hud) where randomly, the font for the health/ammo become a different font (looking like an uninstalled font), with the scoreboard, killfeed, etc staying as its omp hud font. And sometimes, its the opposite, where the health/ammo stay the same, but the scoreboard and killfeed change. Any ideas? Its random, so when i launch tf2, it could happen, or it could not.[/quote]

Where do you download that hud anyways?[/quote]

in TrukTruk's stream chat i believe its !hud or something like that
1738
#1738
1 Frags +

Found this mod of omni's Topsh.it hud that I made a while ago.

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

http://i.imgur.com/4btiWm1.jpg

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

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

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

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

Found this mod of omni's Topsh.it hud that I made a while ago.

[IMG]http://i.imgur.com/iUrZCB4.jpg[/IMG]
[IMG]http://i.imgur.com/4btiWm1.jpg[/IMG]
[IMG]http://i.imgur.com/kol4vcX.jpg[/IMG]
[IMG]http://i.imgur.com/rwrRdhP.jpg[/IMG]
[IMG]http://i.imgur.com/uVEf4eI.jpg[/IMG]
[IMG]http://i.imgur.com/W7gh58j.jpg[/IMG]
1739
#1739
0 Frags +

I downloaded goat_hud a few months ago and since I've had the hud I've made my own edits as well as added hud elements from other huds that I liked and felt matched the hud style and theme. Thought I'd post it here in case anyone else wanted to use it.

http://i.imgur.com/Pjty7nC.png

Screenshots
Github

I downloaded goat_hud a few months ago and since I've had the hud I've made my own edits as well as added hud elements from other huds that I liked and felt matched the hud style and theme. Thought I'd post it here in case anyone else wanted to use it.

[img]http://i.imgur.com/Pjty7nC.png[/img]

[url=http://imgur.com/a/j9uVC#0]Screenshots[/url]
[url=https://github.com/CaptainMagma/MagmaHUD]Github[/url]
1740
#1740
3 Frags +

RevampHUD, quite a OLD HUD indeed, but I sorta resurrect it back abit. It's quite heavly Modified, looks somewhat similar to E.v.EHUD.
I still have ALOT more to add to it and fixes as well.

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

http://i.imgur.com/5YFz2GN.jpg

Screenshots
Download

[url=https://code.google.com/p/revanxp-hud/]RevampHUD[/url], quite a [b]OLD[/b] HUD indeed, but I sorta resurrect it back abit. It's quite heavly Modified, looks somewhat similar to E.v.EHUD.
I still have [b]ALOT[/b] more to add to it and fixes as well.

[img]http://i.imgur.com/QJDUXil.jpg[/img]
[img]http://i.imgur.com/5YFz2GN.jpg[/img]

[url=http://imgur.com/QJDUXil,n0q0l9z,7bsSZzh,Evg3rEv,D6ouZK0,rpeZLPw,5YFz2GN,vlxYKqe,NOxxvX7,haJAviv,8IpwOTf,gTeG4Qy,YqpGgY3,cCjtSaG,t0lTaEc,Rzc5epA,uXVsx9b,tTJH9sb#1/]Screenshots[/url]
[url=https://www.mediafire.com/?8wqy07wodioe4p5]Download[/url]
1 ⋅⋅ 55 56 57 58 59 60 61 ⋅⋅ 200
Please sign in through STEAM to post a comment.