Shanjaq / uhexen2

GitHub clone of SVN repo svn://svn.code.sf.net/p/uhexen2/code/trunk (cloned by http://svn2github.com/)
12 stars 1 forks source link

Map tibet6.bsp crashes on load #44

Open whirledtsar opened 4 years ago

whirledtsar commented 4 years ago

Map tibet6.bsp (from the expansion) crashes the game with the error message "TexMgr_LoadImg8: s&3".

I extracted the map, put it in data1/maps, and opened the engine with -noportals (so it doesn't load any of the expansion's code/entities) and that way it loads without crashing,

This is the only map with talking head doors (object.hc, obj_talking_door) IIRC, so they could be the cause.

Update: commenting out the obj_talking_door entity from the expansion's HC makes the level load normally, so it's definitely related.