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

Serenissima

Major
146 Badges
Aug 14, 2009
620
3
  • Naval War: Arctic Circle
  • Gettysburg
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Heir to the Throne
  • King Arthur II
  • Knights of Pen and Paper +1 Edition
  • Leviathan: Warships
  • The Kings Crusade
  • Magicka
  • Majesty 2
  • March of the Eagles
  • Victoria 2: A House Divided
  • For the Motherland
  • Pirates of Black Cove
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Rome Gold
  • Semper Fi
  • Sengoku
  • Ship Simulator Extremes
  • Sword of the Stars
  • Sword of the Stars II
  • Rome: Vae Victis
  • Darkest Hour
  • Ancient Space
  • Arsenal of Democracy
  • Cities in Motion
  • 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
  • Victoria 2
  • Crusader Kings II: Sword of Islam
  • A Game of Dwarves
  • Dungeonland
  • East India Company Collection
  • Europa Universalis III
  • Europa Universalis III Complete
  • Divine Wind
  • Victoria 2: Heart of Darkness
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • For The Glory
Just curious about whether it's possible to edit a save game to change the ministers who are in government in a nation - in particular, the head of government and head of state. I've been poring over files, and while I can find the list of available ministers, I can't work out what puts them in position in a country.
 
Just curious about whether it's possible to edit a save game to change the ministers who are in government in a nation - in particular, the head of government and head of state. I've been poring over files, and while I can find the list of available ministers, I can't work out what puts them in position in a country.

Yes. Savegame seems to copy all the ministers/leaders on save.

It's separated by country in a savegame.
 
Indeed it is - so while I can get a full minister list for any given country, including all possible options, there doesn't seem to be anywhere that says which ministers are in government - but there must be, surely!
 
Well, of course there is:

Just had a look at the save of the France game I'm playing. It looks like this for each country:

Code:
HeadOfState = { type = 9 id = 10157 } 
HeadOfGovernment = { type = 9 id = 10019 } 
ForeignMinister = { type = 9 id = 10024 } 
ArmamentMinister = { type = 9 id = 10037 } 
MinisterOfSecurity = { type = 9 id = 10060 } 
MinisterOfIntelligence = { type = 9 id = 10081 } 
ChiefOfStaff = { type = 9 id = 10094 } 
ChiefOfArmy = { type = 9 id = 10101 } 
ChiefOfNavy = { type = 9 id = 10009 } 
ChiefOfAir = { type = 9 id = 10124 }