Upvote Upvoted 93 Downvote Downvoted
1 2 3 4 5 6 7 8 ⋅⋅ 19
[HUD] HUDAS Iscariote - first beta release
posted in Customization
121
#121
-3 Frags +

Casually requesting some help with some things.

First, I am clearly too dumb to figure out the instructions to choosing one of the custom crosshairs; I don't know what the instructions mean by "... Next choose the crosshair you're interested...". For reference, I'm interested in the "0" crosshair indicted in the Crosshairs picture in the .rar.

Second and last, I don't know where to go/what to do to change the damage number colors or size, all that stuff. Would appreciate some direction in the right way.

That's kind of that. Thank you to anybody in advance, perhaps this would help others in the future too(?).

Casually requesting some help with some things.

First, I am clearly too dumb to figure out the instructions to choosing one of the custom crosshairs; I don't know what the instructions mean by "... Next choose the crosshair you're interested...". For reference, I'm interested in the "0" crosshair indicted in the Crosshairs picture in the .rar.

Second and last, I don't know where to go/what to do to change the damage number colors or size, all that stuff. Would appreciate some direction in the right way.

That's kind of that. Thank you to anybody in advance, perhaps this would help others in the future too(?).
122
#122
0 Frags +
WupwupTCRCasually requesting some help with some things.

First, I am clearly too dumb to figure out the instructions to choosing one of the custom crosshairs; I don't know what the instructions mean by "... Next choose the crosshair you're interested...". For reference, I'm interested in the "0" crosshair indicted in the Crosshairs picture in the .rar.

Second and last, I don't know where to go/what to do to change the damage number colors or size, all that stuff. Would appreciate some direction in the right way.

That's kind of that. Thank you to anybody in advance, perhaps this would help others in the future too(?).

You should go to hudlayout.res in the /scripts folder and look for "fogCrosshair". Next look for the line that says "labelText" and just replace the value for whatever crosshair you want (eg. in this case it's "0"). Also don't forget to change "visible" to "1" so you can see it ingame :)

As for damage colors you just need to open ClientScheme.res file in /resource folder and look for the things that say "DamageStatic" and "DamageFloating" and change the RGBA values. You can go to this website www.colorpicker.com, choose your color and copy the Red(R), Green(G) and Blue(B) respectively into your clientscheme file. The last value is Alpha and it goes from 0(fully invisible) to 255(fully opaque). Hope it helped! :)

[quote=WupwupTCR]Casually requesting some help with some things.

First, I am clearly too dumb to figure out the instructions to choosing one of the custom crosshairs; I don't know what the instructions mean by "... Next choose the crosshair you're interested...". For reference, I'm interested in the "0" crosshair indicted in the Crosshairs picture in the .rar.

Second and last, I don't know where to go/what to do to change the damage number colors or size, all that stuff. Would appreciate some direction in the right way.

That's kind of that. Thank you to anybody in advance, perhaps this would help others in the future too(?).[/quote]

You should go to hudlayout.res in the /scripts folder and look for "fogCrosshair". Next look for the line that says "labelText" and just replace the value for whatever crosshair you want (eg. in this case it's "0"). Also don't forget to change "visible" to "1" so you can see it ingame :)

As for damage colors you just need to open ClientScheme.res file in /resource folder and look for the things that say "DamageStatic" and "DamageFloating" and change the RGBA values. You can go to this website www.colorpicker.com, choose your color and copy the Red(R), Green(G) and Blue(B) respectively into your clientscheme file. The last value is Alpha and it goes from 0(fully invisible) to 255(fully opaque). Hope it helped! :)
123
#123
1 Frags +

Woooow, this is super nice. It works like a charm! Thanks!

Is there any possible way to indicate what team I do the fightings for on the HUD? I have a terrible memory and forget often, and since the HUD is basically black and white it's difficult to tell for me personally. I know the timer is color indicated, but unfortunately that's not enough for me. If this can't be done, that's cool; I could just switch on my viewmodels to check.

Pls n' thankee thankee, doing super good work on the HUD so far.

EDIT: One thing about the 0 crosshair: if I try to make it smaller than a certain size then parts of it disappear. Is there any way to negate this? Or should I look into using a different crosshair?

Woooow, this is super nice. It works like a charm! Thanks!

Is there any possible way to indicate what team I do the fightings for on the HUD? I have a terrible memory and forget often, and since the HUD is basically black and white it's difficult to tell for me personally. I know the timer is color indicated, but unfortunately that's not enough for me. If this can't be done, that's cool; I could just switch on my viewmodels to check.

Pls n' thankee thankee, doing [i]super[/i] good work on the HUD so far.

EDIT: One thing about the 0 crosshair: if I try to make it smaller than a certain size then parts of it disappear. Is there any way to negate this? Or should I look into using a different crosshair?
124
#124
0 Frags +
WupwupTCRWoooow, this is super nice. It works like a charm! Thanks!

Is there any possible way to indicate what team I do the fightings for on the HUD? I have a terrible memory and forget often, and since the HUD is basically black and white it's difficult to tell for me personally. I know the timer is color indicated, but unfortunately that's not enough for me. If this can't be done, that's cool; I could just switch on my viewmodels to check.

Pls n' thankee thankee, doing super good work on the HUD so far.

EDIT: One thing about the 0 crosshair: if I try to make it smaller than a certain size then parts of it disappear. Is there any way to negate this? Or should I look into using a different crosshair?

First of thank you for the kind words :)
Now, I don't really think I'm gonna be doing a team colored HP bar, I mean, for me personally it is really such a waste, you should really be aware of what team you're in xD
Also you can't change the fogCrosshair size for now, so you should only mess with wide and tall if you want to fine tune the positioning of the crosshair to make it perfectly centered as xpos and ypos sometimes tend to be way too much so you take some values out of wide and tall to compensate :)

[quote=WupwupTCR]Woooow, this is super nice. It works like a charm! Thanks!

Is there any possible way to indicate what team I do the fightings for on the HUD? I have a terrible memory and forget often, and since the HUD is basically black and white it's difficult to tell for me personally. I know the timer is color indicated, but unfortunately that's not enough for me. If this can't be done, that's cool; I could just switch on my viewmodels to check.

Pls n' thankee thankee, doing [i]super[/i] good work on the HUD so far.

EDIT: One thing about the 0 crosshair: if I try to make it smaller than a certain size then parts of it disappear. Is there any way to negate this? Or should I look into using a different crosshair?[/quote]

First of thank you for the kind words :)
Now, I don't really think I'm gonna be doing a team colored HP bar, I mean, for me personally it is really such a waste, you should really be aware of what team you're in xD
Also you can't change the fogCrosshair size for now, so you should only mess with wide and tall if you want to fine tune the positioning of the crosshair to make it perfectly centered as xpos and ypos sometimes tend to be way too much so you take some values out of wide and tall to compensate :)
125
#125
0 Frags +

Does anyone know what teh xpos and ypos is for 1024/768 resolution?

Does anyone know what teh xpos and ypos is for 1024/768 resolution?
126
#126
0 Frags +

Ace made a video showing off the hud! It's awesome! Check it here: https://www.youtube.com/watch?v=RGBKLjFsjmA

Ace made a video showing off the hud! It's awesome! Check it here: https://www.youtube.com/watch?v=RGBKLjFsjmA
127
#127
2 Frags +

Hey there, I'm on a mac, and I can't seem to extract the files in the 7z. It keeps on saying that the archived file is corrupted, regardless of what program I try to open the file with! Is there a zip version of this folder that i could possibly download? Someone please help, I really love the look of this HUD.

Hey there, I'm on a mac, and I can't seem to extract the files in the 7z. It keeps on saying that the archived file is corrupted, regardless of what program I try to open the file with! Is there a zip version of this folder that i could possibly download? Someone please help, I really love the look of this HUD.
128
#128
1 Frags +

is there a way to make the health square be smaller as you take damage?

is there a way to make the health square be smaller as you take damage?
129
#129
0 Frags +

Hey I have a question!

Before I ask the question I LOVE the hud really great job!

Now when I am playing the ammo, health and pictures for class selection and maybe more seems to be moved a little in the fact that it looks like it is conflicting with the boxes unlike in the pictures you have from imgur.
What I mean is like the numbers for the health and ammo are slightly moved up to be touching the boxes, same with the team selection and class selection.

Hey I have a question!

Before I ask the question I LOVE the hud really great job!

Now when I am playing the ammo, health and pictures for class selection and maybe more seems to be moved a little in the fact that it looks like it is conflicting with the boxes unlike in the pictures you have from imgur.
What I mean is like the numbers for the health and ammo are slightly moved up to be touching the boxes, same with the team selection and class selection.
130
#130
0 Frags +
oreo4005Hey I have a question!

Before I ask the question I LOVE the hud really great job!

Now when I am playing the ammo, health and pictures for class selection and maybe more seems to be moved a little in the fact that it looks like it is conflicting with the boxes unlike in the pictures you have from imgur.
What I mean is like the numbers for the health and ammo are slightly moved up to be touching the boxes, same with the team selection and class selection.

I have the same problem and afaik it's an issue with macosx
I saw omp fix this in his hud by providing extra fonts for mac users

[quote=oreo4005]Hey I have a question!

Before I ask the question I LOVE the hud really great job!

Now when I am playing the ammo, health and pictures for class selection and maybe more seems to be moved a little in the fact that it looks like it is conflicting with the boxes unlike in the pictures you have from imgur.
What I mean is like the numbers for the health and ammo are slightly moved up to be touching the boxes, same with the team selection and class selection.[/quote]

I have the same problem and afaik it's an issue with macosx
I saw omp fix this in his hud by providing extra fonts for mac users
131
#131
0 Frags +

wow this is so nice

wow this is so nice
132
#132
-2 Frags +

Anyone said no boxes?
http://www.mediafire.com/?5j1ngy0d5h6v2bm

I removed the boxes & changed the colors around everything else is the same,
Hope ya enjoy it!

Anyone said no boxes?
http://www.mediafire.com/?5j1ngy0d5h6v2bm

I removed the boxes & changed the colors around everything else is the same,
Hope ya enjoy it!
133
#133
-1 Frags +

This hud is just amazing. I had an issue with KonrWings and quartz helped me with it :D. It's colorful and nice. BEST HUD NA-EU

This hud is just amazing. I had an issue with KonrWings and quartz helped me with it :D. It's colorful and nice. BEST HUD NA-EU
134
#134
0 Frags +

Hi, how can I make the circle crosshair smaller?

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


Also my scoreboard is showing the ping numbers cut off a bit. I have a small resolution (1366*768). Is there any way to fix it?
EDIT: And the winpanel is screwed up completely on my screen

Hi, how can I make the circle crosshair smaller?
[URL=http://imgur.com/p70uyo5][IMG]http://i.imgur.com/p70uyo5.jpg[/IMG][/URL]
Also my scoreboard is showing the ping numbers cut off a bit. I have a small resolution (1366*768). Is there any way to fix it?
EDIT: And the winpanel is screwed up completely on my screen
135
#135
0 Frags +
bl4zeHi, how can I make the circle crosshair smaller?

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


Also my scoreboard is showing the ping numbers cut off a bit. I have a small resolution (1366*768). Is there any way to fix it?
EDIT: And the winpanel is screwed up completely on my screen

To make the circle smaller go into hudlayout.res and look under the entry of the circle. Find what font it uses and then open up Clientscheme.res. Find the font that the circle uses in there and change the "tall" value to your liking. I'm sure there's a way to change the scoreboard, but I'd have to mess with the entries in Scoreboard.res. As for the winpanel, I have no clue what's messed up so I can't say :/.

[quote=bl4ze]Hi, how can I make the circle crosshair smaller?
[URL=http://imgur.com/p70uyo5][IMG]http://i.imgur.com/p70uyo5.jpg[/IMG][/URL]
Also my scoreboard is showing the ping numbers cut off a bit. I have a small resolution (1366*768). Is there any way to fix it?
EDIT: And the winpanel is screwed up completely on my screen[/quote]
To make the circle smaller go into hudlayout.res and look under the entry of the circle. Find what font it uses and then open up Clientscheme.res. Find the font that the circle uses in there and change the "tall" value to your liking. I'm sure there's a way to change the scoreboard, but I'd have to mess with the entries in Scoreboard.res. As for the winpanel, I have no clue what's messed up so I can't say :/.
136
#136
0 Frags +

Hi.

Firstly, I would like to apologize for not being really polite in my previous reply, for I was in a big hurry.

Secondly, could anyone who has made the HUD or is faimilar with HUDs add me? I'd like to discuss some things about the HUD, including the Winpanel. Originally, I wanted to ask Quartz himself, but since harry replied to my post I'm a bit puzzled. So if anyone would be so kind and spare some time with me it would be great.

Also I forgot to mention that this HUD is awesome and I totally love it. Great job!

Hi.

Firstly, I would like to apologize for not being really polite in my previous reply, for I was in a big hurry.

Secondly, could anyone who has made the HUD or is faimilar with HUDs add me? I'd like to discuss some things about the HUD, including the Winpanel. Originally, I wanted to ask Quartz himself, but since harry replied to my post I'm a bit puzzled. So if anyone would be so kind and spare some time with me it would be great.

Also I forgot to mention that this HUD is awesome and I totally love it. Great job!
137
#137
0 Frags +

You can add me no problem :)
Also winpanel problem will either be because of a custom server plugin or maybe wrong installation as I have never seen it besides servers with a custom win panel plugin :)

You can add me no problem :)
Also winpanel problem will either be because of a custom server plugin or maybe wrong installation as I have never seen it besides servers with a custom win panel plugin :)
138
#138
0 Frags +
QuartzYou can add me no problem :)
Also winpanel problem will either be because of a custom server plugin or maybe wrong installation as I have never seen it besides servers with a custom win panel plugin :)

I'll try to add you as soon as possible which might not be really soon. As for the winpanel I was a dumb. I dunno the exact reason, but it must have been something with a wrong installation (most likely I mixed my old HUD with yours :). Now it works perfectly. Yet I still have few questions. Great hud!

[quote=Quartz]You can add me no problem :)
Also winpanel problem will either be because of a custom server plugin or maybe wrong installation as I have never seen it besides servers with a custom win panel plugin :)[/quote]

I'll try to add you as soon as possible which might not be really soon. As for the winpanel I was a dumb. I dunno the exact reason, but it must have been something with a wrong installation (most likely I mixed my old HUD with yours :). Now it works perfectly. Yet I still have few questions. Great hud!
139
#139
0 Frags +

Thank you! Take your time :)

Thank you! Take your time :)
140
#140
0 Frags +

Lol sorry for responding so late off on vacation, anyways is there a fix to the font problem? If there is then I would love if you posted. :D

Lol sorry for responding so late off on vacation, anyways is there a fix to the font problem? If there is then I would love if you posted. :D
141
#141
3 Frags +

how do i remove the medic charge bar that takes the whole bottom of the screen ?

how do i remove the medic charge bar that takes the whole bottom of the screen ?
142
#142
0 Frags +

really like this hud. thanks for making it!

one problem ive got though, the loose cannon's and chargin' targe's (idk if splendid screen has the same problem) charge metres are roughly at the same position so you cant really see the charge metre from the targe when the loose cannon is out.

really like this hud. thanks for making it!

one problem ive got though, the loose cannon's and chargin' targe's (idk if splendid screen has the same problem) charge metres are roughly at the same position so you cant really see the charge metre from the targe when the loose cannon is out.
143
#143
0 Frags +

Hi. First of all, I love this HUD and the amount of effort that has been put into it! What I would love is if you could add Quickplay to the main menu, that is the only thing I see missing. Thank you and keep up the good work!

Hi. First of all, I love this HUD and the amount of effort that has been put into it! What I would love is if you could add Quickplay to the main menu, that is the only thing I see missing. Thank you and keep up the good work!
144
#144
-1 Frags +

Hi. What should i change to get this hp cross and the overheal/low heal animation?
http://www.twitch.tv/schocky/b/436762773

Hi. What should i change to get this hp cross and the overheal/low heal animation?
http://www.twitch.tv/schocky/b/436762773
145
#145
1 Frags +
ChcgChmpnsHi. What should i change to get this hp cross and the overheal/low heal animation?
http://www.twitch.tv/schocky/b/436762773

You should wait for the update which is coming somewhere around this week. It will include a hp cross override :)

[quote=ChcgChmpns]Hi. What should i change to get this hp cross and the overheal/low heal animation?
http://www.twitch.tv/schocky/b/436762773[/quote]

You should wait for the update which is coming somewhere around this week. It will include a hp cross override :)
146
#146
0 Frags +

Having troubles downloading from mediafire, are there any other mirrors?

EDIT: Mediafire works now. But, it was giving me errors yesterday despite using google'd solutions.

Having troubles downloading from mediafire, are there any other mirrors?

EDIT: Mediafire works now. But, it was giving me errors yesterday despite using google'd solutions.
147
#147
2 Frags +

UPDATE RELEASED!
================

Check the website for download and screenshots!

Cross: http://i.imgur.com/zDFZRgyh.jpg
Cross with Full Outline: http://i.imgur.com/lW3KefSh.jpg

UPDATE RELEASED!
================

Check the website for download and screenshots!

Cross: http://i.imgur.com/zDFZRgyh.jpg
Cross with Full Outline: http://i.imgur.com/lW3KefSh.jpg
148
#148
0 Frags +

tbh I prefer the old cross much more. It fits the style more imo, but still great update. Any chance you could release a version with the old health cross?

tbh I prefer the old cross much more. It fits the style more imo, but still great update. Any chance you could release a version with the old health cross?
149
#149
0 Frags +
Kanecotbh I prefer the old cross much more. It fits the style more imo, but still great update. Any chance you could release a version with the old health cross?

"- Added 2 optional files for enabling a health cross left to the HP numbers (check screenshots below)"

It is optional already, if you install the update and start the game you should still have the default one. Unless I messed it all up. Either way, you can just rename the file 'HudPlayerHealth - default.res' to 'HudPlayerHealth.res' and you'll have the good ol default cross :)

EDIT: I forgot to add this to the changelog:

- Added status icons for Marked for Death, Bleeding and Milked below HP

[quote=Kaneco]tbh I prefer the old cross much more. It fits the style more imo, but still great update. Any chance you could release a version with the old health cross?[/quote]

"- Added 2 optional files for enabling a health cross left to the HP numbers (check screenshots below)"

It is optional already, if you install the update and start the game you should still have the default one. Unless I messed it all up. Either way, you can just rename the file 'HudPlayerHealth - default.res' to 'HudPlayerHealth.res' and you'll have the good ol default cross :)

EDIT: I forgot to add this to the changelog:

- Added status icons for Marked for Death, Bleeding and Milked below HP
150
#150
0 Frags +

Great work Quartz. I''ll definitelly try out the new cross HP not just cause its new but also cause I really love cross HPs in general. Thanks for the death mark support as well :)

Great work Quartz. I''ll definitelly try out the new cross HP not just cause its new but also cause I really love cross HPs in general. Thanks for the death mark support as well :)
1 2 3 4 5 6 7 8 ⋅⋅ 19
Please sign in through STEAM to post a comment.