Tebix Posted 6 hours ago Posted 6 hours ago 2 hours ago, ban10 said: UI bug, not sure, can you check Carniliats is upto date? Any other UI To be fair it shoudn't show up, only a Magister can have a Regula council afterall, so you need to "regain" the book I will see if I can fix this. I have no idea honestly, This looks like a UI issue, like as if you had some old religion UI files but I removed the religion GUI overrides from RM Wait, when you updated the mod, did you download RM as a fresh copy, delete the old one, then replace? Hmm I will look into this, out of curiosity, how many targets were left at the event? I assume more then 1? This is a change I made, you can now see the Harem tenet as a doctrine, not tenent, more work to expand tenents will come with next DLC. I've removed the Palace holding from the mod, just doesn't work with how holdings are designed right now. Ah, fair enough, I mean, I'll keep the files around but I'll have to see about an optional download, I don't see why not, but I think the new art is a great improvement style wise so I do want to keep. Here are some comparisons for people to lo ok at (Attached files) There was always more than 1 still left, It simply ended with the suspicion message after capturing one maiden (no matter which option I took after it.
Tyrranus Posted 3 hours ago Posted 3 hours ago 5 hours ago, ban10 said: Ah, fair enough, I mean, I'll keep the files around but I'll have to see about an optional download, I don't see why not, but I think the new art is a great improvement style wise so I do want to keep. Here are some comparisons for people to lo ok at (Attached files) for the first 3 sets I like the new ones better(the ones on the right) for the rest I prefer the current ones (on the left) but art is one of the most subjective things out there hehe thanks for at least considering it
Agabonis Posted 1 hour ago Posted 1 hour ago So I'm making some changes to this mod for my personal use, changing the age of majority from 16 to 18, and I am having trouble getting the fascinare ward events to trigger. I looked through the mod files and I found regula_childhood_on_action.txt and changed on_16th_birthday and regula_on_16th_birthday to on_18th_birthday and regula_on_18th_birthday. However when the ward comes of age the event doesn't trigger. Is there something else I need to change to get this to work?
ban10 Posted 35 minutes ago Author Posted 35 minutes ago (edited) 6 hours ago, Tebix said: There was always more than 1 still left, It simply ended with the suspicion message after capturing one maiden (no matter which option I took after it. Hmm, will look into this 3 hours ago, Tyrranus said: for the first 3 sets I like the new ones better(the ones on the right) for the rest I prefer the current ones (on the left) but art is one of the most subjective things out there hehe thanks for at least considering it Since you asked nicely Heres a zip for replacing the Regula Regional/Regula artwork, just extract into gfx folder Regula_Old_Art_Replacer.zip 2 hours ago, anglican said: Would be get art for Contubernalis? Maybe, but not yet. Want to stop all the art generation now and work on script for a bit. 37 minutes ago, Agabonis said: So I'm making some changes to this mod for my personal use, changing the age of majority from 16 to 18, and I am having trouble getting the fascinare ward events to trigger. I looked through the mod files and I found regula_childhood_on_action.txt and changed on_16th_birthday and regula_on_16th_birthday to on_18th_birthday and regula_on_18th_birthday. However when the ward comes of age the event doesn't trigger. Is there something else I need to change to get this to work? In vanilla, look at the file common\on_action\birthday.txt Note that it has the on_action "on_birthday" which then triggers other on actions, I used the existing vanilla one which works like so: on_birthday -> on_specific_birthday -> on_16th_birthday -> regula_on_16th_birthday Since there isnt an "on_18th_birthday" What you need to do is create a on_birthday on_action which links to your new "regula_on_18th_birthday" on_action like so on_birthday = { on_actions = { regula_on_18th_birthday } } Then you would need regula_on_18th_birthday = { trigger = { age = 18 } events = { # Charm your ward, either yourself or by an already charmed spouse delay = { days = 1 } fascinare_outcome.2500 } } Try that, should work Edited 35 minutes ago by ban10 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now