There is a trouble with this nice mod (good worck and thx), for uncivilized country, if you become civilized (after reach 500 prestige) without find the tech Flintlock Rifles, the game crash each time you try to build an army. You can modify the event in ecuador.txt like that:
-solution 1, give the tech when you becoming civilized :
#########################################################################
# Becoming Civilized
#########################################################################
event = {
id = 590140
random = no
invention = no
trigger = {
civilized = no
prestige = 500
}
name = "Becoming Civilized"
desc = "Upon reaching such tremendous prestige, the world now considers us civilized!"
style = 0
date = { day = 1 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
name = "Took them long enough!"
command = { type = civilized value = yes }
command = { type = gain_tech which = 1101 }
}
}
solution 2 : becoming civilized only if you have both 500 prestige and the Flinlock Rifle (more realistic imo)
#########################################################################
# Becoming Civilized
#########################################################################
event = {
id = 590140
random = no
invention = no
trigger = {
civilized = no
prestige = 500
invention = 1101
}
name = "Becoming Civilized"
desc = "Upon reaching such tremendous prestige, the world now considers us civilized!"
style = 0
date = { day = 1 month = january year = 1836 }
offset = 30
deathdate = { day = 30 month = december year = 1920 }
action_a = {
name = "Took them long enough!"
command = { type = civilized value = yes }
}
}
I don't know if i'm the only one who get this crash (ver 1.02, french), but it may help some player.
And sorry for my poor english
