Hi, 1.2.6 causes the game to immediately CTD on Linux due to filenames shenanigans.
Backslashes "\" are considered legit characters for filenames so code using it as folder designators on windows will refer to a file from the mod's root folder instead.
For example with a filename like this "graphics\tahlan\maps\weapon_glib\tahlan_aetnos_hp_base_material.png" loaded straight from the "tahlan-shipworks-1.2.6" folder.
Files from
graphics\tahlan\maps\weapon_normals\
graphics\tahlan\maps\weapon_glib\
are affected.
Not sure which files exactly or if it's all of them, after 3 positives I just made a script to create renamed copies of all of them in the mod's root folder.
Also filenames are case sensitives, caused issues from this:
graphics/tahlan/maps/ships_normals/tahlan_Castigator_pxiv_Normal.png
graphics/tahlan/maps/ships_normals/tahlan_DunScaith_dmn_Normal.png
graphics/tahlan/maps/weapon_glib/tahlan_nibelung_cover_R_material.png
graphics/tahlan/maps/weapon_glib/tahlan_nibelung_cover_R_surface.png
After processing the concerned files the game could start and ran properly.
Cheers
