(Optional) mugshot on HUD when screen size=11

Remember, just because you request it, that doesn't mean you'll get it.

Moderator: GZDoom Developers

User avatar
axredneck
Posts: 430
Joined: Mon Dec 11, 2017 2:09 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch
Graphics Processor: nVidia with Vulkan support
Location: Russia
Contact:

(Optional) mugshot on HUD when screen size=11

Post by axredneck »

Doom is not Doom without it's famous Mugshot. The only way to see it now (without mods) is to set screen size to 10 or lower but this way HUD occupies entire bottom of the screen so less screen area remains for game itself. IMHO it would be good to be able to see Mugshot on Regular/Alternative HUD with screen size=11, especially considering that Alternative HUD is not moddable.
User avatar
Pixel Eater
 
 
Posts: 667
Joined: Wed Aug 02, 2017 12:31 am
Location: In between the Moon and you, between the buried and me.

Re: (Optional) mugshot on HUD when screen size=11

Post by Pixel Eater »

There's a .wad that replaces the health pack icon with an animated mugshot called TDAFSHUD. I guess it was made by someone called TDAF?

I can't find a link but here's the file:
TDAFSHUD.zip
(1.25 KiB) Downloaded 165 times
I know it's not built in but it's something.
User avatar
axredneck
Posts: 430
Joined: Mon Dec 11, 2017 2:09 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch
Graphics Processor: nVidia with Vulkan support
Location: Russia
Contact:

Re: (Optional) mugshot on HUD when screen size=11

Post by axredneck »

I already have my own mini-mod for such thing, but sadly such mod sometimes can be incompatible with another mod that alters HUD.
User avatar
Rachael
Posts: 13944
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: (Optional) mugshot on HUD when screen size=11

Post by Rachael »

axredneck wrote:I already have my own mini-mod for such thing, but sadly such mod sometimes can be incompatible with another mod that alters HUD.
Which is going to be an issue, still, if GZDoom introduces its own HUD changes. Because if GZDoom does that, it can still be overridden by other mods - that is the whole point.
User avatar
axredneck
Posts: 430
Joined: Mon Dec 11, 2017 2:09 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch
Graphics Processor: nVidia with Vulkan support
Location: Russia
Contact:

Re: (Optional) mugshot on HUD when screen size=11

Post by axredneck »

Pixel Eater wrote:There's a .wad that replaces the health pack icon with an animated mugshot called TDAFSHUD. I guess it was made by someone called TDAF?
I can't find a link but here's the file:
TDAFSHUD.zip
I know it's not built in but it's something.
But it still doesn't add Mugshot to (my beloved) Alternative HUD because it's immodable.
Rachael wrote:Which is going to be an issue, still, if GZDoom introduces its own HUD changes. Because if GZDoom does that, it can still be overridden by other mods - that is the whole point.
Maybe at least add an option to show Mugshot in Alternative HUD?
User avatar
Rachael
Posts: 13944
Joined: Tue Jan 13, 2004 1:31 pm
Preferred Pronouns: She/Her
Contact:

Re: (Optional) mugshot on HUD when screen size=11

Post by Rachael »

That may be doable, but I am not 100% sure on that.

The alternate HUD bypasses any HUD definitions, where the mugshot is right now, so the mugshot will have to be recreated in C++ code, and there would also have to be a check to see if the resources are even available.
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3193
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain
Contact:

Re: (Optional) mugshot on HUD when screen size=11

Post by drfrag »

Pixel Eater wrote:There's a .wad that replaces the health pack icon with an animated mugshot called TDAFSHUD. I guess it was made by someone called TDAF?
I know it's not built in but it's something.
That one was made by The Dark Archon, there's a later and cleaner version but also with a different font.
It's here: https://www.dropbox.com/s/sl5cewb9zjceb ... SHUDv2.zip

Which mods are incompatible? It's a SBARINFO definition and only the last one counts AFAIK.
User avatar
axredneck
Posts: 430
Joined: Mon Dec 11, 2017 2:09 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch
Graphics Processor: nVidia with Vulkan support
Location: Russia
Contact:

Re: (Optional) mugshot on HUD when screen size=11

Post by axredneck »

Rachael wrote:... HUD definitions, where the mugshot is right now, so the mugshot will have to be recreated in C++ code ...
I thought Mugshot is already in C++ ... Thank You anyway.
User avatar
drfrag
Vintage GZDoom Developer
Posts: 3193
Joined: Fri Apr 23, 2004 3:51 am
Location: Spain
Contact:

Re: (Optional) mugshot on HUD when screen size=11

Post by drfrag »

Well call me a fool but i went ahead and added this (primary HUD) to LZDoom, ZDoom32 and ZDoom LE.
Why not? Actually i wanted to add this long ago but somehow i forgot about it. It's a cool feature and very simple to implement for the primary HUD. It shouldn't give any problems AFAIK.

https://github.com/drfrag666/gzdoom/com ... 321cda76d4
Post Reply

Return to “Feature Suggestions [GZDoom]”