Commit graph

16 commits

Author SHA1 Message Date
Mike Swanson
aeb330ccf9 levels: rebuild map02/map04 as the bare levels only
Fabian's prior two commits included glnodes for MAP01 that made the
game crash immediately on startup for PrBoom.
2015-12-04 10:35:42 -08:00
Fabian Greffrath
d664fe5abe MAP04: Gameplay and compatibility fixes
1) It took me ages at first play to figure out that the ordinary
looking red/green switch has to be shot between the bars in order to
unlock the red key. Removed the single blocking bar and turned the
switch into a pushable switch (Vanilla linedef) just as all the other
red/green switches are throughout the game.

- Linedefs 752, 753, 754: Removed
- Linedef 741: Front Sidedef (1209) Sec 54 to Sec 53
- Linedef 886: Type 24853 to Type 102 (S1 Floor down HEF)

2) The stairs in the western most hallway were so steep that it was
nearly impossible to actually see the hitscanners attacking you from
above without mouse look. Made the stairs less steep (changed the
step size from 32 to 16) and changed the last step into a lift.

- Sector 109: Floor -248 to Floor -256
- Sector 108: Floor -224 to Floor -240
- Sector 107: Floor -200 to Floor -224
- Sector 106: Floor -176 to Floor -208
- Sector 105: Floor -152 to Floor -192
- Sector 104: Floor -128 to Floor -176
- Sector 103: Floor -104 to Floor -160
- Sector 102: Floor -80 to Floor -144

- Sector 97: Tag 17

- Linedef 1244: Type 88 (WR Lower Lift), Tag 17
- Linedef 942: Type 62 (SR Lower Lift), Tag 17
- Linedef 1216: Flag lower unpeg

3) Moved some Things a bit apart from the Player 1 start, so that you
do not "suddenly" have a Shotgun and Blue Armor after your first step.

- Thing 14 (Shotgun): Y 640 to Y 512
- Thing 192 (Teleport Exit): Y 640 to Y 704
- Thing 312 (Blue Armor): Y 640 to Y 576

4) Fixed non-blocking one-sided linedefs.

- 709 Linedefs: Flag block walk
2015-12-04 10:20:09 +01:00
Mike Swanson
4e15eba381 levels: move map05 to the original author's directory 2014-10-03 13:45:52 -07:00
Catoptromancy
0c380612a9 levels: map04 skill level fixes
Easy/Normal has an added rocket launcher, enabled spider for Hard mode.
Easy has a rocket launcher and demon swarm.

DM items were adjusted, including allowing a door to open from the
other side and adding DMN starts + weapons.
2014-10-03 12:52:48 -07:00
Mike Swanson
815a10caa2 levels: move map14 to its proper location, again
This map was actually made by jond and was moved twice by editors.
2014-10-02 12:45:37 -07:00
Mike Swanson
4fb22a786f levels: move map14 to its proper location
Catoptromancy made fixes to the map previously, but did not originally
author it, moving it back to thegreenherring.
2014-10-02 00:30:11 -07:00
Protox
4c9c8649dd levels: new map01 to make Phase 2 unique from Phase 1 2014-05-01 06:51:19 -07:00
SgtCrispy
b0302b5118 levels: reworked map03 from SgtCrispy
http://www.doomworld.com/vb/post/964722

[RjY: has a few bugs, waiting for fix from author]

Signed-off-by: RjY <rjy@users.sourceforge.net>
2011-04-27 12:10:19 +01:00
Catoptromancy
283f2138a6 levels: fixes to map04 and map06
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2010-10-11 21:24:26 -07:00
Catoptromancy
4b56bf3010 levels: fix various issues in maps
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2010-09-22 23:38:10 -07:00
Patrick Kalinauskas
727da34d1c map05: some fixes
Fixed the lighting clue on two secrets and reduced the damage on some
slime.  Also changed the gun-activated switch that was being complained
about to a simple press the wall switch.

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2009-07-12 19:24:08 -07:00
RjY
d2dfa43d58 levels: build REJECT lumps for several maps
While it is true that on modern hardware a reject lump rarely offers
significant benefit, it is nonetheless the case that some older engines
will fare badly if the lump is short or missing.

E1M7, E2M4, MAP05, MAP06, MAP07, MAP10, MAP11, MAP14, MAP18, and MAP31
were affected.

Signed-off-by: RjY <rjy@users.sourceforge.net>
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2009-06-24 13:44:20 -07:00
Catoptromancy
727f19c8cb levels: map05 and map07 fixes
map05: added a vertex and moved wall slightly so player doesn't get
stuck behind sector 196.

map07: enlarged 4 platforms about 24 units, I think, made stairs
slightly smaller.  Bottom star still has original location.  Made the
ledges platform block monsters.  This should only affect gameplay by not
letting the arachnotrons get stuck.

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2009-05-28 02:41:41 -07:00
Catoptromancy
aa29b8ae26 levels: fixed errors in maps
map06: the spider mastermind wont shoot back, seems trapped on sector
       mismatch. FIXED, made spider platform larger.
map10: fixed map with new ammo and monster arrangements and exit.
map13: needs finished or replaced. Only added an exit, and made skill
       more sane.
map14: needs most sectors unjoined. FIXED, maybe. Much more noticeable
       in coop with random sectors and HOM.
map24: needs skill adjustment FIXED,

Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
2008-12-21 02:45:51 -08:00
Jon Dowland
8617280f33 add greenherring's other fixed maps (to be checked) 2008-03-17 11:44:59 +00:00
Jon Dowland
88070c93b0 fixes to MAP14 by The Green Herring 2008-03-14 20:01:23 +00:00