[refactoring4]: SW: Unfriendly Skies softlock & broken booby traps

Moderator: Raze Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

[refactoring4]: SW: Unfriendly Skies softlock & broken booby traps

Post by sinisterseed »

This being MAP13.

Shortly after the start, there's an explosion near a wall that must occur in the second room, with the pachinko machines, granting the player acces to the red keycard.

However, this never actually happens, rendering the map unbeatable. Various traps on the map are also broken, such as in the first room, the one with the computer screens, which is supposed to have bombs triggering as you enter it, in addition to a Betty Mine between the screens, but none of these is ever triggered anymore.
User avatar
sinisterseed
Posts: 1349
Joined: Tue Nov 05, 2019 6:48 am
Preferred Pronouns: He/Him
Graphics Processor: nVidia with Vulkan support

Re: [refactoring4]: SW: Unfriendly Skies softlock & broken booby traps

Post by sinisterseed »

User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49252
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [refactoring4]: SW: Unfriendly Skies softlock & broken booby traps

Post by Graf Zahl »

This level exposed a major issue with FAFcansee using hitscan to find portals. Better hit point detection made the problem very apparent, the low precision in the original integer code was often enough to let it pass. A workaround was added.

Return to “Closed Bugs [Raze]”