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

Cat Lord

Retired Moderator
68 Badges
May 13, 2002
10.858
18
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
(I am not sure if weirdly coded events should be reported here or in the events forum. Sorry Andrew, if I am mistaken, you may have to move this thread there as well :eek: )

In my current AAR, I spot the following sequence of events:

August 4, 1501 : Austria went with Express Support in The League of Cambrai.
August 7, 1502 : France went with Express Support in The League of Cambrai.
November 2, 1502 : Papal States went with Express Support in The League of Cambrai.
(Tuscany was no more independant).

I went and read its description in text.csv and it is the following:
"In 1508, Pope Julius II set-up a league against the Republic of Venice which he disliked and found too powerful in Italy. He enlisted support of Florence, France and even of Emperor Maximilian. French troops decimated the Venetian army at the battle of Agnadel in 1509, but the Republic managed to break the league by concluding separate peace with her opponents."

I found it weird that the events for France and Austria were fired even before the Pape called on the League. And worse, the Pape could not called the League at all (sort of "Expressing its hostility" to its own league) but still Austria and France could express their support. Also the event were not coordinated at all, and could happen before the papacy of Julius II.

So, I proposed the following for more consistency (and coordination of the events):


In text.csv:
Code:
ACTIONNAME3545C;The doge is a trustful son of our Holy Church;;;;;;;;;;10290
ACTIONNAME3545B;Venise is not that powerful;;;;;;;;;;10289
ACTIONNAME3545A;Try to set up the League;;;;;;;;;;10288
In major_pap.txt:
Code:
#League of Cambrai#
event = {

	id = 3545
	trigger = { exists = VEN }
	random = no
	country = PAP
	name = "EVENTNAME3545"
	desc = "EVENTHIST3545"
	style = 2

	date = { day = 10 month = october year = 1503 } #Start of Julius II papacy#
	offset = 2500
	deathdate = { day = 21 month = february year = 1513 } #End of Julius II papacy#


	action_a ={
		name = "ACTIONNAME3545A"		#Set up the league#
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = trigger which = 3107 } #FRA#
		command = { type = trigger which = 3182 } #HAB#
		command = { type = trigger which = 3649 } #TUS#
	}

	action_b ={
		name = "ACTIONNAME3545B"		#Ignore Venise#
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = TOS value = -50 }
	}

	action_c ={
		name = "ACTIONNAME3545C"		#Venise is a trusty follower of the Pope#
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = TOS value = -150 }
	}

}
In major_fra.txt
Code:
#The League of Cambrai#
event = {

	id = 3107				#Triggered by PAP3545#
	random = no
	country = FRA
	name = "EVENTNAME3107"
	desc = "EVENTHIST3107"
	style = 2

	action_a ={
		name = "ACTIONNAME3107A"	#Express Support#
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = TOS value = 150 }
	}

	action_b ={
		name = "ACTIONNAME3107B"	#Ignore#
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = HAB value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = TOS value = -50 }
	}

	action_c ={
		name = "ACTIONNAME3107C"	#Express Hostility#
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = TOS value = -150 }
	}

}
In major_hab.txt
Code:
#The League of Cambrai#
event = {

	id = 3182				#Triggered by PAP3545#
	random = no
	country = HAB
	name = "EVENTNAME3182"
	desc = "EVENTHIST3182"
	style = 2

	action_a ={
		name = "ACTIONNAME3182A"	#Express Support#
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = TOS value = 150 }
	}

	action_b ={
		name = "ACTIONNAME3182B"	#Ignore#
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = TOS value = -50 }
	}

	action_c ={
		name = "ACTIONNAME3182C"	#Express Hostility#
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = TOS value = -150 }
	}

}
In major_tos.txt:
Code:
The League of Cambrai#
event = {

	id = 3649				#Triggered by PAP3545#
	random = no
	country = TOS
	name = "EVENTNAME3649"
	desc = "EVENTHIST3649"
	style = 2

	action_a ={
		name = "ACTIONNAME3649A"		#Express Support#
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = HAB value = 150 }
	}

	action_b ={
		name = "ACTIONNAME3649B"		#Ignore#
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -50 }
		command = { type = relation which = PAP value = -50 }
		command = { type = relation which = HAB value = -50 }
	}

	action_c ={
		name = "ACTIONNAME3649C"		#Express Hostility#
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = HAB value = -150 }
	}

}
 
Upvote 0

Cat Lord

Retired Moderator
68 Badges
May 13, 2002
10.858
18
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
Other points:

- Ferdinand V of Aragón was historically part of the league, but no event exist in the game for Spain or Aragon regarding the League of Cambrai

- I did not change the coding of Paradox, and maybe I should have. Two things are weird:

1-

If country A support the league, while country B ignore the League, still relations between A and B are improved: +150 -50 = +100

Similarly, if country A support the league, while country B express hostility to the League, still relations between A and B stay the same: +150 -150 = 0

The malus in relation seems to be not sufficient.
They should be -150 (to get 0) or -200 (to get -50) if the league is ignored, and -300 (to get -150) if country B is hostile to the league;

2-

If country A express hostility to the League, and country B express hostility to the League as well, relations between A and B are the worse: -150 -150 = -300 ! :eek: (When in reality they are kind of "allies" against the league).

There is no easy way against that, but the probability that 2 countries both express hostility to the League is hopefully very low...

Cat
 

AndrewT

The Full Monty Python
Moderator
116 Badges
Jun 29, 2001
85.264
3.594
  • Leviathan: Warships
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Gettysburg
  • Hearts of Iron III
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Lead and Gold
  • Legio
  • Europa Universalis IV: Conquest of Paradise
  • The Kings Crusade
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Pirates of Black Cove
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Stellaris: Necroids
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Dungeonland
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
I'm afraid you fall at the first hurdle. We cannot change the text.csv file at all, due to translation issues.
 

Cat Lord

Retired Moderator
68 Badges
May 13, 2002
10.858
18
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
Originally posted by AndrewT
I'm afraid you fall at the first hurdle. We cannot change the text.csv file at all, due to translation issues.
It is no big deal, we can keep the original text. It will then have the same appearance as the other: "Support the League", "Ignore the League", "Express hostility to the League". It is not as good, but still the events chronology would be better.

Cheers,

Cat
 
Jun 3, 2001
593
0
Visit site
Here's an idea:

Have the event occur for the papacy first (like over a one month period), and if the pope decides to not support the league, have the events for the other countries never happen.

So retime the events, and either have them triggered by the pope selecting express support, or have them cancelled by the pope not expressing support (IE: Slept).
 
Jun 3, 2001
593
0
Visit site
If you really feel like being a perfectionist, you can create a whole chain of events and have them started with the papacy.

That way, if the pope says yes, it will trigger the next event, and if that country says no, it will trigger a different event that will flip-flop the relations change consequences for the next countries decision (so if they say no they'll gain relations), etc...
 

AndrewT

The Full Monty Python
Moderator
116 Badges
Jun 29, 2001
85.264
3.594
  • Leviathan: Warships
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Gettysburg
  • Hearts of Iron III
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Lead and Gold
  • Legio
  • Europa Universalis IV: Conquest of Paradise
  • The Kings Crusade
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Pirates of Black Cove
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Stellaris: Necroids
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Dungeonland
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
Can't create any new events either, for the same reason.
 

Cat Lord

Retired Moderator
68 Badges
May 13, 2002
10.858
18
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
Originally posted by YokoZar
Here's an idea:

Have the event occur for the papacy first (like over a one month period), and if the pope decides to not support the league, have the events for the other countries never happen.

So retime the events, and either have them triggered by the pope selecting express support, or have them cancelled by the pope not expressing support (IE: Slept).
That's exacty what I have written YokoZar... :rolleyes: :D

Originally posted by YokoZar
Can't create any new events either, for the same reason.
Andrew,
I didn't create any new events.

In fact, as said, I just make the event happens for the papacy first, and if they choose the League, it triggers the others...

That's fairly simple, and that's far better.

Cat
 

Prince Eugene

Field Marshal
Apr 22, 2002
2.876
0
This isn't a bug. The event is set to go off randomly between two certain dates. The odds for it happening to Papal States then Austria, France, and Tuscany immediately afterwards are very low.
 

Cat Lord

Retired Moderator
68 Badges
May 13, 2002
10.858
18
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
Originally posted by Prince Eugene
This isn't a bug. The event is set to go off randomly between two certain dates. The odds for it happening to Papal States then Austria, France, and Tuscany immediately afterwards are very low.
That's the problem.

The way these events happened is a-historical, uncoordinated, and unconsistent with the description provided with the event.

That's why I propose a minor change to make it happens to Papal States first, and eventually trigger the others. It will then be more historical, coordinated, and consistent with the description (even the current one).

Small change, good improvement.

That said, I agree that whether it is a bug or not, is open for discussion, as said in the beginning of the thread. What do you qualify as a bug for an event: Just event not working or also event badly designed ?

Cat
 

unmerged(5822)

Moved on
Sep 20, 2001
7.672
0
As long as the changes only concern "raw data", such as dates and triggers within the events rather than changes of text strings, there is little reason why they couldn't be used.
 

Cat Lord

Retired Moderator
68 Badges
May 13, 2002
10.858
18
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
Yep,
Onslaught, the only changes so far are:
- dates for the Papal States event, and action a (trigger the others)
- remove dates in the others as it is triggered by Papal States event (I would also advise to change the penalty towards fellow leaguers to respectively -150/-300 for action b or c in the TOS, HAB and FRA files as explained).

And I will keep the proposal to change the desc and involve Ferdinand d'Aragon for the other forum. :D

Cat
 

unmerged(5822)

Moved on
Sep 20, 2001
7.672
0
Originally posted by Cat Lord
Yep,
Onslaught, the only changes so far are:
- dates for the Papal States event, and action a (trigger the others)
- remove dates in the others as it is triggered by Papal States event (I would also advise to change the penalty towards fellow leaguers to respectively -150/-300 for action b or c in the TOS, HAB and FRA files as explained).

And I will keep the proposal to change the desc and involve Ferdinand d'Aragon for the other forum. :D

Cat


Sounds like it should be doable within Paradox's parameters, then...
 

State Machine

MOS FET
5 Badges
Feb 8, 2001
6.616
24
  • Cities: Skylines Deluxe Edition
  • Cities: Skylines
  • Cities: Skylines - After Dark
  • Stellaris
  • Crusader Kings II
Originally posted by Onslaught
Sounds like it should be doable within Paradox's parameters, then...
I'll leave that to Andrew's discretion. He's been packaging changes like this for Paradox.

BTW, Andrew is off for a few weeks on holiday, so we will not see much of them. Your ghost moderator is back at work, with a few "guest stars" who may make an appearance now and then.
 

unmerged(6159)

Field Marshal
Oct 23, 2001
9.458
1
Visit site
Historically there is a reason why the League of Cambrai was formed at Cambrai. Cambrai is in France right near the Belgian border - at that time it was in the Empire (Artois) right near the French border. The league was formed by France and the Empire (FRA and HAB) to try to reverse the Venetians gains in mainland Italy. Julius II joined later and gave it rather more ambitious goals. To me it's the text that's wrong not the event sequence. But I guess that can't be changed.

Aragon/Spain has been added to the league in EEP 1.2.

Of course we've all seen things like Catholic Hanover join the Catholic league, followed by Bavaria joining the Catholic league and having -100 relations with Hanover, it's fellow league member.
 

viper37

Lord Translator
19 Badges
Apr 27, 2001
7.642
7
Visit site
  • Europa Universalis III Complete
  • Age of Wonders III
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: El Dorado
  • 500k Club
  • Europa Universalis IV: Res Publica
  • Crusader Kings II
  • Europa Universalis III Complete
  • 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
  • Europa Universalis IV
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
Originally posted by State Machine
with a few "guest stars" who may make an appearance now and then.

that would be me :D

I'll leave this one open for Andrew when he comes back :)
 

Cat Lord

Retired Moderator
68 Badges
May 13, 2002
10.858
18
www.revolutionundersiege.com
  • Victoria 3 Sign Up
  • Stellaris: Nemesis
  • Europa Universalis IV: Rights of Man
  • Stellaris: Synthetic Dawn
  • Surviving Mars
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Mandate of Heaven
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Stellaris: Digital Anniversary Edition
  • Europa Universalis IV: Cradle of Civilization
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Common Sense
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Europa Universalis IV: Rule Britannia
  • Surviving Mars: Digital Deluxe Edition
  • Stellaris: Distant Stars
  • Europa Universalis IV: Dharma
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Europa Universalis IV: Golden Century
  • Surviving Mars: First Colony Edition
  • Stellaris: Ancient Relics
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Europa Universalis 4: Emperor
  • Crusader Kings II: Sunset Invasion
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
  • Divine Wind
  • Europa Universalis III Complete
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Wealth of Nations
  • Crusader Kings II: The Republic
  • Magicka
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II
  • Europa Universalis IV: Call to arms event
Still no incentive to coordinate the League of Cambrai ?

The event below are in line with the description of the league as in text.csv:
"In 1508, Pope Julius II set-up a league against the Republic of Venice which he disliked and found too powerful in Italy. He enlisted support of Florence, France and even of Emperor Maximilian. French troops decimated the Venetian army at the battle of Agnadel in 1509, but the Republic managed to break the league by concluding separate peace with her opponents."
even if the league was formed historically by Austria and France first and joined by the Pope later...

Bug about weird relation changes corrected.

In major_pap.txt:
Code:
[COLOR=silver]
#League of Cambrai#
event = {

	id = 3545
	trigger = { exists = VEN }
	random = no
	country = PAP
	name = "EVENTNAME3545"
	desc = "EVENTHIST3545"
	style = 2

	date = { day = 10 month = october year = 1503 } #Start of Julius II papacy#
	offset = 2500
	deathdate = { day = 21 month = february year = 1513 } #End of Julius II papacy#


	action_a ={
		name = "ACTIONNAME3545A"		#Set up the league#
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = trigger which = 3107 } #FRA#
		command = { type = trigger which = 3182 } #HAB#
		command = { type = trigger which = 3649 } #TUS#
	}

	action_b ={
		name = "ACTIONNAME3545B"		#Ignore Venise#
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = TOS value = -150 }
	}

	action_c ={
		name = "ACTIONNAME3545C"		#Venise is a trusty follower of the Pope#
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -200 }
		command = { type = relation which = HAB value = -200 }
		command = { type = relation which = TOS value = -200 }
	}

}
[/COLOR]
In major_fra.txt
Code:
[COLOR=silver]
#The League of Cambrai#
event = {

	id = 3107				#Triggered by PAP3545#
	random = no
	country = FRA
	name = "EVENTNAME3107"
	desc = "EVENTHIST3107"
	style = 2

	action_a ={
		name = "ACTIONNAME3107A"	#Express Support#
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = HAB value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = TOS value = 150 }
	}

	action_b ={
		name = "ACTIONNAME3107B"	#Ignore#
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = HAB value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = TOS value = -150 }
	}

	action_c ={
		name = "ACTIONNAME3107C"	#Express Hostility#
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = HAB value = -200 }
		command = { type = relation which = PAP value = -200 }
		command = { type = relation which = TOS value = -200 }
	}

}
[/COLOR]
In major_hab.txt
Code:
[COLOR=silver]
#The League of Cambrai#
event = {

	id = 3182				#Triggered by PAP3545#
	random = no
	country = HAB
	name = "EVENTNAME3182"
	desc = "EVENTHIST3182"
	style = 2

	action_a ={
		name = "ACTIONNAME3182A"	#Express Support#
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = TOS value = 150 }
	}

	action_b ={
		name = "ACTIONNAME3182B"	#Ignore#
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = TOS value = -150 }
	}

	action_c ={
		name = "ACTIONNAME3182C"	#Express Hostility#
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -200 }
		command = { type = relation which = PAP value = -200 }
		command = { type = relation which = TOS value = -200 }
	}

}
[/COLOR]
In major_tos.txt:
Code:
[COLOR=silver]
The League of Cambrai#
event = {

	id = 3649				#Triggered by PAP3545#
	random = no
	country = TOS
	name = "EVENTNAME3649"
	desc = "EVENTHIST3649"
	style = 2

	action_a ={
		name = "ACTIONNAME3649A"		#Express Support#
		command = { type = casusbelli which = VEN value = 72 }
		command = { type = relation which = VEN value = -150 }
		command = { type = relation which = FRA value = 150 }
		command = { type = relation which = PAP value = 150 }
		command = { type = relation which = HAB value = 150 }
	}

	action_b ={
		name = "ACTIONNAME3649B"		#Ignore#
		command = { type = relation which = VEN value = 50 }
		command = { type = relation which = FRA value = -150 }
		command = { type = relation which = PAP value = -150 }
		command = { type = relation which = HAB value = -150 }
	}

	action_c ={
		name = "ACTIONNAME3649C"		#Express Hostility#
		command = { type = relation which = VEN value = 150 }
		command = { type = relation which = FRA value = -200 }
		command = { type = relation which = PAP value = -200 }
		command = { type = relation which = HAB value = -200 }
	}

}[/COLOR]
 

AndrewT

The Full Monty Python
Moderator
116 Badges
Jun 29, 2001
85.264
3.594
  • Leviathan: Warships
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
  • Gettysburg
  • Hearts of Iron III
  • Heir to the Throne
  • Impire
  • Europa Universalis III Complete
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Lead and Gold
  • Legio
  • Europa Universalis IV: Conquest of Paradise
  • The Kings Crusade
  • Lost Empire - Immortals
  • Magicka
  • Majesty 2 Collection
  • March of the Eagles
  • Europa Universalis III Complete
  • Naval War: Arctic Circle
  • Pirates of Black Cove
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Rome Gold
  • Stellaris: Necroids
  • Crusader Kings II: Sunset Invasion
  • Ancient Space
  • Arsenal of Democracy
  • Hearts of Iron II: Armageddon
  • Cities in Motion
  • Cities in Motion 2
  • Crusader Kings II
  • 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
  • A Game of Dwarves
  • Crusader Kings II: Sword of Islam
  • Commander: Conquest of the Americas
  • Darkest Hour
  • Dungeonland
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Europa Universalis IV
Originally posted by Isaac Brock
Historically there is a reason why the League of Cambrai was formed at Cambrai. Cambrai is in France right near the Belgian border - at that time it was in the Empire (Artois) right near the French border. The league was formed by France and the Empire (FRA and HAB) to try to reverse the Venetians gains in mainland Italy. Julius II joined later and gave it rather more ambitious goals. To me it's the text that's wrong not the event sequence. But I guess that can't be changed.

Sorry, I missed this one when I returned last year (!). In the light of the above, do we really want to change the event sequence to match the event description, rather to match than the historical situation?