Hello! first of all,thank you for such a great HUD.
I need help with a few things:
How can I change the health number and shadow color when it's buffed?
How can I change the color of "Healer: x" and "Ubercharge: x%"
And also,how can I make the killfeed more transparent?
All the things listened are in this video if you didn't understand me:
https://www.youtube.com/watch?v=u9BbHTifxh4
Thank you very much in advance.
Hello! first of all,thank you for such a great HUD.
I need help with a few things:
How can I change the health number and shadow color when it's buffed?
How can I change the color of "Healer: x" and "Ubercharge: x%"
And also,how can I make the killfeed more transparent?
All the things listened are in this video if you didn't understand me:
https://www.youtube.com/watch?v=u9BbHTifxh4
Thank you very much in advance.
How can I change the health number and shadow color when it's buffed?
> Scripts > HudAnimations_Custom > PlayerStatusHealthValueshadow for the buffed shadow color
> Resource > HudPlayerHealth > PlayerStatusHealthValue for the health numbers colors
You need to change the fgcolor for both
How can I change the color of "Healer: x" and "Ubercharge: x%"
Sadly you can't anymore, the only way to change those colors is by changing the tanlight color (clientscheme) but if change that you are going to change a lot of other stuff using the same color such as menu buttons etc..
And also,how can I make the killfeed more transparent?
Go to Scripts > Hudlayout > HudDeathNotice
You need to change the colors of BaseBackgroundColor and LocalBackgroundColor
The trasparency is the last color value (240 240 240 200 < this one, 255 is the max 0 is the min)
[quote] How can I change the health number and shadow color when it's buffed? [/quote]
> Scripts > HudAnimations_Custom > PlayerStatusHealthValueshadow for the buffed shadow color
> Resource > HudPlayerHealth > PlayerStatusHealthValue for the health numbers colors
You need to change the fgcolor for both
[quote] How can I change the color of "Healer: x" and "Ubercharge: x%" [/quote]
Sadly you can't anymore, the only way to change those colors is by changing the tanlight color (clientscheme) but if change that you are going to change a lot of other stuff using the same color such as menu buttons etc..
[quote] And also,how can I make the killfeed more transparent? [/quote]
Go to Scripts > Hudlayout > HudDeathNotice
You need to change the colors of BaseBackgroundColor and LocalBackgroundColor
The trasparency is the last color value (240 240 240 [b]200 [/b]< this one, 255 is the max 0 is the min)
Hypnotize How can I change the health number and shadow color when it's buffed?
> Scripts > HudAnimations_Custom > PlayerStatusHealthValueshadow for the buffed shadow color
> Resource > HudPlayerHealth > PlayerStatusHealthValue for the health numbers colors
You need to change the fgcolor for both
How can I change the color of "Healer: x" and "Ubercharge: x%"
Sadly you can't anymore, the only way to change those colors is by changing the tanlight color (clientscheme) but if change that you are going to change a lot of other stuff using the same color such as menu buttons etc..
And also,how can I make the killfeed more transparent?
Go to Scripts > Hudlayout > HudDeathNotice
You need to change the colors of BaseBackgroundColor and LocalBackgroundColor
The trasparency is the last color value (240 240 240 200 < this one, 255 is the max 0 is the min)
Thank you very much,you're awesome.
One last thing,is there a way that I can save my customization for future updates? like,replacing my customized files with the updated version of the HUD? Or I just have to replace everything manually? thank you.
[quote=Hypnotize][quote] How can I change the health number and shadow color when it's buffed? [/quote]
> Scripts > HudAnimations_Custom > PlayerStatusHealthValueshadow for the buffed shadow color
> Resource > HudPlayerHealth > PlayerStatusHealthValue for the health numbers colors
You need to change the fgcolor for both
[quote] How can I change the color of "Healer: x" and "Ubercharge: x%" [/quote]
Sadly you can't anymore, the only way to change those colors is by changing the tanlight color (clientscheme) but if change that you are going to change a lot of other stuff using the same color such as menu buttons etc..
[quote] And also,how can I make the killfeed more transparent? [/quote]
Go to Scripts > Hudlayout > HudDeathNotice
You need to change the colors of BaseBackgroundColor and LocalBackgroundColor
The trasparency is the last color value (240 240 240 [b]200 [/b]< this one, 255 is the max 0 is the min)[/quote]
Thank you very much,you're awesome.
One last thing,is there a way that I can save my customization for future updates? like,replacing my customized files with the updated version of the HUD? Or I just have to replace everything manually? thank you.
Oh,im sorry but I think that i didn't express myself correctly with something,I want the buffed health color changed,not the color when it's in normal/low health,just when it's buffed.
Oh,im sorry but I think that i didn't express myself correctly with something,I want the buffed health color changed,not the color when it's in normal/low health,just when it's buffed.
raccoonOh,im sorry but I think that i didn't express myself correctly with something,I want the buffed health color changed,not the color when it's in normal/low health,just when it's buffed.
> Scripts > HudAnimations_Custom > PlayerStatusHealthValueShadow for the buffed shadow color
That's the shadow that changes color when you are buffed, it's green by default (0 255 0 200) change it to whatever color you want
EDIT: if you want the normal number and not the shadow to change color
Change PlayerStatusHealthValueShadow to PlayerStatusHealthValue, do the same for the event HudHealthBonusPulse and the HudHealthBonusPulseStop
About the customizations I don't know, depends on what files the next update in going to change
[quote=raccoon]Oh,im sorry but I think that i didn't express myself correctly with something,I want the buffed health color changed,not the color when it's in normal/low health,just when it's buffed.[/quote]
> Scripts > HudAnimations_Custom > PlayerStatusHealthValueShadow for the buffed shadow color
That's the shadow that changes color when you are buffed, it's green by default (0 255 0 200) change it to whatever color you want
[u]EDIT:[/u] if you want the normal number and not the shadow to change color
Change PlayerStatusHealthValueShadow to PlayerStatusHealthValue, do the same for the event HudHealthBonusPulse and the HudHealthBonusPulseStop
About the customizations I don't know, depends on what files the next update in going to change
Might be a dumb question but how do I change the damage text color? I personally prefer yellow over white.
Thanks.
Might be a dumb question but how do I change the damage text color? I personally prefer yellow over white.
Thanks.
BurkenMight be a dumb question but how do I change the damage text color? I personally prefer yellow over white.
Thanks.
resource>ui>huddamageaccount.res
Change "fgcolor" to "255 255 0 255" on the CDamageAccountValue element
[quote=Burken]Might be a dumb question but how do I change the damage text color? I personally prefer yellow over white.
Thanks.[/quote]
resource>ui>huddamageaccount.res
Change "fgcolor" to "255 255 0 255" on the CDamageAccountValue element
07/09/16 Update
Relasing Minmode version:
For those who like the minimal huds and the m0re style.
http://i.imgur.com/BxBeRbU.jpg
http://i.imgur.com/4e5GStX.jpg
Also added a player model to the class selection and cleaned up the mainmenu
Along with quite some fixes
http://i.imgur.com/1EvZPo4.jpg
http://i.imgur.com/FjcG17O.jpg
General Changelog:
-Added new customization: MINIMAL MODE
-Added player model to the class selection menu
-Improved and cleaned main menu, now dispalys everything by default
-Fixed mute,vote,achievements,report buttons not displaying the color when armed
-Fixed sentrygun menu not displaying the kills counter
-Fixed general killstreakcounter positioning and added mvm powerup bottle counter
-Minor MvM fixes
-Removed uneeded Codes
DOWNLOAD
07/09/16 Update
[h][b]Relasing Minmode version:[/b][/h]
[i]For those who like the minimal huds and the m0re style.[/i]
[img]http://i.imgur.com/BxBeRbU.jpg[/img]
[img]http://i.imgur.com/4e5GStX.jpg[/img]
[b]Also added a player model to the class selection and cleaned up the mainmenu[/b]
[b]Along with quite some fixes[/b]
[img]http://i.imgur.com/1EvZPo4.jpg[/img]
[img]http://i.imgur.com/FjcG17O.jpg[/img]
[b]General Changelog:[/b]
-Added new customization: MINIMAL MODE
-Added player model to the class selection menu
-Improved and cleaned main menu, now dispalys everything by default
-Fixed mute,vote,achievements,report buttons not displaying the color when armed
-Fixed sentrygun menu not displaying the kills counter
-Fixed general killstreakcounter positioning and added mvm powerup bottle counter
-Minor MvM fixes
-Removed uneeded Codes
[url=https://github.com/Hypnootize/m0rehud/archive/master.zip]DOWNLOAD[/url]
Yo, bug in the newest version, can't see a target ID thing when spectating (both when dead and when in spectator). I'm on 16x9, I have the killstreak icon and the last damage done customizations
Yo, bug in the newest version, can't see a target ID thing when spectating (both when dead and when in spectator). I'm on 16x9, I have the killstreak icon and the last damage done customizations
umlflaccidYo, bug in the newest version, can't see a target ID thing when spectating (both when dead and when in spectator). I'm on 16x9, I have the killstreak icon and the last damage done customizations
Should be fixed now, ty for report!
[quote=umlflaccid]Yo, bug in the newest version, can't see a target ID thing when spectating (both when dead and when in spectator). I'm on 16x9, I have the killstreak icon and the last damage done customizations[/quote]
Should be fixed now, ty for report!
minmode seems to be broken in demos
looks like this, ammo in the wrong position
http://imgur.com/a/q5hc3
EDIT: nvm its because i had minimal hud selected in lawena
minmode seems to be broken in demos
looks like this, ammo in the wrong position
http://imgur.com/a/q5hc3
EDIT: nvm its because i had minimal hud selected in lawena
how do u get both the blue and minmode?
how do u get both the blue and minmode?
fade-how do u get both the blue and minmode?
Put m0rehud (That's inside the m0rehud-master folder) inside your custom folder, go inside the master folder and go to the customisations and then the blue theme folder. Take the "resource" folder inside and place it in the m0rehud you put in your custom folder, now you've got the blue theme. Go back to the customisations folder and into the minmode folder, same thing just take the "resource" and "scripts" and put it inside the m0rehud in your custom folder, replacing anything it asks you about.
Same goes for any other customisations you may want, but you may only have one colour theme (obviously).
[quote=fade-]how do u get both the blue and minmode?[/quote]
Put m0rehud (That's inside the m0rehud-master folder) inside your custom folder, go inside the master folder and go to the customisations and then the blue theme folder. Take the "resource" folder inside and place it in the m0rehud you put in your custom folder, now you've got the blue theme. Go back to the customisations folder and into the minmode folder, same thing just take the "resource" and "scripts" and put it inside the m0rehud in your custom folder, replacing anything it asks you about.
Same goes for any other customisations you may want, but you may only have one colour theme (obviously).
Is there away to make the ubercharge percentage flash when it reaches 100%?
Is there away to make the ubercharge percentage flash when it reaches 100%?
Kylo_renIs there away to make the ubercharge percentage flash when it reaches 100%?
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
[quote=Kylo_ren]Is there away to make the ubercharge percentage flash when it reaches 100%?[/quote]
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
STOGEKylo_renIs there away to make the ubercharge percentage flash when it reaches 100%?
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers
Thank you
[quote=STOGE][quote=Kylo_ren]Is there away to make the ubercharge percentage flash when it reaches 100%?[/quote]
http://www.teamfortress.tv/19073/hud-editing-short-questions-quick-answers[/quote]
Thank you
Hey dude i want to accumulate damage but is not working, how do i enable it ?
Hey dude i want to accumulate damage but is not working, how do i enable it ?
AlexandroszHey dude i want to accumulate damage but is not working, how do i enable it ?
hud_combattext_batching 1 in your autoexec?
[quote=Alexandrosz]Hey dude i want to accumulate damage but is not working, how do i enable it ?[/quote]
hud_combattext_batching 1 in your autoexec?
How do I combine multiple customizations? For example I want to use 16:10 along with minmode but it seems I can only get one at a time if I use your replace+paste method.
How do I combine multiple customizations? For example I want to use 16:10 along with minmode but it seems I can only get one at a time if I use your replace+paste method.
takeachillpill666How do I combine multiple customizations? For example I want to use 16:10 along with minmode but it seems I can only get one at a time if I use your replace+paste method.
Are you sure? 16:10 should be the main base of the hud and its files, the minmode on top of that would be the customization so it should work. Make sure you do it in that order.
[quote=takeachillpill666]How do I combine multiple customizations? For example I want to use 16:10 along with minmode but it seems I can only get one at a time if I use your replace+paste method.[/quote]
Are you sure? 16:10 should be the main base of the hud and its files, the minmode on top of that would be the customization so it should work. Make sure you do it in that order.
STOGEtakeachillpill666How do I combine multiple customizations? For example I want to use 16:10 along with minmode but it seems I can only get one at a time if I use your replace+paste method.
Are you sure? 16:10 should be the main base of the hud and its files, the minmode on top of that would be the customization so it should work. Make sure you do it in that order.
^ This
The files inside the 4x3 and 16x10 folders don't get replaced from the other customizations, so as Stoge said you can install the 16x10 customization first and then install the minmode customization over it.
Is also true that some customizations replace each other like you can't use the health cross and the minmode at the same time, while you can use the themes and the killstreak/bgtimer/lastdamage with almost everything.
[quote=STOGE][quote=takeachillpill666]How do I combine multiple customizations? For example I want to use 16:10 along with minmode but it seems I can only get one at a time if I use your replace+paste method.[/quote]
Are you sure? 16:10 should be the main base of the hud and its files, the minmode on top of that would be the customization so it should work. Make sure you do it in that order.[/quote]
^ This
The files inside the 4x3 and 16x10 folders don't get replaced from the other customizations, so as Stoge said you can install the 16x10 customization first and then install the minmode customization over it.
Is also true that some customizations replace each other like you can't use the health cross and the minmode at the same time, while you can use the themes and the killstreak/bgtimer/lastdamage with almost everything.
Good night, how I can put fighter pilot crosshair? please help me, I succeed to get, thanks ^^
Good night, how I can put fighter pilot crosshair? please help me, I succeed to get, thanks ^^
Can you make a customization file to move the chat window back to the bottom?
I like pretty much everything else about this hud and would love to use it, but the chat window on the top kills it for me :(
Can you make a customization file to move the chat window back to the bottom?
I like pretty much everything else about this hud and would love to use it, but the chat window on the top kills it for me :(
RentQNCan you make a customization file to move the chat window back to the bottom?
I like pretty much everything else about this hud and would love to use it, but the chat window on the top kills it for me :(
Delete /resource/ui/basechat.res and you should have the default chat position back
[quote=RentQN]Can you make a customization file to move the chat window back to the bottom?
I like pretty much everything else about this hud and would love to use it, but the chat window on the top kills it for me :([/quote]
Delete /resource/ui/basechat.res and you should have the default chat position back
Small updated to make the hud fully compatible with the old halloween modes + some new stuff
Changelog:
- Added full support for the past halloween modes
- Added SourceScheme (all the credits to NinjaDC)
- Improved the server intro panels (you can now easily skip them by pressing E)
- Added Shortcuts to the back and close loadout buttons
- Improved The Passtime Hud
- Minor Fixes
http://i.imgur.com/SeCWuOg.jpg
http://i.imgur.com/GhUKOnb.jpg
DIRECT DOWNLOAD
[b]Small updated to make the hud fully compatible with the old halloween modes + some new stuff[/b]
[u]Changelog:[/u]
- [b]Added full support for the past halloween modes[/b]
- [b]Added SourceScheme[/b] [i](all the credits to NinjaDC)[/i]
- [b]Improved the server intro panels[/b] [i](you can now easily skip them by pressing E)[/i]
- [b]Added Shortcuts to the back and close loadout buttons[/b]
- [b]Improved The Passtime Hud[/b]
- [b]Minor Fixes[/b]
[img]http://i.imgur.com/SeCWuOg.jpg[/img]
[img]http://i.imgur.com/GhUKOnb.jpg[/img]
[url=https://github.com/Hypnootize/m0rehud/archive/master.zip]DIRECT DOWNLOAD[/url]
I tried to get the blue theme and the minmode together. This happened. http://images.akamai.steamusercontent.com/ugc/242458830521211668/9112A0380D7C7BCD9763D74319E0D2DD53FA5B61/ Looks pretty funny and wonky, but I would really like it to work. Help, anyone?
I tried to get the blue theme and the minmode together. This happened. http://images.akamai.steamusercontent.com/ugc/242458830521211668/9112A0380D7C7BCD9763D74319E0D2DD53FA5B61/ Looks pretty funny and wonky, but I would really like it to work. Help, anyone?
HashtagBasedI tried to get the blue theme and the minmode together. This happened. http://images.akamai.steamusercontent.com/ugc/242458830521211668/9112A0380D7C7BCD9763D74319E0D2DD53FA5B61/ Looks pretty funny and wonky, but I would really like it to work. Help, anyone?
scripts -> hudlayout.res
change the position of "hudweaponammo" (or hudammoweapons I can't remember which) and you should have success then
[quote=HashtagBased]I tried to get the blue theme and the minmode together. This happened. http://images.akamai.steamusercontent.com/ugc/242458830521211668/9112A0380D7C7BCD9763D74319E0D2DD53FA5B61/ Looks pretty funny and wonky, but I would really like it to work. Help, anyone?[/quote]
scripts -> hudlayout.res
change the position of "hudweaponammo" (or hudammoweapons I can't remember which) and you should have success then
KonceptHashtagBasedI tried to get the blue theme and the minmode together. This happened. http://images.akamai.steamusercontent.com/ugc/242458830521211668/9112A0380D7C7BCD9763D74319E0D2DD53FA5B61/ Looks pretty funny and wonky, but I would really like it to work. Help, anyone?
scripts -> hudlayout.res
change the position of "hudweaponammo" (or hudammoweapons I can't remember which) and you should have success then
I changed the hudammoweapons.res and hudplayerhealth.res from an old minimal m0re I had and it worked. It must be corrupted in the new version or something.
[quote=Koncept][quote=HashtagBased]I tried to get the blue theme and the minmode together. This happened. http://images.akamai.steamusercontent.com/ugc/242458830521211668/9112A0380D7C7BCD9763D74319E0D2DD53FA5B61/ Looks pretty funny and wonky, but I would really like it to work. Help, anyone?[/quote]
scripts -> hudlayout.res
change the position of "hudweaponammo" (or hudammoweapons I can't remember which) and you should have success then[/quote]
I changed the hudammoweapons.res and hudplayerhealth.res from an old minimal m0re I had and it worked. It must be corrupted in the new version or something.
Hypnotize- Improved the server intro panels (you can now easily skip them by pressing E)
Since you added this, could you perhaps also add being able to press Q to exit from the loadout screen? That's such a useful shortcut :)
Thanks for the continued updates
[quote=Hypnotize]
- [b]Improved the server intro panels[/b] [i](you can now easily skip them by pressing E)[/i][/quote]
Since you added this, could you perhaps also add being able to press Q to exit from the loadout screen? That's such a useful shortcut :)
Thanks for the continued updates