Upvote Upvoted 6 Downvote Downvoted
taking hud edit requests
1
#1
5 Frags +

I am trying to learn how to edit huds. Im willing to take requests by people on huds they want me to edit for them. Feel free to leave a post and I will try and get them done over the weekend if I am not busy.

Note- I am really new at this so i apologize ahead of time if I cant complete what you ask for :(

Edit: Please leave a download link to all the stuff I will need (hud, crosshair, ect)

I am trying to learn how to edit huds. Im willing to take requests by people on huds they want me to edit for them. Feel free to leave a post and I will try and get them done over the weekend if I am not busy.

Note- I am really new at this so i apologize ahead of time if I cant complete what you ask for :(

Edit: Please leave a download link to all the stuff I will need (hud, crosshair, ect)
2
#2
0 Frags +

I want the updated RevanXP HUD:
http://teamfortress.tv/forum/thread/472-hookyhud-updated-revan-xp-hud

changed so that the health number is just as large as the ammo number, and so that the ammo has the same team-colored under-bar as the health.

I could easily do it myself if I got the motivation, so if you get swamped with requests somehow, feel free to ignore it; but it should be simple enough for a good grasp on how several of the HUD files are set up without being so basic that you don't learn anything.

I want the updated RevanXP HUD:
http://teamfortress.tv/forum/thread/472-hookyhud-updated-revan-xp-hud

changed so that the health number is just as large as the ammo number, and so that the ammo has the same team-colored under-bar as the health.

I could easily do it myself if I got the motivation, so if you get swamped with requests somehow, feel free to ignore it; but it should be simple enough for a good grasp on how several of the HUD files are set up without being so basic that you don't learn anything.
3
#3
0 Frags +

#2 that link doesnt have the hud download.

#2 that link doesnt have the hud download.
4
#4
0 Frags +

Oh, I didn't notice that. I'll upload my personal edit of it to my dropbox, just give me a minute.

EDIT: https://dl.dropbox.com/u/1811521/tf.zip This has some stuff that wasn't even changed from the default TF HUD in it, but better safe than sorry (I don't feel like cleaning it out).
The changes I made from the updated RXP HUD were basically just adding a low ammo color and changing the buff pulse. Nothing big.

Oh, I didn't notice that. I'll upload my personal edit of it to my dropbox, just give me a minute.

EDIT: https://dl.dropbox.com/u/1811521/tf.zip This has some stuff that wasn't even changed from the default TF HUD in it, but better safe than sorry (I don't feel like cleaning it out).
The changes I made from the updated RXP HUD were basically just adding a low ammo color and changing the buff pulse. Nothing big.
5
#5
0 Frags +

this might be an easy request, but I can't find the solution. When I'm medic and I give someone on my team a buff, it cuts off the top part of the buff image, and it bugs the poop out of me, without modifying the cross or buff image size, could you get it to show the whole buff? Here's my hud btw: http://www.mediafire.com/?pawfe92i59ovlaj

this might be an easy request, but I can't find the solution. When I'm medic and I give someone on my team a buff, it cuts off the top part of the buff image, and it bugs the poop out of me, without modifying the cross or buff image size, could you get it to show the whole buff? Here's my hud btw: http://www.mediafire.com/?pawfe92i59ovlaj
6
#6
0 Frags +

I want my QL Garm3n hud to say, "NIGGA YOU LOW ON AMMO" right below my crosshair.

I want my QL Garm3n hud to say, "NIGGA YOU LOW ON AMMO" right below my crosshair.
7
#7
-1 Frags +
Danethis might be an easy request, but I can't find the solution. When I'm medic and I give someone on my team a buff, it cuts off the top part of the buff image, and it bugs the poop out of me, without modifying the cross or buff image size, could you get it to show the whole buff? Here's my hud btw: http://www.mediafire.com/?pawfe92i59ovlaj

I think it has to do with your 'wide' and 'tall' values.

[quote=Dane]this might be an easy request, but I can't find the solution. When I'm medic and I give someone on my team a buff, it cuts off the top part of the buff image, and it bugs the poop out of me, without modifying the cross or buff image size, could you get it to show the whole buff? Here's my hud btw: http://www.mediafire.com/?pawfe92i59ovlaj[/quote]
I think it has to do with your 'wide' and 'tall' values.
8
#8
0 Frags +

He has to move everything inside of the container element and make that a little bigger too.

He has to move everything inside of the container element and make that a little bigger too.
9
#9
0 Frags +

for gmang hud how do i remove that spikey thing when i have low ammo. link to gmang http://code.google.com/p/gmang-tf2hud/

thanks

for gmang hud how do i remove that spikey thing when i have low ammo. link to gmang http://code.google.com/p/gmang-tf2hud/

thanks
10
#10
0 Frags +

@9 There should be an entry in scripts/hudanimations_tf.txt that has to do with low ammo pulsing, just clear out the text between the first pair of braces in that section and it should go away.

event HudLowAmmoPulse
{
Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.0
Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075

RunEvent HudLowAmmoPulseLoop 0.25
}

to

event HudLowAmmoPulse
{

}

If that somehow breaks TF2, just put the RunEvent line back.

@9 There should be an entry in scripts/hudanimations_tf.txt that has to do with low ammo pulsing, just clear out the text between the first pair of braces in that section and it should go away.

event HudLowAmmoPulse
{
Animate HudWeaponLowAmmoImage Alpha "255" Linear 0.0 0.0
Animate HudWeaponLowAmmoImage Alpha "0" Linear 0.125 0.075

RunEvent HudLowAmmoPulseLoop 0.25
}

to

event HudLowAmmoPulse
{

}


If that somehow breaks TF2, just put the RunEvent line back.
11
#11
0 Frags +
shlanerDanethis might be an easy request, but I can't find the solution. When I'm medic and I give someone on my team a buff, it cuts off the top part of the buff image, and it bugs the poop out of me, without modifying the cross or buff image size, could you get it to show the whole buff? Here's my hud btw: http://www.mediafire.com/?pawfe92i59ovlajI think it has to do with your 'wide' and 'tall' values.

It doesn't. I think it has something to do with frames or templates, whatever they're called, clipping my health stuff

[quote=shlaner][quote=Dane]this might be an easy request, but I can't find the solution. When I'm medic and I give someone on my team a buff, it cuts off the top part of the buff image, and it bugs the poop out of me, without modifying the cross or buff image size, could you get it to show the whole buff? Here's my hud btw: http://www.mediafire.com/?pawfe92i59ovlaj[/quote]
I think it has to do with your 'wide' and 'tall' values.[/quote]
It doesn't. I think it has something to do with frames or templates, whatever they're called, clipping my health stuff
12
#12
0 Frags +

yes, you need to make the whole thing taller and move everything inside of it down.

yes, you need to make the whole thing taller and move everything inside of it down.
13
#13
0 Frags +

http://www.mediafire.com/?e2s413h2ax82jsb

can you make kn hud have omp ammo / health colors?

http://www.mediafire.com/?e2s413h2ax82jsb

can you make kn hud have omp ammo / health colors?
Please sign in through STEAM to post a comment.