• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

psvoid

First Lieutenant
Nov 12, 2023
208
146
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?
dynasty ?=
ai_hard_difficulty = {
#Army
men_at_arms_recruitment_cost = -0.35
men_at_arms_maintenance = -0.4
...
}

player_hard_difficulty = {
...
}
Also I need to significantly decrease player's allies call to arms. I found these files need to be changed:
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
ai_accept = {
base = 20
multiple times (I did same in Defensive only alliances mod before). Is it possible to change LUA this way?

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:
  • 1Like
Reactions:
The best place to ask these questions is on the CK3 Mod Co-op discord server.
 
  • 3
Reactions: