Helion-Engine / Helion

A modern fast paced Doom FPS engine
GNU General Public License v3.0
122 stars 10 forks source link

BTSX E2 level 15 to 16 refuses to load #596

Closed syyyynapse closed 2 months ago

syyyynapse commented 2 months ago

Was doing a play through of BTSXE2, finished level 15, intermission screen showed up, then console showed up giving me this error:

image

IDCLEVing directly to map 16 loaded it just fine, something about going from map 15 to 16 is causing issues. Not sure what. Doesn't ruin my play through but I hope whatever causes this gets patched soon.

nstlaurent commented 2 months ago

So it appears that there are two maps (MAP16 and MAP16C). MAP16C is next map from 15 defined in ZMAPINFO and it always fails because zdbsp puts the marker as GL_MAP16 instead of GL_MAP16C that Helion is looking for. I will put in a fix for the next release that should go out this weekend.

nstlaurent commented 2 months ago

This is fixed here and will be out with the next release.