• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Botox

Major
65 Badges
Jul 19, 2007
661
832
  • Cities: Skylines Industries
  • Cities: Skylines Deluxe Edition
  • Cities: Skylines - Mass Transit
  • Cities: Skylines - Green Cities
  • Cities: Skylines - Parklife
  • Cities: Skylines - Campus
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Imperator: Rome - Magna Graecia
  • Europa Universalis IV
  • Crusader Kings III
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Hearts of Iron IV: Together for Victory
  • Stellaris - Path to Destruction bundle
  • Surviving Mars
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Surviving Mars: Digital Deluxe Edition
  • Hearts of Iron IV: Colonel
  • Stellaris: Distant Stars Pre-Order
  • Stellaris: Distant Stars
  • Shadowrun Returns
  • Shadowrun: Dragonfall
  • Surviving Mars: First Colony Edition
  • Imperator: Rome Deluxe Edition
  • Prison Architect
  • Surviving Mars: First Colony Edition
  • Imperator: Rome Sign Up
  • Stellaris: Ancient Relics
  • Victoria 2: Heart of Darkness
  • A Game of Dwarves
  • Hearts of Iron II: Armageddon
  • Crusader Kings II
  • Europa Universalis III
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Lost Empire - Immortals
  • Europa Universalis III Complete
  • Victoria: Revolutions
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
If anyone knows how, I'm just a moron with scripting and modding.

I just found the possibility for the fallen empires and would like that as possibility for players aswell. Idea is as followes:
- Add the wargoal "Abandon planet" for all empires with a modifier so that normal AI empires dont use it (or use it less often then conquer planet).
- Let the wargoal work on Homeplanets aswell
- Demand-costs can be the same as when conquering

Thanks :)
 
  • 1
Reactions:
Is there a player flag? Havent found any :/

IDK the specifics of Stellaris, but "AI = no" ought to work as it does in EU4 & CK2
 
if you want the ai to do it, you might be able to use a technology to do it:

Code:
possible = {           
        parameter:country = {
            NOT = { has_policy_flag = ai_outlawed }
            has_technology = tech_robotic_workers
        }
    }

and just copy the abandon planets war-goal
 
if you want the ai to do it, you might be able to use a technology to do it:

Code:
possible = {          
        parameter:country = {
            NOT = { has_policy_flag = ai_outlawed }
            has_technology = tech_robotic_workers
        }
    }

and just copy the abandon planets war-goal
I wonder how hard it would be to mod in a new button or edict for planets that dissolve the colony...
Will try that after the Wargoal.
 
Couldn't you just resettle everyone from that planet?

Edit: woops, Misunderstood what you want. Force others to abandoned.
 
Couldn't you just resettle everyone from that planet?

Edit: woops, Misunderstood what you want. Force others to abandoned.
For some there is even no chance to resettle POPs or they have the wrong species or whatever.
So i'll try to add a wargoal and after that an edict that deals with that problem.
 
  • 1
Reactions: