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

Ayeshteni

Jehanne's Slave
111 Badges
Jul 31, 2002
6.280
108
  • 500k Club
  • Europa Universalis III Complete
  • March of the Eagles
  • Europa Universalis III Complete
  • Penumbra - Black Plague
  • Europa Universalis IV: Res Publica
  • Europa Universalis: Rome
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: A House Divided
  • Rome: Vae Victis
  • 200k Club
  • Heir to the Throne
  • Cities: Skylines
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis III: Collection
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Pride of Nations
  • Rise of Prussia
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Hearts of Iron IV: No Step Back
  • Europa Universalis III
  • Hearts of Iron II: Armageddon
  • 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
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Darkest Hour
  • Deus Vult
  • A Game of Dwarves
  • Divine Wind
  • Europa Universalis IV
  • 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
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
open up the save file using a text editor (like notepad).

go into the country's minister file (in the DB/ministers folder) using a text editor (like notepad) find the ID of the HoS or HoG you wish to replace (and the ID of the HoS or HoG you wish to replace it with. Write it down.

Open up the save file using a text deitor (like notepad) and search for:

HeadOfState = { type = 9 id = x }

or

HeadOfGovernment = { type = 9 id = x }

(where x is the ID number of the minister already in the game). Replace with the ID of the person you wish to replace it with.

If you want to add a minister that hasn't been created yet (say you wish to add a minister to the minister file but you do not want to start a new game you need to add the minister stats to the save file as well. Just above the entry given above there are minister stats. Add it there

Code:
    minister = { 
        id = { type = 9 id = 1181 } 
        name = "Sir Percy Grigg" 
        picture = "M1181" 
        position = ArmamentMinister 
        category = market_liberal 
        cabinet = replacement 
        trait = 10 
        year = 1942 
        }

for example.

Ayeshteni