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
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
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!
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
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 :)
could you add the circle from rayshud to this hud : http://www.mediafire.com/download/v75hqqhe0uq5n21/Flying+Chocolate+Geese.rar
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
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
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.
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