[BUG] Hatch flaps missing on "Follow The Yellow Brick Road"

Started by namida, July 24, 2022, 04:36:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

namida

This appears to ultimately be an error in the level's design - the metablock for the entrance uses the textures that lack the flaps, and this is slightly visible in DOS L3D as well (the upper half of the hinge is missing) - which simply isn't as noticable in DOS L3D as it uses hardcoded indexes from the texture file for flap graphics, unlike Loap which determines them based on the actual textures used by the entrance block. Just needs an adjustment to the level to fix, but also need to look into whether any other levels are affected.
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)

namida

After looking through all the other levels included with Loap (excluding test levels which I don't really care about in this regard :P ), the only other level that seems to have this issue is "Pac-Lems" from my pack.

Commit 400801c adjusts both these levels to fix this issue.
My projects
2D Lemmings: NeoLemmix (engine) | Lemmings Plus Series (level packs) | Doomsday Lemmings (level pack)
3D Lemmings: Loap (engine) | L3DEdit (level / graphics editor) | L3DUtils (replay / etc utility) | Lemmings Plus 3D (level pack)
Non-Lemmings: Commander Keen: Galaxy Reimagined (a Commander Keen fangame)