KuronCZ Posted January 12, 2021 Posted January 12, 2021 View File Ius Virginalis This is a simple mod that allows you to add one more tenet when creating a new religion or reforming your faith. Â If you meet the conditions ("Male Dominated", "Temporal Head of Faith", "Adultery Men Accepted" and "Adultery Women Accepted"), you can set one of the following religious laws: Â Ius Virginalis Upon entering the adulthood, every young woman is expected to go on a pilgrimage to their head of faith to offer her virginity to him. If a child is born from such union, it is considered out of wedlock. Â Ius Feminibus All new female members of the faith are expected to go on a pilgrimage to their head of faith to offer their body to him. If a child is born from such union, it is considered out of wedlock. Â Ius Feminibus Absolutus All new female members of the faith, be married or not, are expected to go on a pilgrimage to their head of faith to offer their body to him. If a child is born from such union, it is considered out of wedlock. Â That's all, nothing less and nothing more. Â ---- Â DISCLAIMER Â I made this mod as an idea that was shown to be less interesting that I originally thought, so consider it abandoned from the very start. I won't be doing any more versions and I won't update this mod to the newer versions of the game. Â Despite that, this mod is made in a very special way, so it should be compatible with ALL other mods and even if the wrong version warning appear, this should still work without any issues, becasause it's fully independent on the official game files, too. Â ---- Â KNOWN ISSUES Â In a sense, those files itself have no issues, but the implementation may suck depending on the other mods or settings. Â For example, if your faith doesn't have "Polyamory" tenet, the head of faith may get into trouble for sleeping with his believers despite it's technically also part of the faith. I was unable to remove this mess, because the game is quite forceful about this and I would have to change a lot of its content for it. Â The idea of the children not being "bastards", but "holy bastards" or something like that is also much easier said than done, because I'm not good enough to force the game to implement it without rewriting a huge part of its code, so unless you're gonna pick it up and make it yourself, this won't be ever done. Â ---- Â You're free to use all files of this mod in your own mods if you desire. There is no need to ask me first. Â Have a nice day! Submitter KuronCZ Submitted 01/12/2021 Category Crusader Kings 3 Requires 3
mszoren Posted January 12, 2021 Posted January 12, 2021 so hmmm how do i install it for it seen i cant get it to work
Big Gerry Posted January 12, 2021 Posted January 12, 2021 In the .mod file theres an error with the filepath. Where it says C:/Users/Ryba... you need to replace Ryba with your own account name for the mod to work. 1
blitz8529 Posted January 13, 2021 Posted January 13, 2021 Thanks for the mod. The event works but I haven't seen any of them get pregnant yet. I think it is a good mod, so I hope someone expands it.
M4rocks Posted January 13, 2021 Posted January 13, 2021 You dont even need to do that you just delete everything up to: path="mod/lusVirginalis"
M4rocks Posted January 13, 2021 Posted January 13, 2021 This file should make it work: Â Virginalis.mod
redrustred Posted January 16, 2021 Posted January 16, 2021 I like the concept, is this something that has the potential to fire off for some characters multiple times? like multiple pilgrimage? Â So far it looks like it is driven entirely from on action, where you get the event the moment another character converts.
razorsharp92 Posted January 17, 2021 Posted January 17, 2021 OK, like the author said this mod is a bad idea, unless your religion is a small cult you are going to have notification every one seconds where your female follower is asking to sleep with you. The only way to reduce this is maybe to make it so that only a ruler female family members go through this. Should lessen the notification a bit. This is especially true if your religion is big as fuck. I have to spend near half an hour to get through 1 year of gameplay due to this. The bastards are also a huge problems like the author said. Upon dying you empire is guarantee to be split apart hard. Like it or not the only way to solve this is to create holy bastard status. I'm not that clear about status modding. Maybe make so that the child be will considered something like child from previous marriage or something that have no claims.
Zorlond Posted January 17, 2021 Posted January 17, 2021 I can think of a few potential ways to rein in the flood of horny women.  1) Check the 'pope's number of living children, if it's over a set number, the offers stop coming from anyone not within the 'pope's court. 2) Have a decision available for a 'pre-set answer' to the offers. This sets a flag on the character that is checked briefly before moving on to one of two events, one visible, one hidden. So the offers keep happening (and the mating), but they don't have to pester the player. 3) Make the pilgrimage an actual choice, like a regular pilgrimage, that the AI can randomly do (or not) depending on personality traits, availability, and personal opinion of said 'pope'.
TrollAutokill Posted January 20, 2021 Posted January 20, 2021 Hi, interesting mod, I tried it and it was fun. Until one day I reached 300 children and the game went mad, all of them had a stress crisis followed by death. I guess there is a hard cap somewhere in the code, but I could not find it.  Pope Kwenlan the Blood-Father   Â
whateverdontcare Posted January 20, 2021 Posted January 20, 2021 4 hours ago, TrollAutokill said: Hi, interesting mod, I tried it and it was fun. Until one day I reached 300 children and the game went mad, all of them had a stress crisis followed by death. I guess there is a hard cap somewhere in the code, but I could not find it. Â Pope Kwenlan the Blood-Father It's not a cap on children. It's just that if you have 300 siblings and one of them dies all of their stress goes up which might kill more of them which causes more stress killing more of them until everybody is dead. There's a mod at the top of the Steam Workshop to prevent it. anti-stress cascade.
TrollAutokill Posted January 21, 2021 Posted January 21, 2021 13 hours ago, whateverdontcare said: It's not a cap on children. It's just that if you have 300 siblings and one of them dies all of their stress goes up which might kill more of them which causes more stress killing more of them until everybody is dead. There's a mod at the top of the Steam Workshop to prevent it. anti-stress cascade. Thanks for the answer. That's a funny behavior and this mod makes it more realistic, I believe.
TrollAutokill Posted January 28, 2021 Posted January 28, 2021 So my character finally died and his 1 year old son, got to be the head of faith. Contrary to what I expected young virgins continued to come and visit him for pilgrimage. Was that really intended? I look at the code and it does ask for head of faith to be adult : in Virginalis\common\scripted_effects\lusVirginalis.txt  iusvirginalis_one_effect = {    save_scope_as = target_iusvirginalis     faith = {       religious_head = {          limit = {             is_male = yes             is_alive = yes             is_adult = yes             OR = {                is_player = yes                AND = {                   OR = {                      NOT = { has_trait = chaste }                      OR = {                         has_trait = devoted                         has_trait = zealous                      }                   }                   NOT = { has_trait = eunuch }                   NOT = { has_trait = celibate }                   NOT = { has_trait = bubonic_plague }                   NOT = { has_trait = consumption }                   NOT = { has_trait = great_pox }                   NOT = { has_trait = leper }                   NOT = { has_trait = lovers_pox }                   NOT = { has_trait = pneumonic }                   NOT = { has_trait = smallpox }                   NOT = { has_trait = typhus }                }             }          }          trigger_event = iusvirginalis.003       }    } }  Why on earth is this triggering?  Cheers Pope Kwenlan II Â
Socialism Posted January 28, 2021 Posted January 28, 2021 On 1/13/2021 at 8:36 AM, Big Gerry said: In the .mod file theres an error with the filepath. Where it says C:/Users/Ryba... you need to replace Ryba with your own account name for the mod to work. how do i access the .mod file Â
Socialism Posted January 28, 2021 Posted January 28, 2021 sorry guys but how did u people get this mod working it still gives me the load error Â
Dastot Posted February 7, 2021 Posted February 7, 2021 I did some modding of my own. Changes include: Uses Carnalitas for the sex interaction (Required mod) Builds on Adroit Religion to remove bastardry and adultery modifiers (Required mod) Will now warn you if the target has Lover's Pox or Great Pox Excommunication now works properly (was based on the wrong tenet) Removed tenet requirements except temporal head of faith to let you build whatever religion you want Bug fixes Refactoring, removed duplicate code Like the OP, feel free to edit my version of the mod without asking. I don't really plan to expand or maintain this, but it's a simple mod and shouldn't break easily. Virginalis.zip
cymcum Posted February 8, 2021 Posted February 8, 2021 16 hours ago, Dastot said: I did some modding of my own. Changes include: Uses Carnalitas for the sex interaction (Required mod) Builds on Adroit Religion to remove bastardry and adultery modifiers (Required mod) Will now warn you if the target has Lover's Pox or Great Pox Excommunication now works properly (was based on the wrong tenet) Removed tenet requirements except temporal head of faith to let you build whatever religion you want Bug fixes Refactoring, removed duplicate code Like the OP, feel free to edit my version of the mod without asking. I don't really plan to expand or maintain this, but it's a simple mod and shouldn't break easily. Virginalis.zip 7.86 kB · 9 downloads Great! As I am setting up these kinds of mods recently, I am lucky to find this Carnalitas/Adrpit Religion based custom mod. BTW, a question: what'll happen if the temporal head of faith is female? Â
Dastot Posted February 8, 2021 Posted February 8, 2021 12 hours ago, cymcum said: Great! As I am setting up these kinds of mods recently, I am lucky to find this Carnalitas/Adrpit Religion based custom mod. BTW, a question: what'll happen if the temporal head of faith is female?  I just tested it and while it shouldn't happen according to the script, the girls keep coming. It's the same issue and piece of code as in this post:  On 1/28/2021 at 11:56 AM, TrollAutokill said: So my character finally died and his 1 year old son, got to be the head of faith. Contrary to what I expected young virgins continued to come and visit him for pilgrimage. Was that really intended? I look at the code and it does ask for head of faith to be adult : in Virginalis\common\scripted_effects\lusVirginalis.txt  iusvirginalis_one_effect = {    save_scope_as = target_iusvirginalis     faith = {       religious_head = {          limit = {             is_male = yes             is_alive = yes             is_adult = yes             OR = {                is_player = yes                AND = {                   OR = {                      NOT = { has_trait = chaste }                      OR = {                         has_trait = devoted                         has_trait = zealous                      }                   }                   NOT = { has_trait = eunuch }                   NOT = { has_trait = celibate }                   NOT = { has_trait = bubonic_plague }                   NOT = { has_trait = consumption }                   NOT = { has_trait = great_pox }                   NOT = { has_trait = leper }                   NOT = { has_trait = lovers_pox }                   NOT = { has_trait = pneumonic }                   NOT = { has_trait = smallpox }                   NOT = { has_trait = typhus }                }             }          }          trigger_event = iusvirginalis.003       }    } }  Why on earth is this triggering?  Cheers Pope Kwenlan II   Apparently there has to be an if-block around the limit and event trigger. I fixed those issues and uploaded a new version. On that note: I absolutely don't get why PDX doesn't release proper documentation of their script language, so all modding is based on guesswork and monkey-see monkey-do. That's a horrible and depressing way to code. (One time, I messed up all birthday triggers because the scope is anything but clear - I either overwrote or globally limited them. People no longer grew up and gained traits. Stuff like that is frustrating.) Virginalis.zip
Grimmdal Posted February 13, 2021 Posted February 13, 2021 can someone explain to me why i still get the error message when trying to load this mod, i read the forum to this point and tried those extra downloads but same error telling me sth about not finding correct path etc.
TrollAutokill Posted March 12, 2021 Posted March 12, 2021 On 2/8/2021 at 8:41 PM, Dastot said: Apparently there has to be an if-block around the limit and event trigger. I fixed those issues and uploaded a new version. On that note:Â I absolutely don't get why PDX doesn't release proper documentation of their script language, so all modding is based on guesswork and monkey-see monkey-do. That's a horrible and depressing way to code. (One time, I messed up all birthday triggers because the scope is anything but clear - I either overwrote or globally limited them. People no longer grew up and gained traits. Stuff like that is frustrating. Â Thanks, and I completely agree with you, trying to learn PDX scripting made me want to go back to Skyrim modding! Â Cheers
HrHauptfeld Posted March 30, 2021 Posted March 30, 2021 Does it still work with 1.3? Events don't fire in my case.
HrHauptfeld Posted April 1, 2021 Posted April 1, 2021 On 3/30/2021 at 10:58 AM, HrHauptfeld said: Does it still work with 1.3? Events don't fire in my case.  I took a look at the version @Dastot posted. This one fires events on 1.3. I'm pretty sure it is connected to the age check. Dastots version checks for FEMALE_ADULT_AGE from definies.txt while the original checks against a number. Can anybody explain to me why not both solutions are valid? As already noted by Dastot, documentation is terrible...
CobraPL Posted May 1, 2021 Posted May 1, 2021 Guys, how to NOT make every child conceived MC's? I want to do paternity fraud on husbands.
blankusernn Posted May 1, 2021 Posted May 1, 2021 4 hours ago, CobraPL said: Guys, how to NOT make every child conceived MC's? I want to do paternity fraud on husbands. The reason they are all MCs is that it triggers when they turn 16, so they aren't married yet. Based on the bastardry mechanics, you automatically know the child isn't yours if it was conceived before you got married. You would have to change those mechanics.
dorkmax Posted July 1, 2021 Posted July 1, 2021 Suggestion: Jus Droit de Seigneur: Upon marriage, women must present themselves to the head of the faith, or, if none exists, their liege.
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