Ah, that sucks.You can only check for the presence of lack of presence of a specific character flag, there is no way to check if a character has any flag at all.
I've got my own music mod working, but...
haven't music when I start the game,now. The main theme music has gone.
I looked into Stellaris and EUIV music and their songs and assets files, but they implement them in a bit different way.
I tried it with a maintheme.txt and also a maintheme entry in the songs.txt, but without success.
Any idea how I can set up a maintheme music with my mod again?
How do you disable Abrahamic religions sending missionaries to pagan realms?
action_inquisition = {
attribute = learning
potential = {
}
trigger = {
num_of_settlements = 1
NAND = {
FROM = { job_spiritual = { has_character_modifier = spiritual_refused_pagans } } # See Event ZE.5040
owner = { religion_group = pagan_group }
}
OR = {
#owner = {
# FROM = { NOT = { religion_group = pagan_group } }
# independent = yes
# NOT = { religion = FROM }
# religion_group = pagan_group
# OR = {
# NOT = { religion = aztec }
# year = 1350
# }
# is_reformed_religion = no
# capital_scope = {
# province = ROOT
# }
# controls_religion = no
# FROM = {
# higher_tier_than = COUNT
# OR = {
# independent = yes
# higher_tier_than = DUKE
# }
# }
# NOT = {
# has_opinion_modifier = { who = FROM modifier = opinion_sent_preacher }
# }
# is_within_diplo_range = FROM
#}
any_province_lord = {
OR = {
character = FROM
is_liege_or_above = FROM
}
}
}
}
events = { 900 901 902 903 }
}
I do not believe so noDoesn't seem to be a Command for it, but are there any ways to clear the Messages part of the Outliner? My Mod causes several hundred to be presented in both high and low priority (as characters move in and out of your Court on start-up : apparently losing their titles causes them to default to come to me), and I'd like to wipe it at the end of the Event just for neatness.
That's the conditional for checking the religion. Use set_secret_religion instead.ext up - I'm trying to assign a character a secret religion in the history files. I'm using a line that says secret_religion = <name here> as suggested in the recent change log (and as found on a couple of well-hidden characters in vanilla, which I checked, and which work) - but nothing is happening.
I've tried that, and it doesn't work. I've also tried using a different hidden religion, so I don't think it's in my religion definitions.That's the conditional for checking the religion. Use set_secret_religion instead.
Are you making sure to do it inside of an effect block at a date?I've tried that, and it doesn't work. I've also tried using a different hidden religion, so I don't think it's in my religion definitions.
nd
I've tried it both inside and outside.Are you making sure to do it inside of an effect block at a date?
Yeah I am not sure if it is actually a valid history command or not even though it is used in the easter eggs fileI've tried it both inside and outside.
Compare eastereggs.txt in vanilla, by the way.
nd
I think that's what gain_effect is for in minor_titles. Try triggering the event from there?How can I make an event for a vassal were he/she becomes the designated regent of the liege? Do I need to trigger an event for the liege were the vassal in honored with the title?
What does gain_effect do and how do I use it? I can't find much on the wiki?I think that's what gain_effect is for in minor_titles. Try triggering the event from there?