Commit graph

6 commits

Author SHA1 Message Date
mc776
4f90c32c67
levels: address #1181. (#1182)
Aplly these changes before i start the demo recording.
2023-11-05 20:39:27 -03:00
mc776
c048405f8b
levels: minor fixes and tweaks. (#1121)
E1M1
- All the monsters in the trench are now +ambush, so they don't move until you're down there. On easy the zombieman even faces away from the start.
- More monster blockers added to prevent invisi-blocks jumping into the starting room trench or down from the cliffs in the outdoor area.

E2M7
- Armour bonuses still floating on sector 599. They now adorn the side pillars instead.
- The minigun is comically easy to miss - pretty much every passage into that area is designed for you to look the other way or overshoot it jumping in there, and you might go through the next 80% of the map before having any reason to go back into that part of the room. Its platform has been moved to the lower area, with the upper platform being ostensibly a shotgun but the shotgun guy now standing there took it.

E3M4
- Stealth worm 16 stuck on overlapping ledge.
- Changed the St. Pete's cross into a sealed-off fireblu portal.
- Extended the stairs up from that long bridge so that it's more obvious from a distance at low resolution that those are legit stairs up and you're actually expected to backtrack that way.
- Redecorated the exit room.

E3M5
- Jump down into painlord courtyard in the west would be invisi-blocked by said painlords. Monster blocking line added to keep the way down clear. Moved the tree out of the way too, for good measure.
- Addressed #996.

E3M9
- Fixed numerous tutti-frutti textures and unstraightened some unintentional fake-contrasts in some organic areas.

E4M2
- Got rid of the flat bleed trick in that slime tunnel. It's just a big steady spotlight now - and it doesn't mitigate any nukage damage.
- The secret exit room multiplayer contingency entrance is now opened immediately after the trap-bars are triggered. The trap-bars themselves are no longer crushing, preventing a possible immobilization softlock.
- Said multi-contingency entrance area is remodeled to make it clear it has been jump-proofed.
- Aligned hex textures in secret exit room.

E4M9
- Flagged line 1765 as monster blocking. It's possible for a monster, while that platform is descending, to step right onto that window ledge and get stuck there as the platform continues its movement.
- Added glass to the sides of sector 230 to prevent the player from falling in under certain circumstances.

Map02
- Changed the multi-wallpart elevator so that the middle is the "rungs" that the side "pulleys" are lifting up the platform against.

Map04
- Numerous cosmetic fixes to the starting area.

Map05
- A couple lines on the edge of the stream used the surrounding brown rock instead of the zimmer brown.
- Made the helipad symmetrical and made it look more weathered, including adding a small tree where there would once have been a light.

Map11
- The walk line to open the yellow door switch is now south of the minigun, so those who "know" how it works (without knowing the exact location of the line) don't have to go all the way up to the door to intentionally trigger it.
- Removed some hard-only monsters from the eastern branch, removing some matribites and octaminators and replacing one of the former with a formerly easy-only trilobite and one of the latter with a stealth worm.
- The dock area is now opened up by the same switch that lowers the two platforms, which are now lowered permanently.
- The red skull shootable switches are now located so high up that it's impossible to gamble on a stray SSG shot hitting them from below.
- Addressed #996 in some small gaps in the final arena.

Map23
- Moved all health bonuses around the broken teleporter to look less like mushrooms.

Map26
- Blue skull door trim was misaligned, obscuring the shape of the horns.
- Zombieman 130 stuck inside a monster blocking line.
- Moved all health bonuses around the starting area corpse to look less like mushrooms.

Map29
- Addressed #996.

Map32
- Added a way to climb out of the lava pit.
2023-10-23 11:46:57 -07:00
mc776
4e7b215c0a
levels: more minor fixes. (#1013)
* levels: minor fixes to E3M7-9.



See #999.

E3M7 still had some orthogonal lines that looked misleadingly like secret doors, which would needlessly exacerbate how obscure the actual secret is. I haven't bothered touching the texture alignment since the repetition on the same texture being used over such a huge area is going to be pretty bad anyway.

* levels: rip+tear more lines from e3m7 huge guts.

There should be basically no fake contrast in that area at all now.

Also added a light texture to explain why the doorway is lit up like that.

* levels: minor fixes to E1M1 and Map28.

E1M1
Added a light source to the exit switch room.
Made the COMPUTE4 line only 3 screens wide and filled the empty space with vent speaker thingies.

Map28
Realigned SKSPINE2 on Sector 359.

Both latter fixes motivated by #995.
2023-07-13 08:39:30 -03:00
Steven Elliott
c781ad75ce levels: Cleanup Eureka errors in E3MN levels
In levels/e3m*.wad files fix errors flagged by Eureka when F9 (Check /
ALL) is pressed. This is mostly missing textures and similar errors.
  E3M2  Remove unused texture on an animated switch
  E3M3  Split stuck easy medium worm into two worms
        Move a few stuck zombies apart
        Fix Medusa by changing WOOD1 to WOOD8
        Remove crusher linedef that did nothing
        Fix transparent wall by changing MIDGRATE to METAL
        Fix transparent wall by changing AQTRIM03 to AQRUST10
        Fix Missing textures
  E3M4  Fix ceiling below floor
        Delete doom cameras (#32000)
        Fix Medusa secret area with GSTGARG
        Fix Medusa red sound tunnel with ROCKRED2
  E3M5  Separated two pairs of stuck monsters
        Delete two DM starts to get down to ten
  E3M6  Fix mismatched sector by deleting extra linedef
  E3M7  Clear flag 25 on linedef behind player start
        Remove trilobite in the void
        Clear hovering Medusa texture in green walled lava pit
        Fix Medusa exit sign
        Clear unused tag in on linedef
        Clear unused tags in sectors
  E3M8  Set impassable on all outside walls
  E3M9  Clear unknown sector type 72
        Clear unknown linedef type 181 multiple places
        Clear unknown linedef type 160 in small triangular sector
        Fix Medusa by changing SKSPINE2 to SKSNAKE2
        Delete doom camera (#32000)
        Clear unused tags in sectors
2022-10-30 15:16:22 -04:00
Xindage
96017a70c2 Maps fixes made by catoptromancy. 2021-07-25 10:24:46 -03:00
Mike Swanson
82b14b3b55 levels: Change “chapter” terminology to “episode”
A generic term like this isn’t really suitable for trademark, nor
likely to ever be disputed.  The community and the engine both heavily
bias toward “episode” and indeed most other games do.

Closes: #682
2020-07-15 14:02:57 -07:00
Renamed from levels/c3m9.wad (Browse further)