Hi,
Love the mod, Just thought I'd let you know on the latest version (1.2) of your mod the last item in hullmods.csv uses the windows style file paths where as everything else in that file uses linux compatible forward slashes, if you can fix this it'll fix the mod for linux users.
Again thank you for your awesome work
Details:
Auxiliary Integration,zea_ama_auxilary_integration,,,,,,,,TRUE,,0,0,0,0,org.selkie.kol.impl.hullmods.AuxilaryIntegration,"Decreases the ordnance points cost of all small weapons, point-defense weaponry and all types of fighters by %s.",send help,,data\strings\com\fs\starfarer\api\impl\campaign\you can hear it cant you\our whispers through the void\our song\graphics\hullmods\zea_edf_amabuff.png,
Needs to become:
Auxiliary Integration,zea_ama_auxilary_integration,,,,,,,,TRUE,,0,0,0,0,org.selkie.kol.impl.hullmods.AuxilaryIntegration,"Decreases the ordnance points cost of all small weapons, point-defense weaponry and all types of fighters by %s.",send help,,data/strings/com/fs/starfarer/api/impl/campaign/you can hear it cant you/our whispers through the void/our song/graphics/hullmods/zea_edf_amabuff.png,
That will prevent a segfault error on Linux