Hello, I would like to start off by thanking you for this wonderful mod; really brought a lot of variety to the game.
I would like to ask how you managed to get your star systems and factions to still work with nexerelin's random home worlds option. I'm trying to convert the Tahlan Shipyards mod to work with that feature as the mod author has declared that they have no intention of patching their mod to work for it. As such I was hoping you might be able to shed some light on how you managed to override the option to always make your custom star system/factions to appear the way you intended. I'm assuming it's something like:
if (game.mods.contains("nexerelin") && game.mods.getMod("nexerelin").options.randomworldgen.isSelected()) {
game.map.generateStarSystem("theEYRIE", [<x,y coordinates>]);
game.factions.add("ninthBattleGroup");
}
If this is the case, what files do I need to edit to include the factions/star systems in Tahlan Shipworks to work with Nexerelin's random home worlds option?
Any help you could provide would be greatly appreciated.