Upvote Upvoted 5 Downvote Downvoted
How to get no hud with dmg numbers?
posted in Q/A Help
1
#1
0 Frags +

How do I get no hud with damage numbers and killfeed as shown in this image, as lawena seems to only let me have the killfeed without damage numbers.

http://i.imgur.com/ziILYQk.jpg?1

How do I get no hud with damage numbers and killfeed as shown in this image, as lawena seems to only let me have the killfeed without damage numbers.

[img]http://i.imgur.com/ziILYQk.jpg?1[/img]
2
#2
-23 Frags +

Go to your advanced options, and turn off damage numbers there.

Go to your advanced options, and turn off damage numbers there.
3
#3
9 Frags +
Duke_Of_The_JukeGo to your advanced options, and turn off damage numbers there.jshHow do I get no hud WITH damage numbers and killfeed as shown in this image
[quote=Duke_Of_The_Juke]Go to your advanced options, and turn off damage numbers there.[/quote]
[quote=jsh]How do I get no hud [b]WITH damage numbers[/b] and killfeed as shown in this image[/quote]
4
#4
-4 Frags +

custom hud with null spaces?

custom hud with null spaces?
5
#5
9 Frags +
grapeFor lawena's normal recording hud, basically what it does is disable all of the visual elements that it doesn't want through hudlayout by setting the "visible" and "enabled" to "0".

To turn on an element and have it be the normal default hud style you just need to set them back to 1.

To add an element from a custom hud (like m0re's damage numbers and oxide's health and ammo) you have to:
- replace the section in the hudlayout (for damage numbers this was CDamageAccountPanel)
- add the corresponding file in resource/ui(which was HudDamageAccount.res)
- and install the related fonts in ClientScheme.res if you need to
WaldoIt's a modified hud that only has damage numbers enabled. There's a lot of movie huds out there with certain elements removed, though the you could pretty easily take an existing hud and make it into something like that by disabling most of the elements.I think it's much easier to just enable the parts you need in the recording hud than disabling everything in your own, but I suppose either method would work.
[quote=grape]For lawena's normal recording hud, basically what it does is disable all of the visual elements that it doesn't want through hudlayout by setting the "visible" and "enabled" to "0".

To turn on an element and have it be the normal default hud style you just need to set them back to 1.

To add an element from a custom hud (like m0re's damage numbers and oxide's health and ammo) you have to:
- replace the section in the hudlayout (for damage numbers this was CDamageAccountPanel)
- add the corresponding file in resource/ui(which was HudDamageAccount.res)
- and install the related fonts in ClientScheme.res if you need to

[quote=Waldo]It's a modified hud that only has damage numbers enabled. There's a lot of movie huds out there with certain elements removed, though the you could pretty easily take an existing hud and make it into something like that by disabling most of the elements.[/quote]
I think it's much easier to just enable the parts you need in the recording hud than disabling everything in your own, but I suppose either method would work.[/quote]
Please sign in through STEAM to post a comment.