I'm trying to mod in an African superstate.
I already have the flags, shields, leaders list, minister list, and events that try to mimic the Independence of India kindof thing (minus the removecore lines because UK and others don't HAVE cores on African territory)
I don't have an .inc file because I want the country to come out just like India. I already added it into the revolt doc too.
For some resaon though, I don't believe HOI2 is recognizing my country. The tag is AFR and I even put it into the world_names doc as a replacement for the U00 tag. I thought everything was good?
Below is also my events that I used to get it out. I only have the events partially completed just so I can test it out. That is why only ENG is ceding a few provinces in Africa.
Here are the events. If anyone can help, that would be appreciated.
#########################################################################
# Independence to African People
#########################################################################
event = {
id = 8051
random = no
country = ENG
trigger = {
NOT = {
exists = AFR
}
}
name = "UK Grants African Autonomy"
desc = "With stirrings of African Unity, the UK decides to leave its colonies to the African people."
picture = "india"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1953 }
action_a = {
name = "A United Africa?" # They cannot be held back any longer
ai_chance = 97
command = { type = independence which = AFR value = 1 }
command = { type = trigger which = 8053 }
}
action_b = {
name = "We'll never give up our African holdings!" # Keep our colonial Empire!
ai_chance = 3
command = { type = dissent value = 1 }
}
}
#########################################################################
# Start of the African Union
#########################################################################
event = {
id = 8052
random = no
country = ENG
style = 0
name = "UK Cedes African Territories"
desc = "With stirrings of African Unity, the UK decides to leave its colonies to the African people."
picture = "india"
# triggered by AFR Independence
action_a = {
name = "Give up the land"
# Egypt
command = { type = secedeprovince which = AFR value = 907 }
command = { type = secedeprovince which = AFR value = 1021 }
command = { type = secedeprovince which = AFR value = 1019 }
command = { type = secedeprovince which = AFR value = 1022 }
command = { type = secedeprovince which = AFR value = 1020 }
command = { type = secedeprovince which = AFR value = 1025 }
# English Sudan
command = { type = secedeprovince which = AFR value = 1028 }
command = { type = secedeprovince which = AFR value = 1029 }
command = { type = secedeprovince which = AFR value = 1067 }
command = { type = secedeprovince which = AFR value = 1068 }
command = { type = secedeprovince which = AFR value = 1069 }
command = { type = secedeprovince which = AFR value = 1030 }
command = { type = secedeprovince which = AFR value = 1031 }
command = { type = secedeprovince which = AFR value = 1040 }
command = { type = secedeprovince which = AFR value = 1041 }
command = { type = secedeprovince which = AFR value = 1066 }
command = { type = secedeprovince which = AFR value = 1065 }
command = { type = secedeprovince which = AFR value = 1032 }
# English East Africa
command = { type = secedeprovince which = AFR value = 1062 }
command = { type = secedeprovince which = AFR value = 1139 }
command = { type = secedeprovince which = AFR value = 1140 }
command = { type = secedeprovince which = AFR value = 1141 }
command = { type = secedeprovince which = AFR value = 1059 }
command = { type = secedeprovince which = AFR value = 1060 }
command = { type = secedeprovince which = AFR value = 1061 }
command = { type = secedeprovince which = AFR value = 1064 }
# English Rhodesia
command = { type = secedeprovince which = AFR value = 1125 }
command = { type = secedeprovince which = AFR value = 1105 }
command = { type = secedeprovince which = AFR value = 1111 }
command = { type = secedeprovince which = AFR value = 1112 }
command = { type = secedeprovince which = AFR value = 1124 }
command = { type = secedeprovince which = AFR value = 1104 }
command = { type = secedeprovince which = AFR value = 1099 }
command = { type = secedeprovince which = AFR value = 1129 }
command = { type = secedeprovince which = AFR value = 1126 }
command = { type = secedeprovince which = AFR value = 1128 }
command = { type = secedeprovince which = AFR value = 1132 }
}
}
#########################################################################
# First African Union Government
#########################################################################
event = {
id = 8053
random = no
country = AFR
style = 0
name = "First Government for Africa"
desc = "The precursing government is set up."
picture = "india"
# triggered by ENG 8051
action_a = {
#ai_chance = 90
name = "EVT_900127_ACTA"
command = { type = dissent value = -10 }
command = { type = set_domestic which = democratic value = 7 }
command = { type = set_domestic which = political_left value = 5 }
command = { type = headofstate which = 576011 }
command = { type = headofgovernment which = 576012 }
command = { type = foreignminister which = 576015 }
command = { type = armamentminister which = 576017 }
command = { type = ministerofsecurity which = 576020 }
command = { type = ministerofintelligence which = 576022 }
command = { type = chiefofstaff which = 576024 }
command = { type = chiefofarmy which = 576026 }
command = { type = chiefofnavy which = 576028 }
command = { type = chiefofair which = 576030 }
}
}
#########################################################################
# Setup African Union government
#########################################################################
event = {
id = 8054
random = no
country = AFR
style = 0
name = "Setup African Government" ### needs event desc
desc = "With the independence of the African Union, it is necessary to establish the first unified government."
picture = "india"
# triggered by African Union Independance Event
action_a = {
ai_chance = 40
name = "Keep current government"
command = { type = dissent value = -1 }
}
action_b = {
ai_chance = 30
name = "Bring us together as Comrades! (Left-Wing)"
command = { type = dissent value = -3 }
command = { type = set_domestic which = democratic value = 2 }
command = { type = set_domestic which = political_left value = 7 }
command = { type = headofstate which = 533018 }
command = { type = headofgovernment which = 558015 }
command = { type = foreignminister which = 558018 }
command = { type = armamentminister which = 568017 }
command = { type = ministerofsecurity which = 558005 }
command = { type = ministerofintelligence which = 534027 }
command = { type = chiefofstaff which = 534029 }
command = { type = chiefofarmy which = 558033 }
command = { type = chiefofnavy which = 558036 }
command = { type = chiefofair which = 550049 }
}
action_c = {
ai_chance = 30
name = "We must seek unity against anarchy! (Fascist)"
command = { type = dissent value = -3 }
command = { type = set_domestic which = democratic value = 2 }
command = { type = set_domestic which = political_left value = 2 }
command = { type = headofstate which = 558011 }
command = { type = headofgovernment which = 558015 }
command = { type = foreignminister which = 558018 }
command = { type = armamentminister which = 568017 }
command = { type = ministerofsecurity which = 558005 }
command = { type = ministerofintelligence which = 534027 }
command = { type = chiefofstaff which = 534029 }
command = { type = chiefofarmy which = 558033 }
command = { type = chiefofnavy which = 558036 }
command = { type = chiefofair which = 550049 }
}
}
#########################################################################
# African Union Capital
#########################################################################
event = {
id = 8055
random = no
country = AFR
# Triggered by
name = "Africa needs a capital"
desc = "The people want a place to call their own. Where will the capital be placed?"
picture = "india"
style = 0
action_a = {
name = "We need a central Capital"
ai_chance = 55
command = {type = capital which = 1092 } #change to 1092
}
action_b = {
name = "We need a Capital in the West!"
ai_chance = 15
command = { type = capital which = 992 } #change to 992
}
action_c = {
name = "We need a Capital in the East!"
ai_chance = 15
command = { type = capital which = 1046 } #change to 1046
}
action_d = {
name = "We need a Capital in the South"
ai_chance = 15
command = { type = capital which = 1120 } #change to 1120
}
}
I already have the flags, shields, leaders list, minister list, and events that try to mimic the Independence of India kindof thing (minus the removecore lines because UK and others don't HAVE cores on African territory)
I don't have an .inc file because I want the country to come out just like India. I already added it into the revolt doc too.
For some resaon though, I don't believe HOI2 is recognizing my country. The tag is AFR and I even put it into the world_names doc as a replacement for the U00 tag. I thought everything was good?
Below is also my events that I used to get it out. I only have the events partially completed just so I can test it out. That is why only ENG is ceding a few provinces in Africa.
Here are the events. If anyone can help, that would be appreciated.
#########################################################################
# Independence to African People
#########################################################################
event = {
id = 8051
random = no
country = ENG
trigger = {
NOT = {
exists = AFR
}
}
name = "UK Grants African Autonomy"
desc = "With stirrings of African Unity, the UK decides to leave its colonies to the African people."
picture = "india"
style = 0
date = { day = 1 month = january year = 1936 }
offset = 1
deathdate = { day = 30 month = december year = 1953 }
action_a = {
name = "A United Africa?" # They cannot be held back any longer
ai_chance = 97
command = { type = independence which = AFR value = 1 }
command = { type = trigger which = 8053 }
}
action_b = {
name = "We'll never give up our African holdings!" # Keep our colonial Empire!
ai_chance = 3
command = { type = dissent value = 1 }
}
}
#########################################################################
# Start of the African Union
#########################################################################
event = {
id = 8052
random = no
country = ENG
style = 0
name = "UK Cedes African Territories"
desc = "With stirrings of African Unity, the UK decides to leave its colonies to the African people."
picture = "india"
# triggered by AFR Independence
action_a = {
name = "Give up the land"
# Egypt
command = { type = secedeprovince which = AFR value = 907 }
command = { type = secedeprovince which = AFR value = 1021 }
command = { type = secedeprovince which = AFR value = 1019 }
command = { type = secedeprovince which = AFR value = 1022 }
command = { type = secedeprovince which = AFR value = 1020 }
command = { type = secedeprovince which = AFR value = 1025 }
# English Sudan
command = { type = secedeprovince which = AFR value = 1028 }
command = { type = secedeprovince which = AFR value = 1029 }
command = { type = secedeprovince which = AFR value = 1067 }
command = { type = secedeprovince which = AFR value = 1068 }
command = { type = secedeprovince which = AFR value = 1069 }
command = { type = secedeprovince which = AFR value = 1030 }
command = { type = secedeprovince which = AFR value = 1031 }
command = { type = secedeprovince which = AFR value = 1040 }
command = { type = secedeprovince which = AFR value = 1041 }
command = { type = secedeprovince which = AFR value = 1066 }
command = { type = secedeprovince which = AFR value = 1065 }
command = { type = secedeprovince which = AFR value = 1032 }
# English East Africa
command = { type = secedeprovince which = AFR value = 1062 }
command = { type = secedeprovince which = AFR value = 1139 }
command = { type = secedeprovince which = AFR value = 1140 }
command = { type = secedeprovince which = AFR value = 1141 }
command = { type = secedeprovince which = AFR value = 1059 }
command = { type = secedeprovince which = AFR value = 1060 }
command = { type = secedeprovince which = AFR value = 1061 }
command = { type = secedeprovince which = AFR value = 1064 }
# English Rhodesia
command = { type = secedeprovince which = AFR value = 1125 }
command = { type = secedeprovince which = AFR value = 1105 }
command = { type = secedeprovince which = AFR value = 1111 }
command = { type = secedeprovince which = AFR value = 1112 }
command = { type = secedeprovince which = AFR value = 1124 }
command = { type = secedeprovince which = AFR value = 1104 }
command = { type = secedeprovince which = AFR value = 1099 }
command = { type = secedeprovince which = AFR value = 1129 }
command = { type = secedeprovince which = AFR value = 1126 }
command = { type = secedeprovince which = AFR value = 1128 }
command = { type = secedeprovince which = AFR value = 1132 }
}
}
#########################################################################
# First African Union Government
#########################################################################
event = {
id = 8053
random = no
country = AFR
style = 0
name = "First Government for Africa"
desc = "The precursing government is set up."
picture = "india"
# triggered by ENG 8051
action_a = {
#ai_chance = 90
name = "EVT_900127_ACTA"
command = { type = dissent value = -10 }
command = { type = set_domestic which = democratic value = 7 }
command = { type = set_domestic which = political_left value = 5 }
command = { type = headofstate which = 576011 }
command = { type = headofgovernment which = 576012 }
command = { type = foreignminister which = 576015 }
command = { type = armamentminister which = 576017 }
command = { type = ministerofsecurity which = 576020 }
command = { type = ministerofintelligence which = 576022 }
command = { type = chiefofstaff which = 576024 }
command = { type = chiefofarmy which = 576026 }
command = { type = chiefofnavy which = 576028 }
command = { type = chiefofair which = 576030 }
}
}
#########################################################################
# Setup African Union government
#########################################################################
event = {
id = 8054
random = no
country = AFR
style = 0
name = "Setup African Government" ### needs event desc
desc = "With the independence of the African Union, it is necessary to establish the first unified government."
picture = "india"
# triggered by African Union Independance Event
action_a = {
ai_chance = 40
name = "Keep current government"
command = { type = dissent value = -1 }
}
action_b = {
ai_chance = 30
name = "Bring us together as Comrades! (Left-Wing)"
command = { type = dissent value = -3 }
command = { type = set_domestic which = democratic value = 2 }
command = { type = set_domestic which = political_left value = 7 }
command = { type = headofstate which = 533018 }
command = { type = headofgovernment which = 558015 }
command = { type = foreignminister which = 558018 }
command = { type = armamentminister which = 568017 }
command = { type = ministerofsecurity which = 558005 }
command = { type = ministerofintelligence which = 534027 }
command = { type = chiefofstaff which = 534029 }
command = { type = chiefofarmy which = 558033 }
command = { type = chiefofnavy which = 558036 }
command = { type = chiefofair which = 550049 }
}
action_c = {
ai_chance = 30
name = "We must seek unity against anarchy! (Fascist)"
command = { type = dissent value = -3 }
command = { type = set_domestic which = democratic value = 2 }
command = { type = set_domestic which = political_left value = 2 }
command = { type = headofstate which = 558011 }
command = { type = headofgovernment which = 558015 }
command = { type = foreignminister which = 558018 }
command = { type = armamentminister which = 568017 }
command = { type = ministerofsecurity which = 558005 }
command = { type = ministerofintelligence which = 534027 }
command = { type = chiefofstaff which = 534029 }
command = { type = chiefofarmy which = 558033 }
command = { type = chiefofnavy which = 558036 }
command = { type = chiefofair which = 550049 }
}
}
#########################################################################
# African Union Capital
#########################################################################
event = {
id = 8055
random = no
country = AFR
# Triggered by
name = "Africa needs a capital"
desc = "The people want a place to call their own. Where will the capital be placed?"
picture = "india"
style = 0
action_a = {
name = "We need a central Capital"
ai_chance = 55
command = {type = capital which = 1092 } #change to 1092
}
action_b = {
name = "We need a Capital in the West!"
ai_chance = 15
command = { type = capital which = 992 } #change to 992
}
action_c = {
name = "We need a Capital in the East!"
ai_chance = 15
command = { type = capital which = 1046 } #change to 1046
}
action_d = {
name = "We need a Capital in the South"
ai_chance = 15
command = { type = capital which = 1120 } #change to 1120
}
}