Does anyone know how to change flag colors in game or is there a mod that will do it?
On a similar note, is there a way to change a country's name after it's been created? I tried various "set_name" uses but couldn't get it quite right...There's a change_country_flag effect which you could use
Can i change country name by event?There's a change_country_flag effect which you could use
set_name effect should workOn a similar note, is there a way to change a country's name after it's been created? I tried various "set_name" uses but couldn't get it quite right...
Try this and nothing happened.set_name effect should work
country_event = {
id = population_improved_ethics_divergence.100
title = OK
desc = test
hide_window = yes
is_triggered_only = yes
immediate = {
set_name = "aaa"
}
}
People could make mods with events which can changeCan i change country name by event?
Yeah, seems like it doesn't work for countries. Will fix for HeinleinTry this and nothing happened.
Code:country_event = { id = population_improved_ethics_divergence.100 title = OK desc = test hide_window = yes is_triggered_only = yes immediate = { set_name = "aaa" } }
People could make mods with events which can change
Yeah, seems like it doesn't work for countries. Will fix for Heinlein![]()
Also seems what num_traits < 3 didnt work and leaders didnt get new trait.Will fix for Heinlein