Showing posts with label HOI3 Decision Samples. Show all posts
Showing posts with label HOI3 Decision Samples. Show all posts

September 22, 2011

How to remove minister with decision

There aren't Mustafa Kemal Ataturk's death event in the HOI3 FTM. So I prepared this decision in order to resolve this problem. At the same time, this decisions show you how to remove minister with decision.

#############################
# Mustafa Kemal Ataturk's death #
#############################

diplomatic_decisions = {

          ataturks_death = {

                    potential = {
                              tag = TUR
                              not = { has_country_flag = M_K_Ataturks_death }
                    }

                    allow = {
                              minister_alive = 12001
                              date = 1938.11.10
                    }

                    effect = {
                              set_country_flag = M_K_Ataturks_death
                              head_of_government = 12032
                              head_of_state = 12002
                              remove_minister = 12001
                    }

                    ai_will_do = {
                              factor = 1
                    }
          }
}

How to use

1- Copy the decision.
2- Paste in empty txt file.
3- Give unique name txt file.
4- Move this file to "decisions" folder in "C:\Program Files\Paradox Interactive\Hearts of Iron III\".
5- Start HOI3.
6- Decision will be automatically activated in 10.11.1938


How to find Minister id number:

1- Go to "countries" folder in “C:\Program Files\Paradox Interactive\Hearts of Iron III\common\”.

2- Select country Text file and open. Go to page down.

Not : If you want, you can download this decision file from the following link.

File Name : RemoveMinister.txt