Hell-Forged (updated to v1.11 - development paused)

For Total Conversions and projects that don't otherwise fall under the other categories.
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.

How do you feel about the difficulty of Hell-Forged Maps on UV (Grandmaster)?

Poll ended at Mon Dec 20, 2021 11:26 am

Too Easy
2
9%
Somewhat Easy
1
4%
Just Right
5
22%
Somewhat Hard
12
52%
Too Hard
3
13%
Impossible
0
No votes
 
Total votes: 23

User avatar
Amuscaria
Posts: 6628
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Amuscaria »

Gez wrote:That's the plan, but the super-secret map is not publicly available yet -- it's waiting for the custom monster roster to be finished first.
Work starts next month, after I finish my current large work project. Haven't had time due to work. :)
User avatar
Amuscaria
Posts: 6628
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Hell-Forged - Sharkdemon and updates (P.319)

Post by Amuscaria »

Been behind for HF 1.1 due to work, but I've begun working this week on its assets. The Sharkdemon is finished, I'll need to add the Sharkman and Sharkopter next.
Spoiler:

(Edit: Fixed some shading mistakes)

Below is a list of sprites I need to make for 1.1:

-Alt-attack and melee animation for Hellduke, as well as touchups that was left unfinished for 1.0. This one will take some time since I lost the finished model, and only have an earlier model to work with.
-Alt-attack for Director and Behemoth, as well as some fixes for the missing underbelly chains during the Director's death animation. This should be simple.
-Crouch sprites for the player sprites, as well fixing some minor mistakes with the male-player's sprite during the attack animation. Will also be touching the sprite up to make them on-par with the rest of the stuff in the mod.
-New death animation for Guardian that is long overdo.

Below is a list of changes to the maps:

-Finished updetailing certain areas in the maps, mostly for decorative purposes in areas outside the map. I've already started on this for maps 1-4, and 8.
-Added much needed texture variation for later maps that I ran out of time for.
-Fix/change some boring monster placements in the later maps.

This will be the final version of Hell-Forged. I'll leave the mod up for maintenance but will be making no more additions to it, as I go into production for its sequel (details below)
Last edited by Amuscaria on Mon Feb 22, 2021 11:51 am, edited 4 times in total.
Gez
 
 
Posts: 17835
Joined: Fri Jul 06, 2007 3:22 pm

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Gez »

Impressive work as always! I'm eager to replay through HF in its complete version once it's ready. :)
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: Hell-Forged - Sharkdemon and updates (P.319)

Post by Captain J »

Amuscaria wrote:
Spoiler:
That's some cool arse shark human man. Cool stuff! Tho the blood is somewhat brighter than usual.

Anyways i understand. With this super high quality, there's no doubt it takes a lot of effort and time. Enemy and weapon sprites are all top-notch and even 1st episode felt very long. It's been still WIP after it came out, no? Just don't push yourself too hard with the accuracy or vanilla-perfection. As long as you can make it, you really can make it.

I'm saying is that i'm okay with the project going less-doom style. Just take your time!
User avatar
undeadmonk354
Posts: 196
Joined: Mon Feb 01, 2016 4:05 pm
Location: England

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by undeadmonk354 »

That's some very nice shark sprites there. Very good! Though it's taking a long time.

Right after the Sharkman and Sharkopter is the SharkBrute and Megalocopter, correct?
I wonder if those sharks are going to get a Reelism 2 battle...
User avatar
Amuscaria
Posts: 6628
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Amuscaria »

undeadmonk354 wrote:Right after the Sharkman and Sharkopter is the SharkBrute and Megalocopter, correct?
Those have been cut from the project. I think 3 custom monsters for one joke map is enough.
User avatar
Amuscaria
Posts: 6628
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Amuscaria »

Sharkman sprite. Still working on the colors. Currently based on the lemon-shark colors.
Spoiler:
ON an unrelated note, I need help debugging a rare bug with the immolator's fire. On occasion, if when the projectile hits the ground or a wall, the death animation loops endlessly, even though there is nothing in the death animation telling it to loop. The only thing the projectile inherits from is the FastProjectile Class.

Code: Select all

Death:
     FIRE ABA 2 Bright A_DamageTracer(5,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET)
	  FIRE B 2 Bright {A_FireCrackle; A_DamageTracer(5,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}
	  FIRE A 2 Bright {A_Fire(20); A_DamageTracer(5,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}
	  FIRE BCB 2 Bright {A_Fire(20); A_DamageTracer(4,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}	  
	  FIRE CBCD 2 Bright {A_Fire(20); A_DamageTracer(3,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}	  
	  FIRE CDEDEF 2 Bright {A_Fire(20); A_DamageTracer(2,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}	  
	  FIRE EFEFGHGHGH 2 Bright A_Fire(20)
     stop
Bug's pretty rare, but I've seen it enough times to know it wasn't just a random glitch. I'm guessing it has something to do with the src pointer. I want the kill from the fire to be attributed to the player that shot the porjectile, so I assumed I have to use AAPTR_TARGET (?).
Last edited by Amuscaria on Mon Feb 22, 2021 11:50 am, edited 1 time in total.
User avatar
Captain J
 
 
Posts: 16890
Joined: Tue Oct 02, 2012 2:20 am
Location: An ancient Escape Shuttle(No longer active here anymore)
Contact:

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Captain J »

I really love the tropical look of that yellow fella. Nice work, as always.

And about the Immorator's fire glitch, i think i saw it looping once before but i think it is rare. Recently tried the weapon so far but nothing happened.
User avatar
Lagi
Posts: 677
Joined: Sat Jun 23, 2018 12:51 pm
Location: Thou shalt alter thy beliefs with new evidence

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Lagi »

you created one of the best doom monster. New one, matching the vanilla artwork flawlesly.
they are excellent as they are now (i am tempted to check them in game).
Scuba Steve
Posts: 1059
Joined: Sat Mar 27, 2004 8:56 pm

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Scuba Steve »

These sprites are so wonderfully stupid. I'll definitely replay this mod when everything has been added.
User avatar
undeadmonk354
Posts: 196
Joined: Mon Feb 01, 2016 4:05 pm
Location: England

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by undeadmonk354 »

This is definitely the best sprite work you've ever made, even better then temple of the Lizard Men.
User avatar
Mor'Ladim
Posts: 298
Joined: Tue Sep 27, 2005 7:38 am
Location: An artifact in an image you foolishly saved as a JPEG.

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Mor'Ladim »

Amuscaria wrote: ON an unrelated note, I need help debugging a rare bug with the immolator's fire. On occasion, if when the projectile hits the ground or a wall, the death animation loops endlessly, even though there is nothing in the death animation telling it to loop. The only thing the projectile inherits from is the FastProjectile Class.

Code: Select all

Death:
     FIRE ABA 2 Bright A_DamageTracer(5,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET)
	  FIRE B 2 Bright {A_FireCrackle; A_DamageTracer(5,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}
	  FIRE A 2 Bright {A_Fire(20); A_DamageTracer(5,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}
	  FIRE BCB 2 Bright {A_Fire(20); A_DamageTracer(4,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}	  
	  FIRE CBCD 2 Bright {A_Fire(20); A_DamageTracer(3,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}	  
	  FIRE CDEDEF 2 Bright {A_Fire(20); A_DamageTracer(2,"wepfire",DMSS_AFFECTARMOR,"None","None",AAPTR_TARGET);}	  
	  FIRE EFEFGHGHGH 2 Bright A_Fire(20)
     stop
Bug's pretty rare, but I've seen it enough times to know it wasn't just a random glitch. I'm guessing it has something to do with the src pointer. I want the kill from the fire to be attributed to the player that shot the porjectile, so I assumed I have to use AAPTR_TARGET (?).
I've had the same problem with my own mod, and managed to fix it by changing the Death state to a 0-tic duration. I think you will need to place all the effects on an actor spawned by A_SpawnItemEx, rather than sticking them in the Death state. I actually just talked to someone about this after reading your post, because I thought it was interesting how you and I had a similar problem. To quote them:
"FastProjectile doesn't call Actor.Tick(). It's a bit weird. It's better to spawn the effect on death."
"The Death state of a FastProjectile shouldn't contain anything complex."

Hopefully this helps! For reference, my code looked like this when it triggered the bug:

Code: Select all

TNT1 A 1 A_SpawnItemEx("VolleyShotWallExplosion")
But was fixed when I used a 0 tic duration as shown below:

Code: Select all

TNT1 A 0 A_SpawnItemEx("VolleyShotWallExplosion")
Here is some extra information on the matter:
viewtopic.php?f=2&t=68963
User avatar
Amuscaria
Posts: 6628
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Amuscaria »

@Mor'Ladim: Ah thanks. I will give this a try. Thank you for the in-depth explanation. :D
User avatar
jonok
Posts: 7
Joined: Tue Jun 04, 2019 4:49 pm

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by jonok »

Hello, I just wanted to say that this mod is awesome and I can't just hold it has "a mod" so now is on my steam library as "standalone game" because why not

Thank you very much for your work, I'm enjoying my time with this game.
User avatar
Amuscaria
Posts: 6628
Joined: Mon Jul 26, 2004 12:59 pm
Location: Growing from mycelium near you.

Re: Hell-Forged - Final Super-Secret Map Completed (P.319)

Post by Amuscaria »

jonok wrote:Hello, I just wanted to say that this mod is awesome and I can't just hold it has "a mod" so now is on my steam library as "standalone game" because why not

Thank you very much for your work, I'm enjoying my time with this game.
I would love to make this standalone, but I don't think it's legal for me to just copy all of Doom 2's sprites and sounds into the wad. :P
Post Reply

Return to “TCs, Full Games, and Other Projects”