Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); New blog post: Anubis-class Cruiser (12/20/24)

Author Topic: Help with a quick and dirty fix?  (Read 462 times)

BFEL

  • Lieutenant
  • **
  • Posts: 78
    • View Profile
Help with a quick and dirty fix?
« on: November 04, 2024, 02:17:54 PM »

So atm the Ashes of the Domain mod and the Industrial Evolution mod have accidentally a terrible incompatibility that has resulted in every player colony getting hit by a massive, permanent, -7 stability from "water shortages" that persist regardless of actual stockpiles or production.

Since an actual fix to this isn't really forthcoming, I had the idea to just make the dirtiest kludge possible and just make a condition that gives +7 stability that I could apply to my colonies.

But uh, I'm not really sure how to go about doing this?

Could I just throw something together via text editing? That's really all I know about coding so...yeah
Logged

Vendetta

  • Ensign
  • *
  • Posts: 1
    • View Profile
Re: Help with a quick and dirty fix?
« Reply #1 on: November 30, 2024, 03:28:20 PM »

I suppose it's already late, but anyhow:

The problem stems from the governance type. Any change is incompatible with AoTD and the water shortages will occur. I've delve into both IndEvo and AoTD VoK mods and I haven't found a way to make it work.
The easier solution is rebuilding the planet with console commands without the governance type change.

Firstly take everything out from storage. Then, console commands destroycolony. The planet conditions will be maintained. You can add all thi industries and structures with the addindustry command, in case of doubt, list industries. For the population, add condition population_x where x is your planet population. For the items spent in recolonizing, additem crew 1000, additem heavy_machinery 400, additem supply 200.

You'll have the same planet with the vanilla governance. I hope someone can take a deeper look and find a better solution through code.

By the way, centralization bureau won't work with AoTD industries, so you should include them in the IndEvo whitelist CSV, using the IDs found in list industries.
Logged

BFEL

  • Lieutenant
  • **
  • Posts: 78
    • View Profile
Re: Help with a quick and dirty fix?
« Reply #2 on: December 01, 2024, 07:28:45 PM »

Finally get a reply to this ON MY BIRTHDAY XD

But yeah, unfortunately gonna have to wait till AoTD fixes it themselves, which sucks.
Don't think it's possible to do the dirty fix I initially asked for without enough knowledge to just straight up make a full mod
 
Thanks for the suggestions though, will remember that if I have this problem again. Which would require me to forget. So I will remember before I forget. Not sure if I was a world before being a man though.
Logged