Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Arsinikk

Hell Revealations [/idgames - Final 2024] (Hell Revealed I + II Successor + Deathmatch)

Recommended Posts

Making something happen once you press two or more switches is doable, but it does require some trickery. That gave me some ideas about what kind of tricks one could pull off with this. A secret might include having to press 3 separate switches. If it was made obvious it was part of a sequence, this could be a neat mechanic.

Many of these effects have a habit of breaking in coop. If they are for a secret area though, it's an acceptable tradeoff.

Share this post


Link to post
13 minutes ago, zokum said:

Making something happen once you press two or more switches is doable, but it does require some trickery.


You could make a 666-tagged door require multiple switches if said switches activate remote crushers to destroy hidden Keens. That's one way to achieve it in vanilla.

Share this post


Link to post
24 minutes ago, Jayextee said:


You could make a 666-tagged door require multiple switches if said switches activate remote crushers to destroy hidden Keens. That's one way to achieve it in vanilla.

Another way is to raise a sector to the highest neighbouring. The first time you raise it only a hidden inner dummy sector is raised, say 128 units. The next switch you press will then raise the outer sector (your gameplay sector) 128 since the highest neighbouring is now 128 units taller.

Share this post


Link to post
11 hours ago, Blue Phoenix said:

You "can" but it requires a bit of trickery.  In my map for Jamal Jones (e1m17) I have a wall lower after pulling 2 key switches on it.

 

6 hours ago, zokum said:

Making something happen once you press two or more switches is doable, but it does require some trickery. That gave me some ideas about what kind of tricks one could pull off with this. A secret might include having to press 3 separate switches. If it was made obvious it was part of a sequence, this could be a neat mechanic.

Many of these effects have a habit of breaking in coop. If they are for a secret area though, it's an acceptable tradeoff.

 

6 hours ago, Jayextee said:

You could make a 666-tagged door require multiple switches if said switches activate remote crushers to destroy hidden Keens. That's one way to achieve it in vanilla.

 

I never said you can't do some multiple action triggers tied to key doors in Vanilla. Although if I did in this particular map, I'd want some sections to lower and not raise. Technically I could use "WR Floor raise to lowest ceiling" in some way probably, but I don't want the sector to lower instantly.

 

You all have some great and interesting ideas, but for this particular map and section they aren't too helpful. Keep in mind I know myself around vanilla very well, with using Vanilla conveyors, designing an infinitely repeating Vanilla conveyor, even using tricks like the multi switch to open a door "WR floor lower to highest floor" trick used in say Epic 2. If I wanted to use a trick like that here, I probably would have, but tbh the biggest limitation in this map and section is that the map is open and super hot with VPO and drawsegs. I'm talking areas with 125-127 planes and 250-254 segs. So adding anything to change how the segs are built is just going to HOM the hell out of the area.

 

For example, I'm quite proud of a certain nomo setup I did for MAP07 that makes the map completable in nomo despite the bossdeath actions. Basically a keen door opens only when there are no monsters:

Spoiler

hrs-keen-trigger.png

 

Basically it requires 3 barrels with the red barrel at the bottom being a keen. Since this project already uses dehacked and is very tight of dehacked frames, I just made a simple object with 2 frames including the keen functionality. When the player starts the map, they walk over a tag 86 crusher start line. Keep in the mind the right crusher is lower than the one on the left. When the right crusher explodes the barrel, it pushes the barrel to the right over towards that cubby hole. If there are monsters, a lost soul is there and the barrel with bounce off it, doing nothing. However if you are playing on nomo, the barrel gets pushed in the cubby hole, walking over a lift line that lowers tag 87. You may note that barrels can trigger walkover lines like monsters. When the tag 87 lift lowers, the left tag 86 crusher finally crushes its barrel, meaning that the keen is killed and opens the nomo only 666 tag door.

 

hrs-nomo.jpg

 

I'll admit it's slightly more complicated than that as I also had a linedef that raises all tag 666 sectors up to highest ceiling (because it's MAP07) due to the keen action opening a door making all sector ceilings lower 4 units, and I want to make sure that planes nor segs are added in vanilla.

 

@Firedust Often what Vanilla mappers do is that they put an action switch behind the key door switch to actually do something. That's why in vanilla you often see those double switches used (which tbh I've never been crazy about myself). Unfortunately with how open MAP25 is, that's not really an option.

 

I'm actually not sure what I'd do when it comes to signposting where to go there anyway. In Boom, for this setup, I'd literally just lower the switches after hitting them and that's it. I want the player to enter the room blocked bars for 2 reasons. 1) it has the megasphere which will set the player up for the final fight, and 2) the map has been designed that technically you only need 2 keys to exit, as if you are a speedrunner you can glide through after only hitting 2 switches (raising 2/3 of the key bars). In addition, I have also put a lot of triggers in that room to do things like lower the wall and raise the archviles in the the red key builidng, just in case the player only grabbed the yellow and blue key.

Share this post


Link to post

If you are near vpo/seg limits, there are sometimes tricks you can do. One nice way is to hint the node builder with extra linedefs. Another good thing to do is move all control sectors far away, outside the play area if you haven't already. It will make it easier for the node builder to pick the best partition lines. Using zokumbsp's wide algorithm is another option, but it is probably too slow for this map, and with the never ending loop bug there is no way to know if you will ever finish building. I'm starting to amass a large list of things I need to fix/improve. I really ought to send my mobo/cpu/mem back to get it fixed/replaced :)

You can always hex edit out those extra segs, but that is a chore to get right... It's a weakness with how node builders work. It would be better if they used linedefs for partitions instead of segs, but that adds a few other problems with the current algorithms. You might get away with adding linedefs that span between vertices that are also on that side of the partition.

If I get back to bsp coding, your map looks like a good test case. I've often used doom2.wad, but it isn't really very relevant test data. AV map01,02 and 20 are slightly better since they are much more advanced pwad maps. This map sounds even better.

Share this post


Link to post
25 minutes ago, zokum said:

If you are near vpo/seg limits, there are sometimes tricks you can do. One nice way is to hint the node builder with extra linedefs. Another good thing to do is move all control sectors far away, outside the play area if you haven't already. It will make it easier for the node builder to pick the best partition lines. Using zokumbsp's wide algorithm is another option, but it is probably too slow for this map, and with the never ending loop bug there is no way to know if you will ever finish building. I'm starting to amass a large list of things I need to fix/improve. I really ought to send my mobo/cpu/mem back to get it fixed/replaced :)

Interestingly enough, the map is actually already using ZokumBSP... In fact it is using a very specific preset I put together to push maps such as MAP15 and MAP29 just under the Vanilla blockmap limit. This particular map isn't too close to the blockmap, but of course I opted to use ZokumBSP since it is the go-to nodebuilder when I wanna squeeze as much detail out in Vanilla as I can.

 

28 minutes ago, zokum said:

You can always hex edit out those extra segs, but that is a chore to get right... It's a weakness with how node builders work. It would be better if they used linedefs for partitions instead of segs, but that adds a few other problems with the current algorithms. You might get away with adding linedefs that span between vertices that are also on that side of the partition.

I've already employed some tricks throughout this wad like overlaying linedefs on top of each other so they don't create extra segs, or moving geometry or cutting sectors specifically so that they align with the seg cuts to maximise drawsegs. Doing extra fancy stuff like some of the things you suggest is probably a bit above my wheelhouse.

Share this post


Link to post

Looks fun as hell with all these dehacked changes and I want to give feedback but don't have the time to play the maps before release. I'll keep an eye on this!

I scanned RC1 with some bug-finding tools I made. Mostly a few stuck multiplayer/easy mode monsters:

Spoiler

These assume you play vanilla, complevel 2

 

MAP02:

- Rocket index 827 is unobtainable

- There's a whole load of chaingunners standing around lamp thing 376 that don't spawn in UV, I wonder if that's intentional

MAP14:
- Stuck multiplayer, easy difficulty monsters (thing 1266)

MAP16:

- A couple of stuck imps (things 692, 711)

- Stuck multiplayer easy guys (thing 723)

- Candle thing 908 glitches when you activate the crusher in the DM arena

MAP29:

- Some stuck revs on a pillar in the big red northeast area: 3172, 3160, 3127

MAP31:

- Stuck multiplayer zombiemen, thing 2935 and the eight zombies around him

 

HRsBonus.wad MAP30: Long line of stuck multiplayer mancubi: 689 (westernmost), 694 (easternmost)

 

Share this post


Link to post

i've made it through Map13 on UV. I had to abandon my "save at keys only" rule pretty quickly but I'm still having a good time. This has been a great set so far, very high quality on average, and avoiding the more boring and frustrating parts of the inspirations. I like most of the gameplay changes (cyberdemons are mean enough without fast rockets) and every map has had something interesting to remember it by. Great work all around.

 

Very brief (~1 line) comments on each map so far:

Spoiler
  • Map01: An excellent starter and tone setter. I love the mapping tricks and introduction to some of the new mechanics.
  • Map02: It's fun to punch a hole through the crowd not sure if I'll make it to the other side. It mellows out afterwards. I appreciate the doomcute.
  • Map03: I don't like the cramped corridor fighting. I can't say its not thematically appropriate, but that blue key gave me lots of trouble.
  • Map04: I like the aesthetic of the center area, and the fights in the other rooms are good fun.
  • Map05: The best-looking map so far, not that I'm judging by looks. I enjoyed the chaos in the courtyard, the use of exploding barrels, and the secret chains.
  • Map06: Tough map. The opening is hard and the fight in the blue key room has got to be the trickiest fight thus far.
  • Map07: The red/blue aesthetic is awesome, I enjoy managing the monsters in the courtyard, and the dark room is an awesome gimmick.
  • Map08: While I appreciate giving Niv some love, I can't say that I enjoyed this one very much.
  • Map09: My favorite so far. Good combat, good theme, and abundant doomcute. It took a few tries to realize that I could release the last monster waves one at a time.
  • Map10: The water room fight is great but this is otherwise pretty ho hum. Not bad, but it had to follow Map09!
  • Map11: Good breather map. They tear each other apart, I hardly need to do anything!
  • Map12: I never cared for The Siege II and this did little to change my mind. I feel like the timer at the end is unnecessary given the Cyberdemon posse.
  • Map13: I found a sneaky Mario. He didn't reveal his secrets to me. I can't find consistent strategies for the red room or final fight. I missed the soulsphere though. I should try again.

 

Share this post


Link to post
2 hours ago, Inuk said:

Looks fun as hell with all these dehacked changes and I want to give feedback but don't have the time to play the maps before release. I'll keep an eye on this!

 I scanned RC1 with some bug-finding tools I made. Mostly a few stuck multiplayer/easy mode monsters:

 

Thanks alot for this, alot of this info has been very helpful :)

 

A couple of the errors that your tools have found, I'm a little confused why they are throwing an error. Specifically the "stuck" imps on MAP16 and the the "stuck" mancubi on MAP30B (bonus wad). Not sure why your tools marked them as stuck, since I've checked those out and they seem fine.

 

Everything else though was spot on and we'll fix those stuff for the upcoming RC2.

 

1 hour ago, Spie812 said:

i've made it through Map13 on UV. I had to abandon my "save at keys only" rule pretty quickly but I'm still having a good time. This has been a great set so far, very high quality on average, and avoiding the more boring and frustrating parts of the inspirations. I like most of the gameplay changes (cyberdemons are mean enough without fast rockets) and every map has had something interesting to remember it by. Great work all around.

Glad you are enjoying what you've played so far.

 

regarding the faster rockets, the cyberdemon's rockets are a side effect for the players rockets being faster (as they both share the same projectile). It is part of the slightly beefed arsenal, that unfortunately also makes cyberdemons a bit more deadly. However I find that I can often rocket Archviles before they finish their attack, so in a way it's more of a boon than detriment IMO.

 

Just some minor comments on a couple of your thoughts:

Spoiler
  • MAP03 - I'll admit I accepted this map cuz it was sorta painful in the best kind of HR way. I sorta see this map as a rite of passage, as it is probably the most tedious that the maps get. Basically if you can get through this map, it preps you up for some later maps.
  • MAP08 - It's a bit funny that you mention the Niv influence as that is exactly what the mapper SuperPecanMan said in the infopack, that he wanted to give some love to Niv. :P
  • MAP10 - Don't know if it would change your mind at all, but the final fight has been tweaked to be a bit harder in RC2. I will admit that this is probably one of the least HR feeling maps of the set. Still think it's a solid map though.
  • MAP12 - I'll be honest, my main pitch for this map was to make the Siege II, but make it good. I'm not surprised that some would still not like it though. Fun fact, you can actually skip the entire "siege segment" by riding one of the megasphere pillars up and jumping out of the caged area. The timer at the end was specifically supposed to be used to deal with all the stone barons at the end, at least when going for UV-max.

Share this post


Link to post

I checked the MAP16 and MAP30B stucks in DSDA-Doom (complevel 2, though cl probably doesn't matter), Chocolate Doom, GZDoom, they're always stuck because they're inside monster-blocking lines.

Here's some recorded evidence from DSDA-Doom:

Spoiler

cXMeyLMXlc.gif.dd6e08b53b5c3c768f8a679b3e73b6cb.gif

FYlRDU5Yh5.gif.1a85a3f96cf802c89a5552e469e23d84.gif

kjMBw0U34t.gif.045aa439847ed90ca78dac1afd9aa5fc.gif

 

Share this post


Link to post

Beat the main wad! Map 28 kicked my ass so many times, I lost count.

 

fyi the ghost monster thing didn't work in gzdoom so unless there's a ghost monster setting in the sourceport I am unaware of, the trve experience lies elsewhere.

Started the bonus maps, there appears to be a typo in the loadup screen, maybe intentional? (hell revealtions)

Share this post


Link to post
1 hour ago, Firedust said:

Beat the main wad! Map 28 kicked my ass so many times, I lost count.

Fyi: the first version was even harder and had 800 more enemies ;) I still hope the ass-kicking was enjoyable :)

Share this post


Link to post
7 hours ago, Inuk said:

I checked the MAP16 and MAP30B stucks in DSDA-Doom (complevel 2, though cl probably doesn't matter), Chocolate Doom, GZDoom, they're always stuck because they're inside monster-blocking lines.

Ah thanks, you were correct then. Didn't realise there were monster-blocking lines there. Thanks :)
 

3 hours ago, Firedust said:

Beat the main wad! Map 28 kicked my ass so many times, I lost count.

Fun fact, like tonytheparrot said, the original version of MAP28 was much harder and grindier. I didn't approve the original submission cuz the precision it required for many of the fights was too much, especially compared to the rest of the set. You may think it sticks out now as being quite difficult, but it used to be far more unforgiving.

 

3 hours ago, Firedust said:

fyi the ghost monster thing didn't work in gzdoom so unless there's a ghost monster setting in the sourceport I am unaware of, the trve experience lies elsewhere.

Well it seems like I'll have to do a DECORATE solution to spawns new ghost versions of the monsters on ZDoom-based ports. Probably the best fix. Also plan on doing a ZDaemon fix as well, but I'm less versed in the custom code that ZDaemon uses.

 

3 hours ago, Firedust said:

 Started the bonus maps, there appears to be a typo in the loadup screen, maybe intentional? (hell revealtions)

Oops that's not intentional lol. Apparently the HELP and CREDIT graphics are also misspelled. RIP. This will be fixed in RC2.

 

So I will mention that the main WAD does have a secret warp only MAP33. The main reason for it being in the main WAD and not the bonus WAD is cuz I thought the deathmatch was fun, and the bonus WAD does not have deathmatch support.

Share this post


Link to post
2 minutes ago, Firedust said:

Map 29b: This archvile closet is broken - https://prnt.sc/eY0Z6VyWGSmO

Can you elaborate on how it's broken? There's a cell pack in there so the player is supposed to be able to walk in.

 

3 minutes ago, Firedust said:

Also this SMM didn't trigger for me no matter what I did (I did cross the tagged linedef multiple times lol): https://prnt.sc/GVmpbTJ3DRAq

Are you playing on the UV+ "Hell Revealed II" difficulty? Cuz that SMM is set to multiplayer only.

Share this post


Link to post
3 minutes ago, Arsinikk said:

Can you elaborate on how it's broken? There's a cell pack in there so the player is supposed to be able to walk in.

 

Are you playing on the UV+ "Hell Revealed II" difficulty? Cuz that SMM is set to multiplayer only.

Playing on HR II difficulty, been doing so for both wad files.

 

The archvile closet wall didn't lower. If the SMM is tagged as multiplayer only, why was it spawned during my playthrough? This is strange. GZDoom acting weird?

Share this post


Link to post
7 minutes ago, Firedust said:

Playing on HR II difficulty, been doing so for both wad files.

  

The archvile closet wall didn't lower. If the SMM is tagged as multiplayer only, why was it spawned during my playthrough? This is strange. GZDoom acting weird?

HR II difficulty is Ultra-Violence+.

So it's Ultra-Violence with added multiplayer monsters (in singleplayer).
 

Wouldn't say it's the intended experience (lol), since neither I nor the testers have tested UV+ since it was supposed to be like a bullshit difficulty.

LOL so you've been playing the super hard difficulty this whole time... No wonder MAP28 was scary lol.

 

I'll check on the SMM, perhaps it is just a badly designed monster closet.

Share this post


Link to post
5 minutes ago, Firedust said:

The archvile closet wall didn't lower.

 

You can enter the closet for free once the archvile (or imp) behind the fake wall is dead.

Share this post


Link to post
1 minute ago, Arsinikk said:

HR II difficulty is Ultra-Violence+.

So it's Ultra-Violence with added multiplayer monsters (in singleplayer).
 

Wouldn't say it's the intended experience (lol), since nor I or the testers tested UV+ since it was supposed to be like a bullshit difficulty.

 

LOL so you've been playing the super hard difficulty this whole time... No wonder MAP28 was scary lol.

 

I'll check on the SMM, perhaps it is just a badly designed monster closet.

lmao nice

Done with the bonus wad, took me a long time, because map32b ahahaha (map 28 still harder fs imo)

Another thing to note: I've noticed this wad forces particular settings (which is normal, loads of wads force infinite height and disable jumping), but it seems that it automatically enables the lost soul limit. Now, normally this wouldn't be a problem, but some fights (like in map 29 iirc) have Pain Elementals mixed in with cacos, and they are completely helpless. Unless the author's intention was to turn them into meat shields - which tbf makes zero sense given the setup, I believe something is not right here.

 

Also, also, map 33b made me chuckle.
Slotter dev team: 'Each monster is a chess piece waiting to be utilised effectively'.

Also slotter dev team: 'Hey, Arsinikk, I've been thinking hard about this encounter and I believe a good idea would be to rush the player with 4 hell knights, 2 revenants, and 2 arachnotron turrets up top. What do you think?'
Arsinikk: 'Nah, just add in 20 barons lmao'
 

Share this post


Link to post
1 minute ago, galileo31dos01 said:

 

You can enter the closet for free once the archvile (or imp) behind the fake wall is dead.

I couldn't for some reason.

Share this post


Link to post
11 minutes ago, Firedust said:

I couldn't for some reason.

 

I don't know what to tell you honestly, I can kill what's inside and enter the closet no problems. Closet is 48x128 and doomguy is 32x56 so I would assume that's universal even for gzdoom?

Share this post


Link to post
3 minutes ago, galileo31dos01 said:

 

I don't know what to tell you honestly, I can kill what's inside and enter the closet no problems. Closet is 48x128 and doomguy is 32x56 so I would assume that's universal even for gzdoom?

Okay, lemme just make sure of something - is there an invisible wall there? Reason why I'm asking is I can't play the wad rn to check it myself.
Because I'm pretty damn sure there was a brick wall there, in fact on both sides.

Share this post


Link to post
Just now, Firedust said:

Okay, lemme just make sure of something - is there an invisible wall there?
Because I'm pretty damn sure there was a brick wall there, in fact on both sides.

 

There is a passable fake wall, aka mid texture on both sides (in this case) you can go through at any time, like when you go through the red fire textures in either skull key section.

Share this post


Link to post
21 minutes ago, galileo31dos01 said:

 

There is a passable fake wall, aka mid texture on both sides (in this case) you can go through at any time, like when you go through the red fire textures in either skull key section.

Well, that makes sense now! What happened was, the archvile was stuck (his arms were sticking out, but I thought it was one of those classic Doom things), and I being the dumbass I am automatically assumed the wall didn't lower while there was no wall to lower in the first place. Geez haha. Glad that's been cleared up.

Share this post


Link to post
2 hours ago, Firedust said:

Another thing to note: I've noticed this wad forces particular settings (which is normal, loads of wads force infinite height and disable jumping), but it seems that it automatically enables the lost soul limit. Now, normally this wouldn't be a problem, but some fights (like in map 29 iirc) have Pain Elementals mixed in with cacos, and they are completely helpless. Unless the author's intention was to turn them into meat shields - which tbf makes zero sense given the setup, I believe something is not right here.

This mapset was designed with the lost soul limit in mind, however regarding MAP29 I haven't really tested UV+ very much which tends to have quite a bit of Pain Elementals. I do know that map has about 8 lost souls near the end leaving the rest of the pain elementals beforehand only 12 lost souls to use...

 

Tho tbh I do really find useless pain elementals kind of hilarious, so I don't exactly know if I wanna change it specifically on MAP29.

 

2 hours ago, Firedust said:

 Slotter dev team: 'Each monster is a chess piece waiting to be utilised effectively'.

Also slotter dev team: 'Hey, Arsinikk, I've been thinking hard about this encounter and I believe a good idea would be to rush the player with 4 hell knights, 2 revenants, and 2 arachnotron turrets up top. What do you think?'
 Arsinikk: 'Nah, just add in 20 barons lmao'

And now you know how difficult it was to test this mapset... "hey this is kind of awful to play isn't it?", "yeah but it's like HR tho"

I think we did a good job by keeping a little bit of those HR moments, without letting them become too awful to play.

Share this post


Link to post
43 minutes ago, Arsinikk said:

And now you know how difficult it was to test this mapset... "hey this is kind of awful to play isn't it?", "yeah but it's like HR tho"

I think we did a good job by keeping a little bit of those HR moments, without letting them become too awful to play.

I think overall you guys did a stellar job recapturing that HR spirit, both combat- and visuals-wise without ever venturing into the bland or obnoxious territory (no shotgunning baron hordes, tf for that aye). Thanks a lot for releasing this mapset, I had an absolute blast with it!
I would love to see UV+ runs of some of the maps on here - there are some cool things you can pull off here if you got luck and skill. I generally saved in between encounters during my playthrough, with two exceptions - the damaging floor area in map 28 (that fight took me a long time to get right), during which I saved twice, and the lava area in map 32b (20 damaging floors and no radsuits or wiggle room? seriously, guys? seriously?).

 

Looking forward to the sequel (I didn't misread the endtext, did I?), Corruption 2, and other cool projects from the Slotter Team!

Share this post


Link to post

RC2 is Here!


>>>>>>>>>>>> DOWNLOAD HRs <<<<<<<<<<<<

 

Thanks to everyone for their feedback!

We have gone through all of your reports and squashed countless bugs!

 

We may wait a little while to see if there's anything super broken, but this should be close to the final revision when it comes to non-ZDoom ports!

 

Currently MAP30 does not work correctly in ZDaemon and ZDoom ports (i.e. no ghost monsters).

I'm currently working with the talented @Worst to come up with a ACS / DEHSUPP solution.

 

Here is the changelog for RC2:

Spoiler

MAIN WAD:

  • Text screens - fixed some misspellings.
  • Infopack - fixed some minor text errors. Added splash credit screen on exit.
  • Graphics - made SKY1 and SKY2 seamless (Arsinikk).
  • ZDoom Ports - rebuilt entire DEHACKED in DECORATE / LANGUAGE in preparation for future DEHSUPP support.
  • MAP02 - swapped thelamp for correct hanging corpse. Made a certain rocket grabbable.
  • MAP07 - Added ZDoom script to prevent / allow nomo door opening depending if there are monsters or not.
  • MAP08 - Added UV+ that was missing in RC1 (oops). swapped SSG and shotgun placement for HNTR/ITYTD.
  • MAP10 - Final encounter has been tweaked to be a bit harder.
  • MAP14 - Multiplayer enemies changed to UV only.
  • MAP16 - Fixed a candle in DM arena. Multiplayer enemies changed to UV only. Fixed a few imps that got stuck on easy.
  • MAP18 - After the final fight, pinkies not fought are crushed allowing for easier UV-max.
  • MAP19 - some minor pillars and sniping enemies removed. Just overall accessibility tweaks and drawseg fixes.
  • MAP22 - geometry tweaked to fix some drawseg overflows. It's harder for a certain fight to be cheesed.
  • MAP25 - moved a teleporter closer to the wall in the rocket launcher building.
  • MAP31 - Some monster closets tweaked to be less likely for monsters to get stuck. Fixed some stuck multiplayer only zombiemen. Made secret exit slightly more obvious.

 

BONUS WAD:

  • Graphics - fixed some misspellings on the bonus WAD graphics
  • ZDoom Ports - rebuilt entire DEHACKED in DECORATE / LANGUAGE in preparation for future DEHSUPP support.
  • MAP07B - Added ZDoom script to prevent / allow nomo door opening depending if there are monsters or not.
  • MAP16B - Made a certain lava area damaging to match the rest of the map.
  • MAP29B - Fixed a multiplayer only Mastermind that wouldn't teleport in.
  • MAP30B - Fixed a HOM in the final room. Fixed some stuck mancubi on multiplayer.

 

A special shoutout to @Firedust, @Inuk, @bioshockfan90, and @Vile for RC1 testing and feedback.

 

Edited by Arsinikk

Share this post


Link to post

Introducing RC3!


  >>>>>>>>>>>> DOWNLOAD HRs <<<<<<<<<<<<

 

We came, we saw, we kicked some bug ass!

 

I'm proud to announce this update allows for MAP30 to work correctly in ZDaemon and ZDoom ports.

This is all thanks to the hard work by @Worst to create an amazing ACS solution!

 

Another large thing to point out is that MAP02 has been updated! It seems that the mapper used HNTR to include the most difficult difficulty of the map. That has since been remedied and now the difficulties should be consistent with the rest of the megawad! In addition, the map has had a minor visual facelift.

 

Thanks to @bioshockfan90 for pointing out MAP02's HNTR difficulty being crazy, or we wouldn't have known about it.

 

Here is the changelog for RC3:

Spoiler
  • Infopack - Updated MAP16B commentary.
  • ZDoom stuff - Added and tweaked some compatibility options. Fixed berserk not forcing the player to change to the fist.

  • Eternity Engine - Fixed Doomguy toy (MAP33) being replaced with a corpse.

  • MAP01 - Fixed a switch alignment. Fixed a certain slimetrail / broken sector stuff.

  • MAP02 - Tweaked difficulties so that HNTR is no longer harder than UV (multiplayer as well). Some new geometry has been added. Automap moved to another location.

  • MAP10 - Fixed Vanilla crash while being in a particular sector.

  • MAP13 - made some tweaks to the midi to make sure it sounds correct in all ports.

  • MAP14 - Added a coop-only teleport in the red key section BFG secret area and tweaked teleport exit location. Fixed some multiplayer teleports. Super minor edits to control sectors.

  • MAP15 - Fixed a minor vertex oversight.

  • MAP27 - Changed coop switch to be SR near start area. Items in DM arena set to multiplayer-only.

  • MAP28 - Added impassible lines to voodoo doll "cauldron".

  • MAP29 - Fixed drawseg overflow near the start. Fixed a minor slimetrail.

  • MAP30 - The ghost monster Icon of Sin will now work correctly in ZDoom ports and ZDaemon.

  • MAP33 - Fixed Doomguy doll sfx not playing in ZDoom ports.

  • MAP02B - Fixed a medusa error.

  • MAP32B - Fixed a medusa error.

Edited by Arsinikk

Share this post


Link to post

I know there are tools that can find out these things, odd balancing like on map02. A few years ago I looked for one, but couldn't find a good one. Maybe it's one of those things one should just make yourself. A web based one would be neat. Just upload a wad to a page and get a report back.

ZokumBSP has some very hackish report stuff that I used while developing. Not sure if it even works, but it has some blockmap html generation. That project has a few dead ends of things that aren't maintained or working well. Maybe I'll conjure up something for 10.12.2023? :)

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×