Crusader Kings II

Crusader Kings II

96 ratings
Friend Mod
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
46.399 KB
1 Jun, 2017 @ 12:30am
2 Dec, 2017 @ 3:11pm
4 Change Notes ( view )

Subscribe to download
Friend Mod

Description
Allows you to befriend characters of your choosing.

CK2 Friend Mod
v0.2

Originally posted by author:
Lets be friends!

This mod allows you to befriend characters of your choosing through a targeted decision. They must be within diplomatic range, adults, and of at least 40 opinion of your character for the option to be available. They can also decline to be friends with you if they have negative traits or dislike you.

The goal of this mod was to make it easier for me and my friends to enjoy a co-operative multiplayer experience as friendships function like alliances in many ways; now we can all be friends in-game and help each other out.

Due to per popular demand as of version 2 of the mod (the 2nd update) you can now declare people you dislike your rival. You can use this to declare war on someone you dislike to humiliate them and remove them from power!
Disclaimer: This is my first mod for CK2 and I am pretty terrible with coding in this engine without any assistance or guidance.Limits
  • Must be within diplomatic range.
  • Must be an adult.
  • Must not be in prison.
  • Must not be incapable.
  • Must have an opinion of at least 40 with you.
Friendship Effects
http://www.ckiiwiki.com/Friendship
Plans
I'd like to expand the "make friend" event to be a bit more variety, random, and eventful. I'd also like it to cost more of something (possible prestige) and also have a higher opinion requirement. Lastly, I'll probably make it take longer to have an effect.
70 Comments
James009  [author] 19 Jul, 2021 @ 6:26pm 
The AI will not use this, it is for players only.

It should be compatible with just about anything because it consists of it's own unique events and actions.
HotCheezyBuns 18 Jul, 2021 @ 10:51pm 
Do the ai also do this?
Mad Lad 26 Jun, 2020 @ 2:38pm 
Anyone try this for AGOT? Is it compatible??
Scorten 27 Apr, 2020 @ 8:59am 
Could you please implement Sir Frederick's fixes and correct the spelling of gregarious?
James009  [author] 18 Mar, 2020 @ 2:19pm 
@TheyCallMeVincenzo

I won't be making any other versions of this mod but you could manually mod my mod to do it. It'd be one line of code to make it work that way.
TheyCallMeVincenzo 18 Mar, 2020 @ 12:31am 
Can you make a version that you have to be above 60 to make a friend?
Neil 28 May, 2019 @ 11:13am 
In addition to Sir Fredericks fixes, I recommend fixing the authors spelling of

gregarious

Both files within the events folder - 4 instances. replace gregorious with gregarious.
L4C_Fantome 30 Nov, 2018 @ 8:10am 
why i can't use friend and rival in other character when i used it on on character?
L4C_Fantome 30 Nov, 2018 @ 7:38am 
fixe in 2.8.3.3?
Repmokk 18 Sep, 2018 @ 8:00pm 
Fixed it :summerghost: Added some modifiers since I was messing around there anyway. Hope this helps the mod author with having a refrence made from his work. Cheers!
This is in the decisions folder, inside the make_rival text file.
potential = { #Conditions on the

vassal or dynasty member for the decision to appear
is_adult = yes
is_within_diplo_range = FROM
NOT = {
character = FROM
is_friend = FROM
is_rival = FROM
is_lover = FROM
}
}
allow = { #Conditions

for the decision to be enabled
NOT = {
opinion = {
who = FROM
value = -40
}
}
NOT = {
has_character_modifier = recent_friend
num_of_rivals = 5
}
prisoner = no
FROM = {
piety = 100
}