• 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.

COSIAN

First Lieutenant
104 Badges
Mar 8, 2004
206
44
  • Crusader Kings II: Conclave
  • Victoria 2: Heart of Darkness
  • Warlock 2: The Exiled
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Europa Universalis IV: El Dorado
  • Crusader Kings II: Way of Life
  • Pillars of Eternity
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Victoria 2: A House Divided
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Stellaris Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Hearts of Iron IV: No Step Back
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Leviathan: Warships
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Semper Fi
  • Sword of the Stars II
I want to change the ethics divergence penalty when the colony is controlled by a sector manager. Currently this adds a 10% base increase to the chance for diversion.

The element is contained in stellaris\common\static_modifiers\00_static_modifiers.txt

managed_by_sector = {
pop_ethic_shift = 0.1
}

So I could copy the 00_static_modifiers.txt file into the correct folder within my mod and change the value. Since the file is the same name my understanding it would load instead of the vanilla file.

But it would seem if I put the single element in my own file and put that file in my mods static_modifiers it would have less chance of conflicting with other mods ... unless of course they are changing this value.

So I guess the question is .... what is the order of how these files are loaded? If I have a file in my mods static_modifiers folder named mymod_static_modifiers.txt, will this file load last and overwrite the value for the managed_by_sector element contained in the 00_static_modifiers.txt file within the games default vanilla folder?