Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It works.
No crash at start up.
Running the game without mods works fine.
Running the game with all of my other mods works fine.
Running the game with my other mods and this one crashes it.
Running the game with only this mod crashes it.
It worked a while back, my guess is the recent update messed something up?
Go into Documents > Paradox Interactive > Crusader Kings II > mod > society.zip > decisions > secret_targeted.txt
Scroll down to where it says "introduce_friend". Then change this:
potential = {
ai = yes
is_friend = FROM
FROM = {
any_friend = {
is_friend = FROM
NOT = { is_friend = ROOT }
}
}
}
to this:
potential = {
ai = yes
is_friend = FROM
#FROM = {
# any_friend = {
# is_friend = FROM
# NOT = { is_friend = ROOT }
# }
#}
}