Upvote Upvoted 70 Downvote Downvoted
1 2 3 4 5 6 7
medHUD
posted in Customization
91
#91
1 Frags +

nice getting it on other classes, upload please :>

nice getting it on other classes, upload please :>
92
#92
1 Frags +

Holy fuck, that is amazing.

Holy fuck, that is amazing.
93
#93
2 Frags +

Changelog:
v12
- Dodec the Halls

  • NEW OPTION: Enemy Uber tracker courtesy of martijntje for making it and unii for showing me!
  • NEW OPTION: Chat position
  • Zim control points
  • Damage account colors in ClientScheme
  • Brighter item quality colors taken from DoTA ClientScheme

TO USE THE ENEMY MEDIC UBER TRACKER:
put this in your autoexec

alias +uber_counter "voice_menu_1"
alias -uber_counter "voice_menu_1"
bind r +uber_counter

Download now!

[b]Changelog:
v12[/b] - Dodec the Halls
[list][*]NEW OPTION: Enemy Uber tracker courtesy of martijntje for making it and unii for showing me!
[*]NEW OPTION: Chat position
[*]Zim control points
[*]Damage account colors in ClientScheme
[*]Brighter item quality colors taken from DoTA ClientScheme
[/list]

[b]TO USE THE ENEMY MEDIC UBER TRACKER:[/b]
put this in your autoexec

[code]alias +uber_counter "voice_menu_1"
alias -uber_counter "voice_menu_1"
bind r +uber_counter[/code]


[url=https://github.com/Intellectualbadass/medhud]Download now![/url]
94
#94
2 Frags +

the hud is incredibly broken right now, i left out a curly brace. ill fix it later

the hud is incredibly broken right now, i left out a curly brace. ill fix it later
95
#95
-4 Frags +

Welp, lots of stuff seem to be broken :/

EDIT: Everything seem to work now. Thanks! <3

Welp, lots of stuff seem to be broken :/

EDIT: Everything seem to work now. Thanks! <3
96
#96
2 Frags +

It's the dota color scheme, nothing's broken

It's the dota color scheme, nothing's broken
97
#97
1 Frags +

Pushed a fix for v12, should be fine now. I checked before pushing it this time :)

Pushed a fix for v12, should be fine now. I checked before pushing it this time :)
98
#98
1 Frags +

fixing the option to turn off uber bar in v13, fixing alignment in some things. what else should i put in the update?

fixing the option to turn off uber bar in v13, fixing alignment in some things. what else should i put in the update?
99
#99
1 Frags +

Is there a way to remove the uber tracker? Found it :>

[s]Is there a way to remove the uber tracker?[/s] Found it :>
100
#100
1 Frags +
FeizIs there a way to remove the uber tracker?

once i figure out how to fix the new eureka effect hud i will release v13 with a real way to disable that broken tracker

[quote=Feiz]Is there a way to remove the uber tracker?[/quote]
once i figure out how to fix [url=http://teamfortress.tv/thread/18242/tf2-update-june-11]the new eureka effect hud[/url] i will release v13 with a real way to disable that broken tracker
101
#101
0 Frags +
IntellectualFeizIs there a way to remove the uber tracker?once i figure out how to fix the new eureka effect hud i will release v13 with a real way to disable that broken tracker

Thanks for a fast reply, enjoying your hud.

[quote=Intellectual][quote=Feiz]Is there a way to remove the uber tracker?[/quote]
once i figure out how to fix [url=http://teamfortress.tv/thread/18242/tf2-update-june-11]the new eureka effect hud[/url] i will release v13 with a real way to disable that broken tracker[/quote]
Thanks for a fast reply, enjoying your hud.
102
#102
2 Frags +

Changelog:
v13
- bread soon

Does anything need to be fixed? Let me know as soon as possible!

Download now!

had to reupload the github because of dumb reasons. follow/star here or whatever you did before.

[b]Changelog:
v13[/b] - bread soon
[list]
[*] [b]B[/b]ar for enemy uber thing is now able to be disabled for real now. If you want an alternative, I recommend Admirable's one http://teamfortress.tv/thread/17883/uber-tracking-hud-mod/?page=2#41
[*] [b]R[/b]ad Vaccinator HUD, fixed and stuff
[*] [b]E[/b]ureka Effect HUD fixed
[*] [b]A[/b] purple and black source scheme (HL menus)
[/list]
[b]D[/b]oes anything need to be fixed? Let me know as soon as possible!

[url=https://github.com/Intellectualbadass/medHUD/archive/master.zip]Download now![/url]


had to reupload the github because of dumb reasons. [url=https://github.com/Intellectualbadass/medHUD]follow/star here or whatever you did before.[/url]
103
#103
0 Frags +

Downloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.

Downloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.
104
#104
1 Frags +
BurbulsDownloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.

Try disabling it in the hudlayout.res file.

[quote=Burbuls]Downloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.[/quote]

Try disabling it in the hudlayout.res file.
105
#105
1 Frags +
BurbulsDownloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.

sorry, forgot to turn it off. that's the crosshair i use

[quote=Burbuls]Downloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.[/quote]
sorry, forgot to turn it off. that's the crosshair i use
106
#106
0 Frags +

You should look into github releases. Just tag a commit by using "git tag my_tag hash" (hash is optional, only if you want to tag something that is not the most recent commit) and then git push origin my_tag to sync it to your remote repository. Then go to here and set the tag as a release.

Git tag documentation

You should look into github releases. Just tag a commit by using "git tag my_tag hash" (hash is optional, only if you want to tag something that is not the most recent commit) and then git push origin my_tag to sync it to your remote repository. Then go to [url=https://github.com/Intellectualbadass/medHUD/releases]here[/url] and set the tag as a release.

[url=http://git-scm.com/book/en/Git-Basics-Tagging]Git tag documentation[/url]
107
#107
3 Frags +

Changelog:

v14 - med took 19

  • Fixed HUD for Love & War Update
  • Blue for overheal? Let me know what you think!
  • Removed black crosshair dot being on by defualt
  • Energy background is default
  • Plain TargetID is default

Download now!

[b]Changelog:

v14[/b] - med took 19
[list][*] Fixed HUD for Love & War Update
[*] Blue for overheal? Let me know what you think!
[*] Removed black crosshair dot being on by defualt
[*] Energy background is default
[*] Plain TargetID is default
[/list]

[url=https://github.com/Intellectualbadass/medHUD/archive/master.zip]Download now![/url]
108
#108
4 Frags +

Changelog:

v15 - volvo use beta pls

  • Redid TargetIDs
  • Reimplemented Zim's control point icons, positioned them similarly to Smaka's
  • Added damage to pub scoreboard
  • Added Parachute icon
  • Cross TargetID is now default

Download now!

[b]Changelog:

v15[/b] - volvo use beta pls
[list][*] Redid TargetIDs
[*] Reimplemented Zim's control point icons, positioned them similarly to Smaka's
[*] Added damage to pub scoreboard
[*] Added Parachute icon
[*] Cross TargetID is now default
[/list]

[url=https://github.com/Intellectualbadass/medHUD/archive/master.zip]Download now![/url]
109
#109
0 Frags +
BurbulsDownloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.

Try disabling it in the hudlayout.res file.[/quote]

IntellectualBurbulsDownloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.sorry, forgot to turn it off. that's the crosshair i use

So whats the command to turn it off. Also it is in v15. Hud is awesome.:]
EDIT: Found it.

[quote=Burbuls]Downloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.[/quote]

Try disabling it in the hudlayout.res file.[/quote]
[quote=Intellectual][quote=Burbuls]Downloaded the v13 and the new crosshair showed up(black dot). Is there any way to delete it because im using scripted crosshair and they're blending into each other.[/quote]
sorry, forgot to turn it off. that's the crosshair i use[/quote]

So whats the command to turn it off. Also it is in v15. Hud is awesome.:]
EDIT: Found it.
110
#110
0 Frags +

It would be nice that when the round ends it shows what killstreak peaople had with ks weps.

It would be nice that when the round ends it shows what killstreak peaople had with ks weps.
111
#111
7 Frags +

Changelog:

v16 - now legal in 31 states!

  • Gave the HUD breathing room; not as cluttered, more spaced out
  • Reverted the Zim points to normal position
  • Softened color scheme
  • Removed black bounding boxes in Spec UI
  • No Uber bar is default
  • Minimal scoreboard is default
  • Removed enemy Uber bar

Download now!

[b]Changelog:

v16[/b] - now legal in 31 states!
[list][*] Gave the HUD breathing room; not as cluttered, more spaced out
[*] Reverted the Zim points to normal position
[*] Softened color scheme
[*] Removed black bounding boxes in Spec UI
[*] No Uber bar is default
[*] Minimal scoreboard is default
[*] Removed enemy Uber bar
[/list]

[url=https://github.com/Intellectualbadass/medHUD/archive/master.zip]Download now![/url]
112
#112
2 Frags +

CLASSY

CLASSY
113
#113
0 Frags +

I can't switch scoreboards D:
(the button on the main menu isn't working and advanced options don't help either)
How do I fix?

EDIT: Okay, apparently clicking the button DOES change the scoreboard a bit: it becomes taller. But that's it, no K/D counter, no healing counter, dmg counter like in the previous version, etc.

I can't switch scoreboards D:
(the button on the main menu isn't working and advanced options don't help either)
How do I fix?

EDIT: Okay, apparently clicking the button DOES change the scoreboard a bit: it becomes taller. But that's it, no K/D counter, no healing counter, dmg counter like in the previous version, etc.
114
#114
0 Frags +
KaelanFreyI can't switch scoreboards D:
(the button on the main menu isn't working and advanced options don't help either)
How do I fix?

EDIT: Okay, apparently clicking the button DOES change the scoreboard a bit: it becomes taller. But that's it, no K/D counter, no healing counter, dmg counter like in the previous version, etc.

Have you tried changing the scoreboard via 4Plug?

[quote=KaelanFrey]I can't switch scoreboards D:
(the button on the main menu isn't working and advanced options don't help either)
How do I fix?

EDIT: Okay, apparently clicking the button DOES change the scoreboard a bit: it becomes taller. But that's it, no K/D counter, no healing counter, dmg counter like in the previous version, etc.[/quote]
Have you tried changing the scoreboard via 4Plug?
115
#115
0 Frags +
AmirBonkKaelanFreyI can't switch scoreboards D:
(the button on the main menu isn't working and advanced options don't help either)
How do I fix?

EDIT: Okay, apparently clicking the button DOES change the scoreboard a bit: it becomes taller. But that's it, no K/D counter, no healing counter, dmg counter like in the previous version, etc.
Have you tried changing the scoreboard via 4Plug?

Please use 4Plug. Thanks for reminding me to make it more obvious in the OP! Every update post will now include a reminder that 4Plug is needed to use to change options in the HUD!

When you open 4Plug, go to medHUD and click on the little gear icon.

http://puu.sh/a0xMj/353d214d3f.jpg

Go down to scoreboard and from the dropdown and select "Pub"

http://puu.sh/a0xOU/87aa6875b9.jpg

You are ready to use a scoreboard with

Show Content
distracting

stats!

[quote=AmirBonk][quote=KaelanFrey]I can't switch scoreboards D:
(the button on the main menu isn't working and advanced options don't help either)
How do I fix?

EDIT: Okay, apparently clicking the button DOES change the scoreboard a bit: it becomes taller. But that's it, no K/D counter, no healing counter, dmg counter like in the previous version, etc.[/quote]
Have you tried changing the scoreboard via 4Plug?[/quote]
Please use 4Plug. Thanks for reminding me to make it more obvious in the OP! Every update post will now include a reminder that 4Plug is needed to use to change options in the HUD!

When you open 4Plug, go to medHUD and click on the little gear icon.
[img]http://puu.sh/a0xMj/353d214d3f.jpg[/img]
Go down to scoreboard and from the dropdown and select "Pub"
[img]http://puu.sh/a0xOU/87aa6875b9.jpg[/img]
You are ready to use a scoreboard with[spoiler]distracting[/spoiler]stats!
116
#116
1 Frags +
AmirBonkHave you tried changing the scoreboard via 4Plug?

I haven't. Now that you have mentioned it, I'll try that right now and let you know of any changes.

IntellectualPlease use 4Plug. Thanks for reminding me to make it more obvious in the OP! Every update post will now include a reminder that 4Plug is needed to use to change options in the HUD!

When you open 4Plug, go to medHUD and click on the little gear icon.
image
Go down to scoreboard and from the dropdown and select "Pub"
image
You are ready to use a scoreboard with
Show Content
distracting
stats!

Guess I just can't read, LOL. Thanks!

Show Content
I like to see my stats so I can know how well or badly I'm doing and compare them to my choices ingame. After all, I'm still learning how to play other classes :) and while stats don't really matter (for example it's always better to keep combo stuck in one place rather than suiciding trying to kill the medic), it's always good having picks as scout and 9k+ dmg as Demo, which doesn't always happen for me

EDIT: 4Plug worked. Thanks a lot! Now I can pretend to be good at vidya 8)

[quote=AmirBonk]
Have you tried changing the scoreboard via 4Plug?[/quote]
I haven't. Now that you have mentioned it, I'll try that right now and let you know of any changes.

[quote=Intellectual]
Please use 4Plug. [b]Thanks for reminding me to make it more obvious in the OP[/b]! Every update post will now include a reminder that 4Plug is needed to use to change options in the HUD!

When you open 4Plug, go to medHUD and click on the little gear icon.
image
Go down to scoreboard and from the dropdown and select "Pub"
image
You are ready to use a scoreboard with[spoiler]distracting[/spoiler]stats![/quote]
Guess I just can't read, LOL. Thanks!

[spoiler]I like to see my stats so I can know how well or badly I'm doing and compare them to my choices ingame. After all, I'm still learning how to play other classes :) and while stats don't really matter (for example it's always better to keep combo stuck in one place rather than suiciding trying to kill the medic), it's always good having picks as scout and 9k+ dmg as Demo, which doesn't always happen for me[/spoiler]

EDIT: 4Plug worked. Thanks a lot! Now I can pretend to be good at vidya 8)
117
#117
1 Frags +

I love your hud, everything looks great but one thing.

http://i.gyazo.com/56bde6e01158628425ef4cce405b3e09.png

Is it possible to make those red damage stripes more transparent or something, I am used to default ones, so they distract me a bit

I love your hud, everything looks great but one thing.
[img]http://i.gyazo.com/56bde6e01158628425ef4cce405b3e09.png[/img]

Is it possible to make those red damage stripes more transparent or something, I am used to default ones, so they distract me a bit
118
#118
0 Frags +
Blackthose red damage stripes

To get rid of the red directional damage lines, go to scripts\hudlayout.res and control-F for "HudDamageIndicator" and change "visible" and "enabled" to "0". Or you could experiment with width and such while you are there.

[quote=Black]those red damage stripes[/quote]
To get rid of the red directional damage lines, go to scripts\hudlayout.res and control-F for "HudDamageIndicator" and change "visible" and "enabled" to "0". Or you could experiment with width and such while you are there.
119
#119
1 Frags +
IntellectualBlackthose red damage stripesexperiment with width and such while you are there.

thx alot, keep up the good work :)

[quote=Intellectual][quote=Black]those red damage stripes[/quote]
experiment with width and such while you are there.[/quote]

thx alot, keep up the good work :)
120
#120
1 Frags +

good job, nice to see a cleaner hud, have to give it a try later
I told u the damage indicators sucked :P

good job, nice to see a cleaner hud, have to give it a try later
I told u the damage indicators sucked :P
1 2 3 4 5 6 7
Please sign in through STEAM to post a comment.