Page 309 of 333

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Mon Aug 19, 2019 7:19 pm
by Ichor
That shouldn't give the error, unless the problem is in the previous item.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Mon Aug 19, 2019 7:35 pm
by Blue Shadow
Check any A_Saw or A_CustomPunch calls, making sure that you're passing the correct values to the correct parameters.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Mon Aug 19, 2019 7:52 pm
by Amuscaria
Blue Shadow wrote:Check any A_Saw or A_CustomPunch calls, making sure that you're passing the correct values to the correct parameters.
That was it. It was the kick alt-fire for the Templar Sword using A_CutsomPunch. Had a 0 at the ArmorBonus parameter. Thanks! :D

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Mon Aug 19, 2019 8:24 pm
by SamVision
While you're at it, you should probably remove the Templar Sword's attacksound because its useless and overrides the kick's.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Mon Aug 19, 2019 8:50 pm
by Amuscaria
fixed.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Thu Aug 22, 2019 1:54 pm
by SamVision
Two minor things:
HFFTL00, HFFTL10, HFFTL20, HFFTL30, and HFFTL40 have ridiculous offsets that cause them to go outside of the HUD.
HBA3A0, HBA3B0, and HBA3C0 would look a lot better ingame if they are given gl_monster offsets rather than projectile offsets.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Thu Aug 22, 2019 4:18 pm
by Amuscaria
The Female face offsets were fixed in the last patch. :)

HBA offsets fixed. Uses same puff as Infernal. Will need to make new sprites first in V1.1.

Oops, overlooked that renaming the male player sprites to PLAM instead of play would screw up the dead-player decorations resulting in Doomguys. :/

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Thu Aug 22, 2019 10:24 pm
by Captain J
Oh! Come to think of it, can i expect the texts on HUD to be at least bright or red as Armor and Health Indicators? Because i'm still having a hard time reading them in small size. Beginners probably wouldn't read them clearly either.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Thu Aug 22, 2019 10:53 pm
by SamVision
This is intentional right?
Spoiler:
Are keys supposed to be here with the fullscreen HUD?

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Fri Aug 23, 2019 6:43 am
by Gez
Amuscaria wrote:
Blue Shadow wrote:Check any A_Saw or A_CustomPunch calls, making sure that you're passing the correct values to the correct parameters.
That was it. It was the kick alt-fire for the Templar Sword using A_CutsomPunch. Had a 0 at the ArmorBonus parameter. Thanks! :D
So it's been fixed already, but as a protip:

I inserted a new DECORATE lump before the others, with just this content:

Code: Select all

#include "DECORAT1"
#include "DECORAT2"
#include "DECORAT3"
#include "DECORAT4"
And then I renamed the four DECORATE lumps DECORAT1, DECORAT2, etc. as you can guess.

The result was that the script warning message told me that the error was in DECORAT2 line 205, which is the kick alt-fire. With four identically-named DECORATE lumps it's ambiguous which one has the error, with unique names thanks to a #include system, no ambiguity.

And don't worry, SLADE can identify #included lumps and know that they're DECORATE (or GLDEFS, or whatever). I coded that in years ago.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Fri Aug 23, 2019 8:15 am
by Amuscaria
@Captain J: Wait, is it not the default red color for you?

@SamVision: It should be like that. I'm assuming you're using a higher res screen than me (im using 1920x1080) without HUD scaling (4x for me). The keys should be right above the Armor value. Ill see if there is an anchoring option in SBARINFO.

@Gez: Will do. Thanks.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Fri Aug 23, 2019 12:29 pm
by SamVision
Im using "adapt to screen size" setting for scaling on a 1920x1080 screen, its what I always use.

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Fri Aug 23, 2019 4:43 pm
by Amuscaria
SamVision wrote:Im using "adapt to screen size" setting for scaling on a 1920x1080 screen, its what I always use.
Did some testing. So far I haven't found a solution that works. I've rewrote the keys section using DrawSwitachableImage, instead of the DrawKeyBar, using Center-bottom offsets and set the offsets, but the key icons still move when you either change the HUD scaling to something that's not 4, or turn on the "Preserve Aspect Ratio" option on. No idea how I could fix it.

Nevermind, all the sliders to SetToFullScreen or AdaptToFullscreen and it worked.

Copy and paste this into your SBARINFO:
Spoiler:

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Sat Aug 24, 2019 2:14 am
by Captain J
Amuscaria wrote:@Captain J: Wait, is it not the default red color for you?
Uhh... No? I'm using GZDoom Version 4.2.0 and Hell-Forged Version 100. But no, the HUD texts are not red at all. Is there anything else i can solve this?

Re: Hell-Forged - V. 1.00 Released! (See Page 1)

Posted: Sat Aug 24, 2019 2:31 am
by Amuscaria
Captain J wrote:
Amuscaria wrote:@Captain J: Wait, is it not the default red color for you?
Uhh... No? I'm using GZDoom Version 4.2.0 and Hell-Forged Version 100. But no, the HUD texts are not red at all. Is there anything else i can solve this?
Are you using the alternative hud? It lets you customize the text color depending on the category. You cna turn that off in the alternative hud settings under HUD settings.