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

joxang

Private
70 Badges
May 28, 2005
17
0
  • Stellaris
  • Warlock 2: The Exiled
  • Cities: Skylines
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • 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
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Mare Nostrum
  • Rome: Vae Victis
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Mass Transit
  • Knights of Honor
  • Crusader Kings III
  • Europa Universalis IV: Call to arms event
  • 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 IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II
  • For the Motherland
  • Hearts of Iron III
  • Magicka
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Rome Gold
  • Semper Fi
  • Supreme Ruler: Cold War
  • Victoria 2
  • Victoria 2: A House Divided
I believe vanilla default pop ratio for settlements is 50:50 tribesmen:slaves in tribal nations, and 100% slaves in 'civilized' nations. Unfortunately I can't find out where to change this. I want to make the ratio in civilized settlements something like 30:70 freemen:slaves without changing the tribal ratio.

Common/province_ranks does not have any of these values for settlements, only for cities and metropolis, so presumably the base default is stored somewhere else. Adding in entries to this file basically adjusts the vanilla but does not modify the base.
 
I believe vanilla default pop ratio for settlements is 50:50 tribesmen:slaves in tribal nations, and 100% slaves in 'civilized' nations. Unfortunately I can't find out where to change this. I want to make the ratio in civilized settlements something like 30:70 freemen:slaves without changing the tribal ratio.

Common/province_ranks does not have any of these values for settlements, only for cities and metropolis, so presumably the base default is stored somewhere else. Adding in entries to this file basically adjusts the vanilla but does not modify the base.

look in: ImperatorRome\game\common\modifiers00.hardcoded.txt

add to:

is_monarchy = {
global_freemen_desired_pop_ratio = 0.0215
#0.05*30/70
}

is_republic = {
global_freemen_desired_pop_ratio = 0.0215
}