1
Mods / Re: [0.96a] Terraforming and Station Construction (v8.4.5)
« on: Today at 07:40:32 AM »Hello, I just tested this and the setting appears to work. Can you please provide the steps you followed to create the situation where it's not working as expected?
Ok so I found the issue.
If I enable boggledCryosanctumPlayerBuildEnabled I can build the BOGGLED_CRYOSANCTUM industry and, provided I enabled boggledDomainTechContentEnabled, it will require domain artifacts.
If I enable boggledCryosanctumReplaceEverywhere it will replace all vanilla cryosanctums in the sector with BOGGLED_CRYOSANCTUM, so if I keep it off that means that NPC cryosanctums won't require domain artifacts HOWEVER as the player I can only build BOGGLED_CRYOSANCTUM and not the vanilla cryosanctum meaning I still have to meet the domain artifact demand.
I hope that's clear.
Ah, I see what you mean. The player-built cryosanctum will only demand Domain-era artifacts if the player has Domain Archaeology enabled. I imagine there are very few players who keep Domain Archaeology enabled but don't want cryosanctums to demand Domain-era artifacts, but I can add a check for the "cryosanctum demands artifacts" setting in the next patch to accommodate that configuration. Thanks for letting me know about this!
Would it be possible to make the Ashes of the Domain Stellamanufactorum produce Domain Era Artifacts? It would increase compatibility and make some thematic sense since that thing can make nanoforges.
Hmm, I think that might need to be added from the AotD side since I don't want to overwrite content from AotD in TASC. It should be trivial for Kaysaar to add that (if they want to) with code like the below:Codeif(Global.getSettings().getModManager().isModEnabled("Terraforming & Station Construction"))
{
supply("domain_artifacts", (size - 2));
}
I remember this being brought up by that user in the AotD thread initially. This was the mod author's response that led him to post here:Just a thing, what if the Stellamanufactorum produced Domain Artifacts if TASC is installed and has them turned on? Its not always convenient to have a ruins world where you cna grow it and set up Domain archeology, and this thing literally lets you make pristine nanoforges.This issue should be addressed to author of TASC , as Stella Manufactorium uses CSV for items production , which TASC could implement on their side
I wasn't aware a CSV file was used to determine production for that building. I can certainly add that to TASC in the next patch. Since it's a CSV, the player could configure it themselves in the meantime. Thanks for bringing this to my attention!