there seems to be a bug in the trail of tears event. In the event list it has 3 options but in the game you can only chose between two.
name = "ACTIONNAME14179B" # Do not intervene I think the problem is here. maybe the number should be "Actionname14185A".
Can you confirm that please?
problem two is the add-pop command. Tried the Hawaii and Trail of Tears for that and in neither case pops were added/removed. I'm assuming this wasn't adressed since it wasn't mentioned in the change log Johan posted (but you never know) so this is 'minor'
Code:
event = {
id = 14185
random = no
country = USA
trigger = {
random = 20
}
name = "EVT_14185_NAME"
desc = "EVT_14185_DESC"
style = 0
date = { day = 23 month = january year = 1838 }
offset = 30
deathdate = { day = 30 month = december year = 1860 }
action_a = {
name = "ACTIONNAME14179B" # Do not intervene
command = { type = add_pop which = cherokee value = 1 where = 567 } # Oklahoma
command = { type = add_pop which = cherokee value = 1 where = 1192 }
command = { type = add_pop which = cherokee value = 1 where = 1193 }
command = { type = add_pop which = cherokee value = -1 where = 1208 } # Georgia
command = { type = add_pop which = cherokee value = -1 where = 1209 }
command = { type = add_pop which = cherokee value = -1 where = 1210 }
}
action_b = {
name = "ACTIONNAME14185B" # Support the Cherokee Nation!
command = { type = pop_militancy which = cherokee value = -2 where = 1208 } # Georgia
command = { type = pop_militancy which = dixie value = 2 where = 1208 } # Georgia
}
action_c = {
name = "ACTIONNAME14185C" # Support the state of Georgia!
command = { type = add_pop which = cherokee value = 1 where = 567 } # Oklahoma
command = { type = add_pop which = cherokee value = 1 where = 1192 }
command = { type = add_pop which = cherokee value = 1 where = 1193 }
command = { type = add_pop which = cherokee value = -1 where = 1208 } # Georgia
command = { type = add_pop which = cherokee value = -1 where = 1209 }
command = { type = add_pop which = cherokee value = -1 where = 1210 }
command = { type = pop_militancy which = cherokee value = 4 }
command = { type = pop_consciousness which = cherokee value = 4 }
}
}
name = "ACTIONNAME14179B" # Do not intervene I think the problem is here. maybe the number should be "Actionname14185A".
Can you confirm that please?
problem two is the add-pop command. Tried the Hawaii and Trail of Tears for that and in neither case pops were added/removed. I'm assuming this wasn't adressed since it wasn't mentioned in the change log Johan posted (but you never know) so this is 'minor'
Upvote
0