They're triggering for me. Do any of the other events in the file work?
Can you post your copy of the file?
What's your problem exactly? I can trigger them with the console just fine.
adopt_feudalism = {
is_high_prio = yes
potential = {
is_tribal = yes
independent = yes
}
allow = {
capital_scope = {
is_tribal = yes
has_building = tb_hillfort_4
}
primary_title = { has_law = tribal_organization_4 }
custom_tooltip = {
text = TT_NOT_UNREFORMED_PAGAN
hidden_tooltip = {
OR = {
NOT = { religion_group = pagan_group }
is_reformed_religion = yes
}
}
}
}
effect = {
custom_tooltip = {
text = adopt_feudalism_tooltip_1
hidden_tooltip = {
capital_scope = {
convert_to_castle = yes
refill_holding_levy = yes
e_roman_empire = { copy_title_laws = e_hre copy_title_history = e_hre }
activate_title = { title = e_hre status = no }
It would probably be doable by checking for an emperor-tier title in the decision and changing the event so that it copies the de jure area of the primary, destroys it, and then fires a follow-up event that makes e_roman_empire the new primary if you are holding multiple empires.
NOT = {
any_dynasty_member = {
is_alive = yes
count = 3
}
}
For what it's worth, the current map sizes are 3072x2048 for most, while trees.bmp is 382x293. If it were 1/8 of the other maps, it would be 384x256. It isn't even close to the same aspect ratio, as most are 1.5 while trees.bmp is 1.30375…!The tree map's height / width are 1/8 of the other files' length. So adhering to at least multiples of 8 is necessary. Other people might even advise you to use multiples of 128, 256 or 512.
I made a quick script to move all of the Warhammer mod's map up 256 pixels. I can make you a vanilla positions.txt that is moved up an arbitrary number of pixels if you are going through with this.
You'd need to scope to the title you want to do it to, then replace e_hre with PREV or some such, as appropriate.Is there any way to do this:
Code:e_roman_empire = { copy_title_laws = e_hre copy_title_history = e_hre } activate_title = { title = e_hre status = no }
but for any title instead of e_hre?
I've figured it out myself (I had made a typo somewhere), thanks for your help though
I fixed the CTD. Upon loading I get four event windows that pop up immediately that have no titles. The events for sexual sins are firing except for Father-Daughter and Mother-Son which I presume that it's because Azrael doesn't meet the requirements for it to fire.
Hi all, does anyone know if there is a event out there that stops a place from being religiously converted ?