Jump to content

[mod] Court Whores


Recommended Posts

Posted
On 8/8/2025 at 10:01 PM, base1en said:

The No AI Abortions mod and Carnalitas pregnancy tweaks don't work properly in my experience.

No AI abortions works very well for me. Saved a lot of lives^^

Posted

Are normal court whores who are not using the no creampy or breeder setting actually capable of having children? Still haven't seen it happen.

Posted (edited)

 

7 hours ago, xyzxyz said:

Are normal court whores who are not using the no creampy or breeder setting actually capable of having children? Still haven't seen it happen.

Haven't tested CWs on no creampie having children with their husbands but theoretically yes. Breeders were definitely having children during my last test. Some took 4 months and some took up to 14 months to get pregnant. Basically it's RNG.

Lmao completely misread your comment lol. Yes, CWs on default settings could get pregnant if the RNG of the monthly event rolls a creampie for them (there's an 18% chance). Their memories should record what types of sex they've had. 

 

7 hours ago, xyzxyz said:

I need a new char to acttivate the feud setting?

Yes, however there are ways to get around it. You could use save edit to give yourself the 'court_whore_feud_enabled' gamerule. Or you could go to /common/scripted_effects/court_whore_scripted_effects.txt lines 830 and 894 and put a pound sign in front of those two lines, like so:

 

if = {
            limit = {
                    # has_game_rule = court_whore_feud_enabled
 
 
Btw, I think I've fixed the carnal relief event issue where options were appearing where it shouldn't that you reported last week. Please let me know if it still persists.
Edited by OS69
Posted (edited)

I set it like this in the code so that playing wouldn’t be so boring, but for some reason it doesn’t always work. Do I need to change it somewhere else as well?

court_whore_events.1001 = {
    hidden = yes
    immediate = {
        scope:cw_owner = {
            every_courtier = {
                limit = {
                    is_available_court_whore_trigger = yes
                }
                trigger_event = {
                    id = court_whore_events.1002
                    days = { 9 9 } # To avoid triggering on the 1st every month
                }
            }
            every_vassal = {
                limit = {
                    is_available_court_whore_trigger = yes
                }
                trigger_event = {
                    id = court_whore_events.1002
                    days = { 15 15 } # To avoid triggering on the 1st every month
                }
            }
        }
    }
}

Edited by Darktod
Posted
9 hours ago, OS69 said:
 
Btw, I think I've fixed the carnal relief event issue where options were appearing where it shouldn't that you reported last week. Please let me know if it still persists.

Edited 9 hours ago by OS69

Haven't had any problems with that on my new char.

 

9 hours ago, OS69 said:

 

Lmao completely misread your comment lol. Yes, CWs on default settings could get pregnant if the RNG of the monthly event rolls a creampie for them (there's an 18% chance). Their memories should record what types of sex they've had. 

You haven't changed anything on the vanilla pregnancy chances, right? Husbands never get their court whore wives pregnent apparently.

Posted
46 minutes ago, Platinphoenixx said:

Did you change the cum stains to be only on for a couple of days? I liked the three months better :D

Yes I did, I thought changing it to a random of 7 - 21 days might make it more dynamic.

 

53 minutes ago, xyzxyz said:

You haven't changed anything on the vanilla pregnancy chances, right? Husbands never get their court whore wives pregnent apparently.

No, the mod literally just calls for sex calculations from Carnalitas.

 

1 hour ago, Darktod said:

I set it like this in the code so that playing wouldn’t be so boring, but for some reason it doesn’t always work. Do I need to change it somewhere else as well?

What are you trying to achieve? You just made CW events fire 9 days late for courtier-CWs and 15 days late for landed CWs?

Posted
10 hours ago, OS69 said:
18 hours ago, xyzxyz said:

 

Yes, however there are ways to get around it. You could use save edit to give yourself the 'court_whore_feud_enabled' gamerule. Or you could go to /common/scripted_effects/court_whore_scripted_effects.txt lines 830 and 894 and put a pound sign in front of those two lines, like so:

 

Here? image.png.1bbeaae1af1260360d1050c4ae990a03.png  There is nothing for courtwhore in that folder. Or anything with court_whore in the entire game folder.

Posted

I wanted to make it so that the event would trigger every month on the 9th and 15th, but sometimes it triggers twice in a month on the 9th and 15th, and then again in the next month, while other times it might only trigger once in half a year.

Posted
45 minutes ago, xyzxyz said:

Here? image.png.1bbeaae1af1260360d1050c4ae990a03.png  There is nothing for courtwhore in that folder. Or anything with court_whore in the entire game folder.

I mean where your mods are. So it'd be C:\Users\[your username]\Documents\Paradox Interactive\Crusader Kings III\mod\...

Posted
36 minutes ago, Darktod said:

I wanted to make it so that the event would trigger every month on the 9th and 15th, but sometimes it triggers twice in a month on the 9th and 15th, and then again in the next month, while other times it might only trigger once in half a year.

That's a bit strange. In any case, if you want fixed dates, you'd have to tinker with court_whore_on_actions.txt as well, as that's how CW monthly events are triggered and there's random delay there too.

Posted (edited)
23 minutes ago, OS69 said:

That's a bit strange. In any case, if you want fixed dates, you'd have to tinker with court_whore_on_actions.txt as well, as that's how CW monthly events are triggered and there's random delay there too.

I’m using a mod that lets you play as a landless character. But there are usually very few events, so to keep it from being boring I want to see more messages. Right now, for example, I’m playing in PoD as a landless vampire. And in PoD, for example, you can’t even go for a walk. I’ll try to adjust the values in this file a bit later. It doesn’t seem to change the effect much.

Edited by Darktod
Posted (edited)

I can't seem to fire breeder events. From what I see in court tasks file it should fire monthly without problem since I have both non-pregnant breeder courtiers and court whores given breeding task  & stud is on his task. It worked in the previous version and I delete mod files before updating in order to prevent errors. I'm not sure what went wrong or is this a problem at my end?

 

Edit: I can confirm that it events starts to fire immediately when downgraded to 1.3.2, even on saves created in 1.4.0 so I assume someting in last release broke it.

Edited by Allafterme
Posted (edited)
46 minutes ago, Allafterme said:

I can't seem to fire breeder events. From what I see in court tasks file it should fire monthly without problem since I have both non-pregnant breeder courtiers and court whores given breeding task  & stud is on his task. It worked in the previous version and I delete mod files before updating in order to prevent errors. I'm not sure what went wrong or is this a problem at my end?

Right lol. That's on me. Will fix this bug in the next update. Thanks for reporting this bug.

 

Edit: The bug should be fixed in update 1.4.1

Edited by OS69
Posted

Really fun mod! I think it would be nice to have an option to duel the court whore's liege in order to liberate them, at least for cases where our own armies are miniscule compared to the captor but our prowess makes up for it. This way, no blood shed needs to be spared. The acceptance would probably depend on how arrogant or sadistic the captor: maybe if we lose the duel, the whore would be forced into even worse conditions and denied the chance of no creampies. Just a thought of course :)

Posted
On 8/14/2025 at 8:51 AM, Rhaenuriel said:

Really fun mod! I think it would be nice to have an option to duel the court whore's liege in order to liberate them, at least for cases where our own armies are miniscule compared to the captor but our prowess makes up for it. This way, no blood shed needs to be spared. The acceptance would probably depend on how arrogant or sadistic the captor: maybe if we lose the duel, the whore would be forced into even worse conditions and denied the chance of no creampies. Just a thought of course :)

I'll look into it. Thanks for the idea!

 

21 hours ago, MTester said:

Will there be more events and gameplay elements for PC enslavement scenario?

Also can you make it so adventurer PC are eligible?

I haven't played with adventurers yet, so I don't know how it works exactly. But I don't think they have lieges, so it'd be hard to fit them into the existing CW system.

 

1 hour ago, DarksideRevan said:

Not sure if anyone has asked for this, but is it possible for the player themselves to be the stud? Guessing it's not possible, but just thought I would ask.

Currently a character has to be employed as 'stud' to qualify as one and get breeding events. Since you can't appoint yourself to any court positions, no, the player can't be the stud.

Posted
11 hours ago, OS69 said:

I'll look into it. Thanks for the idea!

 

I haven't played with adventurers yet, so I don't know how it works exactly. But I don't think they have lieges, so it'd be hard to fit them into the existing CW system.

 

Currently a character has to be employed as 'stud' to qualify as one and get breeding events. Since you can't appoint yourself to any court positions, no, the player can't be the stud.

The player can do this if he has the overlord on the hook.

Posted

To get around the Vanilla 5 whore council position limit you could possibly add another 2=5 positions for "Only Breeders". To balance it a bit these could not give any stress loss or opinion to your courtiers. The breeding can still be toggled on the Court Whores, but not on the designated breeders. This way you can keep a supply of new slaves going without having to consume your regular court whore slots.

 

----- I actually attempted to mod this in myself but game kept crashing on start up. Alas I am too incompetent to do it myself. Maybe I'll figure it out one day... 🥲.

Posted
19 hours ago, OS69 said:

Currently a character has to be employed as 'stud' to qualify as one and get breeding events. Since you can't appoint yourself to any court positions, no, the player can't be the stud.

 

I did make some quick and dirty edits a version or two ago to create a personal decision to add the appropriate flags/traits and tweaked actions accordingly so you could declare yourself your own court whore and trigger the events on you as an independent ruler. You won't show as employed in the court position but it did kinda work with a few tweaks, so I imagine you could do the same with a decision to declare yourself your own court stud?

Posted

If a character is in prison, they must first become my courtier before they can be recruited as a court whore. Is there a way to circumvent this?

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...