Lemmings Forums

Other Lemmings Projects => Loap => Closed Loap Bugs / Suggestions => Topic started by: namida on July 24, 2022, 04:36:25 AM

Title: [BUG] Hatch flaps missing on "Follow The Yellow Brick Road"
Post by: namida on July 24, 2022, 04:36:25 AM
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.
Title: Re: [BUG] Hatch flaps missing on "Follow The Yellow Brick Road"
Post by: namida on July 24, 2022, 05:20:00 AM
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.