Lyskorie Posted November 16, 2025 Author Posted November 16, 2025 A minor update 0.17.1.2 just came out - I know it's just a bit after 0.17.1.1, but I made a certain errant mistake that had to be rectified. Changelog: Rectified an errant opinion_modifier block in the sense secrets interaction Redefined the map region for Shambhala. 7 hours ago, Lyskorie said: Update 0.17.1.1 is out Changelog: Added missing subheading localisation for bookmark characters as added in CK3 1.18 Re-added the Lustborn Destiny 3 perk Succubi Sancta adding +1 Max Domain Limit through a slightly more complicated method but should allow only applicable government types to get the buff. Fixed typos causing certain Succubus Horn crafts to destroy at least one less horn during crafting Modified tributary interactions should no longer allow sex-related options unless both sides are adults. Minor bugfixes. Removed a duplicated Zoroastrian pantheon unlock scripted GUI. Defined a fallback for Milonga font for Japanese localisation Updated Simplified Chinese localisation (again) courtesy of TriBla on the Carnalitas Discord. I should look for developing things for 0.18 now - with major patch(es) possibly not coming for months, I should have some time. Certain ideas I have had in mind are: Faiths. I originally planned to port Xuansu from Carnalitas Dei over but certain CTD issues ultimately axed it from the 0.17 update. I will go back for another look at some point, plus more faiths to account for expansion of the map. Perhaps a Lilityadharma offshoot for maritime SEA, among other things. Someone has also suggested a Babylonian/Assyrian restoration content, which, while theoretically outside of scope, could be interesting - considering the Assyrian/Syriac culture is in the game. Fox spirits(?) (Hulijing, kitsune, gumiho, whatever you may call them in your culture) - I'm a bit on the fence on this regard since fox spirits serve a much more expansive function than succubi (and other succubus-like figures) ever do, and can be both benevolent and malevolent. That said, they're also the closest thing to a succubus analogue for East Asia. Implementing them from a cosmetic sense wouldn't be difficult - POD (which I have been borrowing the wings from) also have fox tails. That said, as succubi and fox spirits are not necessarily the same thing, I feel like I'd have to add things that distinguish these two experiences. I made a slightly more detailed write-up here in response to such a suggestion. As is everything, I am open to suggestion. Cultural traditions. One of the ones I had thought of adding, but had to axe for time, is a "succubus lords" tradition, which among other things would allow you to demand "sexual tribute" from your vassals. I ended up not having enough time to implement and test it. This later survived as the modification that allowed you to demand/offer sex in regard to tributary interactions. On another note, perhaps some kind of tradition harkening back to very ancient traditions could work? On that note... (Ancient) cultures: A thing I had in mind half-seriously was that during Expeditions you can luck into some kind of "ancient insight" at the ruins that allows you to select an ancient culture heritage/language, much like how the silly Scota legend allows Scottish culture to diverge into having Ancient Egyptian namelist. Bookmark characters. Definitely something that has been under consideration. If you have any ideas or suggestions that you think can fit the mod and can be interesting, I have an Event Idea Submission form that you can file out - or you can reply directly on this thread. ICYMI, I talked about some plans for 0.18 and how you can put in suggestions if you are interested. If you have installed 0.17.1.1, please replace it with 0.17.1.2 posthaste. My sincere apologies. 1
byehi Posted November 16, 2025 Posted November 16, 2025 Just a heads up to everyone that the download on the site seem to be a bit tempremental as to if it recognises Lyksories newest patch as a RAR file or not, it IS infact a RAR file even if your computer tells you that it is not, and if you manually tell it to open with a rar-archive programme it will all work as normal
Lyskorie Posted November 16, 2025 Author Posted November 16, 2025 (I have uploaded a new file that *should* rectify the issue - but thanks for the heads up. That was awkward, thanks Google Drive.)
LustDemon69 Posted November 16, 2025 Posted November 16, 2025 PSA for my fellow Succubi out there; Phaze has updated their Additional Degen, Futanari, and Body mods. In the Futa mod update, there should now be a check for immaculate conception pregnancies so that characters won't get futa-impregnated and also lesbian impregnated. I would highly suggest going and getting those updates.
Hawkmoon8 Posted November 17, 2025 Posted November 17, 2025 A small issue I noticed is that the carn_prostitution_yearly_maintenance_pulse from Carnalitas\common\on_action\carn_prostitution_on_actions.txt isn't overwritten/modified here, just the decision to start prostitution. At least I noticed that my older succubus could start moonlighting as a prostitute but it always ended for some reason without any rewards. My quick and dirty fix (likely did something wrong when I copied carn_prostitution_on_actions.txt into the DOL mod folder with achanged name and updated code as events seem to be doubled like same client twice and getting tips twice): carn_prostitution_yearly_maintenance_pulse = { trigger = { carn_is_working_as_prostitute_trigger = yes } effect = { save_scope_as = carn_prostitute if = { limit = { OR = { AND = { cdol_is_succubus_trigger = yes OR = { carn_can_be_prostitute_trigger = no carn_can_have_sex_trigger = no } } AND = { cdol_is_succubus_trigger = no OR = { carn_can_be_prostitute_trigger = no carn_can_have_sex_trigger = no effective_age >= carn_prostitution_age_cutoff } } } } send_interface_message = { type = event_generic_neutral title = msg_carn_stopped_working_as_prostitute left_icon = scope:carn_prostitute custom_tooltip = carn_can_no_longer_work_as_prostitute_tooltip } every_relation = { type = slave_owner send_interface_message = { type = event_generic_neutral title = msg_carn_stopped_working_as_prostitute left_icon = scope:carn_prostitute custom_tooltip = carn_can_no_longer_work_as_prostitute_tooltip } } carn_stop_working_as_prostitute_effect = yes } else = { random_list = { 200 = { # nothing } 100 = { carn_prostitution_rank_up_chance_modifier = yes trigger_event = { id = carn_prostitution_random_events.0001 } } 700 = { trigger_event = { on_action = carn_prostitution_random_events_pulse } } } } } } 1
Lyskorie Posted November 17, 2025 Author Posted November 17, 2025 33 minutes ago, Hawkmoon8 said: A small issue I noticed is that the carn_prostitution_yearly_maintenance_pulse from Carnalitas\common\on_action\carn_prostitution_on_actions.txt isn't overwritten/modified here, just the decision to start prostitution. At least I noticed that my older succubus could start moonlighting as a prostitute but it always ended for some reason without any rewards. My quick and dirty fix (likely did something wrong when I copied carn_prostitution_on_actions.txt into the DOL mod folder with achanged name and updated code as events seem to be doubled like same client twice and getting tips twice): carn_prostitution_yearly_maintenance_pulse = { trigger = { carn_is_working_as_prostitute_trigger = yes } effect = { save_scope_as = carn_prostitute if = { limit = { OR = { AND = { cdol_is_succubus_trigger = yes OR = { carn_can_be_prostitute_trigger = no carn_can_have_sex_trigger = no } } AND = { cdol_is_succubus_trigger = no OR = { carn_can_be_prostitute_trigger = no carn_can_have_sex_trigger = no effective_age >= carn_prostitution_age_cutoff } } } } send_interface_message = { type = event_generic_neutral title = msg_carn_stopped_working_as_prostitute left_icon = scope:carn_prostitute custom_tooltip = carn_can_no_longer_work_as_prostitute_tooltip } every_relation = { type = slave_owner send_interface_message = { type = event_generic_neutral title = msg_carn_stopped_working_as_prostitute left_icon = scope:carn_prostitute custom_tooltip = carn_can_no_longer_work_as_prostitute_tooltip } } carn_stop_working_as_prostitute_effect = yes } else = { random_list = { 200 = { # nothing } 100 = { carn_prostitution_rank_up_chance_modifier = yes trigger_event = { id = carn_prostitution_random_events.0001 } } 700 = { trigger_event = { on_action = carn_prostitution_random_events_pulse } } } } } } Noted. I'll have to push out another minor update for certain localisation bugs so I'll keep this in mind.
Awiel Posted November 18, 2025 Posted November 18, 2025 Can someone check if they're also having problems with the "Alter Personality" skill? I don't know if it's a bug in the new version or if it's just me. The old trait disappears, but a new random one doesn't appear. The character is simply left with the other two.
Lyskorie Posted November 18, 2025 Author Posted November 18, 2025 1 hour ago, Awiel said: Can someone check if they're also having problems with the "Alter Personality" skill? I don't know if it's a bug in the new version or if it's just me. The old trait disappears, but a new random one doesn't appear. The character is simply left with the other two. It works on my end. Tooltip has a bug in that it always appear as "arbitrary" trait, but it is random, slightly weighted in favour of Lustful, and does work.
Awiel Posted November 18, 2025 Posted November 18, 2025 2 hours ago, Lyskorie said: It works on my end. Tooltip has a bug in that it always appear as "arbitrary" trait, but it is random, slightly weighted in favour of Lustful, and does work. So i don't klnow.... I've tried a some times, and sometimes it works, sometimes it doesn't. I just checked and the problem is more common with characters who have the Lustful trait. I think the game might be trying to switch the trait to one they already have, or it might be randomly selecting the Lustful trait that the character already has. In that case, we get two traits instead of three. Maybe its just me, or some other mods? but i really don't have many, just few like Carnalitas or CBO. I'll just save more often.
Lyskorie Posted November 19, 2025 Author Posted November 19, 2025 New version 0.17.1.3 is out: Changelog: Fixed a bugged scope in triggers that prevents the adoption of certain pantheons. Reworking compatibility checks for Phaze's Futanari pregnancy again - now checks for the character flag, which should hopefully make it not error out. Added missing piety icon group (and hence piety level descs) to Lilithist faiths Redefined Shambhala region boundaries to work with map changes brought to CK3 by AUH. Reduced requirement for Shambhala to 75% of region, and un-check Xia as it is now out of bounds of the original region. Reworked conditions re: vassals/powerful families in Dominion of Lust formation: Administrative govts require three powerful family heads to be succubi and have high opinion, including current character Mandala requires three tributaries of the same rank as you to be succubi and have high opinion Other governments work as is (Powerful vassals). Renamed Saga (Norse) and Nemesis (Hellenic) deity keys due to conflicts with vanilla existing keys causing localisation bugs in non-English localisations (ger_saga and hel_nemesis respectively) Modifying Carnalitas' Prostitution on_action to make it stop trying to stop you from whoring out after 45. Fixed a slew of issues with Gisele's Aspirations, particularly the Catholic proseltysing ones. Fixed a minor tooltip display issue with the succubus realms map mode 1
Akashi_1944 Posted November 19, 2025 Posted November 19, 2025 On 11/15/2025 at 10:05 AM, Lyskorie said: I have just installed a fresh copy of Phaze Body to test, and everyone appears to have their proper clothes. DOL does not modify clothing, be it adding or removing. I am not sure why you are of the impression that this is because of a "conflict" when it's not something DOL even provides to have a conflict in the first place. Check your mods' integrity and reinstall if necessary. I cannot provide assistance for a nonexistent problem, let alone one independent of my doing. Good news, I found my nakedness and wrong headgear problem! It seems somehow I had installed the Historical Slavery Doctrine mod with DoL. Now I'm not sure if it was conflicting with Phaze or DoL, though I'm leaning towards Phaze, but it seems everything is back to normal again.
Lyskorie Posted November 19, 2025 Author Posted November 19, 2025 Uploaded a hotfix 0.17.1.3b to fix a minor (but potentially game-breaking) bug with ai_frequency for an Autervelt interaction.
LustDemon69 Posted November 19, 2025 Posted November 19, 2025 (edited) 16 hours ago, Lyskorie said: Redefined Shambhala region boundaries to work with map changes brought to CK3 by AUH. Reduced requirement for Shambhala to 75% of region, and un-check Xia as it is now out of bounds of the original region. Does this mean it extends into SEA/Malaysia? I guess I'll see in a sec when I boot up the game lol Edited November 20, 2025 by LustDemon69
shleefin Posted November 19, 2025 Posted November 19, 2025 Just an FYI if you use CPR (Carnalitas Prostitution Reimagined), the prostitution fix for age >=45 doesn't work if you use that mod. I ended up disabling CPR, but might try and find my own fix if I feel inspired later.
LustDemon69 Posted November 20, 2025 Posted November 20, 2025 Are there any future plans to add a Succubus camp purpose? Just wondering bc it would add a lot for the bookmark characters or anyone playing a custom Adventurer to have a dedicated camp purpose that adds some additional content in theme with a Succubus, with buildings similar to SD2's witch camp purpose. I know you can play SD2 with DoL, but it won't be updated until Christmas at the earliest, so having it be native to DoL would be nice.
Lyskorie Posted November 20, 2025 Author Posted November 20, 2025 (edited) 1 hour ago, LustDemon69 said: Are there any future plans to add a Succubus camp purpose? Just wondering bc it would add a lot for the bookmark characters or anyone playing a custom Adventurer to have a dedicated camp purpose that adds some additional content in theme with a Succubus, with buildings similar to SD2's witch camp purpose. I know you can play SD2 with DoL, but it won't be updated until Christmas at the earliest, so having it be native to DoL would be nice. It's a realm law, so adding and maintaining and ensuring compatiblity will be a pain in the arse, honestly. Kind of the same issue with religion tenets modding, where only the latest-loaded set is available. Especially now that I don't really have much leisure time and that I'm the only person working on DOL as it stands (outside of a few fellow players who kindly assisted me in performance testing) 2 hours ago, LustDemon69 said: Does this mean it extends into SEA/Malaysia? I guess I'll see in a sec when I boot up the game lol Still pretty much just Tibet + the environs. Removes the old "Xia" kingdom that was there in pre-1.18 map and added Hexi kingdom instead, so something like this (image from a dev build): Everything in that white-ish shimmering border is Shambhala requirement region. Edited November 20, 2025 by Lyskorie
LustDemon69 Posted November 20, 2025 Posted November 20, 2025 Just now, Lyskorie said: It's a realm law, so adding and maintaining and ensuring compatiblity will be a pain in the arse, honestly. Kind of the same issue with religion tenets modding. Ah ok I gotcha. Just thought I'd ask. Just now, Lyskorie said: Still pretty much just Tibet + the environs. Removes the old "Xia" kingdom that was there in pre-1.18 map and added Hexi kingdom instead, so something like this (image from a dev build): Everything in that white-ish shimmering border is Shambhala requirement region. Ok guess I'll actually do a playthrough there then, looks like it'd be pretty interesting.
Lyskorie Posted November 21, 2025 Author Posted November 21, 2025 With the mod in a more or less stable spot for 1.18.* I can put time into experimental features (and as a way to improve my modding chops as well). In today's "dev build feature that may or may not be in the final version", I have a question for you: Have you played Victoria 3? (You don't see the BTS, but this was a 'mare to work on - as with everything related to GUI.)
RandomBrit2421 Posted November 21, 2025 Posted November 21, 2025 Reading the comments on this really makes me realise I have no idea how deep this mod actually goes. the hell is a Shambhala? I should probably try the bookmarked characters
lucas182 Posted November 21, 2025 Posted November 21, 2025 This mod is fantastic. I've been using it since its very first version before you took over development. what you've done with it is tremendous. countless hours of fun. quick question... does the succubus mastery event only fire with seduction schemes? at the very least, in my game, it's not firing with carnalitas related intercourse events like make love, the prima noctis mod, the "indulge in carnal (something)" event from another mod (forgot which), etc. And those events all trigger arousal loss from wicked debauchery. DoL does seem to fire after every single successful seduction scheme though. I remember the previous times I played with DoL it fired for every intercourse event every time, regardless of origin. Did this change?
LustDemon69 Posted November 21, 2025 Posted November 21, 2025 39 minutes ago, lucas182 said: This mod is fantastic. I've been using it since its very first version before you took over development. what you've done with it is tremendous. countless hours of fun. quick question... does the succubus mastery event only fire with seduction schemes? at the very least, in my game, it's not firing with carnalitas related intercourse events like make love, the prima noctis mod, the "indulge in carnal (something)" event from another mod (forgot which), etc. And those events all trigger arousal loss from wicked debauchery. DoL does seem to fire after every single successful seduction scheme though. I remember the previous times I played with DoL it fired for every intercourse event every time, regardless of origin. Did this change? I had a similar issue with the mastery trigger not firing with the random make-loves when I turned the setting for the make love button off. Turning it back on, to let the interaction show, worked. However, if that doesn't work, try going through and removing mods until it does work. And if even reinstalling DoL doesn't work, then you could make more use of the Sapphic and normal Orgies since you'll lay with at least a dozen people at once.
LustDemon69 Posted November 21, 2025 Posted November 21, 2025 9 hours ago, Lyskorie said: With the mod in a more or less stable spot for 1.18.* I can put time into experimental features (and as a way to improve my modding chops as well). In today's "dev build feature that may or may not be in the final version", I have a question for you: Have you played Victoria 3? (You don't see the BTS, but this was a 'mare to work on - as with everything related to GUI.) I haven't played Victoria 3 but this looks amazing and I hope it makes it to the public build because it'd be hella unique.
Lyskorie Posted November 21, 2025 Author Posted November 21, 2025 56 minutes ago, lucas182 said: This mod is fantastic. I've been using it since its very first version before you took over development. what you've done with it is tremendous. countless hours of fun. quick question... does the succubus mastery event only fire with seduction schemes? at the very least, in my game, it's not firing with carnalitas related intercourse events like make love, the prima noctis mod, the "indulge in carnal (something)" event from another mod (forgot which), etc. And those events all trigger arousal loss from wicked debauchery. DoL does seem to fire after every single successful seduction scheme though. I remember the previous times I played with DoL it fired for every intercourse event every time, regardless of origin. Did this change? It should fire every time the carn_on_sex on action is fired, which translates to whenever you have sex. As far as what cause it to fire, it's one of those things that have not changed ever since I took over - it's always when you have sex. 20 minutes ago, LustDemon69 said: I haven't played Victoria 3 but this looks amazing and I hope it makes it to the public build because it'd be hella unique. I'd love to too but I'll have to see how it holds up first 😅 GUI modding can be extremely fickle
LustDemon69 Posted November 21, 2025 Posted November 21, 2025 @Lyskorie I'm noticing that with the Proclaim Shambhala decision that the requirement for the Kingdom Titles being held for 30 years doesn't necessarily apply to the player, as I am an adventurer and the requirement for holding Guge for 30 years is fulfilled by the AI holding it. Is that intended, or was it not expected?
lucas182 Posted November 22, 2025 Posted November 22, 2025 4 hours ago, Lyskorie said: It should fire every time the carn_on_sex on action is fired, which translates to whenever you have sex. As far as what cause it to fire, it's one of those things that have not changed ever since I took over - it's always when you have sex. I'd love to too but I'll have to see how it holds up first 😅 GUI modding can be extremely fickle just wanted to report back. I did some testing and there's a compatibility issue with Wicked Debauchery (even without using the Extended addon). Theyre incompatible regardless of load order. Removing WD makes DOL succubus power events fire normally. This is probably because WD might be overwriting Carnalitas files (it needs to be loaded after). I guess I won't be the wickedest succubus
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