I want to increase the game difficulty to make it close to EU4. Currently I use Hard Mode as a base structure. So, I added some buffs to AI and some debuffs to the player. But I need to add the buffs only to non-player dynastic characters. So, I need to exclude the player's dynasty. How to do it, what's the code?
character_interactions/00_alliance.txt
character_interactions/00_house_head_interactions.txt
But they are huge, can I change only the inner parameters? Looks like I need to change
Also I want to decrease marriage_acceptance for the player but looks like it doesn't present by a number - how to do it?
dynasty ?=
Also I need to significantly decrease player's allies call to arms. I found these files need to be changed:ai_hard_difficulty = {
#Army
men_at_arms_recruitment_cost = -0.35
men_at_arms_maintenance = -0.4
...
}
player_hard_difficulty = {
...
}
character_interactions/00_alliance.txt
character_interactions/00_house_head_interactions.txt
But they are huge, can I change only the inner parameters? Looks like I need to change
multiple times (I did same in Defensive only alliances mod before). Is it possible to change LUA this way?ai_accept = {
base = 20
Also I want to decrease marriage_acceptance for the player but looks like it doesn't present by a number - how to do it?
Last edited:
- 1