Upvote Upvoted 150 Downvote Downvoted
1 ⋅⋅ 7 8 9 10 11 12
m0re hud
posted in Customization
271
#271
0 Frags +

thank you!
also would you happen to have a dl for this version?

thank you!
also would you happen to have a dl for this [url=https://imgur.com/a/93cXDPw]version[/url]?
272
#272
0 Frags +

I updated my hud and it worked fine. I then put in my usual customizations and it crashed. I wouldnt mind testing out which one it is that breaks it but I dont have the time atm. I use the following customizations: Fosters Scoreboard, Health Cross, Killstreak Icon, Timer with background.

I updated my hud and it worked fine. I then put in my usual customizations and it crashed. I wouldnt mind testing out which one it is that breaks it but I dont have the time atm. I use the following customizations: Fosters Scoreboard, Health Cross, Killstreak Icon, Timer with background.
273
#273
0 Frags +
Wild_PiggieI updated my hud and it worked fine. I then put in my usual customizations and it crashed. I wouldnt mind testing out which one it is that breaks it but I dont have the time atm. I use the following customizations: Fosters Scoreboard, Health Cross, Killstreak Icon, Timer with background.

Oh wait yeah i only just realized that the tf_english file included with fosters scoreboard is probably outdated and might cause crashes. You can remove it and the scoreboard works fine anyway, my bad i'll fix it tomorrow.

LeBrontothank you!
also would you happen to have a dl for this version?

Here I have updated it a bit since the version in the screen but 90% of it its still the same

[quote=Wild_Piggie]I updated my hud and it worked fine. I then put in my usual customizations and it crashed. I wouldnt mind testing out which one it is that breaks it but I dont have the time atm. I use the following customizations: Fosters Scoreboard, Health Cross, Killstreak Icon, Timer with background.[/quote]

Oh wait yeah i only just realized that the tf_english file included with fosters scoreboard is probably outdated and might cause crashes. You can remove it and the scoreboard works fine anyway, my bad i'll fix it tomorrow.

[quote=LeBronto]thank you!
also would you happen to have a dl for this [url=https://imgur.com/a/93cXDPw]version[/url]?[/quote]

[url=https://github.com/Hypnootize/Hypnotize-m0rehud]Here[/url] I have updated it a bit since the version in the screen but 90% of it its still the same
274
#274
1 Frags +

I updated the tf_english file, the hud should be crash free now (hopefully)

I updated the tf_english file, the hud should be crash free now (hopefully)
275
#275
0 Frags +

Seems to work fine now, thanks!

Seems to work fine now, thanks!
276
#276
0 Frags +

Actually, when I got into the game the killfeed is missing the player names :/

Actually, when I got into the game the killfeed is missing the player names :/
277
#277
0 Frags +
Wild_PiggieActually, when I got into the game the killfeed is missing the player names :/

This also happens with the default scoreboard installed

[quote=Wild_Piggie]Actually, when I got into the game the killfeed is missing the player names :/[/quote]

This also happens with the default scoreboard installed
278
#278
0 Frags +

how do I change the overheal shadow to the numbers instead

how do I change the overheal shadow to the numbers instead
279
#279
0 Frags +
Wild_PiggieWild_PiggieActually, when I got into the game the killfeed is missing the player names :/
This also happens with the default scoreboard installed

I tried the hud with no customizations and then with the same customizations you are using and i can see the killfeed names with both. I'm not sure what the problem can be tbh.

PapaSoulzunehow do I change the overheal shadow to the numbers instead

Basically inside scripts/hudanimations_m0re you want to:

1) Change every PlayerStatusHealthValueShadow to > PlayerStatusHealthValue.

2) Then delete all the Animate PlayerStatusHealthValueShadowExtra lines you find.

3) Last in both HudHealthBonusPulseStop and HudHealthDyingPulseStop categories change the
Animate PlayerStatusHealthValue "fgcolor" from "0 0 0 255" to > "Health Numbers"

That should do it!

[quote=Wild_Piggie][quote=Wild_Piggie]Actually, when I got into the game the killfeed is missing the player names :/[/quote]

This also happens with the default scoreboard installed[/quote]

I tried the hud with no customizations and then with the same customizations you are using and i can see the killfeed names with both. I'm not sure what the problem can be tbh.

[quote=PapaSoulzune]how do I change the overheal shadow to the numbers instead[/quote]

Basically inside scripts/hudanimations_m0re you want to:

1) Change every PlayerStatusHealthValueShadow to > PlayerStatusHealthValue.

2) Then delete all the Animate PlayerStatusHealthValueShadowExtra lines you find.

3) Last in both HudHealthBonusPulseStop and HudHealthDyingPulseStop categories change the
Animate PlayerStatusHealthValue "fgcolor" from "0 0 0 255" to > "Health Numbers"

That should do it!
280
#280
0 Frags +
jsuhquestion: how can i change / add a custom image background when joining a server, when joining a server the image is default tf2 hud right, can i change it? how?HypnotizeSorry for the very late answer as well. The file is StatSummary.res (Isn't there on m0rehud since is default you need to take it and add it from the base tf2 files) and then in that file you add the code for the background (after the "TFStatsSummary" code is fine)

something like:
Show Content
"Background_custom"
{
"ControlName" "ImagePanel"
"fieldName" "Background_Custom"
"xpox" "0"
"ypos" "0"
"zpos" "1"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
"image" "replay/thumbnails/Loading_Custom"
"scaleImage" "1"
}

The image vtf and vmt goes in materials\vgui\replay\thumbnails\loading_custom.vtf/vmt

custom loading screen? can you show an example (file with picture on vtf) so i can easily experiment on customizations, i cant seem to get it work when following your instructions, also how do you change font that will lowercase the font on the menu and is it possible to get those 3 icons back on the right side in the menu

[quote=jsuh]question: how can i change / add a custom image background when joining a server, when joining a server the image is default tf2 hud right, can i change it? how?[/quote]

[quote=Hypnotize]Sorry for the very late answer as well. The file is StatSummary.res (Isn't there on m0rehud since is default you need to take it and add it from the base tf2 files) and then in that file you add the code for the background (after the "TFStatsSummary" code is fine)

something like:
[spoiler]
"Background_custom"
{
"ControlName" "ImagePanel"
"fieldName" "Background_Custom"
"xpox" "0"
"ypos" "0"
"zpos" "1"
"wide" "f0"
"tall" "480"
"visible" "1"
"enabled" "1"
"image" "replay/thumbnails/Loading_Custom"
"scaleImage" "1"
}
[/spoiler]

The image vtf and vmt goes in materials\vgui\replay\thumbnails\loading_custom.vtf/vmt[/quote]

custom loading screen? can you show an example (file with picture on vtf) so i can easily experiment on customizations, i cant seem to get it work when following your instructions, also how do you change font that will lowercase the font on the menu and is it possible to get those 3 icons back on the right side in the menu
281
#281
0 Frags +

Heyo,
I'm having trouble with getting the server timer on the main hud (not just the scoreboard). Everything seems to be enabled in HudObjectiveTimePanel.res and autoexec, but nothing apears on the hud. No idea what I'm doing wrong (probably somthing obvious), and I seem to be going in circles. Would really appriciate some help from anyone. (:

https://imgur.com/a/6KEDCpA

Show Content
"TimePanelBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "TimePanelBG"
"xpos" "30"
"ypos" "0"
"zpos" "2"
"wide" "41"
"tall" "14"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_blu"
"scaleImage" "1"
"src_corner_height" "10"
"src_corner_width" "10"
"draw_corner_width" "0"
"draw_corner_height" "0"
}

"ServerTimeLimitLabel"
{
"ControlName" "CExLabel"
"fieldName" "ServerTimeLimitLabel"
"xpos" "26"
"ypos" "14"
"zpos" "3"
"wide" "50"
"tall" "15"
"visible" "1"
"enabled" "1"
"labelText" "%servertimeleft%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
"font" "m0refont12"
"fgcolor" "255 255 255 255"

if_mvm
{
"visible" "0"
}
}

"ServerTimeLimitLabelBG"
{
"ControlName" "ImagePanel"
"fieldName" "ServerTimeLimitLabelBG"
"xpos" "30"
"ypos" "15"
"zpos" "3"
"wide" "41"
"tall" "15"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 100"

if_mvm
{
"visible" "0"
}
}
Heyo,
I'm having trouble with getting the server timer on the main hud (not just the scoreboard). Everything seems to be enabled in HudObjectiveTimePanel.res and autoexec, but nothing apears on the hud. No idea what I'm doing wrong (probably somthing obvious), and I seem to be going in circles. Would really appriciate some help from anyone. (:

[img]https://imgur.com/a/6KEDCpA[/img]

[spoiler]
"TimePanelBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "TimePanelBG"
"xpos" "30"
"ypos" "0"
"zpos" "2"
"wide" "41"
"tall" "14"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_blu"
"scaleImage" "1"
"src_corner_height" "10"
"src_corner_width" "10"
"draw_corner_width" "0"
"draw_corner_height" "0"
}

"ServerTimeLimitLabel"
{
"ControlName" "CExLabel"
"fieldName" "ServerTimeLimitLabel"
"xpos" "26"
"ypos" "14"
"zpos" "3"
"wide" "50"
"tall" "15"
"visible" "1"
"enabled" "1"
"labelText" "%servertimeleft%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
"font" "m0refont12"
"fgcolor" "255 255 255 255"

if_mvm
{
"visible" "0"
}
}

"ServerTimeLimitLabelBG"
{
"ControlName" "ImagePanel"
"fieldName" "ServerTimeLimitLabelBG"
"xpos" "30"
"ypos" "15"
"zpos" "3"
"wide" "41"
"tall" "15"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 100"

if_mvm
{
"visible" "0"
}
}
[/spoiler]
282
#282
0 Frags +
maiden custom loading screen? can you show an example (file with picture on vtf) so i can easily experiment on customizations, i cant seem to get it work when following your instructions, also how do you change font that will lowercase the font on the menu and is it possible to get those 3 icons back on the right side in the menu

Download the previous version to get the 3 icons back here (thats the only change I made in the last update)

In order to lowercase the menu labels open MainMenuOverride.res and search for every "AllCaps" "1" and turn them to "AllCaps" "0". You might need to do the same with PvPRankPanel.res

Last for the loading screen use these files here you just need to add them to whatever hud you want, they are set to work with every hud by default so you should be fine with m0rehud and everything else.

Once you added the files if you want to change the image used you need to take whatever image you want to use, turn it in to a vtf file and replace it inside materials\vgui\replay\thumbnails and you should be good. If you don't know how to convert images to vtfs there are plenty of tutorials out there.

StarachHeyo,
I'm having trouble with getting the server timer on the main hud (not just the scoreboard). Everything seems to be enabled in HudObjectiveTimePanel.res and autoexec, but nothing apears on the hud. No idea what I'm doing wrong (probably somthing obvious), and I seem to be going in circles. Would really appriciate some help from anyone. (:

https://imgur.com/a/6KEDCpA
Show Content
"TimePanelBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "TimePanelBG"
"xpos" "30"
"ypos" "0"
"zpos" "2"
"wide" "41"
"tall" "14"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_blu"
"scaleImage" "1"
"src_corner_height" "10"
"src_corner_width" "10"
"draw_corner_width" "0"
"draw_corner_height" "0"
}

"ServerTimeLimitLabel"
{
"ControlName" "CExLabel"
"fieldName" "ServerTimeLimitLabel"
"xpos" "26"
"ypos" "14"
"zpos" "3"
"wide" "50"
"tall" "15"
"visible" "1"
"enabled" "1"
"labelText" "%servertimeleft%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
"font" "m0refont12"
"fgcolor" "255 255 255 255"

if_mvm
{
"visible" "0"
}
}

"ServerTimeLimitLabelBG"
{
"ControlName" "ImagePanel"
"fieldName" "ServerTimeLimitLabelBG"
"xpos" "30"
"ypos" "15"
"zpos" "3"
"wide" "41"
"tall" "15"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 100"

if_mvm
{
"visible" "0"
}
}

Do you have tf_hud_show_servertimelimit set to "1" already?

[quote=maiden] custom loading screen? can you show an example (file with picture on vtf) so i can easily experiment on customizations, i cant seem to get it work when following your instructions, also how do you change font that will lowercase the font on the menu and is it possible to get those 3 icons back on the right side in the menu [/quote]

Download the previous version to get the 3 icons back [url=https://github.com/Hypnootize/m0rehud/tree/5440e2bd525ebd5ecd8f1e3bd138e10de616cca1]here[/url] (thats the only change I made in the last update)

In order to lowercase the menu labels open MainMenuOverride.res and search for every "AllCaps" "1" and turn them to "AllCaps" "0". You might need to do the same with PvPRankPanel.res

Last for the loading screen use these files [url=https://www.dropbox.com/s/mdgx9jkxp14se34/custom%20load%20screen.rar?dl=0]here[/url] you just need to add them to whatever hud you want, they are set to work with every hud by default so you should be fine with m0rehud and everything else.

Once you added the files if you want to change the image used you need to take whatever image you want to use, turn it in to a vtf file and replace it inside materials\vgui\replay\thumbnails and you should be good. If you don't know how to convert images to vtfs there are plenty of tutorials out there.

[quote=Starach]Heyo,
I'm having trouble with getting the server timer on the main hud (not just the scoreboard). Everything seems to be enabled in HudObjectiveTimePanel.res and autoexec, but nothing apears on the hud. No idea what I'm doing wrong (probably somthing obvious), and I seem to be going in circles. Would really appriciate some help from anyone. (:

[img]https://imgur.com/a/6KEDCpA[/img]

[spoiler]
"TimePanelBG"
{
"ControlName" "CTFImagePanel"
"fieldName" "TimePanelBG"
"xpos" "30"
"ypos" "0"
"zpos" "2"
"wide" "41"
"tall" "14"
"visible" "1"
"enabled" "1"
"image" "../hud/color_panel_blu"
"scaleImage" "1"
"src_corner_height" "10"
"src_corner_width" "10"
"draw_corner_width" "0"
"draw_corner_height" "0"
}

"ServerTimeLimitLabel"
{
"ControlName" "CExLabel"
"fieldName" "ServerTimeLimitLabel"
"xpos" "26"
"ypos" "14"
"zpos" "3"
"wide" "50"
"tall" "15"
"visible" "1"
"enabled" "1"
"labelText" "%servertimeleft%"
"textAlignment" "center"
"dulltext" "0"
"brighttext" "0"
"wrap" "0"
"font" "m0refont12"
"fgcolor" "255 255 255 255"

if_mvm
{
"visible" "0"
}
}

"ServerTimeLimitLabelBG"
{
"ControlName" "ImagePanel"
"fieldName" "ServerTimeLimitLabelBG"
"xpos" "30"
"ypos" "15"
"zpos" "3"
"wide" "41"
"tall" "15"
"visible" "1"
"enabled" "1"
"fillcolor" "0 0 0 100"

if_mvm
{
"visible" "0"
}
}
[/spoiler][/quote]

Do you have tf_hud_show_servertimelimit set to "1" already?
283
#283
0 Frags +
Do you have tf_hud_show_servertimelimit set to "1" already?

I did, and I have no idea what happened, but when I booted my game up today it was all working. Might have just needed a restart. Thank you though (:

[quote]Do you have tf_hud_show_servertimelimit set to "1" already?[/quote]

I did, and I have no idea what happened, but when I booted my game up today it was all working. Might have just needed a restart. Thank you though (:
284
#284
-1 Frags +

@Hypnotize

So I brought the old Hypno/m0rehud main menu into my hud (Which looks great btw)

My question is that the font that says my steam name and rank are still the same (I can't seem to find the ui to edit it)
The text is also mixed in together.

https://imgur.com/a/CCkAi1w

How would I fix this?

@Hypnotize

So I brought the old Hypno/m0rehud main menu into my hud (Which looks great btw)

My question is that the font that says my steam name and rank are still the same (I can't seem to find the ui to edit it)
The text is also mixed in together.

https://imgur.com/a/CCkAi1w

How would I fix this?
285
#285
0 Frags +
vanitas@Hypnotize

So I brought the old Hypno/m0rehud main menu into my hud (Which looks great btw)

My question is that the font that says my steam name and rank are still the same (I can't seem to find the ui to edit it)
The text is also mixed in together.

https://imgur.com/a/CCkAi1w

How would I fix this?

Import PvPrankPanel as well, that should fix it

[quote=vanitas]@Hypnotize

So I brought the old Hypno/m0rehud main menu into my hud (Which looks great btw)

My question is that the font that says my steam name and rank are still the same (I can't seem to find the ui to edit it)
The text is also mixed in together.

https://imgur.com/a/CCkAi1w

How would I fix this?[/quote]

Import PvPrankPanel as well, that should fix it
286
#286
6 Frags +

just wanted to say thanks for maintaining this hud, it's the best

just wanted to say thanks for maintaining this hud, it's the best
287
#287
1 Frags +

Hiya, would love help to brighten the colours of control points and how to get an X on the locked control points instead of a padlock

https://imgur.com/a/rAHd0TO

Thanks for any help in advance

Hiya, would love help to brighten the colours of control points and how to get an X on the locked control points instead of a padlock

https://imgur.com/a/rAHd0TO

Thanks for any help in advance
288
#288
2 Frags +

Dude, man. : ) Amazing hud. Absolutely love it.

Dude, man. : ) Amazing hud. Absolutely love it.
289
#289
2 Frags +

Thanks for keeping m0rehud updated!

Thanks for keeping m0rehud updated!
290
#290
12 Frags +

https://i.imgur.com/nhZZRzL.jpg

m0rehud 5.7

Hey! in these years I got a lot of everyday requestes about new stuff to add or I have been asked about a specific customization a lot.
So I worked on this for quite some time and I have now decided to add some of these heavily requested tweaks to be part of the pre-existing customizations!
The customizations are now divided in categories and inside each category you can find the actual customizations, read the instruction file for the in-depth installation process!

ChangeLog:
- Added some more customizations and overall improved the pre-existing ones!
- Added some buttons to the menu to quickly fix the hud, sound, invisible players as well as turn off and on captions, chat and netgraph
- Added support for closecaptions
- Added the support to quickly go thorugh the loadout pages by using the 0-9 keys
- Added the possibility to tweak the loadout playermodel. Zooming, Rotating, Moving it around
- Improved MatchStatus
- Koth timer now properly shows the active side timer color
- Overall improved the hud, a lot of files now use a element pinning system which I hope will also improve the positioning on lower resolutions

New Customizations:

Show Content
- Added support for transparent viewmodels
- Added customizations for easily tweak the damage number size and last damage done
- Added possibility to disable the buff cross
- Added possibility to disable the friend list, known for causing lags
- Added customization for an optional ubercharge style
- Added more optional buff & menu color themes
- Added possibility to enable/disable the spy disguise animation
- Added an optional version for the matchstatus
- Improved minmode customization

If you are still using an old m0rehud release thats a good stable version you might want to upgrade to as I think I improved it a lot recently!

GitHub
HUDS.TF
DOWNLOAD

[img]https://i.imgur.com/nhZZRzL.jpg[/img]

[b][h]m0rehud 5.7[/h][/b]

Hey! in these years I got a lot of everyday requestes about new stuff to add or I have been asked about a specific customization a lot.
So I worked on this for quite some time and I have now decided to add some of these heavily requested tweaks to be part of the pre-existing customizations!
The customizations are now divided in categories and inside each category you can find the actual customizations, read the instruction file for the in-depth installation process!

[b]ChangeLog:[/b]
[i]- Added some more customizations and overall improved the pre-existing ones!
- Added some buttons to the menu to quickly fix the hud, sound, invisible players as well as turn off and on captions, chat and netgraph
- Added support for closecaptions
- Added the support to quickly go thorugh the loadout pages by using the 0-9 keys
- Added the possibility to tweak the loadout playermodel. Zooming, Rotating, Moving it around
- Improved MatchStatus
- Koth timer now properly shows the active side timer color
- Overall improved the hud, a lot of files now use a element pinning system which I hope will also improve the positioning on lower resolutions [/i]

[b]New Customizations:[/b]
[spoiler]
- Added support for transparent viewmodels
- Added customizations for easily tweak the damage number size and last damage done
- Added possibility to disable the buff cross
- Added possibility to disable the friend list, known for causing lags
- Added customization for an optional ubercharge style
- Added more optional buff & menu color themes
- Added possibility to enable/disable the spy disguise animation
- Added an optional version for the matchstatus
- Improved minmode customization
[/spoiler]

If you are still using an old m0rehud release thats a good stable version you might want to upgrade to as I think I improved it a lot recently!

[url=https://github.com/Hypnootize/m0rehud]GitHub[/url]
[url=https://huds.tf/forum/showthread.php?tid=248]HUDS.TF[/url]
[url=https://github.com/Hypnootize/m0rehud/archive/master.zip]DOWNLOAD[/url]
291
#291
0 Frags +

has the dl link been updated to morehud 5.7?

has the dl link been updated to morehud 5.7?
292
#292
1 Frags +
mattystopperhas the dl link been updated to morehud 5.7?

Direct download should always be updated as it always leads to the last github commit. I added a dl to the post now as well :)

[quote=mattystopper]has the dl link been updated to morehud 5.7?[/quote] Direct download should always be updated as it always leads to the last github commit. I added a dl to the post now as well :)
293
#293
1 Frags +

after the last update the main menu icons at the bottom are just letters instead of icons. i installed all the fonts i could find in the hud, but they still dont show up

after the last update the main menu icons at the bottom are just letters instead of icons. i installed all the fonts i could find in the hud, but they still dont show up
294
#294
1 Frags +
Naxeronafter the last update the main menu icons at the bottom are just letters instead of icons. i installed all the fonts i could find in the hud, but they still dont show up

Looks like I forgot to update the symbols font name for the main menu customizations since I changed it with the last update, I assume you applied one of the main menu customizations so thats why it was happening.
Either way should be fixed now!

[quote=Naxeron]after the last update the main menu icons at the bottom are just letters instead of icons. i installed all the fonts i could find in the hud, but they still dont show up[/quote]

Looks like I forgot to update the symbols font name for the main menu customizations since I changed it with the last update, I assume you applied one of the main menu customizations so thats why it was happening.
Either way should be fixed now!
295
#295
0 Frags +

With the (very neat) new functionalities you added to the main menu in the last update, I'm having a little issue where hovering over the white buttons doesnt make them pop out and glow in the SourceScheme color. Also the space where you'd find your steam username and casual level (between badge and first item in the menu) is now empty (Screenshot). I looked around but cant seem to find the files that manage those items in the HUD
Btw i'm using m0rehud 5.4 but I have been updating it with new functionalities and customizations as you released them

With the (very neat) new functionalities you added to the main menu in the last update, I'm having a little issue where hovering over the white buttons doesnt make them pop out and glow in the SourceScheme color. Also the space where you'd find your steam username and casual level (between badge and first item in the menu) is now empty ([url=https://imgur.com/a/dxkuwoD]Screenshot[/url]). I looked around but cant seem to find the files that manage those items in the HUD
Btw i'm using m0rehud 5.4 but I have been updating it with new functionalities and customizations as you released them
296
#296
1 Frags +
osvaldoWith the (very neat) new functionalities you added to the main menu in the last update, I'm having a little issue where hovering over the white buttons doesnt make them pop out and glow in the SourceScheme color. Also the space where you'd find your steam username and casual level (between badge and first item in the menu) is now empty (Screenshot). I looked around but cant seem to find the files that manage those items in the HUD
Btw i'm using m0rehud 5.4 but I have been updating it with new functionalities and customizations as you released them

I did change the hover color alias for the main menu, I think it used to be "Main Menu Labels" and I changed to "Menu Labels" so that could be your problem, inside MainMenuOverride you wanna change the "armedFgColor_override" and "depressedFgColor_override" for the new buttos to be "Main Menu Labels". See if that works!

About the rank and name it is controlled by PvPRankPanel.res which got updated on m0rehud 5.7 but it is also controlled by the "RankPanel" inside MainMenuOverride.res

[quote=osvaldo]With the (very neat) new functionalities you added to the main menu in the last update, I'm having a little issue where hovering over the white buttons doesnt make them pop out and glow in the SourceScheme color. Also the space where you'd find your steam username and casual level (between badge and first item in the menu) is now empty ([url=https://imgur.com/a/dxkuwoD]Screenshot[/url]). I looked around but cant seem to find the files that manage those items in the HUD
Btw i'm using m0rehud 5.4 but I have been updating it with new functionalities and customizations as you released them[/quote]

I did change the hover color alias for the main menu, I think it used to be "Main Menu Labels" and I changed to "Menu Labels" so that could be your problem, inside MainMenuOverride you wanna change the "armedFgColor_override" and "depressedFgColor_override" for the new buttos to be "Main Menu Labels". See if that works!

About the rank and name it is controlled by PvPRankPanel.res which got updated on m0rehud 5.7 but it is also controlled by the "RankPanel" inside MainMenuOverride.res
297
#297
0 Frags +
Hypnotize

Alright, so following your recommandations, I replaced my PvPRankPanel.res with the 5.7 version and replaced all the "Menu Labels" for "Main Menu Labels" in MainMenuOverride.res (using the new 5.7 customization that removes the friends list in the main menu). That's a huge improvement, getting the rank/game back (although the progress bar is white and not blue for some reason - not that it matters to me) but also restoring the blue hovering effect (as seen on items in the screenshot).
However, when I click on "Items", I first get this weird visual bug (first click), then an error that shows in console (Unknown command "dimmer_clicked"). The third time I click on "Items", the game instantly crashes. Note that trying to access the "Item" tab when in game or through a bind that lets you see you current loadout also follows the same pattern that leads to crashes after 2 or 3 tries.

[quote=Hypnotize] [/quote]
Alright, so following your recommandations, I replaced my PvPRankPanel.res with the 5.7 version and replaced all the "Menu Labels" for "Main Menu Labels" in MainMenuOverride.res (using the new 5.7 customization that removes the friends list in the main menu). That's [url=https://imgur.com/a/qHv7BUt]a huge improvement[/url], getting the rank/game back (although the progress bar is white and not blue for some reason - not that it matters to me) but also restoring the blue hovering effect (as seen on items in the screenshot).
However, when I click on "Items", I first get [url=https://imgur.com/a/mfOCQK8]this weird visual bug[/url] (first click), then an error that shows in console (Unknown command "dimmer_clicked"). The third time I click on "Items", the game instantly crashes. Note that trying to access the "Item" tab when in game or through a bind that lets you see you current loadout also follows the same pattern that leads to crashes after 2 or 3 tries.
298
#298
1 Frags +
osvaldoHypnotize Alright, so following your recommandations, I replaced my PvPRankPanel.res with the 5.7 version and replaced all the "Menu Labels" for "Main Menu Labels" in MainMenuOverride.res (using the new 5.7 customization that removes the friends list in the main menu). That's a huge improvement, getting the rank/game back (although the progress bar is white and not blue for some reason - not that it matters to me) but also restoring the blue hovering effect (as seen on items in the screenshot).
However, when I click on "Items", I first get this weird visual bug (first click), then an error that shows in console (Unknown command "dimmer_clicked"). The third time I click on "Items", the game instantly crashes. Note that trying to access the "Item" tab when in game or through a bind that lets you see you current loadout also follows the same pattern that leads to crashes after 2 or 3 tries.

There is a "Menu Labels" inside PvPRankPanel as well, change that back to "Main Menu Labels" and you should get the blue bar back.

About the item problem what i did in the new m0rehud was adding the CharInfoLoadoutSubPanel.res so that users could skip between classes with the 1-9 keys and I made the file use the #base system which takes the default hud CharInfoLoadoutSubPanel from the default folder, so I imagine whats happening here is that you imported the file but not the default folder (inside resource)
Or if you don't care about the shortkeys you could just delete the file as well.

[quote=osvaldo][quote=Hypnotize] [/quote]
Alright, so following your recommandations, I replaced my PvPRankPanel.res with the 5.7 version and replaced all the "Menu Labels" for "Main Menu Labels" in MainMenuOverride.res (using the new 5.7 customization that removes the friends list in the main menu). That's [url=https://imgur.com/a/qHv7BUt]a huge improvement[/url], getting the rank/game back (although the progress bar is white and not blue for some reason - not that it matters to me) but also restoring the blue hovering effect (as seen on items in the screenshot).
However, when I click on "Items", I first get [url=https://imgur.com/a/mfOCQK8]this weird visual bug[/url] (first click), then an error that shows in console (Unknown command "dimmer_clicked"). The third time I click on "Items", the game instantly crashes. Note that trying to access the "Item" tab when in game or through a bind that lets you see you current loadout also follows the same pattern that leads to crashes after 2 or 3 tries.[/quote]

There is a "Menu Labels" inside PvPRankPanel as well, change that back to "Main Menu Labels" and you should get the blue bar back.

About the item problem what i did in the new m0rehud was adding the CharInfoLoadoutSubPanel.res so that users could skip between classes with the 1-9 keys and I made the file use the #base system which takes the default hud CharInfoLoadoutSubPanel from the default folder, so I imagine whats happening here is that you imported the file but not the default folder (inside resource)
Or if you don't care about the shortkeys you could just delete the file as well.
299
#299
0 Frags +
Hypnotize

You absolutly nailed it, working flawlessly now (with the Shift + 1-9 quick class loadout selection too). Ty so much ! :)

[quote=Hypnotize] [/quote]
You absolutly nailed it, working flawlessly now (with the Shift + 1-9 quick class loadout selection too). Ty so much ! :)
300
#300
0 Frags +

the casual end-game scoreboard looks borked https://imgur.com/a/jN0GpBE

the casual end-game scoreboard looks borked https://imgur.com/a/jN0GpBE
1 ⋅⋅ 7 8 9 10 11 12
Please sign in through STEAM to post a comment.