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.
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
after trying to add a new character to anhalt I keep getting a "NO_TEXT_FOR_KEYPLAYER" at the game start screen. Ive checked history/titles and history/characters and they both match, common/dynasty is good as well....I cant figure it out
Is it possible to have from_dynasty suffixes as opposed to prefixes in the cultures file? I attempted simply replacing the word, though it didn't work.
I would like to change the invasion CB that the Pope grants you. Normally it costs 500 piety and the Kingdom your invading must be bigger then you currently are. I want to change it so that you can invade any size Kingdom. Can anyone point me to the file where I can mod this?
location_ruler_title. anybody know what it is or what it does? searched the forums and the web and found nothing. I turned it on for my new title, Count Palatine, and it does nothing afaik. It's turned on for the Pope, so I hoped it would do this:
How do you get rid of "of [title]"? And what does location_ruler_title do?
Code:
d_palatinate = {
color={ 100 99 100 }
color2={ 255 255 255 }
title = "COUNT_PALATINE" #Count Palatine of the Rhine
short_name = yes #The Palatinate
location_ruler_title = yes #?
I've added a few provinces, but some of them come out as called c_province, with b_baronyname and one d_duchyname instead of their titles, but I can't for the life of me see where to write it in. Anyone know? Many thanks.
I've added a few provinces, but some of them come out as called c_province, with b_baronyname and one d_duchyname instead of their titles, but I can't for the life of me see where to write it in. Anyone know? Many thanks.
I've got them in there, prov930-934, correctly named, with the relevant reordering of the other sea provinces, and start of sea provinces. Although the Adriatic has stopped being accessible, but one problem at a time...
How come... when I cut and copy the kingdom of pommerania below the HRE so that it's not part of it the flags all become random for the HRE and other empires... wheras when I put in above the HRE in landed_titles there's no issue?
Same things applies to the duchy of holstein?
I've got them in there, prov930-934, correctly named, with the relevant reordering of the other sea provinces, and start of sea provinces. Although the Adriatic has stopped being accessible, but one problem at a time...
How come... when I cut and copy the kingdom of pommerania below the HRE so that it's not part of it the flags all become random for the HRE and other empires... wheras when I put in above the HRE in landed_titles there's no issue?
Same things applies to the duchy of holstein?
Whenever you change landed_titles or add new flags or do anything with graphics, delete your gfx cache (My Documents/Paradox Interactive/Crusader Kings II/[modname]/gfx; these folders are where the game automatically dumps stuff so it doesn't have to load them everytime). The game will reload all the graphics correctly when you next start the game.
I am having trouble getting a pair of events to fire that give opinion modifiers. They are firing, but not for the right characters. As an fyi, these are meant to go along with Mr. C's Glorious Knights and Night Terrors mod.
The first event is for a non-vampire liege (ie, a ruler w/o any of the mod's vampire traits) who has a character in his court (courtier or landed vassal) that is a vampire. The ruler should get an opinion modifer toward the vampire courtier (but not the other way around). The vampire then gets an event notifying it that his ruler is suspicious. This is not what is happening. Instead, the vampire gets an event that the ruler is suspicious, but the event shows one of the vampire's own courtiers, and the vampire gets a negative opinion toward his own non-vampire courtier.
Code:
character_event = { #A subject is a vampire!
id = 1000093092
desc = "EVTDESC1000093092"
picture = "GFX_evt_throne_room"
ruler_only = yes
trigger = {
any_courtier = {
OR = {
trait = haineuxout
trait = tarsasout
trait = tannenout
trait = puternicout
}
NOT = {
has_opinion_modifier = { who = ROOT modifier = opinion_vampire_in_court }
}
}
NOT = {
OR = {
religion = morthal
trait = tarsasout
trait = tarsascon
trait = tannenout
trait = tannencon
trait = haineuxout
trait = haineuxcon
trait = puternicout
has_character_flag = f_groomed_vamp_t
has_character_flag = f_groomed_vamp_v
has_character_flag = f_groomed_vamp_h
}
}
}
mean_time_to_happen = {
days = 1
}
option = {
name = "EVTOPTA1000093092" #Watch him!
random_courtier = {
limit = {
OR = {
trait = haineuxout
trait = tarsasout
trait = tannenout
trait = puternicout
}
NOT = {
has_opinion_modifier = { who = ROOT modifier = opinion_vampire_in_court }
}
}
opinion = {
modifier = opinion_vampire_in_court
who = ROOT
years = 100
}
character_event = { id = 1000093093 days = 1 }
}
}
}
character_event = {
id = 1000093093
desc = "EVTDESC1000093093"
is_triggered_only = yes
show_from_from = yes
option = {
name = "EVTOPTA1000093093" #I am being watched!
}
}
The second event is one that should fire when a vampire ruler notices that someone in his court is resisting his rule (has a character flag "vampire_resister"). The event should give the vampire ruler an opinion modifier toward the resisting courtier. This is not occuring - I am getting the event but nothing seems to happen.
I want to be able to enter my vassal's wars so that I can effect the outcomes via force and not by imprisonment. Is this possible to change or is it hardcoded?
Maybe I should just create a CB that is elligable to use on anyone?
Working on more health traits. Is there a health trait modifier to keep a man out of combat? In CK1, a 'severely wounded' character stayed at home, but in CK2 they seem to go off to war hemorrhaging or not.
Working on more health traits. Is there a health trait modifier to keep a man out of combat? In CK1, a 'severely wounded' character stayed at home, but in CK2 they seem to go off to war hemorrhaging or not.