I'm currently tinkering with modding. I've properly backed up my files like a good little boy, and have already successfully created several new tech teams. I have several problems, however. For one, I can create wholesale NEW tech teams, but I can't modify exsisting ones. This is most distressing. Also, my event modding obviously needs some help. In an attempt to create an event for an independant Ukraine, It gave me the event thing, but it was not labeled correctly and nothing happened when I selected an option. Here is a copy of said event, perhaps someone can spot my problems...
#########################################################################
# Ukrainian Independence
#########################################################################
event = {
id = 140001
random = no
country = SOV
trigger = {
NOT = {
exists = UKR
}
atwar = no
OR = {
government = communist
government = facist
}
}
name = "EVT_140001_NAME"
desc = "EVT_140001_DESC"
style = 0
picture = "Ukrainian_Independance_War"
date = { day = 1 month = january year = 1936 }
action_a = {
name = "ACTIONNAME140001A" # The seperatist pigs will regret this
ai_chance = 67
command = { type = civil_war which = Ukr }
}
action_b = {
name = "ACTIONNAME140001B" # We can't afford another disaster
ai_chance = 33
command = { type = independence value = 0 when = 1 }
}
}
Thanks for any help with any of the problems. I'll likely be posting more problems, so any further check-ins would be wonderous. Thanks again.
#########################################################################
# Ukrainian Independence
#########################################################################
event = {
id = 140001
random = no
country = SOV
trigger = {
NOT = {
exists = UKR
}
atwar = no
OR = {
government = communist
government = facist
}
}
name = "EVT_140001_NAME"
desc = "EVT_140001_DESC"
style = 0
picture = "Ukrainian_Independance_War"
date = { day = 1 month = january year = 1936 }
action_a = {
name = "ACTIONNAME140001A" # The seperatist pigs will regret this
ai_chance = 67
command = { type = civil_war which = Ukr }
}
action_b = {
name = "ACTIONNAME140001B" # We can't afford another disaster
ai_chance = 33
command = { type = independence value = 0 when = 1 }
}
}
Thanks for any help with any of the problems. I'll likely be posting more problems, so any further check-ins would be wonderous. Thanks again.