Does anyone know if there's any way to check a title's progress towards dejure assimilation?
Missing ; and x can be an issue, but the game is quite generous in handling those usually.
What can cause bugs like this are empty lines, unnecessary linebreaks and other unnecessary formatting in the code (tab key et al). Also depending on which programs you use to edit the csv file, those might mess up the file structure when saving as well. I always use a simple text editor to rule out the last issue.
Double entries for strings should cause no issues at all, but of course one string will be overwritten by the other.
2. When creating localisation for my mod, can I just create an entirely .txt file and put all my localisations there, so I don't need to edit (and thus overwrite) vanilla localisation?
2: Yes, but the file type must be .csv, not .txt.1. How to let women hold different council positions?
2. When creating localisation for my mod, can I just create an entirely .txt file and put all my localisations there, so I don't need to edit (and thus overwrite) vanilla localisation?
3. How to force a title to have certain succession laws when created? I'm specifically talking about a Horde title.
1. How to let women hold different council positions?
3. How to force a title to have certain succession laws when created? I'm specifically talking about a Horde title.
If someone could do this and attach the files in a .zip here then I'd be extremely grateful.
Thanks for the help folks.
One more question though, does the is_female line work conversely, as in is_female = yes?
:laugh:@LordFinnish: *facepalm* And all the female characters in it have the attractive trait?
@LordFinnish: *facepalm* And all the female characters in it have the attractive trait?
Anyways...
Back to my question:
How do I get certain kingdoms to need more duchies to create than the base 2?
No... I mean, how do I make a few titular titles (kingdom or empire) require more duchies or kingdoms than the base amount set in the defines (2).If you want to change what duchies are in what kingdoms, I believe the file you're looking for is landed_titles.txt. It should be in crusader kings ii\common\landed_titles.
allow = {
OR = {
AND = {
has_landed_title = d_amazonia
has_landed_title = d_hippy_france
has_landed_title = d_hippy_brittany
}
AND = {
has_landed_title = d_amazonia
has_landed_title = d_hippy_france
has_landed_title = d_aztecia
}
AND = {
...
}
}
}