Woah what a compliment, especially coming from you.![]()
Hey, credit where credit is due.
Woah what a compliment, especially coming from you.![]()
How do I add in a culture,I've made the culture and put it in the cultures file but giving a county that culture has no effect. Is there something else I need to do.
So you created a culture in cultures.txt, and changed the culture of a province? That should have done it. Have you tried changing the culture of a character in the history files?
I think the interval at which it increases is defined in defines.lua, so you should check in there.Hi,
is there a way to increase the yearly_raised_levies opinion modifier?
I find it myself way to low and too fast decreasing...
the modifier in opinion_modifiers seems to be obsolete
Is it hard coded?
I want to try this modifier to weaken HRE and Byz...
Hi,
is there a way to increase the yearly_raised_levies opinion modifier?
I find it myself way to low and too fast decreasing...
the modifier in opinion_modifiers seems to be obsolete
Is it hard coded?
I want to try this modifier to weaken HRE and Byz...
name = "Norman Conquest"
casus_belli = {
actor = 140
recipient = 122
casus_belli = invasion
landed_title=k_england
date=1066.9.10
}
1066.9.10 = {
add_attacker = 140
add_defender = 122
}
1066.10.14 = {
rem_attacker = 140
rem_defender = 122
}
That was easy.add_attacker and add_defender are the commands you need to use, I would assume.
name = "Danish Invasion"
casus_belli = {
actor = 101515
recipient = 122
casus_belli = invasion
landed_title=k_england
date=1066.9.10
}
1066.9.10 = {
add_attacker = 101515
add_defender = 122
}
1066.9.26 = {
rem_attacker = 101515
rem_defender = 122
}
A stupid question in hope to find a smart answer (lol).
defines.lua is the "valid" one, so the "defines.txt" is also valid or to be valid you
have to "transport" the values to the lua one?.
They both work. The most important things in defines.txt are setting the age of adulthood and thus marriage (I tried 14 and it works) and setting the max age of motherhood.
Defines.lua has a lot more options, but keep both files.
Then how this one works?
2 #_CHDEF_BASE_NR_OF_CHILDREN_PER_COUPLE_ ( The number of children allowed per couple )
because in all my games it's always "2", but somehow my characters looks like rabbits.![]()
Then how this one works?
2 #_CHDEF_BASE_NR_OF_CHILDREN_PER_COUPLE_ ( The number of children allowed per couple )
because in all my games it's always "2", but somehow my characters looks like rabbits.![]()
How can I change the maintenance and raising costs of mercenaries?
MERCENARY_MAINTENANCE_FACTOR = 2.5,
MERCENARY_HIRE_COST_FACTOR = 0.1,