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

=WaR iS pEaCe=

First Lieutenant
69 Badges
Mar 23, 2005
208
0
  • Stellaris: Digital Anniversary Edition
  • Cities: Skylines - After Dark
  • Crusader Kings II: Conclave
  • Cities: Skylines - Snowfall
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Hearts of Iron IV Sign-up
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Field Marshal
  • Crusader Kings II: Reapers Due
  • Tyranny: Archon Edition
  • Crusader Kings II: Horse Lords
  • Stellaris: Leviathans Story Pack
  • Cities: Skylines - Natural Disasters
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Cities: Skylines - Mass Transit
  • Hearts of Iron IV: Death or Dishonor
  • Stellaris: Synthetic Dawn
  • Cities: Skylines - Green Cities
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Humanoids Species Pack
  • Stellaris: Necroids
  • Hearts of Iron III: Their Finest Hour
  • 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
  • Europa Universalis III
  • Europa Universalis IV
  • For the Motherland
  • Hearts of Iron III
  • Crusader Kings II
  • Hearts of Iron III Collection
  • Europa Universalis: Rome
  • Semper Fi
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Crusader Kings II: Way of Life
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
}
}
 

wilcoxchar

Field Marshal
98 Badges
Nov 15, 2004
5.134
17.810
  • Europa Universalis III: Collection
  • Victoria: Revolutions
  • Europa Universalis: Rome
  • Semper Fi
  • Sengoku
  • Victoria 2
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 200k Club
  • 500k Club
  • Cities: Skylines
  • Cities: Skylines Deluxe Edition
  • Crusader Kings II: Holy Knight (pre-order)
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Europa Universalis: Rome Collectors Edition
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Victoria 3 Sign Up
  • Divine Wind
  • 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
  • Deus Vult
  • Diplomacy
  • Europa Universalis III
  • Hearts of Iron Anthology
  • 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
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • March of the Eagles
You can't replace the user-defined tags with your own tags. They still have to be U00, U01, U02, etc.
 

GermanWehrmacht

Lt. General
59 Badges
Nov 11, 2005
1.463
0
  • Europa Universalis IV: Mare Nostrum
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Rome: Vae Victis
  • 500k Club
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: Common Sense
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Conclave
  • Supreme Ruler: Cold War
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings Complete
  • Hearts of Iron IV: Death or Dishonor
  • Europa Universalis IV: Cradle of Civilization
  • Crusader Kings II: Jade Dragon
  • Battle for Bosporus
  • Europa Universalis IV
  • 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
  • Europa Universalis III
  • Europa Universalis III Complete
  • Hearts of Iron II: Armageddon
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Europa Universalis IV: Wealth of Nations
  • Hearts of Iron III
  • Heir to the Throne
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV: Res Publica
  • Victoria: Revolutions
  • Europa Universalis: Rome
you can only do that in EU not in HOI.