Upvote Upvoted 18 Downvote Downvoted
1 ⋅⋅ 3 4 5 6
Taking HUD edit requests
posted in Customization
151
#151
3 Frags +

Hi, I wanted to try make it so that when my health is low there is a 2pixel red border around my screen, and when I'm buffed for it to be blue. Have tried, but really struggling. Was wondering if somebody would do it for me or show me what I need to do.
Here is what I would like it to look like (done in photoshop)

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

Here is a link to my hud - https://www.dropbox.com/s/vgluu0i7rffd0zf/lol.zip

Hi, I wanted to try make it so that when my health is low there is a 2pixel red border around my screen, and when I'm buffed for it to be blue. Have tried, but really struggling. Was wondering if somebody would do it for me or show me what I need to do.
Here is what I would like it to look like (done in photoshop)
[img]http://i.imgur.com/pfeXK4o.jpg[/img]

Here is a link to my hud - https://www.dropbox.com/s/vgluu0i7rffd0zf/lol.zip
152
#152
0 Frags +

.

.
153
#153
0 Frags +

S O L V E D

S O L V E D
154
#154
0 Frags +
LeRayonVertdo any of you guys have idea why is this happening?

http://imgur.com/VsL0UUw.jpg

It could be that the font makes certain times too wide, causing them to trail off (because they're larger than the width value for that time)

Can you give me your HUD?

Also, Spannzer-

http://puu.sh/8HkCw.7z

[quote=LeRayonVert]do any of you guys have idea why is this happening?

[img]http://imgur.com/VsL0UUw.jpg[/img][/quote]
It could be that the font makes certain times too wide, causing them to trail off (because they're larger than the width value for that time)

Can you give me your HUD?

Also, Spannzer-

http://puu.sh/8HkCw.7z
155
#155
0 Frags +
flatlineIt could be that the font makes certain times too wide, causing them to trail off (because they're larger than the width value for that time)

Can you give me your HUD?

Also, Spannzer-

http://puu.sh/8HkCw.7z

It's BlackHUD. My resolution is 1024x576 so I guess that's the problem? If you could help me that'd be awesome!

[quote=flatline]
It could be that the font makes certain times too wide, causing them to trail off (because they're larger than the width value for that time)

Can you give me your HUD?

Also, Spannzer-

http://puu.sh/8HkCw.7z[/quote]

It's [url=http://www.mediafire.com/download/uulp8sr7xfu93bk/BlackHUD+1.8.1.zip]BlackHUD[/url]. My resolution is 1024x576 so I guess that's the problem? If you could help me that'd be awesome!
156
#156
2 Frags +

Yeah, that's a really obscure res and was probably why you were having all the other problems. I'll take a look at blachud

simple fix really. i'm assuming you were running in minmode? cause the creator set a wide value of 30 to that timer in minmode

either way, here's a hopefully fixed file (save as a .res file and place it in hudfolder/resource/ui)

http://puu.sh/8Hp33.res

Yeah, that's a really obscure res and was probably why you were having all the other problems. I'll take a look at blachud

simple fix really. i'm assuming you were running in minmode? cause the creator set a wide value of 30 to that timer in minmode

either way, here's a hopefully fixed file (save as a .res file and place it in hudfolder/resource/ui)

http://puu.sh/8Hp33.res
157
#157
0 Frags +
flatlineYeah, that's a really obscure res and was probably why you were having all the other problems. I'll take a look at blachud

simple fix really. i'm assuming you were running in minmode? cause the creator set a wide value of 30 to that timer in minmode

either way, here's a hopefully fixed file (save as a .res file and place it in hudfolder/resource/ui)

http://puu.sh/8Hp33.res

It's fixed. Thank you very much :)

[quote=flatline]Yeah, that's a really obscure res and was probably why you were having all the other problems. I'll take a look at blachud

simple fix really. i'm assuming you were running in minmode? cause the creator set a wide value of 30 to that timer in minmode

either way, here's a hopefully fixed file (save as a .res file and place it in hudfolder/resource/ui)

http://puu.sh/8Hp33.res[/quote]

It's fixed. Thank you very much :)
158
#158
0 Frags +

.

.
159
#159
0 Frags +

could you add the circle from rayshud to this hud : http://www.mediafire.com/download/v75hqqhe0uq5n21/Flying+Chocolate+Geese.rar

could you add the circle from rayshud to this hud : http://www.mediafire.com/download/v75hqqhe0uq5n21/Flying+Chocolate+Geese.rar
160
#160
-1 Frags +

.

.
161
#161
0 Frags +

Eve hud recently added an indicator to how much damage you have done in the scoreboard, how would I add something like that to another hud? http://imgur.com/1TzT9BM

Eve hud recently added an indicator to how much damage you have done in the scoreboard, how would I add something like that to another hud? http://imgur.com/1TzT9BM
162
#162
0 Frags +

this is dead
very dead

this is dead
very dead
163
#163
0 Frags +

.

.
164
#164
0 Frags +
FenryrEve hud recently added an indicator to how much damage you have done in the scoreboard, how would I add something like that to another hud? http://imgur.com/1TzT9BM
		"DamageLabel"
		{
			"ControlName"	"CExLabel"
			"fieldName"		"DamageLabel"
			"font"			"ScoreboardVerySmall"
			"labelText"		"#TF_Scoreboard_Damage"
			"textAlignment"	"east"
			"xpos"			"445"	[$WIN32]
"ypos"			"30"	[$WIN32]
"zpos"			"3"
			"wide"			"95"
			"tall"			"20"
			"autoResize"	"0"
			"pinCorner"		"0"
			"visible"		"1"
			"enabled"		"1"
		}
		"Damage"
		{
			"ControlName"	"CExLabel"
			"fieldName"		"Damage"
			"font"			"ScoreboardVerySmall"
			"labelText"		"%damage%"
			"textAlignment"	"west"		[$WIN32]
"xpos"			"545"	[$WIN32]
"ypos"			"30"	[$WIN32]
"zpos"			"3"
			"wide"			"35"
			"tall"			"20"
			"autoResize"	"0"
			"pinCorner"		"0"
			"visible"		"1"
			"enabled"		"1"
		}

pop this into resource\ui\scoreboard.res after "BonusLabel" and "Bonus".
change the fonts/move it around where you want it

[quote=Fenryr]Eve hud recently added an indicator to how much damage you have done in the scoreboard, how would I add something like that to another hud? http://imgur.com/1TzT9BM[/quote]
[code] "DamageLabel"
{
"ControlName" "CExLabel"
"fieldName" "DamageLabel"
"font" "ScoreboardVerySmall"
"labelText" "#TF_Scoreboard_Damage"
"textAlignment" "east"
"xpos" "445" [$WIN32]
"ypos" "30" [$WIN32]
"zpos" "3"
"wide" "95"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
}
"Damage"
{
"ControlName" "CExLabel"
"fieldName" "Damage"
"font" "ScoreboardVerySmall"
"labelText" "%damage%"
"textAlignment" "west" [$WIN32]
"xpos" "545" [$WIN32]
"ypos" "30" [$WIN32]
"zpos" "3"
"wide" "35"
"tall" "20"
"autoResize" "0"
"pinCorner" "0"
"visible" "1"
"enabled" "1"
}[/code]

pop this into resource\ui\scoreboard.res after "BonusLabel" and "Bonus".
change the fonts/move it around where you want it
165
#165
0 Frags +

Thanks sooo much

Thanks sooo much
166
#166
0 Frags +

.

.
167
#167
0 Frags +
Scoffer_Hi, I wanted to try make it so that when my health is low there is a 2pixel red border around my screen, and when I'm buffed for it to be blue. Have tried, but really struggling. Was wondering if somebody would do it for me or show me what I need to do.
Here is what I would like it to look like (done in photoshop)
http://i.imgur.com/pfeXK4o.jpg

Here is a link to my hud - https://www.dropbox.com/s/vgluu0i7rffd0zf/lol.zip

I've got this working now in my own HUD but the link to yours is dead, if you reup your hud or if someone can tell me what it is I'll add it in.

[quote=Scoffer_]Hi, I wanted to try make it so that when my health is low there is a 2pixel red border around my screen, and when I'm buffed for it to be blue. Have tried, but really struggling. Was wondering if somebody would do it for me or show me what I need to do.
Here is what I would like it to look like (done in photoshop)
[img]http://i.imgur.com/pfeXK4o.jpg[/img]

Here is a link to my hud - https://www.dropbox.com/s/vgluu0i7rffd0zf/lol.zip[/quote]

I've got this working now in my own HUD but the link to yours is dead, if you reup your hud or if someone can tell me what it is I'll add it in.
168
#168
-2 Frags +

Hey,

I use rayshud but i dont quite like the advs spec hud.
I DO like the hudas iscariote spechud. I cant get it into my hud, so can someone do it for me?
This is My hud pepzi's colahud

thanks,
Pepzi

Hey,

I use rayshud but i dont quite like the advs spec hud.
I DO like the hudas iscariote spechud. I cant get it into my hud, so can someone do it for me?
This is My hud [url=https://www.dropbox.com/s/ctxd5ff064t6l2i/rayshud.rar]pepzi's colahud[/url]

thanks,
Pepzi
1 ⋅⋅ 3 4 5 6
Please sign in through STEAM to post a comment.