[Discontinued] NC HUD v2.6.0 - September 7th, 2019

Projects that have specifically been abandoned or considered "dead" get moved here, so people will quit bumping them. If your project has wound up here and it should not be, contact a moderator to have it moved back to the land of the living.
Locked
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: [WIP] NC HUD v1.21

Post by wildweasel »

Woolie Wool wrote:Does SBARINFO not allow me to use the $ character in strings? I see it in the font and nearby characters like % display, but not $.
I wonder if the $ is still being interpreted as a control code for calling LANGUAGE strings?
User avatar
NeuralStunner
 
 
Posts: 12326
Joined: Tue Jul 21, 2009 12:04 pm
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support
Location: capital N, capital S, no space
Contact:

Re: [WIP] NC HUD v1.21

Post by NeuralStunner »

wildweasel wrote:I wonder if the $ is still being interpreted as a control code for calling LANGUAGE strings?
Probably. I wonder if \$ works?
User avatar
Woolie Wool
Posts: 1713
Joined: Mon Dec 15, 2003 3:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch Linux, Windows 11
Graphics Processor: nVidia with Vulkan support
Contact:

Re: [WIP] NC HUD v1.21

Post by Woolie Wool »

NeuralStunner wrote:
wildweasel wrote:I wonder if the $ is still being interpreted as a control code for calling LANGUAGE strings?
Probably. I wonder if \$ works?
It does not. I had to make the $ glyph a separate graphic and draw it with DrawImage.
killbotvii
Posts: 20
Joined: Wed Jun 03, 2015 5:22 pm

Re: [WIP] NC HUD v1.21

Post by killbotvii »

I'm not sure if this has ever been requested, but is it possible you could make this compatible with Doom RPG and DRLA?

EDIT: Should've read the OP before posting this. I'm sorry!
Last edited by killbotvii on Wed Jun 10, 2015 9:01 am, edited 1 time in total.
Nevander
Posts: 2254
Joined: Mon Jan 06, 2014 11:32 pm

Re: [WIP] NC HUD v1.21

Post by Nevander »

I made a patch for use with Perk's Smoother Weapon Animations Enhanced by NightFright. It works with both standard and black gloves versions (pk_anim1.wad and pk_anim2.wad are the default names). I use these often over SmoothDoom because sometimes I just like the weapons to be smooth and it's not as heavy but I LOVE this HUD. This is the best HUD mod there is for Doom, hands down. I had to make this patch because I had to be able to use two of my favorite mods together. Thanks for the patch guide.
nc_hud_pk_anim_patch.pk3
(2.21 KiB) Downloaded 85 times
Doctor Nick
Posts: 15
Joined: Thu Jun 27, 2013 5:38 pm

Re: [WIP] NC HUD v1.21

Post by Doctor Nick »

I updated the NC Hud patch for Brutal Doom v20, Bullets should show properly and grenades should show in reserve. You can see how many grenades you have by turning on reserve ammo display (type "nchud_toggleammo 1" in the console).

http://www.mediafire.com/download/5brql ... -bdv20.pk3
Doctor Nick
Posts: 15
Joined: Thu Jun 27, 2013 5:38 pm

Re: [WIP] NC HUD v1.21

Post by Doctor Nick »

Another update: I added separate ammo bars for dual wielding guns.

Image

What do you guys think of this? Do you like this or do you prefer the bar that just shows the collective ammo of both guns? Try it out here:
Attachments
nchud-bdv20u1.pk3
(18.52 KiB) Downloaded 115 times
AndehX
Posts: 27
Joined: Mon Aug 16, 2010 3:45 pm

Re: [WIP] NC HUD v1.21

Post by AndehX »

the seperate ammo bars for each gun is definitely better.
User avatar
Agitatio
Posts: 240
Joined: Mon Sep 05, 2011 10:07 am
Graphics Processor: nVidia with Vulkan support

Re: [WIP] NC HUD v1.21

Post by Agitatio »

Doctor Nick wrote:I updated the NC Hud patch for Brutal Doom v20, Bullets should show properly and grenades should show in reserve. You can see how many grenades you have by turning on reserve ammo display (type "nchud_toggleammo 1" in the console).

http://www.mediafire.com/download/5brql ... -bdv20.pk3
I noticed a couple of issues:
Ammo counter doesn't work in classic mode.
When you select SSG it shows SSG icon on the ammo counter instead of shells.
All weapons have their total ammo on bottom and current ammo on top, except SSG.
Doctor Nick wrote:Another update: I added separate ammo bars for dual wielding guns.

Image

What do you guys think of this? Do you like this or do you prefer the bar that just shows the collective ammo of both guns? Try it out here:
Can you make it an option?
Doctor Nick
Posts: 15
Joined: Thu Jun 27, 2013 5:38 pm

Re: [WIP] NC HUD v1.21

Post by Doctor Nick »

Grigori wrote: I noticed a couple of issues:
Ammo counter doesn't work in classic mode.
When you select SSG it shows SSG icon on the ammo counter instead of shells.
All weapons have their total ammo on bottom and current ammo on top, except SSG.
Fixed, u2 is below. Please note that the BFG9000 is currently bugged in Vanilla mode, and that it'll require a brutal doom update to fix.
nchud-bdv20u2.pk3
Update that fixes classic weapons and SSG bugs
(18.7 KiB) Downloaded 157 times
Can you make it an option?
If I make it an option, it'll require modifying the core nchud script, which will break compatibility with future versions and I don't want to do that. I can just make a seperate patch for that, u2-nodualammo is below.
nchud-bdv20u2-nodualammo.pk3
Same update, but with separate dual wielding ammo counters removed.
(18.42 KiB) Downloaded 92 times
AndehX
Posts: 27
Joined: Mon Aug 16, 2010 3:45 pm

Re: [WIP] NC HUD v1.21

Post by AndehX »

This hud doesnt work for me, I get a script error. This is with GZdoom
Doctor Nick
Posts: 15
Joined: Thu Jun 27, 2013 5:38 pm

Re: [WIP] NC HUD v1.21

Post by Doctor Nick »

What version of gzdoom are you running? What does the error say?

Make sure you're loading the wads in the correct order. If you're not sure, use a frontend, like ZDE.
Blue Shadow
Posts: 4949
Joined: Sun Nov 14, 2010 12:59 am

Re: [WIP] NC HUD v1.21

Post by Blue Shadow »

@Nevander: Could you post the link (thread link would be sufficient) to the mod with which the patch is to be used?

Doctor Nick wrote:If I make it an option, it'll require modifying the core nchud script, which will break compatibility with future versions and I don't want to do that.
For such a simple thing as managing the toggling of an option, you don't need to modify the main ACS library; you can add and run your own for the patch.
User avatar
Agitatio
Posts: 240
Joined: Mon Sep 05, 2011 10:07 am
Graphics Processor: nVidia with Vulkan support

Re: [WIP] NC HUD v1.21

Post by Agitatio »

Doctor Nick wrote:Fixed, u2 is below. Please note that the BFG9000 is currently bugged in Vanilla mode, and that it'll require a brutal doom update to fix.
nchud-bdv20u2.pk3
Yeah, I'm aware of that issue. Thanks for the update!
Blue Shadow wrote:@Nevander: Could you post the link (thread link would be sufficient) to the mod with which the patch is to be used?
I think he meant this one: http://forum.zdoom.org/viewtopic.php?f=19&t=32628
Nevander
Posts: 2254
Joined: Mon Jan 06, 2014 11:32 pm

Re: [WIP] NC HUD v1.21

Post by Nevander »

Grigori wrote:
Doctor Nick wrote:
Blue Shadow wrote:@Nevander: Could you post the link (thread link would be sufficient) to the mod with which the patch is to be used?
I think he meant this one: http://forum.zdoom.org/viewtopic.php?f=19&t=32628
Yep that's the one.
Locked

Return to “Abandoned/Dead Projects”