andrei-drexler / ironwail

High-performance QuakeSpasm fork
GNU General Public License v2.0
480 stars 43 forks source link

[BUG/CRASH]: Ironwail Crashes with mod Enyo #316

Closed shmabler closed 1 month ago

shmabler commented 1 month ago

The Enyo mod/game crashes Ironwail when stepping into the portal in the start map. Error displayed in terminal: QUAKE ERROR: Image_LoadTGA: gfx/env/map1_rt.tga is not a type 2 or type 10 targa (255)

Additionally, the opening Enyo scenery picture (as seen in QuakeSpasm for example) is not displayed and instead it goes directly to the main menu.

andrei-drexler commented 1 month ago

This is an issue with the data files in the Kex version (#295). For source ports there's a separate download here.

As for the initial scenery, it's probably because cl_startdemos is 0. Setting it to 1 should fix that.

shmabler commented 1 month ago

Ah, OK. There still remains the issue of how do we get it to use the source port version folder and stop using the .rerelease? Ironwail seems to copy this folder on start. We could uninstall the enyo mod in the kex engine which would fix the problem, but I'm not sure this is the best solution.