Jump to content

[mod] Crusader Dongs III


Recommended Posts

Posted
12 minutes ago, Princeps2 said:

In the lb_arsl_events.0003? Because there is no female_chance option there, or should I add it myself? Because all i can see is this

You can add this after the culture setting
gender_female_chance = 50

Posted
24 minutes ago, Lord Bohemond said:

You can add this after the culture setting
gender_female_chance = 50

Ok, now this worked. Thx :)

Posted (edited)

Where do I have to put "had_sex_with_effect" code to trigger pregnancy chance whenever I manually interact with the "sex" and "Threesome" options involving a female partner?
I seemed to have managed to get it "sorta" working, by editing "lb_arsl_effects" inside Commons folder. but I broke the vanilla events from trigering the animations, somehow...

Being a bisexual with a pregnancy fetish is a curse. I swear

Edited by whitestorn
Posted

Are there any plans on getting beefcakes functional with elder kings/AGOT? I love the mod but eesh, some of my court are not lookers. 

Posted

Hi, when I use this mod on the latest 1.19 public beta, it seems to cause the ledger button in the bottom-left corner to not display properly. Could you please take some time to look into this issue? I'm really looking forward to using this mod on the latest version.

Posted
On 4/2/2026 at 7:33 AM, whitestorn said:

Where do I have to put "had_sex_with_effect" code to trigger pregnancy chance whenever I manually interact with the "sex" and "Threesome" options involving a female partner?

You can copy the pregnancy code from had_sex_with_effect to any cd3 sex effects.
 

On 4/2/2026 at 10:11 AM, Raethalder said:

Are there any plans on getting beefcakes functional with elder kings/AGOT? I love the mod but eesh, some of my court are not lookers. 

Yes, I'm just gathering a few more handsome DNAs
 

 

16 hours ago, hemingyu said:

This appears to cause the entry buttons for the various recently updated official leaderboards to vanish?

 

12 hours ago, BINGWILD said:

Hi, when I use this mod on the latest 1.19 public beta, it seems to cause the ledger button in the bottom-left corner to not display properly.

Will update the mod once 1.19 gets an official release.

Posted
On 4/5/2026 at 12:35 AM, kapsellola said:

1.19 public beta? Hm. Time to set Steam offline mode xD

You don't have to set it to offline, Steam have option for you to stay on older version.

 

image.png.4255c9bb93cee0d86617d0cc8350aaa3.png

Posted

I don't know if it's from this or Homoerotic Faiths but I got two "here I come" popups on the same day. This has happened multiple times and I usually accept both but today was the first time I wasn't able to close out both of them. Usually, when I end the first one, I can go back to the royal court and close out of the second one. But today, there's no option to close out of the second one. But the game still acts like it needs to be resolved. This means I can't normally unpause. I'm currently playing as a character that doesn't have their own royal court so there's no option to go to my character's court. Which might be an issue here. But I have found a temporary way to unpause. I just have to save and reload which is annoying. I'm hoping you might have something I can put in the console to disable that event permanently. 

Posted
1 hour ago, i0Bjhansen0 said:

I don't know if it's from this or Homoerotic Faiths but I got two "here I come" popups on the same day. This has happened multiple times and I usually accept both but today was the first time I wasn't able to close out both of them. Usually, when I end the first one, I can go back to the royal court and close out of the second one. But today, there's no option to close out of the second one. But the game still acts like it needs to be resolved. This means I can't normally unpause. I'm currently playing as a character that doesn't have their own royal court so there's no option to go to my character's court. Which might be an issue here. But I have found a temporary way to unpause. I just have to save and reload which is annoying. I'm hoping you might have something I can put in the console to disable that event permanently. 

There should be 2 Royal Court alert buttons. One on the top and the other one is a purple heart (same icon as the sex mastery trait) on the right side of the screen. You can click any of those to go back to the sex scene.

Posted
6 minutes ago, Lord Bohemond said:

There should be 2 Royal Court alert buttons. One on the top and the other one is a purple heart (same icon as the sex mastery trait) on the right side of the screen. You can click any of those to go back to the sex scene.

Yes, the blue one on top was there but it wouldn't bring me back to the scene. It would just bring me to the court where the position box in the bottom right should show up. This time it didn't. The purple one wasn't there in my case either.

In any case, there seems to be a failsafe. Not sure whether it's part of the game or a part of CD3, but it timed out after a couple years. So it ended up cancelling the scene and fixing itself.

Posted

Update 1.8.9

 

New:

  • Spooning 2 animation (Early Access for Members) - can be MM or MF

 

Changes:

  • Move Doggy 2 animation from Premium/Early Access to Public
  • Adjusted the code so that the player will no longer receive multiple sex letter requests from lovers/spouses in a single day
  • Loc changes

Screenshot of the new Spooning 2 animation❤️

spooning_2_prev.png.67e287041c16ef620682fc4114059090.png

Posted
14 minutes ago, gavnovoz said:

Is it possible to install only Dongs from your mod? The detail is great! And I don't want to disable Carnalitas!

It is not compatible with Carnalitas

Posted

Hi! Amazing work. I’ve been playing with your mod for quite a while now and have become a big fan of it.

I’m currently working on some personal event packages built around your mod, and I’m still relatively new to CK3 modding. In some of my code, I often use the lb_arsl_have_sex_with_character effect between the player and characters who are not currently at the same court. I have noticed that this can sometimes create unpredictable results. Most of the time it works perfectly fine, but occasionally it seems to trigger a bug where the throne room is used as the sex scene background with no animation, and then it remains stuck that way afterward.

I’m trying to debug the issue, but I’m not entirely sure what is causing it. My suspicion is that the target AI character may already be engaged in another activity or scene at their own court when the effect fires.

I was wondering if you might have any suggestions or insight on what could be causing this? The sex letter event, if I recall correctly, works fine for two characters that are not at the same court?

Posted
7 hours ago, justamushroom123 said:

Hi! Amazing work. I’ve been playing with your mod for quite a while now and have become a big fan of it.

I’m currently working on some personal event packages built around your mod, and I’m still relatively new to CK3 modding. In some of my code, I often use the lb_arsl_have_sex_with_character effect between the player and characters who are not currently at the same court. I have noticed that this can sometimes create unpredictable results. Most of the time it works perfectly fine, but occasionally it seems to trigger a bug where the throne room is used as the sex scene background with no animation, and then it remains stuck that way afterward.

I’m trying to debug the issue, but I’m not entirely sure what is causing it. My suspicion is that the target AI character may already be engaged in another activity or scene at their own court when the effect fires.

I was wondering if you might have any suggestions or insight on what could be causing this? The sex letter event, if I recall correctly, works fine for two characters that are not at the same court?

Thanks, you may post your code here

Posted
3 hours ago, 0000008893 said:

A bug in the Byzantine court,it become court of Western Europe and court not all display

That may be because the mod isn't even updated to 1.19 yet. The message about it is literally above yours

Posted

Hi, I don't know if is a bug due to the new update but I figured I'll signal it anyway just to be sure: Once a seduction scheme is completed and the sex scene is closed my game crash to desktop. Also in the sex scene if it involvese dwarf charaters they appear as a floating head and a floating dick, some times they also appear as non-dwarf person, never as their normal dwarf self. 

Posted

Update 1.9.0

I just released a new update for game v1.19. Note that this is not yet the complete update for the new game version but you can now play with it (read the notes below).

Note that the dynamic 3d courtroom view no longer work for characters with a royal court so this mod will now add the sex scene room to each 3d courtrooms. Currently, I have patched the Western and MENA 3d courtrooms and the sex scenes will play on those rooms without any issue. 

 

If you are playing as a vassal without a royal court and your direct liege has a royal court, what you should do is to switch character with the liege and assign him the Western or MENA 3d courtroom and then switch back to your character.

If you are playing on a region that does not use the western or MENA courtroom designs, you can switch your courtroom to Western or MENA (you can now change your royal court design in the new version).
 

If you are playing Adventurer or Independent Ruler without a royal court there should not be any issue as these characters were not affected by the new 3d court mechanic.

I will post another release next week for the other courtrooms. Might take a while as 3d courtrooms are hard to design due to the lighting and stuff.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...