Commit Graph

7 Commits (master)

Author SHA1 Message Date
Xindage 2d1d72034e
Fixed issues present in #797 (#799)
As extra update few things in e2m7:
Replaced the radio sign by a skull for secret.
Fixed a misaligned texture near the starting area;
Yellow key bars now properly appear on switch use.
2022-06-24 22:18:26 -03:00
Xindage 9ec0188e43 removing/replacing maps from episode 2 2022-04-15 19:47:38 -03:00
Xindage 0f9fbb6e09 Switched zok maps by their respective episode secret map.
Just go to the secret slot if you want to be lost.
2022-02-13 13:52:26 -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
Mike Swanson e8a434dc19 levels: rename e*.wad to c*.wad in Phase 1
We're calling these chapters now instead of episodes, let's reflect
that.  Sorry if anyone gets confused at first :P
2014-10-13 21:59:57 -07:00
Miguel Suarez Gomez 1eb6918d82 levels: new E2M5 from Z0k
[ RjY: changes to submitted version:
- increase gap between pile of crates (sector 256 etc.) and nearby
  walls, to prevent player getting stuck
- set passuse flag on lines 75, 208, 288, and 1320 to stop them blocking
  doors (lines 72, 1348) from being opened
- move monster teleporters so monsters don't have to walk away from
  player to teleport, to prevent excessively long teleport times ]

DW: http://www.doomworld.com/vb/post/1221430
Signed-off-by: RjY <rjy@users.sourceforge.net>
2013-12-12 06:41:11 +00:00