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

Gongsun Zan

Second Lieutenant
72 Badges
Jan 30, 2007
113
0
  • Stellaris: Galaxy Edition
  • 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
  • Cities: Skylines - Snowfall
  • Europa Universalis IV: Mare Nostrum
  • Stellaris
  • Crusader Kings II: Holy Knight (pre-order)
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Tyranny: Archon Edition
  • Cities: Skylines - Natural Disasters
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings Complete
  • Crusader Kings III
  • 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
  • Heir to the Throne
  • Magicka
  • Europa Universalis IV: Res Publica
  • Semper Fi
  • Teleglitch: Die More Edition
  • 500k Club
[Mini-Mod] Abelard's Revolt (Help needed)

Nothing special, just a simple war that's missing from the data-files. Basically, two of the Apulian counts are fighting to claim the Duchy of Apulia. Was doing some research for an AAR and wanted to bring the game slightly more in line with history. It doesn't really make much of a difference to anything, but I'm a stickler for accuracy :p

However, I experienced some problems. I found that even if Apulia wins the war, Bari and Taranto will remain independent instead of reverting back to vassalship. Until I can find a solution, I decided to simulate the war by having Apulia be the aggressor in two simultaneous de jure claim wars. I've left the original code here, in case anyone wants to take a look at it and see if they can solve it :)

This is the original code for the war:

Code:
name = "Abelard's Rebellion"

casus_belli = {
	actor = 1134
	recipient = 1128
	casus_belli = claim_all
	landed_title=d_apulia
	landed_title=d_calabria
	date=1066.9.10
}

1066.9.10 = {
	add_attacker = 1134
	add_attacker = 171155
	add_defender = 1128
}

1068.2.1 = {
	rem_attacker = 1134
	rem_attacker = 171155
	rem_defender = 1128
}

Otherwise, the finalized files are in the attachments below.
 

Attachments

  • c_bari.txt
    617 bytes · Views: 1
  • c_taranto.txt
    880 bytes · Views: 1
  • norman_rebellion_2.txt
    289 bytes · Views: 0
  • norman_rebellion_3.txt
    288 bytes · Views: 0
Last edited: