Commit graph

14 commits

Author SHA1 Message Date
mc776
24c4076216
levels: more minor fixes. (#1029)
* levels: more minor fixes.

E3M7
The columns blocking the painlords from wandering too far away from the teleport line were spread far enough apart that one of the monsters could pass through and not be able to come back. Two more columns have been added.

E4M7
Around the hall of nukage and six pillars:
- The stairs to the east needed more clearance in the ceiling.
- The nukage now lowers to -24 instead of -40 or -48.
- The BRNPOIS is corrected to BROWNGRN.

E4M9
The eastern backpack secret exited to a ledge far above some monsters right below it, a big vanilla-compat no-no. Everything's been redone so it's all on ground level. The gargoyle wallpaper has also been replaced with something that might align a bit better there; the remaining gargoyle heads now mark the secret.

* levels: adjust Map11 skull room.

- The monitors needed de-aligning after COMPUTE4 was expanded.
- The sloppy switch skull has now been replaced with another skull, and a poison sign has been added to the collection.

* levels: unstick map11 minigunner.

The one right next to where the red skull is now had been an unfortunately overlooked casualty of moving that ledge around.
2023-07-16 16:10:03 -03: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
mc776
d71ac12cf4
levels: another big batch of fixes. (#997)
* level: more fixes.

E1M3
- Minor item floating in one of the staircases.

E1M7
- Widened the item trenches in the northwest switch room to minimize the chance of a floating item.
- Narrowed the water trench in the southeast switch area to prevent someone from squeeze-gliding in.

E1M9
- Funny-shaped nukage bridge no longer has visible switches. Instead, that railing can be used from the outside anywhere along any of the long sides to lower it.
- Door on the north of that bridge was missing a doortrak.

E3M5
- Northeast giant blood pit had floating items in the new ledges. (Those bits are now also 100% pure meat instead of the rocky crust on top.)

E4M4
- Secret in the southwest is now the room instead of the doorway. Lighting adjusted accordingly.

E4M5
- There's an obscured lamp in the northwest that's supposed to look (in id) like a small lamp placed on top of the box. Freedoom's yellow lamp doesn't work for this, but Freedoom's candle sprite is perfect for the intended effect, so now it is that instead.

E4M6
- Various thin secrets.

E4M7
- Thing no. 580 was the wrong type and bled into the ceiling (see #941). The blocking version is now used instead.

E4M8
- The secrets by the starting area are now the rooms themselves instead of the doorways.

Map11
- Untagged the lizardbaby-triggered doorway as secret.
- All lizard baby sectors are now 72 units tall.
- Realigned the vines in the trilobite corridors overlooking the western atrium.
- Berserk red key secret room lengthened to guarantee having to step inside it.
- Red key is now at a different location, the platform now being a teleporter to it, allowing the location of the red key to be a single sector that can be flagged as a secret.
- Replaced the light source in the yellow skull room with something less likely to have already fallen over.
- Replaced the evil eyes with tech lamps since those aren't shootable.
- The trigger for releasing the pain bringers in the nukage fountain is once again a walk line.

Map16
- Every sector in the backpack secret was tagged as secret, leaving a total of 3 secrets one of which was skippably thin. The skippable is now untagged.

Map18
- It was possible to squeeze into the blue key pillar to trigger the ambush prematurely. The pillar is now the entire 64x64 platform.

* levels: more fixes.

E3M7
- Ambush-flagged and moved the pinkies in the lower small intestine so they stop trying to block the player from below either drop.
- Got rid of some orthogonal lines in the intestine to get rid of the fake contrast.

Map11
- Jump-proofed the decorative canal areas near the final arena.
- Some attempts to address #996.

Map14
- Removed the close-30-seconds door for the descending serpentipede monster closet because if they all bunch up like that while you have an SSG it's a boring wait afterwards. Have fun being hunted by them in the corridors!
- Addressed #996 in the south.

Map15
- Made the two lifts to the red armour secret visually consistent with each other.
- Some feeble attempts to address #996.

Map17
- Jump-proofed by Catoptromancy: numerous platforms raised above what should be jumpable in most sourceports that enable it by default.
- Added a backpack by the corpse near the start, as playing the map "right" and refraining from shooting until you get the tripod puts you in significant danger of running into a shellbox while at near full.
- The stairs inside the living room are flush up against the wall, so you don't waste time falling off and getting back on.
- The window texture now better matches the light falling on the floor.
- Moved Tree #73 and #37 as they were being invisible jump-blockers from below.
- Restored there being three chunks of rock for the blue key.
- Changed up a lot of textures in hopes of creating visually distinct areas.
- Added an extra secret in the start tunnel.
- Made the switch in the water go to 8+LAF fast instead of lowest because those weird sudden flat changes didn't look good.
- Shrank the pillars near the yellow key so you could move around all of them.
- Changed the torches inside the southern switch corridor to techlamps, and added new torches around the entrance to the eastern building.
- Changed the hanging corpse in the living room to another hanging corpse. (see #941)
- Made the couch look more like a couch. And one that's been in a war zone.

Map23
- Replaced the haphazard texture on the northern teleporter room and added some light sources.
- Improved the trim around sector 236 so the door doesn't go right into the curve.
- Used the correct CONS1 flat for sector 246 and shrank it accordingly.
- Addressed #996 in the south.
- Moved the (non-hanged) corpse in the starting secret out of the doorway. The way it hinted at the true nature of that wall was really neat but sadly doesn't play well with software renderer.

Map25
- Southern curved tunnel had a single orthogonal line that led to a misleading fake contrast.
- Some feeble attempts to address #996.

* Delete map17m.wad

* levels: restore old e2m1.

* levels: address E3M6 softlock.

see #998
2023-06-30 00:15:58 -03:00
mc776
c9710118ee
levels: minor Phase 1 fixes. (#963)
* levels: minor Phase 1 fixes.

This should address all outstanding issues in #698 and then some.

E1M1
Simplified the corridor behind the west blue key entrance.
Removed the serpentipede inside the secret in easy skill, and unflagged it as ambush so you don't need to necessarily *find* the secret to get 100% kills.

E1M7
Addressed #698 by getting rid of the potential soft-lock crusher trap altogether.

E2M8
Addressed #698 by keeping two tripods at all skill levels but making the polaric available immediately, along with a soulsphere and red armour. In the polaric's place in the hard-to-reach room is a second soulsphere.
I've also made the (medium/hard) polaric room door look like a door to reflect its actual use.

E3M6
Addressed #698 by not just marking the illusory wall as a secret line but also the inside of the room not-on-map. Added a light source to the inside of the room but it wasn't really necessary.

E3M7
Addressed #698 by removing the crusher tags for both sector and line.
Also dded some sound blockers to the entrance to the colon.

E4M6
Addressed the texture alignment issues in #698.
As for the descending sector potential crash, that is (a) *literally impossible* to fix in SLADE; and (b) a far too complex sector touching many things to trust not to break all over again on the slightest future adjustment to map geometry. The intended resulting sector type isn't even a hurtfloor, so there's no gameplay effect with the change. I've added a trim around the edges to make it look half decent when it's descended with no texture change.

E4M8
Addressed #698 map line meta.
Added one more escape lift for a slime pit that was still missing one.
Added a SKAG.

* levels: remove testing e4m8 start.

yeah that was where the SKAG is.
2023-05-04 07:09:05 -03:00
mc776
ab6ddb2fc2
levels: more minor fixes. (#949)
E1M3
Changed the front entrance into an outdoor train platform. The train is visible from the window behind the blue door as well.
Added some escapes from some slime pits.

E1M7
Jump-proofed rocket launcher secret, the switch behind the bars in the northeast, and the two teleporters that are opened up by approaching the switch in the southeast. Duck-proofed that one rusty bar blocking the way to the northeast area. (If you're playing a mod that lets you duck less than 12 units it's not proof against that.)

E2M1
Pending final replacement of this map, here's a hacky solution to address #864 involving a door trigger and a hidden multiplayer-only barrel. In singleplayer the path beyond the other side of the gap is now blocked by a wall of rubble. At least this should better signpost that the player is not expected to go that way.

E3M7
Made the final door before the painlord stairs stay-open to let the player backtrack later if they want.

E3M8
Got rid of the sound pipes in favour of merging some sectors, fixing the gargoyle textures in the process. Raised the windows into the "snake pit" slightly to line up with the brick texture.

Map16
Addressed #591. The same trigger that "presses the button" now lowers the wall up ahead, revealing an exit portal a second or so after the bossbrain exit would normally activated.

Map17, Map18, Map31
Addressed #867.

Map30
Addressed my comment in #640 by making the platform right in front of the face a secret, so the player can 100% the map. (Not doing anything for E3M8 because you don't get a stats screen for it anyway.) Also dimmed the arena below 255 so depth can be better visible. (Some map geometry has been slightly altered to avoid orthogonal lines where the fake contrast would look bad.)
2023-04-29 08:15:55 -03:00
mc776
d8bc8c69de
levels: misc. E3 minor fixes.
E3M1: Rearranged the two "spinal columns" inside the first entrance. The chamber is larger and the columns are not perfectly octagonal (both to align the textures and to get rid of the fake contrast) and one of them is significantly larger than the other.

E3M6: replacing the (not even working right, you could see the floor moving) flat bleed rising painlord with one that warps into that spot. Changed the textures inside the hatchling fireplace so you're seeing fire everywhere from the inside.

E3M7: Slapped some textures onto the otherwise flat bleeding temporary monster blocker. The difference is barely noticeable even if you're deliberately looking for it.
2023-03-27 17:44:38 -07:00
Steven Elliott
2ddb2c1905
Eureka fixes and rebuild-nodes (#890)
* levels: bugfix: remove E1M2 wall midtex.

The level had a decorative door-the-player-had-come-in-from that was obscured by a wall texture.

Thanks to Smokey on Discord for pointing this out.

I've also removed the Doom Builder camera thing.

* levels: Cleanup Eureka errors in seven levels

Relatively minor Eureka fixes following the level changes at the start
of 2023

freedoom1.wad
  E1M2 Outside wall ceiling lower than floor. Raise ceiling to 100.
       Fix stuck shotgun zombies in hidden in triangular sector #319
       Fix unused transparent CGRATE1 texture on linedef #747 by
         clearing it
  E1M9 Remove unused back sidedef on lower side of door jamb sector
       #255 in the upper right hand corner of the map.
  E3M7 Sector #182 cleared unused tag #31
       Sector # 58 cleared unused tag #35

freedoom2.wad
  MAP14 Replaced missing textures with GRAY1 in monster closest upper
        left of map
  MAP16 Fix missing textures in inaccessible outside area with ASHWALL2
  MAP26 Delete unused tag #2 in sector #38
  MAP27 Replace four missing textures above four short red torches with
          MARBGRAY in the switch maze room
        Replace transparent texture AQTRIM03 with AQRUST10 on lower
          trim for door below the switch maze room

* levels: rebuild nodes

Ran "make rebuild-nodes"

---------

Co-authored-by: mc776 <24984517+mc776@users.noreply.github.com>
2023-03-11 20:09:43 -03:00
Steven Elliott
2f066d434b
levels: rebuild nodes (#846)
Ran "make rebuild-nodes"
2023-02-27 12:57:49 -03:00
mc776
98740b1307
levels: more misc. fixes and improvements. (#882)
* levels: more misc. fixes and improvements.

This one's a bit more ambitious than the other one, sorry.


**E2M8**
Missiles were disappearing into the outer walls. It's clearly not desired behaviour since they only disappear when fired at ground level targets - when you have plenty of space to dodge - and not when fired at you while you're on the ledge where it might have been handy. It also wasn't happening consistently. Flipping the linedefs didn't solve the problem so the sky above the slime has been lowered to compensate.

Some more ornamentation added to the corners of the slime to cover up the resulting sky oddities.


**E3M6**
The monster closet in the far west-southwest was having some render issues so I moved some vertices around.

The skull pole in the eastern blood room interrupted my flow so I moved it.

Added a bit of stuff to the exits. Both E3M7 and E3M9 start off with a pretty strong techbase/hell mix so the additions should reflect that.

Changed up the start. The back wall now has some skylights, the players start just in front of the door and instead of one serpentipede standing with its back to you completely oblivious it's standing around the corner waiting to ambush (along with 1-2 buddies)

Rocket launcher #53 (near the star thing, which has also been given a bit of a makeover) is now marked multi-only.

Fixed various texture issues and merged various identical sectors.

Added more health and a way out of the pit with the zigzag bridge.

Moved the bars around to make it a little more obviously impossible to squeeze through.

Marked the teleporter to the red door as needing a red key. (Not marking the door itself just for aesthetics.)


**E3M7**
Fixed up some texture alignments in the first fighting area and the lift leading into the intestine area.

Fixed up some texture alignments in the intestine area and some minor remodelling of the wooden exit gate out of it.

Added an anti-pinkie-block trench (see Map13, Map20 and Map29) in front of that first drop in the red spiral chamber.

Moved some stuff around in the intestine/stomach area to get rid of jarring fake contrast effects.

Made the teeth at the start of the digestive tract white.

Added more health and armour in the areas leading up to the spiral.

Added some skylights on that long marble corridor.

Moved everything in the spawn chambers so that the last weapon you autoswitch to is the shotgun. There is no skill level that places anything you can immediately melee right behind that first door so it's just "haha we gave you all this prep but you forgot to switch" as the player takes a bunch of fireballs while switching to a proper weapon.

Made the cyberdemon fight more interesting and chaotic. All four corners now (can eventually) open back up into the hall, and monsters warp into the hall and just outside the front door.


**Map06**
Continuing from #865.


**Map10**
Addressed #867 and #714.

Softlock if you could run into (-2696,736). Moved the tree and rock to allow passage out, and also added a medkit there as a little reward (or compensation if you get cornered in there) given how long it took for this to be reported.

Marked the blue door leading to the yellow key as needing the blue key.

With jump enabled you can easily grab the blue key early and skip the entire left twisty area of the map. I don't want to fence this area off because it looks and feels like shit that way, but the player should still have a reason to go the long route. Right now there's a rocket launcher and chaingun that way.

So I've made the following changes:
- Added a tiny step in the eastern corner of that ledge that lets you get up to that level without jumping.
- Changed thing #130 from a chaingun to an ammo box, but added another chaingun that's multi-only. You will still get a chaingun in this room in single, but you'll have to pry it out of someone's cold dead hands.
- Flagged RL #202 as multi only and adding 2 more rockets in that spot.
- Flagged shotgun #365 as multi only, and added another shotgun to (-3648,400).

The super shotgun secret #1 is also trivially easy to jump onto. I've moved the gun into a secret area that can only be opened if you specifically go down that waterfall.


**Map12**
Restored staircrate access to berserk pack #510.

Changed sector 740 into a door and tagged it 56 to match the other stuff that opens in that area.

Shrank sector 437 and neighbours to align the ceiling lights correctly. Also added an overhang.

Made the monsters in sector 575 teleport into the teleport sectors inside the accessible part of that sector.

Made chaingunner #515 visible by using chainlink instead of a tinted window. (how would it even shoot through the glass without leaving holes???) It is also an imp in easy and medium.

Fixed some texture alignments/matching in the northeast tower and stairs in that big western arena.


**Map13**
Added the rising-trench trick to keep the spectres from blocking the very first jump into the big slime pit.

Gave the top of the blue key pillar a more appropriate texture.


**Map14**
Addressed #867.

Secret sector #107 expanded to keep the player from picking up the chaingun inside it even when the secret is not made accessible.

Got rid of the cage trap for the yellow key, in favour of a baron (knight in easy) warping onto the pad when you hit the switch, which must be killed before you can leave. Reasons: the cage trap can be too easily ruined by a player or zombie, even accidentally; these kinds of traps are not good for replays because they disrespect player agency and punish efficient players with a longer dead time; the trap is impossible to guarantee without either an extremely contrived funnelling the player into the trigger line, or having multiple trigger lines thus running the risk of forcing the player to wait it out on two separate occasions. An additional shell box is provided with the yellow key.


**Map15**
Northwest secret involved a multi-sector lift that clearly goes out of sync. Added a new simple lift behind it instead, and fixed up various textures there.

Moved 333 and 334 a bit over so they couldn't be picked up from the other side of the wall by the switch.

Made overlapping enemies 295 and 255 alternatives that only appear in different skill levels.

Window overlooking blue computer switch now has chain link to mark it as impassable.

The rising red key platform (and all its various components) could be triggered twice, resulting in unwanted effects. The second of these switches is inside the pit and clearly designed to prevent a softlock in case the player reached that area before the switch was hit. The second switch has now been removed; the only path leading to the area is now only accessible if the first switch is hit. As this disables the lift function of the final bridge, safety lifts are added on both sides.


**Map16**
Broke up the linedefs in the outdoor visual so everything should be under 2048.

Added fences, railings, tall lamps, etc. to better mark where the player shouldn't be going.

There's this gap between two buildings that you can slowly squeeze into and find nothing at the end. It's clearly not meant to go through but it's not quite small enough to communicate that reliably, which keeps getting some players misled. I've expanded this area and made it end with the shittiest tiny little fenced-off alley I can do in that few linedefs. The stimpack is now back there.

Spruced up the blue key building a bit, and made that curvy gap actually navigable.

Widened the little steppy things on the edges of the thick box things because navingating that was really annoying.

Miscellaneous other breakings-up of monotonous surfaces.


**Map20**
Broke up a lot of >2048 linedefs.

P1 now starts in the middle, right on that pillar that looks like it'd be a great slightly-unusual starting teleport pad, instead of having an easily opened door right behind them with no explanation how they got there without noticing the shotgun guy. The blocking pillars now have a skull so you know the skull switches are related. Said switches are now part of the fence - it looks vastly better this way and fully jump-proofing this section was always a bit of a nonconcern.

The starting building outer catwalk tends to snag the player in vanilla if they run along the side (which now has a fence to demarcate it). As far as I can tell this is completely unavoidable, so the entire area has been widened to avoid accidental contact while avoiding getting caught in the more obvious geometry of the pillars.

There are three more shotgun guys behind the first door in multiplayer. That's four shotguns!

Windows in that first red building you have to get into are NO LONGER MARKED IMPASSABLE. OUR LONG NATIONAL NIGHTMARE IS OVER. I've also added thin deep invisible grooves in the lava that disappear on your first jump attempt, to keep the spectres from blocking you.

The switch granting access to the blue keycard room is now behind a cage and cannot be punched, getting around some mods that stop the fist from alerting monsters. The ceiling has also been raised slightly to address texture alignment.

The lift that you take into the big red building if you fail the jump now visually matches the one inside.

The blue keycard lift monster spawns are now staggered so you can't clear through all of them at once and stand around awkwardly to wait for the lift to finish. (If you didn't pistol start this map you might just clear out one wave, then stand awkwardly for a much shorter and non-deterministic time until the next.) There's also a lot more of them, just so you don't clear them out *too* quickly. The monsters will teleport into one of the next areas if they try to follow you out of the room.

Figured out why I've always ragequitted this map: there was NOTHING in the marble temple that would tell the player that the skull pillar in front of the cyberdemon is a usable lift. No vanilla-compatible switch texture works here aesthetically. So I just finished the implied temple and added an altar, in the middle of which is a clearly visible switch.

Added more health (of which there had been nearly none, even what I've added is stingy af compared to even Map21) and armour and replaced a multi-only (GOD WHY) soulsphere in the southeast with an also-singles medikit.

Made the square room less utterly dreadful by adding some sky.

Added a lift out of the damage sector in the end area.

Added some secrets.


**Map23**
The two doors in the G-shaped spiral corridor just to the east of the helipad are now single-use stay-open. The problem is that with all the corpses and archviles the closing doors were creating a lot of crushed corpses that were being raised as ghosts in vanilla. (Made even worse by the fast doors which could reduce the opportunity for more incoming monsters to block the descending door)


**Map27**
Spaced out the candle display in front of the devil icons on the east with the shellboxes, to prevent more floating-ledge movements. Honestly I think it looks better this way especially with the bigger Freedoom candle sprite.

Merged/deleted a few redundant sectors with no change to map geometry.


**Map28**
Fixed a misaligned marble skull face near (-4159,1348).


**Map29**
Starting room large devil icons now have staticky trim instead of appearing to tile. Each face is now only two linedefs instead of three, as the perfectly orthogonal middle lines were subject to the fake contrast and didn't look right.

Widened the shaft on the southwest arrow and the flagellum on the northeast sperm to let the serpentipedes move more freely.

Moved armour away from the yellow key platform, guaranteeing its availability from the ground.

Bottom room with spectres and archvile now blocks the spectres from getting right up below the ledge until you've crossed it. The rising platform in that room is also a bit more visible - with the same textures and dim lighting it was almost totally invisible in vanilla unless you already knew where it was.

* levels: improve map16 big view out onto the river.

The big warning stripes on the old railing were right at eye level.

Also the ambiguity whether that was concrete or asphalt or beach finally got to me so I needed to show where the concrete ended and the beach began. (This was originally going to be something more like [this](https://en.wikipedia.org/wiki/File:Riprap.jpg) but it ended up being way too visually noisy - that one big rock in the sand now is a remnant of that.)

* levels: fix tutti-fruitti on the topmost stair on the northeast corner of the big western arena.
2023-02-27 08:05:52 -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
590e03f0a7 a Fix for both #721 and #700 2021-07-26 01:56:26 -03:00
Xindage
96017a70c2 Maps fixes made by catoptromancy. 2021-07-25 10:24:46 -03:00
Proluiz
7cf74962b5 A massive map fixing for lot of slots.
Prepare youself for the changelog:
e1m6
Removed line 2701 and its vertices too.

e1m7
Fixed all sectors causing damage to the player incorrectly.
Fixed a lift in outside area of map was also activing a a other sector incorrectly.
Line 1246 was removed.
sector 115 and 111 was merged.
Fixed some textures offsets.

e2m1
All lines specials with a nonexistent sector tag 18 is a leftover from an old version of this map and was properly removed now.
Backpack was fixed now it dont "ambush" and appear in all skills.
Vines blending inside the ceiling on line 378 was fixed by changing the brightness of adjancent sectors to it.

e2m3
Lowered sector 355.

e2m4
Lines 722, 1617, 846, 845 and 821 was flagged as secret.
Sector 178 nows do damage.
Texture on line 1388 dont bleed anymore, by creating a new sector with lower light adajancent to it.
Line 1595 changed to Doom type 48.
Sectors 273 and 274 floor was changed tp MFLR8_1.

e2m5
Lines 110, 890, 1255, 2697, 2700 and 2699 was flagged as secret.

e2m9
Lines 103, 111, 95, 66, 1691 and 1524 was flagged as secret.
Sectors 333, 334 and 335 was changed to match its neightbors.
Fixed an old mess of boom effect that was left behind and capable of making players get stuck.

e3m2
Lines 536 and 538 have proper offsets.
Lines 553 and 561 flagged as secrets.

e3m3
Added lavafall where it was needed.
Lines 593, 610, 451 and 615 tagged lower unppeged and added proper Y alignment.

e3m4
Properly set lines 927 and 2500 as impassible
Fixed the X-offsets from both sp_face2 in this area.
Line 524 dont bleed in floor anymore by changing floor texture behind it.
Fixed possible monsters getting stuck on each other depending on skill.
Removed thing 230 (doom builder camera).

e3m5
Replaced aashitty was replaced by sp_face2 and both sector 105 and 107 was removed with it.
The lines that tigger sector 260 now uses doom special 37 to make this sector turn into lava.
Changed sector 260 floor texture to floor7_2 and no more cause damage until it turns into lava.
Removed line 152 offsets.
Lines 1624, 21, 364, and the ones close to 1038 and 962 was flagged as secret.

e3m7
Line 874 generalized special was changed to doom special 105.
Lines 668, 1719, 581 and 2273 flagged as lower unpegged and added a proper offset.
Lines 667, 582 fixed a missing back upper missing texture.
Removed mid texture from line 1740.
!!!There's still bugs and unused data in the map, need better investigation!!!

it partialy fix the issue 698.
2020-09-14 22:53:28 -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/c3m7.wad (Browse further)