Jump to content

[mod] Regula Magistri 2


Recommended Posts

Posted
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)

comparison_old_vs_new_1.png

comparison_old_vs_new_2.png

comparison_regional_old_vs_new_1.png

comparison_regional_old_vs_new_2.png

comparison_regional_old_vs_new_3.png

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. 

Posted
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

 

Posted

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? 

Posted (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 by ban10

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...