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

Thure

Chartularius Hamburgensis
54 Badges
May 13, 2009
17.056
8.809
  • Crusader Kings II
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Europa Universalis IV: Res Publica
  • Knights of Pen and Paper +1 Edition
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: The Republic
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Sword of Islam
  • Tyranny - Bastards Wound
  • Stellaris: Humanoids Species Pack
  • Victoria 3 Sign Up
  • Stellaris: Synthetic Dawn
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Leviathans Story Pack
  • Tyranny: Archon Edition
  • Crusader Kings II: Reapers Due
  • Age of Wonders III
  • Imperator: Rome Sign Up
  • Crusader Kings II: Jade Dragon
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Imperator: Rome Deluxe Edition
  • Arsenal of Democracy
  • 500k Club
  • Darkest Hour
  • East India Company Collection
  • Europa Universalis III: Chronicles
  • Europa Universalis IV
  • Rome Gold
  • Sengoku
  • Victoria 2
  • War of the Roses
  • Stellaris Sign-up
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Conclave
  • Stellaris
Now where the Republic DLC is comming... Eventually you can add the Commune of Rome as Republic?

The correct ruler is already there, but he rules over a Theocracy and not about a Republic. There are two times in then the Republic ruled the county of Rome in this game:

Code:
1190.1.1={
    holder=220330
    liege=e_hre
}
1193.1.1={
    holder=70841
    liege=k_papal_state
}

This is already there. What I would change would be the 333 - Roma history file.

Code:
# 333 - Roma

# County Title
title = c_roma

# Settlements
max_settlements = 7
b_roma = temple
b_tusculum = castle
b_viterbo = city
#b_terracina = castle
b_tivoli = castle
#b_aragni = castle
#b_ostia = castle
#b_sutri = castle

# Misc
culture = italian
religion = catholic

# History

1066.1.1 = { 
    b_tusculum = ca_keep_1
    b_tusculum = ca_stable_1
    b_tusculum = ca_militia_barracks_1
    b_tusculum = ca_wall_1
    b_tusculum = ca_wall_2
    b_roma = tp_monastery_1
    b_roma = tp_monastery_2
    b_roma = tp_barracks_1
    b_roma = tp_wall_1
    b_roma = tp_wall_2
    b_roma = tp_town_1
}
[COLOR=#00ff00]1145.10.1 = { capital = b_viterbo }
1155.1.1={= { capital = b_roma }[/COLOR]
1187.1.1 = { b_ostia = city }
[COLOR=#00ff00]1190.1.1 = { capital = b_viterbo }
1193.1.1={= { capital = b_roma }[/COLOR]
1337.1.1 = { b_aragni = temple }

This would be the whole solution. b_roma must be a temple, because the patriarch is for b_roma. At this time b_viterbo is the only city in the province and must be capital to make the province a Republic.

Is this possible? I think it would a interesting game for the people, who want to play a Roman Republic. :)

Edit:
So. You must change b_roma too. At the moment there are also the rulers of the Commune of Rome. A easy change and give b_roma back to the Pope.

Code:
1145.2.15={
	holder=71807
}
[COLOR="#FFFF00"]1153.7.8={
	holder=71808
}	
1154.12.3={
	holder=71809
}[/COLOR]
1159.9.1={
	holder=71810
}

And in the same file:

Code:
1187.10.20={
	holder=71812
}
[COLOR="#FFFF00"]1187.12.17={
	holder=71813
}
1191.3.20={
	holder=70841
}[/COLOR]
1198.1.8={
	holder=71814
}
 
Last edited:
Upvote 0