(Optional) mugshot on HUD when screen size=11
Moderator: GZDoom Developers
- 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
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.
- 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
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: I know it's not built in but it's something.
I can't find a link but here's the file: I know it's not built in but it's something.
- 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
I already have my own mini-mod for such thing, but sadly such mod sometimes can be incompatible with another mod that alters HUD.
Re: (Optional) mugshot on HUD when screen size=11
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.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.
- 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
But it still doesn't add Mugshot to (my beloved) Alternative HUD because it's immodable.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: I know it's not built in but it's something.
Maybe at least add an option to show Mugshot in Alternative HUD?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.
Re: (Optional) mugshot on HUD when screen size=11
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.
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.
- 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
That one was made by The Dark Archon, there's a later and cleaner version but also with a different font.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.
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.
- 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
I thought Mugshot is already in C++ ... Thank You anyway.Rachael wrote:... HUD definitions, where the mugshot is right now, so the mugshot will have to be recreated in C++ code ...
- 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
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
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