fabiangreffrath / woof

Woof! is a continuation of the Boom/MBF bloodline of Doom source ports.
GNU General Public License v2.0
208 stars 34 forks source link

Default handlings and umapinfo #904

Closed fraansg closed 1 year ago

fraansg commented 1 year ago

The same issue reported in PrBoom-Plus almost a year ago UMAPINFO: Questionable default handling of exiting the secret levels is present in Woof (doesn't crash, but is unable to continue to the "expected" map). Regardless of the convenience or not of the given handling, I think it goes against the specification.

kraflab commented 1 year ago

I'll mirror my comment here as well :^)

There is no such thing as a "secret level" in umapinfo. The game doesn't know how you arrived at a map. Similarly there is no "normal progression" except that the map number goes up by 1 when you leave a map.

fabiangreffrath commented 1 year ago

This will be clarified alongside https://github.com/coelckers/prboom-plus/issues/498