Quite a few levels did not have a REJECT lump and were using null
(all-zero) REJECT lumps instead. I ran these through RMB so that all
the levels would have efficient REJECT lumps.
This commit applies a new ordering for FreeDM's levels, designed by Protox
and preserving the existing names and music used for the levels.
This Doomworld thread has some more information:
http://www.doomworld.com/vb/freedoom/69435-proposed-map-lineup-for-freedm/
Five of the existing levels were moved as they were judged not to meet
quality standards.
Summary of changes:
DM01 - Renamed to DM01
DM02 - Removed
DM03 - Renamed to DM15
DM04 - Renamed to DM08
DM05 - Renamed to DM27
DM06 - Renamed to DM18
DM07 - Renamed to DM07
DM08 - Renamed to DM10
DM09 - Renamed to DM28
DM10 - Renamed to DM13
DM11 - Removed
DM12 - Renamed to DM14
DM13 - Renamed to DM02
DM14 - Renamed to DM21
DM15 - Renamed to DM29
DM16 - Renamed to DM22
DM17 - Renamed to DM24
DM18 - Renamed to DM03
DM19 - Removed
DM20 - Removed
DM21 - Renamed to DM06
DM22 - Renamed to DM25
DM23 - Renamed to DM12
DM24 - Renamed to DM11
DM25 - Renamed to DM09
DM26 - Removed
DM27 - Renamed to DM17
DM28 - Renamed to DM23
DM29 - Renamed to DM04
DM30 - Renamed to DM30
DM31 - Renamed to DM16
DM32 - Renamed to DM26
DM33 - Renamed to DM05
DM34 - Renamed to DM31
DM35 - Renamed to DM32
Rotated the level 270° to accomidate for a bug in the Doom engine that
allows superspeeds against some walls, abuse this bug in map01 on the
long edges :)
Also, move a teleporter exit in the Things room onto the pad sector
itself. This makes it so you don't just teleport back by strafing
right immediately.
Catoptromancy writes in <http://www.doomworld.com/vb/post/949221>:
>This should be updated to map24 [...] The current 0.7 map24 is actually
>a brand new udoom map I swapped in since mine was far from finished.
Reset map24 symlink back to catoptromancy/map24.wad
(Partially reverts 0c4144eba0)
Signed-off-by: RjY <rjy@users.sourceforge.net>
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
Cato approved of removing his old map in favor of this one. Also it's
present broken in Boom 2.02, to be fixed later... before the next
release!
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
- Revenant room has 6 less archviles in bfg trap, 2 pain elementals
added in -skill 4.
- Revenant room has invulnerability available in -skill 3 and -skill 2
- Revenant room's door is much slower, when entering...Normal instead of
turbo door.
- Revenant room's mechanism for opening doors from inside much
adjusted. Still has half the puzzle trick, do not need SR-50 speed to
beat trick now.
- A few tiny and minor thing adjustments I forgot.
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
map18: needed the easy flag for the teleport sprites at sector 95
slightly altered easy skill also
map19: needed skill levels adjusted much
map25: got stuck behind blue skull bars, after getting SSG, in
archvile/teleport area. Moved wall closer, can't fall behind
map30: Switch on lift after archvile after yellow door can be a trap
textured lower edge so it doesn't HOM if player leaves lift while
it's raising. Also made side of lift a SR lift, so player can
lower lift to get back on.
Signed-off-by: Mike Swanson <mikeonthecomputer@gmail.com>
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>