Fiendzys Other M Visor HUD V2! release.

For high-res texture/sprite projects, sprite-fix patches, music add-ons, music randomizers, and other graphic/sound-only projects.
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.

Got a cool project idea but nothing else? Put it in the project ideas thread instead!

Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.

Please read the full rules for more details.
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Fiendzys Other M Visor HUD V2! release.

Post by doomfiend »



These Huds look their best at 720p (1280x720) or 1080p (1920x1080)
Other M Visor Version 1
Download link: https://www.dropbox.com/s/d3231fwc6bhj6 ... 1.wad?dl=0
Other M Visor Version 3
Download link: https://www.dropbox.com/s/w092vcjpqlpg7 ... 3.wad?dl=0
Doom Visor Version 1
Download link: https://www.dropbox.com/s/e1ogechd0e1yt ... r.wad?dl=0

Has a placement for Vanilla keys only; unless if you don't mind the oddities with custom keycard sprites (Displayable on 16:9 aspect ratio only sorry.)
Has an inventory bar
counts normal / alt ammo
Displayed Frags surprisingly.
Spoiler:
Works on [G]ZDoom
Last edited by doomfiend on Tue Dec 29, 2015 4:28 pm, edited 6 times in total.
Echelon5
Posts: 141
Joined: Wed Mar 09, 2011 3:44 pm

Re: Fiendzys Other M Visor HUD release.

Post by Echelon5 »

Best looking visor hud I've seen in a while, mostly because it's very subdued and simple. Nice work! Also what weapon wad is that you're using in the video? The map looks like After Doom.
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: Fiendzys Other M Visor HUD release.

Post by doomfiend »

Echelon5 wrote:Best looking visor hud I've seen in a while, mostly because it's very subdued and simple. Nice work! Also what weapon wad is that you're using in the video? The map looks like After Doom.
The weapon wad I was using was my project Simple-Hard-version 29 : I would give it an official release but it's using a lot of resources that yet need to be credited

Forgot to mention; Seamus' sounds are under the female gender in the player option

I also wanted to make the blue visor bits red when your low on healthyness but unfortunately I don't have the a a knowlage
User avatar
patrik
Posts: 168
Joined: Tue Mar 05, 2013 2:08 am

Re: Fiendzys Other M Visor HUD release.

Post by patrik »

You can have this HUD compatible with various screen aspect ratios, if you define position of its overlay with fullscreen offsets. Check this for reference of positions: [wiki]StatusBar[/wiki].
doomfiend wrote: I also wanted to make the blue visor bits red when your low on healthyness but unfortunately I don't have the a a knowlage
If you edit those blue tints out of overlay and include them as separate graphics, then you could define them with [wiki]IfHealth[/wiki]. But by using it you will unfortunately sacrifice compatibility with Zandronum and stable releases of Zdoom/Gzdoom.
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: Fiendzys Other M Visor HUD release.

Post by doomfiend »

Would be interesting to use ifhealth, but I don't wanna lose compatibility with Zandronum 3.0 since I use that engine the most. as for the aspect ratios, if someone else wants to touch up the HUD go for it. I'm surprised I got this much done considering I'm still very new to Sbarinfo; The biggest bug I can't seem to fix is the auto map it has a hom where the old status bar used to be. and of course the status bar doesn't fit anymore since the HUD Resolution is designed for 720p / 1080p; in-between resolutions will make it stretch awkwardly.
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: Fiendzys Other M Visor HUD release.

Post by Silentdarkness12 »

Have you tried CompleteBorder, doomfiend?
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: Fiendzys Other M Visor HUD release.

Post by doomfiend »

Yes sir... I think
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: Fiendzys Other M Visor HUD release.

Post by Silentdarkness12 »

I'm looking at your SBARINFO here. I'm a bit puzzled as to why you have an empty block for a normal status bar. That doesn't really help anything.

EDIT: I've been unable to replicate the automap HOM bug you've been experiencing.
Last edited by Silentdarkness12 on Sun Jun 28, 2015 1:58 pm, edited 2 times in total.
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: Fiendzys Other M Visor HUD release.

Post by doomfiend »

Silentdarkness12 wrote:I'm looking at your SBARINFO here. I'm a bit puzzled as to why you have an empty block for a normal status bar. That doesn't really help anything.
I couldn't fix my problem so i tried to remove it, I originally intended to copy the original status bar but it didn't go well

That aside.

https://www.dropbox.com/s/9umdnw7k183i6 ... 7.png?dl=0

I was bored.
User avatar
Silentdarkness12
Posts: 1555
Joined: Thu Aug 15, 2013 5:34 pm
Location: Plains of Pride

Re: Fiendzys Other M Visor HUD release.

Post by Silentdarkness12 »

I have to wonder if there's something wrong with your source port configuration. The automap HOM bug doesn't happen for me.
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: Fiendzys Other M Visor HUD release.

Post by doomfiend »

or my pc could just be derp. I tried it on my tablet and literally no issues.
User avatar
phantombeta
Posts: 2084
Joined: Thu May 02, 2013 1:27 am
Operating System Version (Optional): Windows 10
Graphics Processor: nVidia with Vulkan support
Location: Brazil

Re: Fiendzys Other M Visor HUD release.

Post by phantombeta »

Code: Select all

height 0;
completeBorder true;
Have you tried doing this?
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: Fiendzys Other M Visor HUD release.

Post by doomfiend »

That worked. Thanks\

Edit
Spoiler:
Should I release this too?
User avatar
Mini--Joe
Posts: 96
Joined: Sun Jul 27, 2014 10:25 am

Re: Fiendzys Other M Visor HUD release.

Post by Mini--Joe »

yes please
User avatar
doomfiend
Posts: 526
Joined: Sun Aug 27, 2006 6:10 am
Location: some where

Re: Fiendzys Other M Visor HUD release.

Post by doomfiend »

Mini--Joe wrote:yes please
Download link provided, Check 1st Post
Post Reply

Return to “Graphic/Audio Patches”