I wonder if the $ is still being interpreted as a control code for calling LANGUAGE strings?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 $.
[Discontinued] NC HUD v2.6.0 - September 7th, 2019
-
- 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
Re: [WIP] NC HUD v1.21
-
-
- Posts: 12328
- Joined: Tue Jul 21, 2009 12:04 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
- Location: capital N, capital S, no space
Re: [WIP] NC HUD v1.21
Probably. I wonder if \$ works?wildweasel wrote:I wonder if the $ is still being interpreted as a control code for calling LANGUAGE strings?
-
- 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
Re: [WIP] NC HUD v1.21
It does not. I had to make the $ glyph a separate graphic and draw it with DrawImage.NeuralStunner wrote:Probably. I wonder if \$ works?wildweasel wrote:I wonder if the $ is still being interpreted as a control code for calling LANGUAGE strings?
-
- Posts: 20
- Joined: Wed Jun 03, 2015 5:22 pm
Re: [WIP] NC HUD v1.21
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!
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.
-
- Posts: 2254
- Joined: Mon Jan 06, 2014 11:32 pm
Re: [WIP] NC HUD v1.21
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.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 15
- Joined: Thu Jun 27, 2013 5:38 pm
Re: [WIP] NC HUD v1.21
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
http://www.mediafire.com/download/5brql ... -bdv20.pk3
-
- Posts: 15
- Joined: Thu Jun 27, 2013 5:38 pm
Re: [WIP] NC HUD v1.21
Another update: I added separate ammo bars for dual wielding guns.
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:
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:
You do not have the required permissions to view the files attached to this post.
-
- Posts: 27
- Joined: Mon Aug 16, 2010 3:45 pm
Re: [WIP] NC HUD v1.21
the seperate ammo bars for each gun is definitely better.
-
- Posts: 241
- Joined: Mon Sep 05, 2011 10:07 am
- Graphics Processor: nVidia with Vulkan support
Re: [WIP] NC HUD v1.21
I noticed a couple of issues: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
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.
Can you make it an option?Doctor Nick wrote:Another update: I added separate ammo bars for dual wielding guns.
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:
-
- Posts: 15
- Joined: Thu Jun 27, 2013 5:38 pm
Re: [WIP] NC HUD v1.21
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.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.
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.Can you make it an option?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 27
- Joined: Mon Aug 16, 2010 3:45 pm
Re: [WIP] NC HUD v1.21
This hud doesnt work for me, I get a script error. This is with GZdoom
-
- Posts: 15
- Joined: Thu Jun 27, 2013 5:38 pm
Re: [WIP] NC HUD v1.21
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.
Make sure you're loading the wads in the correct order. If you're not sure, use a frontend, like ZDE.
-
- Posts: 4987
- Joined: Sun Nov 14, 2010 12:59 am
Re: [WIP] NC HUD v1.21
@Nevander: Could you post the link (thread link would be sufficient) to the mod with which the patch is to be used?
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.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.
-
- Posts: 241
- Joined: Mon Sep 05, 2011 10:07 am
- Graphics Processor: nVidia with Vulkan support
Re: [WIP] NC HUD v1.21
Yeah, I'm aware of that issue. Thanks for the update!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.
I think he meant this one: http://forum.zdoom.org/viewtopic.php?f=19&t=32628Blue Shadow wrote:@Nevander: Could you post the link (thread link would be sufficient) to the mod with which the patch is to be used?
-
- Posts: 2254
- Joined: Mon Jan 06, 2014 11:32 pm
Re: [WIP] NC HUD v1.21
Yep that's the one.Grigori wrote:Doctor Nick wrote:I think he meant this one: http://forum.zdoom.org/viewtopic.php?f=19&t=32628Blue Shadow wrote:@Nevander: Could you post the link (thread link would be sufficient) to the mod with which the patch is to be used?