Changing the Country Name

Hello! I looked at other focus trees and I noticed that some focuses (for restoring monarchies and such) can change the name of the country. They say "country will now be known as 'name'".


How do I change what the nations name is known as through focus?

This will be adding a cosmetic tag.

In your localisation file, you would have: (where CTA is a custom cosmetic tag)

CTA_democratic:0 "Custom Tag Added"
CTA_fascism:0 "Custom Tag"
CTA_communism:0 "Custom Union"
CTA_neutrality:0 "Custom Empire"

And in your focus reward you would have:

set_cosmetic_tag = CTA

:O

Thanks!

So I would do set_cosmetic_tag = CTA_neutrality:0 "Custom Empire" if I wanted the country name to be Custom Empire?

No. In a localisation file you have the line:

CTA_neutrality:0 "Custom Empire"


And in your focus reward:

set_cosmetic_tag = CTA

ok