Just to let you know: As of today, 2.2.0 is no longer relevant.Vaecrius wrote: HD is now designed for the latest GZDoom dev build (and not 2.2.0 release).
Hideous Destructor 4.10.0b
- Graf Zahl
- Lead GZDoom+Raze Developer
- Posts: 49234
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Hideous Destructor [last update dated January 2, 2017]
- Silentdarkness12
- Posts: 1555
- Joined: Thu Aug 15, 2013 5:34 pm
- Location: Plains of Pride
Re: Hideous Destructor [last update dated January 2, 2017]
Well, you picked the perfect time to implement this. Was just about to start recording E2M1.
- Silentdarkness12
- Posts: 1555
- Joined: Thu Aug 15, 2013 5:34 pm
- Location: Plains of Pride
Re: Hideous Destructor [last update dated January 2, 2017]
Wad Filtering Alternative
@Vaecrius You could use a system like this to make HD work with WadSmooshed Doom.
@Vaecrius You could use a system like this to make HD work with WadSmooshed Doom.
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: Hideous Destructor [last update dated January 2, 2017]
I am very hesitant to add that, since the last time I tried something similar many years ago it ended up breaking with so many bizarre corner cases it quickly became more trouble than it was worth. Now that old attempt only checked for level number so it was a lot worse, but already this new method is broken by HD's own firing range.
(If I did go this way, though, I'd want to add E5-9 just to include things like the Lost Episode... I should probably mention that on that thread)
(If I did go this way, though, I'd want to add E5-9 just to include things like the Lost Episode... I should probably mention that on that thread)
- Silentdarkness12
- Posts: 1555
- Joined: Thu Aug 15, 2013 5:34 pm
- Location: Plains of Pride
Re: Hideous Destructor [last update dated January 2, 2017]
Just add a custom check for the firing range.
Actually, now that I think about it, you could really just set it up so that if it's EXMX format, use Doom 1 mode, and have it be Doom 2 mode in all other circumstances.
Why would a Doom 1 custom map not use a EXMX format anyways?
Actually, now that I think about it, you could really just set it up so that if it's EXMX format, use Doom 1 mode, and have it be Doom 2 mode in all other circumstances.
Why would a Doom 1 custom map not use a EXMX format anyways?
Re: Hideous Destructor [last update dated January 2, 2017]
Any plans to have permanent damage staying upon respawn return as a server option?
I liked how playing with multiple lives still meant you had to be careful about dying, and medkits and such were still very useful, as even when respawning you might need a first aid kit. This was especially true if you died from a high damage attack like an explosion.
I liked how playing with multiple lives still meant you had to be careful about dying, and medkits and such were still very useful, as even when respawning you might need a first aid kit. This was especially true if you died from a high damage attack like an explosion.
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: Hideous Destructor [last update dated January 2, 2017]
Nope - I still think lives limit + insurgent gear reset is enough.
The problem is still that the trans-life damage doesn't represent anything that a respawn could plausibly represent, while carrying over that damage can turn an otherwise winnable run into a guaranteed unplayable lame-duck scenario (whereas the insurgent reset can still have you luck out and clear the starting area with a BFG or rocket launcher).
EDIT: SD12, can you try the newest GZDoom dev build and see if the smooshed wad still registers as D1?
The problem is still that the trans-life damage doesn't represent anything that a respawn could plausibly represent, while carrying over that damage can turn an otherwise winnable run into a guaranteed unplayable lame-duck scenario (whereas the insurgent reset can still have you luck out and clear the starting area with a BFG or rocket launcher).
EDIT: SD12, can you try the newest GZDoom dev build and see if the smooshed wad still registers as D1?
- Silentdarkness12
- Posts: 1555
- Joined: Thu Aug 15, 2013 5:34 pm
- Location: Plains of Pride
Re: Hideous Destructor [last update dated January 2, 2017]
Done. It still registers as D1.Vaecrius wrote:EDIT: SD12, can you try the newest GZDoom dev build and see if the smooshed wad still registers as D1?
EDIT: Scratch that. It does seem to work after all. Registered as D2.
However, now there's the vice-versa problem with Hideous Destructor. Doom 1 maps playing in Doom 2 mode. I still think the ACS from MetaDoom should be brought in.
- Fort of Hard Knox
- Posts: 197
- Joined: Fri Aug 26, 2011 3:50 pm
- Location: Texas
Re: Hideous Destructor [last update dated January 2, 2017]
Nail on the head. At a certain point you have to insurgent reset because you are worse off than the Hollow from Dark Souls.Vaecrius wrote:Nope - I still think lives limit + insurgent gear reset is enough.
a guaranteed unplayable lame-duck scenario
Also, bug report: when playing multiplayer, as soon as a negative change of height over a linedef occurs the entire session freeze-crashes. If I walk up a set of stairs it's fine. The second I walk down the stairs, it hard freezes. Tested with the newest GZDoom SVN and GZ 2.3.0. Toybasher is my witness.
Is this the pitch change thing everyone's been talking about?
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: Hideous Destructor [last update dated January 2, 2017]
That is not. I'll try to see what's causing the crash.
EDIT: Though come to think of it it could be! I didn't touch the player code at all and it may well be one of the stumblantennae getting caught in an infinite loop...
EDIT2: Got rid of stumblantennae, crashed. Disabled ACS, crashed. Didn't even load HD, crashed,... I'll file a bug report on the git if it hasn't been done already.
EDIT: Though come to think of it it could be! I didn't touch the player code at all and it may well be one of the stumblantennae getting caught in an infinite loop...
EDIT2: Got rid of stumblantennae, crashed. Disabled ACS, crashed. Didn't even load HD, crashed,... I'll file a bug report on the git if it hasn't been done already.
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: Hideous Destructor [last update dated January 2, 2017]
This looks very similar. Whoever reads this next please try whenever this fix gets committed and see if it works.
EDIT: I just tried the latest devbuild, no crash.
EDIT: I just tried the latest devbuild, no crash.
- Fort of Hard Knox
- Posts: 197
- Joined: Fri Aug 26, 2011 3:50 pm
- Location: Texas
Re: Hideous Destructor [last update dated January 2, 2017]
I'll be testing coop here in a second. Will report back shortly.
EDIT: No crashes! Nothing to report other than that.
EDIT: No crashes! Nothing to report other than that.
Re: Hideous Destructor [last update dated January 2, 2017]
Bug report.
The crosses on health packs are now green.
The crosses on health packs are now green.
- Matt
- Posts: 9696
- Joined: Sun Jan 04, 2004 5:37 pm
- Preferred Pronouns: They/Them
- Operating System Version (Optional): Debian Bullseye
- Location: Gotham City SAR, Wyld-Lands of the Lotus People, Dominionist PetroConfederacy of Saudi Canadia
- Contact:
Re: Hideous Destructor [last update dated January 2, 2017]
...why on earth would you think that's a bug???