Jump to content

Recommended Posts

Posted

DatDude's Oral Pills [Completed] [XCL] [0.23]


Ever wondered why Oral Pills aren't available in Summer City? Well, they finally are!

Oral Pills are now an option at the Paradise Mall Pharmacy! Originally developed as an "improvement" to the patented Cum-Cure formula, the scientists at X-Change Corp. were delighted to discover the unexpected Freudian benefits that can come from improved taste buds! This pill temporarily re-wires your brain's dopamine centers to focus around your mouth and throat, rather than just your genitals. As a result, you'll find it hard (read: impossible) to orgasm through normal means; instead, you'll find that getting your partners off gets *you* off too! Careful, though -- you've got to swallow every last drop to maximize the effect!
 

Features:

- New pill at the Pharmacy: Oral. Lasts between 5 and 7 days.

- Oral Pills prevent orgasming through normal means, but cause orgasms upon swallowing cum. (throatpies)

- Oral Pills can be given to coworkers if you're using X-Change Life 0.21.7+, which incorporates the Office Girls mod

- Oral Pill effects can be caused by the New-U machine, in the form of the "Oral Fixation" side effect

- Boosted XP gains to the "Gag Reflex" and "Blowjob" skills when using an Oral Pill or experiencing the Oral Fixation side effect

- Oral Pills can be distributed by pill spiking (if Non-Con mechanics are turned on!) at the workplace, bar and nightclub.

- Permanent side effects can occur from excessive Oral Pill usage -- don't worry, they're treatable!

- An available treatment from the X-Change Pharmacy, though you might want to help the pharmacist out if you want a speedy diagnosis.

- A treatment side quest leading to a PURPLE PILL scene at Mutatio, featuring Nyx the Witch Doctor!

 

To unlock the side quest leading to Nyx's scene, I recommend trying Oral Pills somewhat often. Eventually, after repeated usage, you'll find that the Oral Fixation effects stick around in a permanent form.

From that point, you'll have to experience the effects of permanent Oral Fixation directly before the X-Change Pharmacist will diagnose and treat you. That's all I'm going to spoil for now -- you'll have to discover the rest yourselves by playing the game. Nyx's scene is not repeatable, nor are there plans to make it so. Enjoy it once you find it!

 

Credits: thanks to Notapotato in the discord for assistance with the mod thumbnail!

All bug reports should be directed to the X-Change Life Discord server's "mod-bug-reports" channel, or the dedicated thread for DatDude's Oral Pills on the server. I do not monitor the LoversLab forum thread, and all bugs reported there will be missed.

Note: while this mod has been verified to mostly function on X-Change Life 0.23, one-off scenes involving cum swallowing have *not* been updated for compatibility. This means that Purple-Alexia does not acknowledge or interact with your oral pill or fixation in any way. While I do plan to integrate these scenes and mechanics, I will not be doing so until the purple-Alexia content is completed in future updates of the base game.

 


 

Posted


Hi datdude69. I'm not a programmer, but isn't this a very apparent and fairly infinite loop?

:: sex transactional cum mouth [around]
{=
    (if: $pill_taken is "Oral")
    [
        (display:"sex transactional cum mouth oral")
    ]
    (else:)
    [
        (display:"sex transactional cum mouth")
    ]


Because my intuition screams it had to be:

:: sex transactional cum mouth [around]
{=
    (if: $pill_taken is "Oral")
    [
        (display:"sex transactional cum mouth oral")
    ]
    (else:)
    [
        (display:_around)
    ]


Maybe I'm just weird and it works on everyone else's machine, but on mine it most certainly caused an infinite loop.

  • 2 weeks later...
Posted

I cant seem to get this to show up in the clinic as purchasable unless I remove Spike Fun and its requirements. I have tried last version and this one and since no one else is mentioning this I would guess its my issue but I cant figure out why.

Posted
On 3/15/2025 at 10:46 PM, DecadentApparition said:


Hi datdude69. I'm not a programmer, but isn't this a very apparent and fairly infinite loop?

 

Maybe I'm just weird and it works on everyone else's machine, but on mine it most certainly caused an infinite loop.

 

I think it depends on what the original passage does. At the very least, though, it looks like that passage is acting more as a complete replacement than an [around].

 

Posted
4 hours ago, emes said:

 

I think it depends on what the original passage does. At the very least, though, it looks like that passage is acting more as a complete replacement than an [around].

 


Does this matter though? Because if I understand correctly that a passage [around] gets triggered every time the normal passage is triggered and the [around] version recursively triggers the passage itself (as in this mod's implementation), then if the PC is not on the Oral pill, it will verily cause an infinite loop displaying sex transactional cum mouth over and over again for ever, no matter what the original passage contains.

But if the player character is on the Oral pill, then it will cause no issue, as the sex transactional cum mouth [around] will just trigger another passage sex transactional cum mouth oral. And then it's all fine.

So when the active pill is not Oral, this whole thing is essentially:

recursiveInfiniteLoop() {
	around();
	// Any other logic
}

around() {
	recursiveInfiniteLoop();
}

 

  • 3 weeks later...
Posted (edited)
On 3/15/2025 at 10:46 PM, DecadentApparition said:


Hi datdude69. I'm not a programmer, but isn't this a very apparent and fairly infinite loop?

:: sex transactional cum mouth [around]
{=
    (if: $pill_taken is "Oral")
    [
        (display:"sex transactional cum mouth oral")
    ]
    (else:)
    [
        (display:"sex transactional cum mouth")
    ]


Because my intuition screams it had to be:

:: sex transactional cum mouth [around]
{=
    (if: $pill_taken is "Oral")
    [
        (display:"sex transactional cum mouth oral")
    ]
    (else:)
    [
        (display:_around)
    ]


Maybe I'm just weird and it works on everyone else's machine, but on mine it most certainly caused an infinite loop.


This was indeed an infinite loop, yes. It has since been fixed.

In the future please post bug reports on the discord's appropriate channel. I do not monitor these threads actively.

Edited by datdude69
Posted

I am having no luck getting this to load into the pharmacy with the BR Pill Mod, even the newer version doesnt appear on the list in the pharmacy unless I remove the Pill mod. Anyone else having this issue?

Posted
On 4/11/2025 at 12:16 PM, Vuulgar said:

I am having no luck getting this to load into the pharmacy with the BR Pill Mod, even the newer version doesnt appear on the list in the pharmacy unless I remove the Pill mod. Anyone else having this issue?


BR Pills is not up to date with the latest versions of XCL, and the creator has seemingly left the community/disappeared. All the other mods that use it are planning to move away from it as a dependency, though that's not happening instantly unfortunately.

I recommend not using BR Pills.

Posted
8 hours ago, datdude69 said:


BR Pills is not up to date with the latest versions of XCL, and the creator has seemingly left the community/disappeared. All the other mods that use it are planning to move away from it as a dependency, though that's not happening instantly unfortunately.

I recommend not using BR Pills.

 

Yup, I have dropped it. Sucks losing Spike Fun though. Thanks.

Posted
10 hours ago, Vuulgar said:

 

Yup, I have dropped it. Sucks losing Spike Fun though. Thanks.

 

Aselpatsid has a replacement for BR Pills that I'm informed is only slightly buggy, and I believe there's another alternative being worked on.

 

Eventually, I'll get myself to work on a rebuild of Spike Fun that removes the requirement for BR Pills and Wonka.

Posted

Can you give more hints on how we're supposed to trigger Nyx's scene? I got to the diagnosis part, but there is no interaction within Mutatio

Posted
On 4/19/2025 at 6:19 PM, 54329 said:

Can you give more hints on how we're supposed to trigger Nyx's scene? I got to the diagnosis part, but there is no interaction within Mutatio

Same here

 

Do we need the purple framework mod installed?

  • 2 months later...
Posted
On 4/24/2025 at 1:27 AM, VasaraGlyndark said:

Same here

 

Do we need the purple framework mod installed?

No other mods are required to be installed. Please direct all further questions to the mod's threads on the official X-Change Life discord, as I actually monitor that source. I do not and will not regularly monitor my mod's threads on loverslab -- sorry.

If you still haven't been able to find that scene, try getting your side effects treated at least once at the Pharmacy before revisiting Nyx at Mutatio.

Posted

Would be cool for a Beg to be Throated willpower check like for breeders when failing to cum through sex to switch to an unhappy/rough blowjob.

  • 4 weeks later...
Posted (edited)

i don't know if it's possible but why not a gloryhole at bar  for easier oral satisfaction ?

Edited by Donky
  • 5 months later...
Posted (edited)

Bug: able to cum from anal at Bitch Box.

 

Edit: Also able to activate serum with Dredd's boys

 

Edit 2: Unable to cum from random encounters if offering penetrative sex, despite the finish being inside the mouth.

Edited by dthrcum

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