Upvote Upvoted 305 Downvote Downvoted
1 ⋅⋅ 121 122 123 124 125 126 127 ⋅⋅ 200
Show your HUD modifications!
posted in Customization
3691
#3691
0 Frags +

old

old
3692
#3692
-1 Frags +
Astrin_I know this probably isn't the right place to ask this but could someone please help me?

So I recently found a HUD that I really like but I looked EVERYWHERE to find it and I could seem to find it.

One streamer twitch.tv/nurseytf2 uses it. It's a combo of http://imgur.com/a/ppXat and https://huds.tf/bwhud.

If someone could help me find it, that would be greatly appreciated :D

It's an edit of an edit of BWHud that Kresnik made. I'll link a download in this post once I can get a link from him.

[quote=Astrin_][b]I know this probably isn't the right place to ask this but could someone please help me?[/b]

So I recently found a HUD that I really like but I looked EVERYWHERE to find it and I could seem to find it.

One streamer twitch.tv/nurseytf2 uses it. It's a combo of http://imgur.com/a/ppXat and https://huds.tf/bwhud.

[color=blue][b]If someone could help me find it, that would be greatly appreciated :D[/b][/color][/quote]


It's an edit of an edit of BWHud that Kresnik made. I'll link a download in this post once I can get a link from him.
3693
#3693
0 Frags +
Astrin_I know this probably isn't the right place to ask this but could someone please help me?

So I recently found a HUD that I really like but I looked EVERYWHERE to find it and I could seem to find it.

One streamer twitch.tv/nurseytf2 uses it. It's a combo of http://imgur.com/a/ppXat and https://huds.tf/bwhud.

If someone could help me find it, that would be greatly appreciated :D

http://puu.sh/gAvZm/9c07f450d7.rar

Since this is my personal version, there's some things you might wanna change.

HUD Crosshair, Text below ammo + health, and KND button on main menu.

You can change the hud crosshair in hudlayout.res, you can change the text appearing by changing the animations for titlehealth and titleammo in hudanimations to "Blank", and you can change the KND button in GameMenu.res

[quote=Astrin_][b]I know this probably isn't the right place to ask this but could someone please help me?[/b]

So I recently found a HUD that I really like but I looked EVERYWHERE to find it and I could seem to find it.

One streamer twitch.tv/nurseytf2 uses it. It's a combo of http://imgur.com/a/ppXat and https://huds.tf/bwhud.

[color=blue][b]If someone could help me find it, that would be greatly appreciated :D[/b][/color][/quote]

http://puu.sh/gAvZm/9c07f450d7.rar

Since this is my personal version, there's some things you might wanna change.

HUD Crosshair, Text below ammo + health, and KND button on main menu.

You can change the hud crosshair in hudlayout.res, you can change the text appearing by changing the animations for titlehealth and titleammo in hudanimations to "Blank", and you can change the KND button in GameMenu.res
3694
#3694
-1 Frags +

old

old
3695
#3695
-1 Frags +

I'm having trouble changing what the killstreak counter looks like, so right now its some text in a box and I want to change it to a circle with text in it. I looked in the HudItemEffectMeter_KillStreak.res and all i found was a file path to image
"image" "../hud/misc_ammo_area_blue" and I can't even find that directory.

I'm having trouble changing what the killstreak counter looks like, so right now its some text in a box and I want to change it to a circle with text in it. I looked in the HudItemEffectMeter_KillStreak.res and all i found was a file path to image
"image" "../hud/misc_ammo_area_blue" and I can't even find that directory.
3696
#3696
-1 Frags +

../ in directories means 'up one from where you are.' So that'd be materials/hud/misc_ammo_area_blue, because the default directory for files is materials/vgui/ .

../ in directories means 'up one from where you are.' So that'd be materials/hud/misc_ammo_area_blue, because the default directory for files is materials/vgui/ .
3697
#3697
-1 Frags +

so in order for me to change the colour i need to go "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom\flathudRED\materials\hud" here? and then add a vtf of misc_ammo_area_blue with my desired shape

so in order for me to change the colour i need to go "C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf\custom\flathudRED\materials\hud" here? and then add a vtf of misc_ammo_area_blue with my desired shape
3698
#3698
-1 Frags +

old

old
3699
#3699
0 Frags +
Astrin_When editing/making a HUD, what is the command for a button to open up console?

In my case, gamemenu.res looks like this:

"ConsoleButton"
{
"label" "Console"
"command" "_________"

What do I put in the blank (e.g. engine demoui, OpenServerBrowser, etc.)?

should be "engine con_enable 1;toggleconsole"

[quote=Astrin_][b]When editing/making a HUD, what is the command for a button to open up console?[/b]

In my case, gamemenu.res looks like this:

"ConsoleButton"
{
"label" "Console"
"command" "_________"

What do I put in the blank (e.g. engine demoui, OpenServerBrowser, etc.)?[/quote]

should be "engine con_enable 1;toggleconsole"
3700
#3700
-1 Frags +

old

old
3701
#3701
0 Frags +
Kresnik you can change the KND button in GameMenu.res

how would I change what server that button joins

[quote=Kresnik] you can change the KND button in GameMenu.res[/quote]

how would I change what server that button joins
3702
#3702
-1 Frags +
JuneKresnik you can change the KND button in GameMenu.res
how would I change what server that button joins

go to gamemenu.res in resource and find the button. the button will look something like this:

"whatever the button name is"
	{
		"label" " X " 
		"command" "engine connect _____________"
        	"tooltip" "join X server"
	} 

just change the IP (where it says "connect" and then a string of numbers) to the IP of whichever server you want to connect to.

[quote=June][quote=Kresnik] you can change the KND button in GameMenu.res[/quote]

how would I change what server that button joins[/quote]

go to gamemenu.res in resource and find the button. the button will look something like this:

[code]"whatever the button name is"
{
"label" " X "
"command" "engine connect _____________"
"tooltip" "join X server"
} [/code]
just change the IP (where it says "connect" and then a string of numbers) to the IP of whichever server you want to connect to.
3703
#3703
-1 Frags +
komorebiJuneKresnik you can change the KND button in GameMenu.res
how would I change what server that button joins

go to gamemenu.res in resource and find the button. the button will look something like this:
"whatever the button name is"
	{
		"label" " X " 
		"command" "engine connect _____________"
        	"tooltip" "join X server"
	} 
just change the IP (where it says "connect" and then a string of numbers) to the IP of whichever server you want to connect to.

Alternatively, I just have it aliased to JoinHomeServer

So if you go to your autoexec and set up your server alias to be that, that button will work. (Though it'll be named KND until you change it in gamemenu)

[quote=komorebi][quote=June][quote=Kresnik] you can change the KND button in GameMenu.res[/quote]

how would I change what server that button joins[/quote]

go to gamemenu.res in resource and find the button. the button will look something like this:

[code]"whatever the button name is"
{
"label" " X "
"command" "engine connect _____________"
"tooltip" "join X server"
} [/code]
just change the IP (where it says "connect" and then a string of numbers) to the IP of whichever server you want to connect to.[/quote]

Alternatively, I just have it aliased to JoinHomeServer

So if you go to your autoexec and set up your server alias to be that, that button will work. (Though it'll be named KND until you change it in gamemenu)
3704
#3704
-1 Frags +
Kresnik
Alternatively, I just have it aliased to JoinHomeServer

So if you go to your autoexec and set up your server alias to be that, that button will work. (Though it'll be named KND until you change it in gamemenu)

That's true. @June kresnik's solution is probably better: it's also nice to have an alias for your favorite servers so you can just type in console "FirePoweredMGE" or whatever and join if TF2's favorites menu is being wonky (as it often is).

[quote=Kresnik]

Alternatively, I just have it aliased to JoinHomeServer

So if you go to your autoexec and set up your server alias to be that, that button will work. (Though it'll be named KND until you change it in gamemenu)[/quote]

That's true. @June kresnik's solution is probably better: it's also nice to have an alias for your favorite servers so you can just type in console "FirePoweredMGE" or whatever and join if TF2's favorites menu is being wonky (as it often is).
3705
#3705
8 Frags +

A little edit of omphud I've been working on. I've always loved omphud but hated the default tf2 menus. Also added in a mint colorscheme because it's the best color ever.

http://imgur.com/a/kT9eZ

Not a lot ATM but probably gonna add a lot more considering flathud is practically complete

A little edit of omphud I've been working on. I've always loved omphud but hated the default tf2 menus. Also added in a mint colorscheme because it's the best color ever.

http://imgur.com/a/kT9eZ

Not a lot ATM but probably gonna add a lot more considering flathud is practically complete
3706
#3706
-1 Frags +
flatlineA little edit of omphud I've been working on.

༼ つ ◕_◕ ༽つ

[quote=flatline]A little edit of omphud I've been working on.[/quote] ༼ つ ◕_◕ ༽つ
3707
#3707
-1 Frags +
flatlineA little edit of omphud I've been working on. I've always loved omphud but hated the default tf2 menus. Also added in a mint colorscheme because it's the best color ever.

http://imgur.com/a/kT9eZ

Not a lot ATM but probably gonna add a lot more considering flathud is practically complete

gimme gimmemgigmiemiegmeimgiegm

[quote=flatline]A little edit of omphud I've been working on. I've always loved omphud but hated the default tf2 menus. Also added in a mint colorscheme because it's the best color ever.

http://imgur.com/a/kT9eZ

Not a lot ATM but probably gonna add a lot more considering flathud is practically complete[/quote]

gimme gimmemgigmiemiegmeimgiegm
3708
#3708
-1 Frags +
NoFapflatlineA little edit of omphud I've been working on. ༼ つ ◕_◕ ༽つ

༼ つ ◕_◕ ༽つ

[quote=NoFap][quote=flatline]A little edit of omphud I've been working on.[/quote] ༼ つ ◕_◕ ༽つ[/quote]

༼ つ ◕_◕ ༽つ
3709
#3709
-2 Frags +

Im new to this site but i got a question can i change the for loadout page

http://imgur.com/wx90hWL

Thanks.

Im new to this site but i got a question can i change the for loadout page [img]http://imgur.com/wx90hWL[/img]
Thanks.
3710
#3710
-1 Frags +
flatlineA little edit of omphud I've been working on. I've always loved omphud but hated the default tf2 menus. Also added in a mint colorscheme because it's the best color ever.

http://imgur.com/a/kT9eZ

Not a lot ATM but probably gonna add a lot more considering flathud is practically complete

This is beautiful man, you gotta upload it soon!
:)

[quote=flatline]A little edit of omphud I've been working on. I've always loved omphud but hated the default tf2 menus. Also added in a mint colorscheme because it's the best color ever.

http://imgur.com/a/kT9eZ

Not a lot ATM but probably gonna add a lot more considering flathud is practically complete[/quote]

This is beautiful man, you gotta upload it soon!
:)
3711
#3711
-1 Frags +
flatlineA little edit of omphud I've been working on. I've always loved omphud but hated the default tf2 menus. Also added in a mint colorscheme because it's the best color ever.

http://imgur.com/a/kT9eZ

Not a lot ATM but probably gonna add a lot more considering flathud is practically complete

I can't wait, it doesn't help that OMP's 4:3 isn't very nice.

[quote=flatline]A little edit of omphud I've been working on. I've always loved omphud but hated the default tf2 menus. Also added in a mint colorscheme because it's the best color ever.

http://imgur.com/a/kT9eZ

Not a lot ATM but probably gonna add a lot more considering flathud is practically complete[/quote]
I can't wait, it doesn't help that OMP's 4:3 isn't very nice.
3712
#3712
5 Frags +

http://puu.sh/gN9z9/d21a8836ce.jpg

Conquering Mt. MVM Menus.
And hopefully competitive menu soon too (please valve)

[img]http://puu.sh/gN9z9/d21a8836ce.jpg[/img]

Conquering Mt. MVM Menus.
And hopefully competitive menu soon too (please valve)
3713
#3713
-1 Frags +
flatlinehttp://puu.sh/gN9z9/d21a8836ce.jpg

Conquering Mt. MVM Menus.
And hopefully competitive menu soon too (please valve)

So I can forget about my fix for OMP Hud?

[quote=flatline][img]http://puu.sh/gN9z9/d21a8836ce.jpg[/img]

Conquering Mt. MVM Menus.
And hopefully competitive menu soon too (please valve)[/quote]
So I can forget about my fix for OMP Hud?
3714
#3714
-1 Frags +

What fix? This isn't a fix, there was never anything wrong with omphud. I'm just revising the menus.

What fix? This isn't a fix, there was never anything wrong with omphud. I'm just revising the menus.
3715
#3715
-1 Frags +
flatlineWhat fix? This isn't a fix, there was never anything wrong with omphud. I'm just revising the menus.

no, by fix, he means the updates taht he was working on, so he is basically asking, "so i can forget about my update for OMP hud?"

[quote=flatline]What fix? This isn't a fix, there was never anything wrong with omphud. I'm just revising the menus.[/quote]
no, by fix, he means the updates taht he was working on, so he is basically asking, "so i can forget about my update for OMP hud?"
3716
#3716
0 Frags +

I've been editing TF2Hud+ quite a bit lately - specifically the meters and taunt menu.

http://cloud-4.steamusercontent.com/ugc/31863547501070313/51C73C7EE6E8A0EE9CA4CB063AF9E4E56FB25DD8/

http://cloud-4.steamusercontent.com/ugc/31863547501070553/F178F15A463364ED099773956C9C62F0CA699593/

I've been editing TF2Hud+ quite a bit lately - specifically the meters and taunt menu.
[img]http://cloud-4.steamusercontent.com/ugc/31863547501070313/51C73C7EE6E8A0EE9CA4CB063AF9E4E56FB25DD8/[/img]
[img]http://cloud-4.steamusercontent.com/ugc/31863547501070553/F178F15A463364ED099773956C9C62F0CA699593/[/img]
3717
#3717
-2 Frags +
flatlineWhat fix? This isn't a fix, there was never anything wrong with omphud. I'm just revising the menus.

Last update of OMP Hud 7 mouth ago (https://github.com/omp/tf2hud)
Some one request me for fixing it. I added tauntmenu, mannpower-icos and etc. (http://steamcommunity.com/groups/tf2hud/discussions/0/627456486906843019/)
So...

[quote=flatline]What fix? This isn't a fix, there was never anything wrong with omphud. I'm just revising the menus.[/quote]
Last update of OMP Hud 7 mouth ago (https://github.com/omp/tf2hud)
Some one request me for fixing it. I added tauntmenu, mannpower-icos and etc. (http://steamcommunity.com/groups/tf2hud/discussions/0/627456486906843019/)
So...
3718
#3718
0 Frags +
JermI've been editing TF2Hud+ quite a bit lately - specifically the meters and taunt menu.
http://cloud-4.steamusercontent.com/ugc/31863547501070313/51C73C7EE6E8A0EE9CA4CB063AF9E4E56FB25DD8/
http://cloud-4.steamusercontent.com/ugc/31863547501070553/F178F15A463364ED099773956C9C62F0CA699593/

It looks ok but I'd remove the background images for the meters and sticky count, maybe just change them to team coloured boxes or something but the default ones look kinda garbage imo.

[quote=Jerm]I've been editing TF2Hud+ quite a bit lately - specifically the meters and taunt menu.
[img]http://cloud-4.steamusercontent.com/ugc/31863547501070313/51C73C7EE6E8A0EE9CA4CB063AF9E4E56FB25DD8/[/img]
[img]http://cloud-4.steamusercontent.com/ugc/31863547501070553/F178F15A463364ED099773956C9C62F0CA699593/[/img][/quote]

It looks ok but I'd remove the background images for the meters and sticky count, maybe just change them to team coloured boxes or something but the default ones look kinda garbage imo.
3719
#3719
-5 Frags +

oh

rofl ok

oh

rofl ok
3720
#3720
2 Frags +

Little edit of BX-CB HUD (~1500 new lines)

Show Content

P.S. -

flatlineoh

rofl ok

So would you continue to update and improve OMP HUD?
If yes, I can forget about my fix.

Little edit of BX-CB HUD (~1500 new lines)
[spoiler][img]http://i.imgur.com/tYYoUQT.jpg[/img][/spoiler]
P.S. -
[quote=flatline]oh

rofl ok[/quote]
So would you continue to update and improve OMP HUD?
If yes, I can forget about my fix.
1 ⋅⋅ 121 122 123 124 125 126 127 ⋅⋅ 200
Please sign in through STEAM to post a comment.