• 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.
mandead said:
Richard IV (Cromwell) was king at the time, so this event makes no sense as it is. I suggest it only fire if the Stuarts are on the throne, in the person of Charles II.
You're right, description of the event needs amendement but why only Stuarts?

mandead said:
On another note. Is it possible for the Netherlands to refuse to support the Glorious Revolution, and thereby William III not become king? I think it ought to be, because there's no reason Mary II couldn't have ruled alone, followed by Anne in 1694.
Yes, better have multiple choice when it is plausible, especially when final decision is not in the hands of a player. But choices must be balanced. In this case, why Netherlands should not help? What are the benefits for Netherlands?
 
YodaMaster said:
You're right, description of the event needs amendement but why only Stuarts?
It's more of a personal event. Charles II was very interested in the arts & sciences, and was a keen patron of them both in the court and in & around London. Richard Cromwell, much less son.

YodaMaster said:
Yes, better have multiple choice when it is plausible, especially when final decision is not in the hands of a player. But choices must be balanced. In this case, why Netherlands should not help? What are the benefits for Netherlands?
Yeah, I realised that. I'm going to change it so the choice is purely down to Parliament, not William. William always said he was never there to invade England per se, and wouldn't have taken the crown by force. He was offered it. If Parliament decided only to offer him some sort of regency or caretaker role, than he'd go back to Holland.

The player (as England) can choose (A, default) William & Mary as joint-sovereigns, or (B) Mary as sole sovereign, with William as consort by way of his marriage to the queen, but he would play no real role, remaining in his native country and concentrating on his various French wars.
 
Code:
historicalmonarch = {
	id = { type = 6 id = 046023 }
	startdate = {
		day = 23
		month = april
		year = 1660
	}
	deathdate = {
[COLOR=Yellow]		day = 28
		month = march
		year = 1684[/COLOR]
	}
	name = "[COLOR=Yellow]John Lambert °[/COLOR]"
	DIP = 5
	ADM = 5
	MIL = 8
	dormant = yes
	remark = "The Lord Protector"
}
Lambert died during the winter of 1683/4 (I've provided the date he was laid to rest, as it's the only exact date we have), so couldn't have been Lord Protector as late as 1688.

So...

Code:
historicalmonarch = {
	id = { type = 6 id = [COLOR=Lime]046043[/COLOR] }
	startdate = {
		day = 28
		month = march
		year = 1684
	}
	deathdate = {
		day = 11
		month = december
		year = 1688
	}
	name = "Interregnum"
	DIP = 2
	ADM = 2
	MIL = 2
	dormant = yes
	remark = "The period between Lambert's death and the ascension of Mary II"
}

Code:
#(1688) The [COLOR=Yellow]Restoration[/COLOR] of the Monarchy (No Glorious Revolution)
#by Bordic
event = {
	id = 164117
	trigger = {
		[COLOR=Yellow]monarch = 046043 #Interregnum[/COLOR]
		event = 3028 #ENG: The Restoration of the Stuarts
	}
	random = no
	country = ENG
	name = "EVENTNAME164117" #The Restoration of the Monarchy
	desc = "EVENTHIST164117"

[COLOR=Yellow]	date = { day = 10 month = december year = 1688 }[/COLOR]

	action_a = {
		name = "ACTIONNAME164117A" #[COLOR=Yellow]The House of Stuart[/COLOR]
		command = { type = flagname which = "" }
[COLOR=Yellow]		command = { type = wakemonarch which = 046041 } #Mary II
		command = { type = wakemonarch which = 046042 } #Anne[/COLOR]
		command = { type = domestic which = CENTRALIZATION value = -2 }
		command = { type = domestic which = SERFDOM value = -2 }
		command = { type = domestic which = INNOVATIVE value = 2 }
		command = { type = domestic which = QUALITY value = -1 }
		command = { type = stability value = 2 }
		command = { type = relation which = FRA value = [COLOR=Yellow]150[/COLOR] }
		command = { type = relation which = SCO value = [COLOR=Yellow]150[/COLOR] }
		command = { type = sleepevent which = 3033 } #ENG: Personal union with Holland
		command = { type = sleepevent which = 164028 } #ENG: Hanover and the British throne
	}
}

I'm sorry about these posts, but it's so confusing having all of this stuff on a single post. Let me finish what needs doing, then I'll move it all onto a single, readable post before I submit it. ;)
 
Last edited:
mandead said:
My only problem with these Scots regents is 0119508. Do you mean this Alexander Stewart? If so, he died in 1485, and therefore couldn't have been in power in 1488. If you mean another man by the same name, I cannot think who. The bishop of St. Andrews of the same name wasn't born until 1490...
There is a real problem since James III ruled until 1488 and James IV had no regent...

This is the right Alexander Stewart but he should be mentioned only between early October 1482 (lieutenant-general of the realm - I don't see evidence of March, 15) and the death of Edward IV of England on April 9, 1483. James III was restored after this date.

I think we should have a sequence for England involved and a dormant Alexander Stewart. if England exists and is not vassal of Scotland around July-October 1482, Alexander is awakened. James III is restored (new monarch with new id) when Edward IV dies (or if England disappears after 1482). Otherwise, James III (0119507) rules until his death in 1488 without problem. Any thought?

mandead said:
With regards to Henry VI's regents, we have a slight problem. Whereas Bedford was the senior of the two surviving royal brothers, he was in fact regent of France, not England. This position was Gloucester's; he was to relinquish it to Bedford when the latter was in England, however.

My suggestion would be to amend events 2200000 & 2200001, thereby giving the player the choice of either brother as regent. I'm not sure about their stats. From what I've read on this period (quite a lot), I'd probably give Bedford similar stats to Henry V. Gloucester was far more average by comparison.
It could be the solution.
 
Last edited:
With the existing historical explorers for England, there is no need for the ahistorical one granted here:
Code:
#(1553-1566) The Muscovy Trade Company
#Edited by Crook
event = {
	id = 3015
	trigger = {
		domestic = { type = innovative value = 6 }
		exists = RUS
	}
	random = no
	country = ENG
	name = "EVENTNAME3015" #The Muscovy Trade Company
	desc = "EVENTHIST3015"
	#-#

	date = { day = 1 month = january year = 1553 }
	offset = 150
	deathdate = { day = 1 month = january year = 1566 }

	action_a = {
		name = "ACTIONNAME3015A" #We will exploit this!
		command = { type = treasury value = 200 }
		command = { type = merchants value = 5 }
		[COLOR=Red]command = { type = explorer which = -1 }[/COLOR]
		command = { type = relation which = RUS value = 150 }
		command = { type = trade value = 200 }
		command = { type = trigger which = 40046 } #RUS: The Muscovy Trade Company
	}
}
#-#In 1553, the Merchant Adventurers Company sent a fleet of three ships with the intent of sailing to China through the Northeast Passage. Most ships were struck frozen by the ice-cap and all their crew died of starvation, except the Edward, under senior navigator Richard Chancellor, who entered the White Sea and reached Arkhangelsk, a small village that would later grow to a port in 1584. There he learned about the wealth and power of the Russian emperor and journeyed in horse-drawn sleighs, in winter, to Moscow. Although Russia and England had diverging interests in establishing relationships with each other, the Muscovy Trade Company formed to exploit the new trade was a commercial success, in particular with the Russian fur trade.
 
YodaMaster said:
With the existing historical explorers for England, there is no need for the ahistorical one granted here:
...

I opened the leader file of England and could find neither
Richard Chancellor
nor
Hugh Willoughby
as leaders or explorers.

Did you mean that there already is an explorer existing for England that covers their attempted exploration of the north-east-passage?

Or do you mean that England has enough explorers that they don´t need that one in this event? In the latter case I would suggest not to remove the random explorer but only make him appear as close as possible to the area he should explore, so not -1 but rather Finnmark or such so that the game engine will place him at the closest english province that England owns at that time.
 
Random explorers last for 20 years. We have Frobisher, Drake, Gilbert, Cavendish, John Davis and James Lancaster from 1577 to 1591 as historical explorers. Isn't it enough?
Explorers can only appear in owned ports.

Do we need England to explore that much between 1553 and 1573?

Richard Chancellor and Hugh Willoughby went on expedition in the White Sea (=> Europe). They never went in Atlantic Ocean in search for lands or passage in North America.
 
Sorry to interrupt your discussion here, but i've been playing through as England having won the HYW, and there seems to be no Act of Union events including France. While i'm sure there is sound logic behind this, i feel that there should be an option, perhaps late game (1760s-1790s) for an Event to truely unite the Isles with France. It could be at the cost of huge rebellions in France, considering that they would be upset with loosing what autonomy they might have retained, and it could setup a Revolutionary/Napoleonic Wars scenario if the Player is unable to hold onto France. If the player is able to hold on, they could gain free in Paris and Lyon, Infra and Stab boost, and French Generals, but would fire an event chain for the German states, mirroring the French Revolution. It would make the end Game a tad more interesting and give an interesting set up for a V:R conversion.

Also, could we add an option to force Richard IV(Cromwell) second marriage through parliament to keep the House going at the consequence of stab hits? I understand that we would need fantasy monarch's for the rest of the game, but theoretically, if the Centralization is high enough, wouldn't he have been able to force the issue?
 
Your ideas require plausible events (if not Fantasy at some point). If someone wants to script them, there is no problem. Be aware regular modders already have "enough" (if not "too much") with scripting historical events and stuffs...
 
About post 2737 and regents for England, we lack an event to activate one of the proposed regent. Henry VI (046001) startdate needs reworking too.

046007 being free, 046039 is renumbered to 046007 and proposed monarchs from 046040 to 046043 for England are also renumbered to 046039 to 046042 (-1).
 
Last edited:
To go with post #2743:
Code:
#(1660) The Restoration of the Stuarts
#Edited by Johnny Canuck
event = {
	id = 3028
	trigger = {
		event = 3026 #ENG: The Commonwealth of England
		NOT = { monarch = 046034 } #Richard IV °
	}
	random = no
	country = ENG
	name = "EVENTNAME3028" #The Restoration of the Stuarts
	desc = "EVENTHIST3028"
	#-#

	date = { day = 23 month = april year = 1660 }

	action_a = {
		name = "ACTIONNAME3028A" #King Charles II
		command = { type = flagname which = "" }
		command = { type = independence which = SCO }
		#in case Scotland exists, she'll receive all her cores
		command = { type = secedeprovince which = SCO value = 236 } #Highlands
		command = { type = secedeprovince which = SCO value = 237 } #Grampians
		command = { type = secedeprovince which = SCO value = 238 } #Strathclyde
		command = { type = secedeprovince which = SCO value = 239 } #Lothian
		command = { type = removecore which = 236 } #The Highlands
		command = { type = removecore which = 237 } #The Grampians
		command = { type = removecore which = 238 } #Lothian
		command = { type = removecore which = 239 } #Strathclyde
		command = { type = relation which = FRA value = 150 }
		command = { type = dynastic which = SCO }
		command = { type = relation which = SCO value = 200 }
		command = { type = domestic which = ARISTOCRACY value = 2 }
		command = { type = domestic which = INNOVATIVE value = 1 }
		command = { type = stability value = 3 }
		command = { type = wakeleader which = 046341 } #Prince Rupert (A) #Prince Rupert (ENG)
	}
	action_b = {
		name = "ACTIONNAME3028B" #Lord Protector John Lambert
		command = { type = sleepevent which = 3029 } #ENG: The Decree of Indulgence and the Bill of Test
		command = { type = sleepevent which = 3031 } #ENG: The Glorious Revolution (PUR won ECW)
		command = { type = sleepevent which = 164048 } #ENG: The Glorious Revolution (PUR won - ENG French Vassal)
		command = { type = sleepevent which = 21079 } #POR: The Dowry of Catherine of Bragança
		command = { type = sleepevent which = 21080 } #POR: The Dowry of Catherine of Bragança (no territory)
		command = { type = wakemonarch which = 046023 } #John Lambert [COLOR=Yellow]°
		command = { type = wakemonarch which = 046042 } #Interregnum *[/COLOR]
		command = { type = wakemonarch which = 046024 } #[COLOR=Yellow]William & Mary[/COLOR]
		[COLOR=Yellow]command = { type = wakemonarch which = 046039 } #William III[/COLOR]
		command = { type = wakemonarch which = 046025 } #Anne
		command = { type = sleepmonarch which = 046015 } #Charles II
		command = { type = sleepmonarch which = 046016 } #James II
		command = { type = sleepmonarch which = 046017 } #James III
		command = { type = relation which = FRA value = -150 }
		command = { type = domestic which = ARISTOCRACY value = -2 }
		command = { type = domestic which = INNOVATIVE value = -1 }
	}
}
#-#Cromwell died in 1658. When his son Richard resigned office after only a year, the door was open for political anarchy as the flag of Rebellion was raised for Charles II in exile. Parliament was summoned. The Army started to rumble. A new Lord Protector by the name of John Lambert was suggested, but his role would be more of a military dictator than a protector. The people of good standing were poised with either a plundering army or a coalition between the army and political and religious radicals. A return to Monarchy, even with Bishops and House of Lords, but with guarantees for law and order started to sound like a good alternative. Cromwell's trusted man General Monk walked to London with his Army and Charles II was elected as King in 1660 after giving guarantees for amnesty and army salaries and the role of Parliament.
 
De Villars reported a problem with sequence for Drake starting with ENG_21037 "Elizabeth's Support for the Privateering of Sir Francis Drake". Because all other events related to Drake are slept if Drake is used as explorer only, there is no reason to not sleep this event:
Code:
#(1586) Drake's Triumphs
event = {
	id = 21043
	trigger = { event = 21037 }
	random = no
	country = ENG
	name = "EVENTNAME21043" #Drake's Triumphs
	desc = "EVENTHIST21043"
	#-#

	date = { day = 1 month = july year = 1586 }

	action_a = {
		name = "ACTIONNAME21039A" #Plunder? What Plunder?
		command = { type = treasury value = 300 }
		command = { type = trigger which = 21044 } #SPA: Drake Strikes in Spain and the Americas
	}
}
#-#In 1585 and early 1586, Sir Francis Drake, operating with letters of marque from Elizabeth, conducted a series of operations that electrified England and infuriated Spain. He raided Vigo, the Canaries, and the Cape Verde Islands, then crossed the Atlantic and attacked Hispaniola and Cartagena. He returned to England with a vast amount of plunder.

Choosing Drake as explorer implies conflict with Spain is avoided (or at least unwanted) and Drake is an explorer that could be anywhere on the map and not necessarily where he is mentioned in the event in 1585 and 1586... This is not coherent.

Suggested changes:
Code:
#(1570[COLOR=Yellow]-1577[/COLOR]) Elizabeth's Support of the Privateering of Sir Francis Drake
event = {
	id = 21037
	trigger = {
		exists = SPA
		NOT = {
			OR = {
				alliance = { country = ENG country = SPA }
				vassal = { country = ENG country = SPA }
				vassal = { country = SPA country = ENG }
			}
		}
		OR = {
			NOT = { religion = catholic }
			war = { country = ENG country = SPA }
		}
		OR = {
			owned = { province = 24 data = SPA }
			owned = { province = 25 data = SPA }
			owned = { province = 26 data = SPA }
			owned = { province = 27 data = SPA }
			owned = { province = 159 data = SPA }
			owned = { province = 163 data = SPA }
			owned = { province = 167 data = SPA }
			owned = { province = 169 data = SPA }
			owned = { province = 180 data = SPA }
			owned = { province = 194 data = SPA }
			owned = { province = 195 data = SPA }
			owned = { province = 219 data = SPA }
		}
	}
	random = no
	country = ENG
	name = "EVENTNAME21037" #Elizabeth's Support for the Privateering of Sir Francis Drake
	desc = "EVENTHIST21037"
	#-#

	date = { day = 1 month = january year = 1570 }
	[COLOR=Yellow]offset = 30
	deathdate = { day = 29 month = december year = 1577 }[/COLOR]

	action_a = {
		name = "ACTIONNAME21037A" #Employ Drake as a Privateer
		command = { type = wakeleader which = 046331 } #Drake (ENG)
		command = { type = trigger which = 21038 } #SPA: English Privateering
		command = { type = relation which = SPA value = -50 }
	}
	action_b = {
		name = "ACTIONNAME21037B" #Employ Drake as an Explorer
		command = { type = wakeleader which = 046330 } #Drake (ENG)
		command = { type = sleepevent which = 21039 } #ENG: The Panamanian Silver Train
		[COLOR=Red]command = { type = sleepevent which = 21040 } #SPA: Drake Strikes the Panamanian Silver Train[/COLOR]
		command = { type = sleepevent which = 21041 } #ENG: Drake's Circumnavigation
		[COLOR=Yellow]command = { type = sleepevent which = 21043 } #ENG: Drake's Triumphs[/COLOR]
	}
}
#-#As England and Spain became rivals, England turned to privateering as a means of damaging Spain. The most prominent among these privateers was Sir Francis Drake. England can choose to support his privateering adventures, balancing occasional infusions of cash from plundered Spanish galleons with earning the enmity of Spain. On the other hand, England can employ Drake as an explorer instead.

There is no need to sleep SPA_21040 because it is the direct consequence (triggered by) ENG_21039, slept in the same action.

Date is extended to 1577 because a single date in January 1570 is not really appropriate for such event and Drake as explorer is:
Code:
historicalleader = {
	id = { type = 6 id = 046330 }
	category = explorer
	name = "Drake"
	startdate = {
		year = 1577
	}
	deathdate = {
		day = 28
		month = january
		year = 1596
	}
	rank = 1
	movement = 6
	fire = 4 #Formerly 5 - Adjusted by Johnny Canuck
	shock = 4
	siege = 0
	dormant = yes #Added by Johnny Canuck
	remark = "Could also be an admiral (and a privateer, of course.)"
}
There is time for trigger to be right between 1570 and 1577.
 
To go with post #2737 and according to conclusions in post #2744:

Reworked SCO monarchs:
Code:
historicalmonarch = {
	id = { type = 6 id = 0119507 }
	startdate = {
		day = 10
		month = july
		year = 1469
	}
	deathdate = {
		[COLOR=Red]day = 15
		month = march
		year = 1482[/COLOR]
		[COLOR=Yellow]day = 11
		month = june
		year = 1488[/COLOR]
	}
	name = "James III"
	DIP = 6
	ADM = 3
	MIL = 4
	dormant = no
}
historicalmonarch = {
	id = { type = 6 id = 0119508 }
	startdate = {
		[COLOR=Red]day = 15
		month = march[/COLOR]
		[COLOR=Yellow]month = july[/COLOR]
		year = 1482
	}
	deathdate = {
		[COLOR=Red]day = 11
		month = june
		year = 1488[/COLOR]
		[COLOR=Yellow]day = 9
		month = april
		year = 1483[/COLOR]
	}
	name = "Alexander Stewart"
	DIP = 3
	ADM = 3
	MIL = 5
	dormant = [COLOR=Red]no[/COLOR][COLOR=Yellow]yes
	remark = "Brother of James III"[/COLOR]
}
New monarch:
Code:
historicalmonarch = {
	id = { type = 6 id = 0119533 }
	startdate = {
		day = 9
		month = april
		year = 1483
	}
	deathdate = {
		day = 11
		month = june
		year = 1488
	}
	name = "James III"
	DIP = 6
	ADM = 3
	MIL = 4
	dormant = yes
	remark = "Restored"
}
New events:
Code:
#(1482) A new regime in Scotland
event = {
	id = 164160
	trigger = {
		monarch = 046004 #Edward IV
		NOT = {
			vassal = { country = SCO country = ENG }
		}
		neighbour = SCO
	}
	random = no
	country = ENG
	name = "EVENTNAME164160" #A new regime in Scotland
	desc = "EVENTHIST164160"
	#-#

	date = { day = 1 month = july year = 1482 }
	offset = 120
	deathdate = { day = 29 month = november year = 1482 }

	action_a = {
		name = "ACTIONNAME164160A" #Do we really have control over Scotland?
		command = { type = trigger which = 276029 } #SCO: A new regime in Scotland
	}
}
EVENTNAME164160;A new regime in Scotland;;;;;;;;;;
EVENTHIST164160;In 1482 Edward IV of England launched a full-scale invasion against Scotland, led by the Duke of Gloucester, later Richard III of England, and including Alexander, Duke of Albany and brother of James III, styled ''Alexander IV'', as part of the invasion party. James III, in attempting to lead his subjects against the invasion, was arrested by a group of disaffected nobles, at Lauder Bridge in July 1482 and was imprisoned in Edinburgh castle. A new regime, led by 'lieutenant-general' Albany, became established during the autumn of 1482.;;;;;;;;;;
ACTIONNAME164160A;Do we really have control over Scotland?;;;;;;;;;;

Code:
#(1482) A new regime in Scotland
event = {
	id = 276029 #triggered by ENG_164160
	random = no
	country = ENG
	name = "EVENTNAME164160" #A new regime in Scotland
	desc = "EVENTHIST164160"
	#-#

	action_a = {
		name = "OH_NO"
		command = { type = stability value = -3 }
		command = { type = wakemonarch which = 0119508 } #Alexander Stewart
	}
}
Code:
#(1483) Restoration of James III
event = {
	id = 276030
	trigger = {
		monarch = 0119508 #Alexander Stewart
	}
	random = no
	country = ENG
	name = "EVENTNAME276030" #Restoration of James III
	desc = "EVENTHIST276030"
	#-#

	date = { day = 9 month = april year = 1483 }
	offset = 15
	deathdate = { day = 29 month = april year = 1483 }

	action_a = {
		name = "GREAT"
		command = { type = stability value = 2 }
		command = { type = wakemonarch which = 0119533 } #James III
	}
}
EVENTNAME276030;Restoration of James III;;;;;;;;;;
EVENTHIST276030;James was able to regain power, buying off members of Albany government, so that by the December 1482 Parliament Albany's government was collapsing. In particular his attempt to claim the vacant earldom of Mar led to the intervention of the powerful George Gordon, 2nd Earl of Huntly on the king's side. \nIn January 1483 Albany fled to his estates at Dunbar. The death of his patron, Edward IV of England, on 9 April, left Albany in a weak position, and he fled over the border to England.;;;;;;;;;;


Other changes:
Code:
#(1488) The Lennox-Darnley Rebellion
#by nelly664
event = {
	id = 20419
	[COLOR=Yellow]trigger = {
		owned = { province = 238 data = -1 } #Lothian
	}[/COLOR]
	random = no
	country = SCO
	name = "EVENTNAME20419" #The Lennox-Darnley Rebellion
	desc = "EVENTHIST20419"
	#-#

	date = { day = 1 month = october year = 1488 }
	offset = 330
	[COLOR=Yellow]deathdate = { day = 29 month = december year = 1489 }[/COLOR]

	action_a = {
		name = "ACTIONNAME20419A" #Traitors!
		command = { type = revolt which = 238 } #Lothian
		[COLOR=Yellow]command = { }[/COLOR]
	}
}
#-#In 1488-89, many of James IV's former allies who had been forgotten in the new parliament rebelled against their new king.
 
Yoda, can I ask you not to add anymore Glorious Revolution stuff to the next 1.56 beta until I've finished the entire sequence, please? It's just that I haven't finished the monarchs, leaders and events yet, and therefore some events/event chains will be broken. I intend to work on it further about 1500GMT today, after my last lecture. It will take a while longer to finish, though...

(Oh, you only included them for tests. Good. Sorry! :D)
 
I'm a bit bogged down with this, Yoda. :(

Can you please tell the events I need to edit, for the Glorious Revolution stuff? There seems so much to do, but there probably isn't...
 
mandead said:
(Oh, you only included them for tests. Good. Sorry! :D)
Yes, we have time before submission and it helps since other modders can test and check proposed modifications.

mandead said:
Updated this post I did regarding more 17th century English leaders (added Monmouth & Feversham).

Please update your latest beta accordingly.
Ids for two last added leaders should be 046405 and 046406.

mandead said:
I'm a bit bogged down with this, Yoda. :(

Can you please tell the events I need to edit, for the Glorious Revolution stuff? There seems so much to do, but there probably isn't...
I'm not sure... I found modifications to be done and posted them here. All is included in beta 1. Better check beta 1 now.


Remember we need an event for the three possible regents of Henry VI.
 
YodaMaster said:
Ids for two last added leaders should be 046405 and 046406.
Changed. :)

YodaMaster said:
I'm not sure... I found modifications to be done and posted them here. All is included in beta 1. Better check beta 1 now.
Will do.

YodaMaster said:
Remember we need an event for the three possible regents of Henry VI.
Don't worry, I haven't forgotton. I'm toying with the whole WotR sequence at present; I'm giving it something of an overhaul (nothing too exotic...) and trying to present the player with more options. An obvious alternative would be for Richard of Gloucester to not have his nephews put to death in the Tower, thereby simply serving as regent until Edward V comes of age. He is then survived by his brother (Richard of Shrewsbury, as Richard III) who reigns until 1547, at which point we rejoin history with Edward VI (Tudor).

Of course, Gloucester can always usurp the throne anyway (choice A, historical), in which case things go as usual, with Henry Tudor killing him at Bosworth, and so on.

I'm also working on events for Edward VI's regency (he never reached his majority, dying at 15), and of course Queen Jane, who should be able to reign as queen regnant, in which case England will become Reformed and a lot more puritanical.

The Glorious Revolution sequence is about half-done, so I ask you to bare with me while I finish it, because it means re-doing a lot of events, leaders and monarchs for both England and Scotland, and they all have to interlink properly...

Something about Henry Stuart as a Cromwellian puppet king after his father's execution (and a brief interregnum) could be possible as well. He died in 1660, though...

Here's an event text I've done for an alt. Act of Union event:

#-#During the final stages of the War of Spanish Succession (1700-1714), Anne, Queen of Scots and half-sister of James III of England, died. Despite giving birth to some 17 children, all but one of the queen's heirs died stillborn or in infancy. As her closest surviving relative, James Stuart became James VIII, King of Scots upon his half-sister's death. Despite the state of war between the two kingdoms, neither the Scots' Parliament nor Church could think of a realistic alternative to James as king. They didn't want a foreigner, and the obvious economic benefits awaiting them down south seemed to outweigh James' staunch Roman Catholicism. By May, Parliament had voted almost unanimously to merge the two kingdoms into James VI's dream of a single, unified Kingdom of Great Britain, complete with his original design for the Union Flag.

Basically, this is for if James II reigns until 1701, at which point he is succeeded (peacefully) by his son, the Old Pretender. Come the War of Spanish Succession, had James II been king, he would have sided with King Louis against the Grand Alliance, thus James III would have continued this policy. It'll all make sense when I've finished! :p

I also propose having the Stuarts as non-dormant monarchs, with the Hannovarians and William III/Mary II as dormant. The reason being, they are the ones who in fact upset the natural order of things in England, and it's just a lot easier for all these sleep/wake monarch commands. It won't alter the fact that George I will become king in most AI games (he's still the historical choice), it's just easier for me when it comes to modding. ;)

So, lots of good stuff for the British Isles. I'll post it all here when it's done, a new post for each bit (WotR, Glorious Rev., etc.)

I'll post my (many) proposed changes ASAP.
 
Last edited:
NEW

Code:
#(1657) The Coronation
event = {
	id = 164143
	trigger = {
		monarch = 046021 #Oliver Cromwell
	}
	random = no
	country = ENG
	name = "EVENTNAME164143" #The Coronation
	desc = "EVENTHIST164143"

	date = { day = 13 month = april year = 1657 }

		date = { day = 13 month = april year = 1657 }

	action_a = {
		name = "ACTIONNAME164143A" #I will not build Jericho again
		command = { type = domestic which = CENTRALIZATION value = -1 }
		command = { type = domestic which = ARISTOCRACY value = -1 }
		command = { type = DIP which = -3 value = 36 }
		command = { type = ADM which = -3 value = 36 }
		command = { type = stability value = -1 }
		command = { type = vp value = -10 }
		command = { type = wakemonarch which = 046032 } #Interregnum
	}
	action_b = {
		name = "ACTIONNAME164143B" #By right of conquest, I claim the throne!
		command = { type = wakemonarch which = 046033 } #Oliver I °
		command = { type = wakemonarch which = 046034 } #Richard IV °
		command = { type = wakemonarch which = 046035 } #Interregnum *
[COLOR=Lime]		command = { type = wakeleader which = 046409 } #Oliver I (ENG)
		command = { type = sleepleader which = 046340 } #Cromwell (ENG)[/COLOR]
		command = { type = sleepmonarch which = 046021 } #Oliver Cromwell
		command = { type = sleepmonarch which = 046022 } #Richard Cromwell
		command = { type = sleepmonarch which = 046015 } #Charles II
		command = { type = sleepmonarch which = 046016 } #James II
		command = { type = sleepmonarch which = 046017 } #James III
		command = { type = domestic which = CENTRALIZATION value = 1 }
		command = { type = domestic which = ARISTOCRACY value = 2 }
		command = { type = domestic which = QUALITY value = -1 }
		command = { type = relation which = SCO value = -200 }
		command = { type = relation which = FRA value = -200 }
		command = { type = relation which = HOL value = -200 }
		command = { type = stability value = -2 }
		command = { type = sleepevent which = 3031 } #ENG: The Glorious Revolution and the Bill of Rights
		command = { type = sleepevent which = 164048 } #ENG: The Glorious Revolution and the Bill of Rights
	}
}
Code:
historicalleader = {
	category = monarch
	id = { type = 6 id = 046409 }
	name = "Oliver I"
	startdate = {
		day = 13
		month = april
		year = 1657
	}
	deathdate = {
		day = 3
		month = september
		year = 1658
	}
	rank = 0
	movement = 4
	fire = 5
	shock = 4
	siege = 0
	dormant = yes
}

#-#In 1657, Cromwell was offered the crown by Parliament as part of a revised constitutional settlement, presenting him with a dilemma, since he had been instrumental in abolishing the Stuart monarchy. Cromwell agonised for six weeks over the offer. He was attracted by the prospect of stability it held out, but in a speech on 13 April 1657 he made clear that God's providence had spoken against the office of king: “I would not seek to set up that which Providence hath destroyed and laid in the dust, and I would not build Jericho again”. Instead, Cromwell was ceremonially re-installed as Lord Protector at Westminster Hall, sitting upon King Edward's Chair, which was specially moved from Westminster Abbey for the occasion. Notably, the office of Lord Protector was still not to become hereditary, though Cromwell was now able to nominate his own successor. Cromwell himself, however, was at pains to minimise his role, describing himself as a constable or watchman, not as a supreme head of state.