Upvote Upvoted 327 Downvote Downvoted
1 ⋅⋅ 124 125 126 127 128 129 130 ⋅⋅ 232
HUD editing: short questions, quick answers
posted in Customization
3781
#3781
3 Frags +
f2s4x1oi'm on m0rehud black
How can I change the pos of the buffed/Low hp cross
How can I change the color of that cross on low hp
How can I change the color of the numbers' shadow on low hp

1. In resource/ui/hudplayerhealth.res go to PlayerStatusHealthBonusImage and change xpos and ypos

Show Content

How the xpos and ypos work

more xpos = to the right
less xpos = to the left

more ypos = to the down
less ypos = higher

2. In resource/ui/hudplayerhealth.res go to HudPlayerHealth and change HealthDeathWarningColor

Show Content

You can choose a color on a site called colorpicker, of course you can choose on whatever site you want, but this site is the simplest one.

Replace HealthDeathWarningColor with your color, for example :

"HealthDeathWarningColor" "255 0 7 170"

255 means RED 0 means GREEN 7 means BLUE 170 means TRANSPARENCY

3. In scripts/hudanimations_custom.txt go to HudHealthDyingPulse and change Animate PlayerStatusHealthValueShadow FgColor "m0reblue" Accel 0.0 0.0

Show Content
Follow point 2 in order of choosing the color

Change m0reblue to your color.

If you want to be more advanced you can even set how the animation will be smooth.

In order to do it, change "Accel 0.0 0.0" the first "0.0" means the time when the animation will start responding, I would prefer to better not touch that in a bonus health animation. The second "0.0" means when the will be made. The best choice in my opinion is to make it "0.2", since it makes it very smooth.

Sadly the animation bugs and stays unfinished if you die too quickly.

If you don't understand what i wrote here, raysfire has a very good tutorial on this

I may be wrong in the animation part, since I don't know much about animations. Criticism is welcomed

It was supposed to be a very simple answer, but I want to take your time with this wall of text.

[quote=f2s4x1o]i'm on m0rehud black
How can I change the pos of the buffed/Low hp cross
How can I change the color of that cross on low hp
How can I change the color of the numbers' shadow on low hp[/quote]

[color=blue][size=16][b]1.[/b] [/color][size=16][color=red] In [b]resource/ui/hudplayerhealth.res[/b] go to [b]PlayerStatusHealthBonusImage[/b] and change [/color][b][i][color=green]x[/color][color=red]pos [/b][color=red]and[/color] [b][i][color=green]y[/color][color=red]pos[/b]
[spoiler]

[size=14][color=green]How the [i][b]x[/b]pos[/i] and [i][b]y[/b]pos[/i] work[/color]

[u]more[/u] [i][b]x[/b]pos[/i] = to the [b]right[/b]
[u]less[/u] [i][b]x[/b]pos[/i] = to the [b]left[/b]

[u]more[/u] [i][b]y[/b]pos[/i] = to the [b]down[/b]
[u]less[/u] [i][b]y[/b]pos[/i] = [b]higher[/b]

[/spoiler]


[color=blue][size=16][b]2.[/b][color] [color=red] In [b]resource/ui/hudplayerhealth.res[/b] go to [b]HudPlayerHealth[/b] and change [b]HealthDeathWarningColor[/b][/color]

[spoiler]

[color=green]You can choose a color on a site called[/color] [url=http://www.colorpicker.com/]colorpicker[/url],[color=green] of course you can choose on whatever site you want, but this site is the simplest one[/color].

Replace [b]HealthDeathWarningColor[/b] with your color, for example :

"HealthDeathWarningColor" "255 0 7 170"

[size=16][b][i]255[/i] means [color=red][u]RED[/u][/color] [i]0[/i] means [color=green][u]GREEN[/u][/color] [i]7[/i] means [color=blue][u]BLUE[/u][/color] [i]170[/i] means [u]TRANSPARENCY[/u][/b][/size][/spoiler]

[color=blue][size=16][b]3.[/b][/color] [color=red] In [b]scripts/hudanimations_custom.txt[/b] go to [b]HudHealthDyingPulse[/b] and change [i][b]Animate PlayerStatusHealthValueShadow FgColor "m0reblue" Accel 0.0 0.0[/size]

[spoiler]
[color=blue][size=14][b]Follow [i]point [b]2[/b][/i] in order of choosing the color[/b][/size][/color]

Change [b]m0reblue[/b] to your color.

[size=14][color=green]If you want to be more advanced you can even set how the [b]animation[/b] will be smooth[/color][/size].

[size=12]In order to do it, change [i]"Accel 0.0 0.0"[/i] the first [i]"0.0"[/i] means the time [u]when the animation will start responding[/u], [b]I would prefer to better [u]not[/u][/b] touch that in a bonus health animation. The second [i]"0.0"[/i] means [u]when the will be made[/u]. The best choice in my opinion is to make it [i]"0.2"[/i], since it makes it very smooth.[/size]

[b]Sadly the animation bugs and stays unfinished if you die too quickly[/b].

If you don't understand what i wrote here, [url=http://www.teamfortress.tv/user/rays]raysfire[/url] has a very [url=https://www.youtube.com/watch?v=CVKkxXB3Soc] good tutorial on this [/url]

[u]I may be wrong in the animation part, since I don't know much about animations. Criticism is welcomed[/u][/spoiler]

It was supposed to be a very simple answer, but I want to take your time with this wall of text.
3782
#3782
0 Frags +

the first two steps worked. but I can't change the cross color.

the first two steps worked. but I can't change the cross color.
3783
#3783
0 Frags +
Cubekolgrrrrrrr

bad day?

f2s4x1othe first two steps worked. but I can't change the cross color.

At the top of hudplayerhealth.res you will find something similar to this:

	"HudPlayerHealth"
	{
		"ControlName"	"EditablePanel"
		"fieldName"		"HudPlayerHealth"
		"xpos"			"-10"
		"ypos"			"25"
		"zpos"			"2"
		"wide"			"f0"
		"tall"			"480"
		"visible"		"1"
		"enabled"		"1"	
		"HealthBonusPosAdj"			"37"
		"HealthBonusPosAdj_minmode"	"20"
		"HealthDeathWarning"		"0.49"
		"HealthDeathWarningColor"	"HudDeathWarning"
	}

Here you can change the low health colour by replacing HudDeathWarning with whatever you want. If that does not work you need to go into clientscheme.res and search for HudDeathWarning in the colours section and change the value there.

If you want to change the buff colour you need to change the vtf to a coloured vtf. In hudplayerhealth.res find this bit

	"PlayerStatusHealthImage"
	{
		"ControlName"	"ImagePanel"
		"fieldName"		"PlayerStatusHealthImage"
		"xpos"			"c-134"
		"ypos"			"35"
		"zpos"			"4"
		"wide"			"51"
		"tall"			"51"
		"visible"		"0"
		"enabled"		"0"
		"scaleImage"	"1"	
	}

and add

"image"		"replay/thumbnails/yourimage

change yourimage you whatever your vmt is called and google how to make custom vmts if you want to find out how to do it.

Put your low health cross file in materials/vgui/replay/thumbnails

done that should work but it might screw up your low health colour

[quote=Cubekol]grrrrrrr[/quote]

bad day?

[quote=f2s4x1o]the first two steps worked. but I can't change the cross color.[/quote]

At the top of hudplayerhealth.res you will find something similar to this:

[code] "HudPlayerHealth"
{
"ControlName" "EditablePanel"
"fieldName" "HudPlayerHealth"
"xpos" "-10"
"ypos" "25"
"zpos" "2"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
"HealthBonusPosAdj" "37"
"HealthBonusPosAdj_minmode" "20"
"HealthDeathWarning" "0.49"
"HealthDeathWarningColor" "HudDeathWarning"
}[/code]

Here you can change the low health colour by replacing HudDeathWarning with whatever you want. If that does not work you need to go into clientscheme.res and search for HudDeathWarning in the colours section and change the value there.

If you want to change the buff colour you need to change the vtf to a coloured vtf. In hudplayerhealth.res find this bit


[code] "PlayerStatusHealthImage"
{
"ControlName" "ImagePanel"
"fieldName" "PlayerStatusHealthImage"
"xpos" "c-134"
"ypos" "35"
"zpos" "4"
"wide" "51"
"tall" "51"
"visible" "0"
"enabled" "0"
"scaleImage" "1"
}[/code]

and add

[code]"image" "replay/thumbnails/yourimage[/code]

change yourimage you whatever your vmt is called and google how to make custom vmts if you want to find out how to do it.

Put your low health cross file in materials/vgui/replay/thumbnails

done that should work but it might screw up your low health colour
3784
#3784
0 Frags +
XenThePybroIf you want to change the buff colour you need to change the vtf to a coloured vtf.
	"PlayerStatusHealthImage"

This is mostly right but what you're interested in is PlayerStatusHealthBonusImage instead, which already has the image parameter. PlayerStatusHealthImage is for the healthcross itself, which has a hardcoded image and can't be changed directly.

It takes a bit of messing around to get colors right but basically the HealthDeathWarningColor is what to keep of the bonus cross, and is the main reason why a white bonus cross is good. If you had a gray (127 127 127) bonus cross for example, a pure red (255 0 0) HealthDeathWarningColor would result in a darker red (127 0 0). It won't ever add to it, so if your bonus cross was black (0 0 0) then HealthDeathWarningColor wouldn't matter because it couldn't change the value at all, or similarly a pure blue (0 0 255) bonus cross with a red (255 0 0) HealthDeathWarningColor would result in black (0 0 0).

A simplified example for a light blue overheal and dark red low health would be the vtf being 127 127 255 and the HealthDeathWarningColor being 255 0 0 (which would blend it to end up being 127 0 0). Work around with it a bit, and you're a bit limited with it, but that's what you'd be doing.

[quote=XenThePybro]If you want to change the buff colour you need to change the vtf to a coloured vtf.
[code] "PlayerStatusHealthImage"[/code][/quote]
This is mostly right but what you're interested in is PlayerStatusHealthBonusImage instead, which already has the image parameter. PlayerStatusHealthImage is for the healthcross itself, which has a hardcoded image and can't be changed directly.

It takes a bit of messing around to get colors right but basically the HealthDeathWarningColor is what to keep of the bonus cross, and is the main reason why a white bonus cross is good. If you had a gray (127 127 127) bonus cross for example, a pure red (255 0 0) HealthDeathWarningColor would result in a darker red (127 0 0). It won't ever add to it, so if your bonus cross was black (0 0 0) then HealthDeathWarningColor wouldn't matter because it couldn't change the value at all, or similarly a pure blue (0 0 255) bonus cross with a red (255 0 0) HealthDeathWarningColor would result in black (0 0 0).

A simplified example for a light blue overheal and dark red low health would be the vtf being 127 127 255 and the HealthDeathWarningColor being 255 0 0 (which would blend it to end up being 127 0 0). Work around with it a bit, and you're a bit limited with it, but that's what you'd be doing.
3785
#3785
0 Frags +

I migrated my hud 7hud which I originally started modding and in the process all my button backgrounds became rounded. Does anyone know how I can fix them to be straight and pointy?

I migrated my hud 7hud which I originally started modding and in the process all my button backgrounds became rounded. Does anyone know how I can fix them to be straight and pointy?
3786
#3786
0 Frags +

I don't want to change the buff color,I just wanna make the low cross black and the low hp color red. I figured out how to move the numbers but I can't find a vtf for the health cross in the thumbnails file exept a vmt named "health_over_bg" and cpma,quake crosshairs.
edit: now HudDeathWarning is changing color of the cross.

I don't want to change the buff color,I just wanna make the low cross black and the low hp color red. I figured out how to move the numbers but I can't find a vtf for the health cross in the thumbnails file exept a vmt named "health_over_bg" and cpma,quake crosshairs.
edit: now HudDeathWarning is changing color of the cross.
3787
#3787
0 Frags +
f2s4x1oI don't want to change the buff color,I just wanna make the low cross black and the low hp color red. I figured out how to move the numbers but I can't find a vtf for the health cross in the thumbnails file exept a vmt named "health_over_bg" and cpma,quake crosshairs.
edit: now HudDeathWarning is changing color of the cross.

if you want to change the image you need to make a completely new vtf

[quote=f2s4x1o]I don't want to change the buff color,I just wanna make the low cross black and the low hp color red. I figured out how to move the numbers but I can't find a vtf for the health cross in the thumbnails file exept a vmt named "health_over_bg" and cpma,quake crosshairs.
edit: now HudDeathWarning is changing color of the cross.[/quote]

if you want to change the image you need to make a completely new vtf
3788
#3788
0 Frags +

Thanks guys,
On buff http://images.akamai.steamusercontent.com/ugc/261597859313987500/8A3D6A5BD334D21AB5416BEFFF1AA9F242C6157E/
Low hp
http://images.akamai.steamusercontent.com/ugc/261597859313985479/4F647FD5340078BA3CB95AC27A56C7141627A943/

Thanks guys,
On buff http://images.akamai.steamusercontent.com/ugc/261597859313987500/8A3D6A5BD334D21AB5416BEFFF1AA9F242C6157E/
Low hp
http://images.akamai.steamusercontent.com/ugc/261597859313985479/4F647FD5340078BA3CB95AC27A56C7141627A943/
3789
#3789
0 Frags +

What files change the party panels?
http://puu.sh/rC2zk/70bc27aac6.jpg
http://puu.sh/rC2yN/f65f4a505f.jpg

What files change the party panels?
http://puu.sh/rC2zk/70bc27aac6.jpg
http://puu.sh/rC2yN/f65f4a505f.jpg
3790
#3790
whitelist.tf
1 Frags +

Bind console opening to `/~ and you can open that in the Lobby windows and use vgui_drawtree to figure out hud elements in backpacks/loadouts/store panels/lobby panels.

Bind console opening to [i]`/~[/i] and you can open that in the Lobby windows and use vgui_drawtree to figure out hud elements in backpacks/loadouts/store panels/lobby panels.
3791
#3791
0 Frags +
duck_What files change the party panels?
http://puu.sh/rC2zk/70bc27aac6.jpg
http://puu.sh/rC2yN/f65f4a505f.jpg

It is in lobbypanel.res and may have a few additional entries in lobbypanel_casual.res and lobbypanel_competitive.res

just search for party.

WiethoofdBind console opening to `/~ and you can open that in the Lobby windows and use vgui_drawtree to figure out hud elements in backpacks/loadouts/store panels/lobby panels.

drawtree has its limitations. Some panels are hard to find with it such as the "are you want to stay" for casual and the deathcam.

[quote=duck_]What files change the party panels?
http://puu.sh/rC2zk/70bc27aac6.jpg
http://puu.sh/rC2yN/f65f4a505f.jpg[/quote]

It is in lobbypanel.res and may have a few additional entries in lobbypanel_casual.res and lobbypanel_competitive.res

just search for party.

[quote=Wiethoofd]Bind console opening to [i]`/~[/i] and you can open that in the Lobby windows and use vgui_drawtree to figure out hud elements in backpacks/loadouts/store panels/lobby panels.[/quote]

drawtree has its limitations. Some panels are hard to find with it such as the "are you want to stay" for casual and the deathcam.
3792
#3792
-1 Frags +

how do i make bwhud like http://imgur.com/txHwQsS

this

how do i make bwhud like http://imgur.com/txHwQsS

this
3793
#3793
1 Frags +

scripts/hudlayout.res

find "hudweaponammo" and "hudplayerhealth"
play around with the ypos values

for the meters you have to open every single meter file in resource/ui and move all of them one by one

scripts/hudlayout.res

find "hudweaponammo" and "hudplayerhealth"
play around with the ypos values

for the meters you have to open every single meter file in resource/ui and move all of them one by one
3794
#3794
0 Frags +

how long will it take?

how long will it take?
3795
#3795
1 Frags +

around 10-15 mins prob

around 10-15 mins prob
3796
#3796
0 Frags +

how do i move or remove the outline thing of the spy when you disguise?
nvm i got it

[s]how do i move or remove the outline thing of the spy when you disguise? [/s]
nvm i got it
3797
#3797
7 Frags +

Is it possible to change the color of the names of dead players in the scoreboard?
Like change it to a different color than red or blue or decreasing the intensity of the colors.

https://s15.postimg.org/c7k331gej/sadas.png

If so, how does one do it?

For those who wonder what that is for, it is for making the dead players more "visibly" dead so to speak, since Valve removed those amazing skulls from the scoreboard (and I have no idea if they might get re-added back), thus probably the only option for me left is to edit the HUD by changing the colors.

Any help appreciated!

Is it possible to change the color of the names of dead players in the scoreboard?
Like change it to a different color than red or blue or decreasing the intensity of the colors.
[img]https://s15.postimg.org/c7k331gej/sadas.png[/img]
If so, how does one do it?

For those who wonder what that is for, it is for making the dead players more "visibly" dead so to speak, since Valve removed those amazing skulls from the scoreboard (and I have no idea if they might get re-added back), thus probably the only option for me left is to edit the HUD by changing the colors.

Any help appreciated!
3798
#3798
0 Frags +

how do i edit casual and mm menus without going into an actual match? also anyone know what the menu thing at the top of casual displaying whos dead and alive is called? http://prntscr.com/cryjwe

how do i edit casual and mm menus without going into an actual match? also anyone know what the menu thing at the top of casual displaying whos dead and alive is called? http://prntscr.com/cryjwe
3799
#3799
0 Frags +

I want to use Reem Kufi font and it appears as arial.
What am I doing wrong?

Here are things that may be the problem:

Custom Font File in clientscheme.res

Show Content
"7"
{
"font" "resource/fonts/ReemKufi-Regular.ttf"
"name" "Reem Kufi Regular"
}

I'm also using a scheme file as a base.

Show Content
#base "font.res"

A font definition in the scheme file.

Show Content
"Rem8"
{
"1"
{
"name" "Reem Kufi Regular"
"tall" "8"
"antialias" "1"
}
}
I want to use [url=https://fonts.google.com/specimen/Reem+Kufi]Reem Kufi[/url] font and it appears as arial.
What am I doing wrong?

Here are things that may be the problem:

Custom Font File in clientscheme.res
[spoiler]"7"
{
"font" "resource/fonts/ReemKufi-Regular.ttf"
"name" "Reem Kufi Regular"
}[/spoiler]

I'm also using a scheme file as a base.
[spoiler]#base "font.res"[/spoiler]

A font definition in the scheme file.
[spoiler]"Rem8"
{
"1"
{
"name" "Reem Kufi Regular"
"tall" "8"
"antialias" "1"
}
}[/spoiler]
3800
#3800
0 Frags +

What files edit the kills counter for the airstrike?

What files edit the kills counter for the airstrike?
3801
#3801
1 Frags +
duck_What files edit the kills counter for the airstrike?

same as demoman head count file

thrones_how do i edit casual and mm menus without going into an actual match? also anyone know what the menu thing at the top of mm displaying whos dead and alive is called?

you may be able to record a demo and edit it through the demo but you cant change a command to make the casual ui appear unless if you put visible 1 on everything and not just if_match but that might not work but there is no command that makes it casual mode

CubekolI want to use Reem Kufi font and it appears as arial.
What am I doing wrong?

Here are things that may be the problem:

Custom Font File in clientscheme.res
Show Content
"7"
{
"font" "resource/fonts/ReemKufi-Regular.ttf"
"name" "Reem Kufi Regular"
}

I'm also using a scheme file as a base.
Show Content
#base "font.res"

A font definition in the scheme file.
Show Content
"Rem8"
{
"1"
{
"name" "Reem Kufi Regular"
"tall" "8"
"antialias" "1"
}
}

install the font and if that does not work restart your computer and it should work unless if you forgot a character or something. Does it work without #base?

[quote=duck_]What files edit the kills counter for the airstrike?[/quote]

same as demoman head count file

[quote=thrones_]how do i edit casual and mm menus without going into an actual match? also anyone know what the menu thing at the top of mm displaying whos dead and alive is called?[/quote]

you may be able to record a demo and edit it through the demo but you cant change a command to make the casual ui appear unless if you put visible 1 on everything and not just if_match but that might not work but there is no command that makes it casual mode

[quote=Cubekol]I want to use [url=https://fonts.google.com/specimen/Reem+Kufi]Reem Kufi[/url] font and it appears as arial.
What am I doing wrong?

Here are things that may be the problem:

Custom Font File in clientscheme.res
[spoiler]"7"
{
"font" "resource/fonts/ReemKufi-Regular.ttf"
"name" "Reem Kufi Regular"
}[/spoiler]

I'm also using a scheme file as a base.
[spoiler]#base "font.res"[/spoiler]

A font definition in the scheme file.
[spoiler]"Rem8"
{
"1"
{
"name" "Reem Kufi Regular"
"tall" "8"
"antialias" "1"
}
}[/spoiler][/quote]

install the font and if that does not work restart your computer and it should work unless if you forgot a character or something. Does it work without #base?
3802
#3802
2 Frags +

thx smesi

thx smesi
3803
#3803
1 Frags +
XenThePybrothanks for trying to gib me sum of teh halp

Nevermind, found pretty much the same font but better (since it has weights) and it works.
If you are courious it was Josefin Sans.

[quote=XenThePybro]thanks for trying to gib me sum of teh halp[/quote]
Nevermind, found pretty much the same font but better (since it has weights) and it works.
If you are courious it was [url=https://fonts.google.com/specimen/Josefin+Sans]Josefin Sans[/url].
3804
#3804
1 Frags +

Ive recently tried editing flatHUD to make the heal target icon how i like, i have everything the way i want it but as you can see in the screenshot the actual panel with the things inside i want is slightly too low so i was wondering how you actually move it instead of the things inside and making half the things not appear.

Here is the screenshot: http://prntscr.com/cru3ds

Sorry for it having to be in word i dont have any software to extract and edit pictures properly

Any help would be greatly appreciated :)

Ive recently tried editing flatHUD to make the heal target icon how i like, i have everything the way i want it but as you can see in the screenshot the actual panel with the things inside i want is slightly too low so i was wondering how you actually move it instead of the things inside and making half the things not appear.


Here is the screenshot: http://prntscr.com/cru3ds

Sorry for it having to be in word i dont have any software to extract and edit pictures properly

Any help would be greatly appreciated :)
3805
#3805
0 Frags +
CubekolXenThePybrothanks for trying to gib me sum of teh halpNevermind, found pretty much the same font but better (since it has weights) and it works.
If you are courious it was Josefin Sans.

did you google "fonts that look like neutra" by any chance?

[quote=Cubekol][quote=XenThePybro]thanks for trying to gib me sum of teh halp[/quote]
Nevermind, found pretty much the same font but better (since it has weights) and it works.
If you are courious it was [url=https://fonts.google.com/specimen/Josefin+Sans]Josefin Sans[/url].[/quote]

did you google "fonts that look like neutra" by any chance?
3806
#3806
0 Frags +
XenThePybroxd

I downloaded it from fonts.google, i dont know why is this telling that

[quote=XenThePybro]xd[/quote] I downloaded it from fonts.google, i dont know why is this telling that
3807
#3807
0 Frags +

how do transfer a hud menu?

how do transfer a hud menu?
3808
#3808
0 Frags +

I found this outdated hud and liked it. Had to delete mainmenuoverride.res and gamemenu.res to get it to work but the round timer and win panel are missing and have no idea how to fix that. I don't mind them not following the theme of the hud, I just wanna see them.
I'm sorry if this isn't exactly a type of question for a short answer but I don't know where else I can ask this.

I found this outdated [url=http://steamcommunity.com/groups/bxhud-cb]hud[/url] and liked it. Had to delete mainmenuoverride.res and gamemenu.res to get it to work but the round timer and win panel are missing and have no idea how to fix that. I don't mind them not following the theme of the hud, I just wanna see them.
I'm sorry if this isn't exactly a type of question for a short answer but I don't know where else I can ask this.
3809
#3809
2 Frags +
bearnautI found this outdated hud and liked it. Had to delete mainmenuoverride.res and gamemenu.res to get it to work but the round timer and win panel are missing and have no idea how to fix that. I don't mind them not following the theme of the hud, I just wanna see them.
I'm sorry if this isn't exactly a type of question for a short answer but I don't know where else I can ask this.

http://www.teamfortress.tv/33738/ive-updated-some-huds

[quote=bearnaut]I found this outdated [url=http://steamcommunity.com/groups/bxhud-cb]hud[/url] and liked it. Had to delete mainmenuoverride.res and gamemenu.res to get it to work but the round timer and win panel are missing and have no idea how to fix that. I don't mind them not following the theme of the hud, I just wanna see them.
I'm sorry if this isn't exactly a type of question for a short answer but I don't know where else I can ask this.[/quote]
http://www.teamfortress.tv/33738/ive-updated-some-huds
3810
#3810
-1 Frags +
thrones_bearnautI found this outdated hud and liked it. Had to delete mainmenuoverride.res and gamemenu.res to get it to work but the round timer and win panel are missing and have no idea how to fix that. I don't mind them not following the theme of the hud, I just wanna see them.
I'm sorry if this isn't exactly a type of question for a short answer but I don't know where else I can ask this.
http://www.teamfortress.tv/33738/ive-updated-some-huds

how did I not know about this, thanks

[quote=thrones_][quote=bearnaut]I found this outdated [url=http://steamcommunity.com/groups/bxhud-cb]hud[/url] and liked it. Had to delete mainmenuoverride.res and gamemenu.res to get it to work but the round timer and win panel are missing and have no idea how to fix that. I don't mind them not following the theme of the hud, I just wanna see them.
I'm sorry if this isn't exactly a type of question for a short answer but I don't know where else I can ask this.[/quote]
http://www.teamfortress.tv/33738/ive-updated-some-huds[/quote]
how did I not know about this, thanks
1 ⋅⋅ 124 125 126 127 128 129 130 ⋅⋅ 232
Please sign in through STEAM to post a comment.