Set Cosmetic Tag doesn't work
How is it that you are trying to implement it, and what are you expecting it to do?
To add the cosmetic tag "VAT" to Italy, for example:
ITA = {
set_cosmetic_tag = VAT
}
By default, this won't do anything, but if you create a localisation file which contains entries for the tag VAT, new flags assigned to the tag, etc. Then you will see a difference.
Hi jordta95,
Could you give a step-by-step tutorial on how to do this, or send me a link for a video?
Thanks,
OceanGecko
What is it you're trying to do?
If I know that, then sure :)
I would like to make a formable inside a focus/event, and I want to know how to make "The Vatican City" (VAT) be known as "The Papal Confederation"
Thanks,
OceanGecko
I'm going to assume the game is in English, if not replace everywhere I used "english" with your language.
Inside your mod's localition folder create a file called "papal_confederation_l_english.yml"
Open the file in notepad, or any other text editor, and paste in the following:
PAP_subject:0 "Papal $OVERLORDADJ$ "
PAP:0 "The Papal Confederation"
PAP_DEF:0 "The Papal Confederation"
PAP_ADJ:0 "Papaler"
Replace "Papaler" with whatever you want the game to refer to your nation's citizens as, e.g. British for the UK, German for Germany, etc.
And then, in the reward for a focus/event/etc. have:
set_cosmetic_tag = PAP
Thanks!
I'll let you know if it works!
How is it that you are trying to implement it, and what are you expecting it to do?
To add the cosmetic tag "VAT" to Italy, for example:
ITA = {
set_cosmetic_tag = VAT
}
By default, this won't do anything, but if you create a localisation file which contains entries for the tag VAT, new flags assigned to the tag, etc. Then you will see a difference.
-jordsta95
How is it that you are trying to implement it, and what are you expecting it to do?
To add the cosmetic tag "VAT" to Italy, for example:
ITA = {
set_cosmetic_tag = VAT
}
By default, this won't do anything, but if you create a localisation file which contains entries for the tag VAT, new flags assigned to the tag, etc. Then you will see a difference.
-jordsta95
How is it that you are trying to implement it, and what are you expecting it to do?
To add the cosmetic tag "VAT" to Italy, for example:
ITA = {
set_cosmetic_tag = VAT
}
By default, this won't do anything, but if you create a localisation file which contains entries for the tag VAT, new flags assigned to the tag, etc. Then you will see a difference.
-jordsta95
How do I make a focus that gives you a wargoal
How is it that you are trying to implement it, and what are you expecting it to do?
To add the cosmetic tag "VAT" to Italy, for example:
ITA = {
set_cosmetic_tag = VAT
}
By default, this won't do anything, but if you create a localisation file which contains entries for the tag VAT, new flags assigned to the tag, etc. Then you will see a difference.
-jordsta95
How is it that you are trying to implement it, and what are you expecting it to do?
To add the cosmetic tag "VAT" to Italy, for example:
ITA = {
set_cosmetic_tag = VAT
}
By default, this won't do anything, but if you create a localisation file which contains entries for the tag VAT, new flags assigned to the tag, etc. Then you will see a difference.
-jordsta95
How is it that you are trying to implement it, and what are you expecting it to do?
To add the cosmetic tag "VAT" to Italy, for example:
ITA = {
set_cosmetic_tag = VAT
}
By default, this won't do anything, but if you create a localisation file which contains entries for the tag VAT, new flags assigned to the tag, etc. Then you will see a difference.
-jordsta95
How do I make a focus that gives you a wargoal
-pirurio
create_wargoal = { type = annex_everything target = TAG }
nice think you for the help i have the same problem
OceanGecko
Hi,
Recently I tried to make a mod to introduce the Vatican, but I found that the "set_cosmetic_tag" option does not work.
Thanks,
OceanGecko