1
Mods / Re: [0.97a] Terraforming and Station Construction (v9.0.8)
« on: August 20, 2024, 04:23:38 AM »Hi, really love this mod and now use it in all my games.
The only regret i have is that the gas giant are a little left aside. I don't remember if it's base game or another mod, but some gas giant have some sort of floating city and that might be a good addition aside domed one.
I'm glad you're enjoying TASC!
TASC does have siphon stations which are pretty powerful and make good use of gas giants. If you're not satisfied with that you could always edit the CSV files to enable terraforming of gas giants.
I generaly go for the station because it more effective than buiding on the gas giant but in this case i need the colonie on the gas giant because the artillery control from Industrial.Evolution is on it but it have extrem weather and hight gravity.
i wanted to add the floating domed city on it for extrem weather but couldn't find it, and after some searching it was the floating continent from another mod that i sometime see on some gas giant.
Code
industry_domed_cities,boggledTerraformingContentEnabled | boggledDomedCitiesEnabled,industry,,,,"[
{ 'requirement_id' : 'industry_colony_is_not_station', 'and_then' : [
{ 'requirement_id' : 'industry_colony_not_has_tectonic_activity_unless_has_harmonic_damper' },
{ 'requirement_id' : 'industry_colony_not_has_meteor_impacts' },
{ 'requirement_id' : 'industry_domed_cities_colony_not_gas_giant' }
] }
]","[
to allow the domed city on gas giant i only need to delete
Code
{ 'requirement_id' : 'industry_domed_cities_colony_not_gas_giant' }