Gameplay Changes & Events
249 files
-
[XCL][0.24.8] Stepdad creampie mod
By faenddra
WARNING
This mod is in development and has not been tested:
- with any other mods, it's pretty intrusive and may be incompatible with many mods
- on any version other than 0.24.8
This mod does contain non-con
SUMMARY
Finally our beloved stepdad can cum in us! I just hope there's no consequences...
This mod allows stepdad to creampie you during sex when you're in your own body, and then has scenes and paths onwards from that. You'll have to engage with him a lot to make this happen, and it will take a while to find all of what's in the mod.
My intention for that was to make this more of an extension to the base game, to progress his relationship with you, which is why the progress through it can be pretty slow.
Whats Included (spoils the paths)
Known Gaps
- I haven't touched the breakfast / chores on-ramp in the playtest, as thats in dev and I didn't want to break it
- Other mods: I don't play with mods so who knows what'll work
Development
- Feel free to pick this up, change it and re-upload it.
- I'll be working on this when i can
sorry for breaking loverslab with my last upload
1124 downloads
Submitted
-
[0.23/0.24] My First Time(s) - Virginity Mod
# My First Times - Virginity Mod This mod introduces virginity so expect something to happen on your first time The following are implemented. - Track the virginity status of your female character or clone. Not tracked for demo/stripping and other special events. - female and male achievements - Secretary virginity is tracked - Supports SpikeFun non-con events - A status tells you if you're a virgin or not and who deflowered you. - Tracks your deflowering history (Thanks to rrh for this) - You have a Hymen strength which will be used for the deflowering event. - A sex stat tracks how many times you were deflowered - You can escape penetration if you're having second thought using a willpower check. - Beware that there's condition that would prevent you from resisting at all - First time event : Your hymen has strength that the npc need to go through. But your pain tolerance is not infinite. You can suffer from prolonged pain or even pass out! - Options : to how the virginity is reset. * Never : Like real life, it's only once * On pill expire : Next time your turn, you'll be a virgin again * Once per dna : Never reset but is tracked per DNA - Options : minimum hymen strength * Strength goes from 2 to 10, you can set a minimum. If the new value is above the current one, new value will be displayed after a screen change. - Options : pain modifier * 75% / 50% : Modifier to the pain you receive during the deflowering event For existing save, your are assumed to be a virgin if vaginal sex stat is 0. # Future ideas - Status effects that could cause every penetration to be painful (added but no effect yet) - Compulsion making you want to feel that "first time" experience over and over again - Treatment to restore your hymen without a need for a transformation or changing the setting - More visuals for the sex scene - More flavour texts - Adding painkillers # Warning This is my first attempt at modding and in that code engine in general. I mostly don't understand what i am doing so expect visual/layout/logic bugs.8248 downloads
Updated
-
[XCL] [0.23] Clone Wars
By Dragon42
Clone Wars – Full NPC genderbending for Summer City
Clone Wars Shop – SWP-CLONE PILLS and DEMO
❓ What is it?
This mod introduces the hottest new rage sweeping Summer City: SWP-CLONE PILLS!
With 105 known DNA entries in the SWP-Clone database, these pills allow for an easy single‑time‑slot transformation into a particular set of DNA.
The mod manages Male, Female, and Purple forms for $npcs, remembering when an alternate form has been assigned and automatically assigning forms when they have not been assigned yet. It also includes advanced options for forced one‑shot transformations and permanent swaps.
✨ Features
[]Gender‑swap any NPC – transform existing characters into male, female, or purple variants with a single line of code.
[]Persistent memory – the mod remembers which form each NPC has taken, using a master database ($npc_master_database).
[]One‑shot override – use $temp_id or $any_npc_no_save to create temporary transformations without saving to the master variable.
[]Forced assignment – $desired_id and $force_id let you lock a specific bar girl as the alternate form. Extensive bar‑girl database – includes 105+ girls sorted by race, hair color, and bust size. Easy to add more. Template passages – ready‑to‑use templates for male/female/purple transformations with all optional variables clearly commented. ⬇️ Download
[]Main mod file: attached to this post (XCL_Clone_Wars..twee) []Media file: attached to this post (XCL_Clone_Wars.zip) []Location mod file: attached to this post (XCL_Clone_Wars_Stories.twee) []Instructions File: attached to this post (XCL_Clone_Wars_Instructions.txt) 📦 Installation
Load the with the mod loader.
3. Start transforming
[]Whenever you want to change an NPC’s form, simply call:
(display:"current npc transform to male")
(display:"current npc transform to female")
(display:"current npc transform to purple")
[]For custom options, copy one of the template passages and adjust the variables ($desired_id, $force_id, $temp_id, etc.) before the display call. 🎮 How to use
Basic transformation:
Set $npc to your target character, then run the appropriate display.
Example:
(set:$npc to $npc_master.get("alexia"))
(display:"current npc transform to male") One‑shot transformation (no save):
(set:$temp_id to "desired_bar_girl_id")
(set:$any_npc_no_save to 1)
(display:"current npc transform to female") Permanent forced form:
(set:$force_id to "desired_bar_girl_id")
(display:"current npc transform to purple") Adding a new bar girl:
Copy the template lines from the “How to import a new bar girl” section into your own passage, replace the placeholders with the actual ID, and run it once during game initialization. ❗ Important notes
[]The variables $select and $gender are never cleared automatically – always set them explicitly or clear them after use.
[]For random generation of male forms, the mod relies on the wharf generation system – make sure those variables are properly initialized.
[]If you use $temp_id or $any_npc_no_save, the transformation will not be recorded in $npc_master; it’s a temporary visual change only.
[]The purple form uses a separate database ($installed_purple_girls); ensure it is populated. 🗃️ The Clone Wars Database
Clone Wars uses random $npc generation to create males matching necessary traits. It uses a database of female Bar Girls to assign female forms to $npcs, and a database of PURPLE Bar Girls to assign purple forms.
[]Male forms: generated on‑the‑fly using the same random NPC system (wharf variables).
[]Female forms: picked from various $installed_..._girls arrays (by race/hair). Purple forms: picked from $installed_purple_girls. 🔧 Important Variables
[]$npc_swap – The listing for the NPC’s base form. For females this is usually the NPC’s "id". For males it can be either "name" or "id".
[]$npc_master – The (dm:) entry for $npc_swap, storing links between male, female, and purple IDs.
[]$any_select – Gets set during transformation to the ID of the current NPC.
[]$gender_select – Gets set during transformation to the gender of the current NPC.
[]$any_race – Gets set during transformation to the race of the current NPC.
[]$target_gender – Must be set to {"male","female","purple"} to trigger a transformation. $installed_..._girls – Various arrays holding bar‑girl IDs, sorted by race, hair color, and bust size. ➕ How to import a new bar girl
Chances are, I have already imported your Bar Girl. But if not, or you just want to be sure, you'll need the following passages/passage_tags.
📄 Template Passages
These can now be found in the Instructions .txt file included with this download.
💖 Support the project
If you like my work, please consider supporting me.
Subscribestar:
https://subscribestar.adult/shadowdragon
47977 downloads
Updated
-
[XCL] [0.23] Cosplay and Location Expansion
By Dragon42
This adds alternate images to existing Bar Girls. The main drive of this release is "Beach", but there is a handful of alternative options available here. Enough to give the cosplay bars a few members in cosplay... more if you grab my Suzie Morehead and friends plus Cookie and Ganja Sisters.
This is a Wharf expansion and only functions in Wharf locations, although the code that manages this is generic and location in WharfBars.twee, so other modders could easily add this to their mods if they wished.
1400 downloads
Submitted
-
[0.23.6+] Save Hailey's secretary points
By Duck Enjoyer
Ever wanted to save Hailey's points to get better rewards without having to grind her affection? Then this is the mod for you!
It allows you to save Hailey's points that you can then use later!
This mod might have conflict with other's if they change Hailey's passages. Should work for playtests and gitbuilds as well.
906 downloads
Submitted
-
[0.24+] Duck's dubious tweaks to xp gain
By Duck Enjoyer
This mod does partly work for 0.23 as well, the only problem is with the great weekend buff, if you have it the game will complain about it and won't apply it. But if you don't get that everything else should work as intended.
So, this mod does quite a few things:
-Changes hidden achievements to give a 2% xp boost instead of 1%
-Changes the quicktime minigame to give a 2% boost to xp instead of 1%
-Halves the weekly decay of the quicktime minigame bonus
There shouldn't be any issues with other mods unless they also change those things. It should work on 23.6 and the current playtests as well
369 downloads
Submitted
-
[XCL] [0.24] Porn Tolerance Mod - Porn Addict Rework (Compulsion)
By Thronicomar
Disclaimer
This is a very lightweight (very work-in-progress) mod about reworking the Porn Addict Compulsion to have some actual consequences for highly masculine PCs. Fair warning, it was very heavily vibe-coded. So, if you have any personal qualms about AI-usage... well, no offense, but why the fuck are you playing XCL?
Requirements
v0.24.8 from the gitgud repo | Playtest v0.24
(I can only guarantee the gitgud repo, at this time. Try earlier versions/ the supporter playtest at your own risk.)
Context
As someone who finds it difficult to RP a reluctant character, especially when it comes down to a highly masc character getting curious about being turned into a woman and willingly fucked, I wanted to have a way to self-sabotage that didn't break my RP/require major suspension of disbelief.
If you're good at the mini-games, good at closing sales and dodging demos, good at dodging getting spiked at the bar/club, don't feel like your character would ever be dumb enough to gamble with Bruce or Dredd to risk taking a Breeder/Insta-Strip (lmao), and you don't have other mods that can force you to transform consistently in a narratively coherent way, you probably find yourself getting stuck in a loop of accidentally succeeding as a full masculine character like I do.
I wanted to find a way to help address that problem without needing to force my character to make catastrophically poor decisions that were impossible to justify, or ending up in positions that escalate way too quickly (Secretary mini-game, many of the demos, Purple Alexia, etc.).
It dawned on me that the porn videos don't currently have a tolerance system, despite the Porn Addict compulsion providing the framework for one. I was disappointed that X-Change porn (in base game) only serves to further an already ongoing feminization after you've lost a decent chunk of masculinity. Well, I wanted more from the porn given how sexy the clips are.
So, this mod makes it so that a Porn Addiction can kick-start the feminization, instead. After all, what better way for someone to get curious about the pill than seeing someone on the pill cumming their brains out, or looking ecstatic while sucking a cock? In the privacy of their own home, while living in a city where anyone they know could swap around at any moment, who wouldn't get a little curious after seeing enough porn of it?
What does this mod do?
You'll have both RP and meta-game reasons to choose the X-Change porn despite the guaranteed -1 to Masc, even as a highly masculine PC. You want to keep your MAX AP buff, but you don't want to risk the heavier masc loss if you fail to get off to Mainstream porn. You can use an AP to bypass the failure, but it still heavily reduces the arousal reduction. I wanted it to reflect how a porn addiction in real life is a rabbit hole that sucks you down.
The more Mainstream porn you watch, the harder it becomes to get off to it. (On an exponential curve increasing with times watched, to the point that even having Male Masturbation at level 10 won't net you more than a 10% chance of succeeding at the dice roll.) The Reflex mini-game also scales with this, but it's unfortunately one of the easiest in the entire game. Ironically, it's actually far more fun because your mandatory 20 seconds will likely be over by the time you've managed to fill the bar, as opposed to how your normally have to constantly stop-and-go with it. Basically, use the dice roll if you want to get the most out of this mod until I find a solution for the reflex mini-game being too easy. If you do manage to pass the check, the more you've watched over your entire run, the less arousal you'll lose (scaling all the way down to only 1 arousal lost based on the amount of porn watched). X-Change porn will get you off harder and can even overcap cum loads, so if you have a mod that raises the max load count, i.e. arousal, it'll work with that. If not, it's just an unnecessarily big number currently to convey the addiction better. If you cross over a certain number of watches, you'll now be at-risk of losing masculinity if you fail to get off to Mainstream porn. (-3 if you fail the check). Obviously, you can force pass the skill check with an AP point, but you still won't clear your arousal. A high masc character (>90) is no longer prevented from watching X-Change porn if they have the Porn Addict compulsion. However, you are guaranteed to lose 1 masc if you use it at all. Replaces and expands the nags and much of the dialogue surrounding porn usage based on your Porn Addict state to indicate your PC's growing desire for more "taboo" X-Change porn. Each X-Change video has 10 unique lines that replace the original "you gain arousal watching this" that would show up when clicking on a video, based on your masc/fem tier, and your current body state. It's a 5-band tier, scaling down from 100 100-80 | 79-60 | 59-40 | 39-20 | 19-0 These are meant to represent the reaction of the PC and their slowly eroding identity, so you'll see their thoughts shift from aroused repulsion, to a submissive acceptance. Basically, it's a spectrum from, "God, why is this so hot?" to "Yeah, I want to be her so bad right now." These are mostly AI-generated lines, but I plan to go through and overhaul them to my liking soon. I wanted to get the system working first. There are also general lines for all X-Change videos, so you have a 50% chance to see your stat specific line, or to see the general line. I figured that would help keep things a bit more exciting if you click on the same video at the same tier. A little trick to compel the player themselves to want to watch more of the in-game porn.
Installation
Use the Modloader (if not using the gitgud repo version) OR
Drag and drop into your mods folder in the game's root (if using the gitgud repo version) X-Change Life/mods/Porn-Tolerance-Mod/PornToleranceMod.twee
Bugs/Compatibility
Please let me know if this mod conflicts with any current major mods. I don't think it should, given that it's almost entirely contained to just using the computer and the Porn Addict compulsion.
I have only done the bare minimum of testing on the female side. I plan to spend more time improving that side of things, but hopefully it functions as smoothly as the male side. Admittedly, this mod is currently more focused on the masculine PC for the time being, but I absolutely plan to expand on that.
It also uses the "around" function as much as possible, so even if there are any critical bugs, they shouldn't be catastrophic (I hope.)
Future Plans
I am still currently working on expanding this mod, and I plan to do much more with it. I want more dialogue, captions, functionality, porn videos/categories, but I feel that it's currently in a place that's worth sharing around for feedback/bug-testing. Primarily, I would like to introduce new porn categories and radiant dialogue/captions, as I believe that would be the easiest expansion.
Once again, I have only done the bare minimum of testing on the female side. I plan to spend more time improving that side of things, but hopefully it functions as smoothly as the male side. Admittedly, this mod is currently more focused on the masculine PC for the time being, but I absolutely plan to expand on that in the future.
665 downloads
- x-change
- compulsion
- (and 5 more)
Updated
-
Fresh Start
By McLurkington
This is a very early release, built with the v0.24 playtest in mind. It still needs some bug testing, and likely has a few issues I'll have to iron out. Please keep that in mind when considering adding it to your game.
Please, note:
This mod REQUIRES either building v0.24 off the gitgud.io repo, or the v0.24 playtest. This is an early release, mostly intended for bugtesting and fooling around. Please do not load this up on an older version of the game, or save over your super-longterm save game while using this.
~~ Fresh Start ~~
This mod adds a set of starting options to your Summer City experience that allow you to add some new twists and turns to how you play the game.
Finances: Tired of being short on cash when you start the game? Or want to have even more of a reason to get out of the house and get to work? Now you can choose how well off you are at the start of the game. You could have as much as $10,000 in your bank account, if you want. Or you can start out owing a $15,000 debt to the bank, with only a couple weeks to start making payments or they'll enroll you in their 'compliance program.'
Employment: Want to skip the hiring process and begin the game with a job offer in hand at Dynapill? Sure. Want to have to work as a secretary first? Yep. Maybe you would get a kick out of an X-Change internship that requires you to show up to work on a pink? Or maybe you would like to start as the office plaything, stuck as a secretary for the first little bit, with a very high sexual reputation hanging over your head and getting you groped?
Secret Kinks: Everyone has their "thing" and now you can, too! Have a handful of Summer City specific fantasies to pick from, each of which can lead you down a dark road of satisfying compulsions and guilt free sex. (Or extremely guilty sex if that's your thing, perv~!)
Quirks: The vast, vast majority of people react to X-Change as intended, experiencing the effects you would expect based on the pill they have taken. But if you want, you can be the exception-- someone with a little twist of tainted DNA or some hidden predisposition that will leave them experiencing some unexpected side effects when they take an X-Change.
Pick your poison and have fun with it, or turn on Locked Randomization to find some unexpected excitement!
2422 downloads
Updated
-
DatDude's Demo Experiments [XCL] [0.23]
By datdude69
One common complaint on the discord server is that there aren't enough demos, leading to the sales job getting kinda... stale. Now there's more demos, with increased variety of video clips and mechanics! Mix up the workplace with new NPC's, new dangers, and new ways to raise your sexual reputation. This mod is intended to make it a bit easier to add and start your own demos, while also improving the visual and gameplay variety of the game's existing demos. Additionally, several new achievements are added to the game using the base game's modular achievement system!
The new demos can occur after different conditions. Be careful -- these demos can get dangerous. Our hypnotist has some dirty tricks and a pregnancy fetish, while our Barista doesn't care if you orgasm on a Dumb Bitch. Our Pharmacist might require you to take an unknown pill with dangerous side effects like a Resistance or Breeder, while our stay-at-home mom is... strangely normal? Give her some attention, she's hot and she deserves it.
To unlock the new demos, simply make it to sales level 3 at the Sales Job. (AKA, "Intermediate Salesman"). At that point, your boss will tell you that you're eligible to start doing "Experimental Demos" if you sign up for them in the break room. Make sure that you've signed up for them in the break room, as the new demos are off by default. If you're using a mod combination that for some reason breaks the intro passage (such as Usagi666's "Cold Calling Interruptions", earlier versions of my Cold Calling Improvements mod, or anything which touches the :: work options passage) you should still be able to see the demos upon reaching sales level 3 -- check the notice board in the break room to see if the sign up button exists, which should be enabled by default.
If you *really* want to see a demo, or you're a modder, you can set a given demo to always run at the start of a demo day by running the command:
(set:$alternate_demo_override_choice to "Your Demo Starting Passage")
IE, for the pharmacy demo this would look like:
(set:$alternate_demo_override_choice to "Pharmacy Demo Bootstrap")
The starting passages are:
- "Barista Demo Bootstrap"
- "Hypnosis Demo Bootstrap"
- "Pharmacy Demo Bootstrap"
- "Pool Cleaner Demo Bootstrap"
- "Realtor Demo Bootstrap"
Install using the Official X-Change Life Modloader Utility. The modloader handles everything for you -- do NOT extract the files from the archive you download, as the modloader will do so for you.
Please report any bugs or issues to the X-Change Life's Discord server, using the #mods-bug-reports channel. There exists a thread for this mod already titled "DatDude's Demo Experiments"; if you do have any issues, please also *share a screenshot of your issue and your modlist*. Much appreciated!
244012 downloads
Updated
-
[XCL] [0.23] X-Change Battles
By Dragon42
Welcome to X-Change Battles, the playable TCG!
Going forward, X-Change Battles will require the "Clone Wars" genderswapping framework for use in any of its gender swapping scenes. (Finally gonna get the barter system! Thank Clone Wars)
You'll need the XChangeBattles.twee, Nerdvana.twee, Media Files, and one of the two main card pack downloads.
Pixeldrain files are:
2qcjbk5m is BattlesMedia.zip
HXUYDdWU is BattlesCardsNewArt.zip
and tf8VFmC1 is BattleCardsOriginal.zip
There are two ways to play:
Build a Deck and Play the Game
Skill Roll Battles ... a random system with many modifiers
Battles Content:
123 new TCG cards including new sets and new rarities
Gaming Store in Serendipity's basement
Nerdvana, the Battles hub, located off the Beach
Dragon's Lair, a gaming store located in The Wharf (Wharf required)
Gift Shop in the Mall has Nerd items
Purchasable singles at each gaming location
Booster Packs
Mass buy and sell
Trade for mythics
Play games at any location for fun
Each location has its own daily tournament(s)
Monthly tournament where you earn points to qualify for The World Championship
Four Regional tournaments where you earn points to qualify for The World Championship
The World Championship... a 256 player extravaganza involving the best Battlers in the world
There are already a few quests/stories live in Battles with more to come!
The Wharf has a number of features that either require Battles or are there to enhance your Battles experience. In particular you will find the Portal Potty useful to allow you to visit multiple locations in the same day.
*Dragon's Lair, the gaming store. Day and Night visits with separate tournament for each.
*Portal Potty, flush three or more times and exit in a different location than you entered.
*Zoltar, fortune teller who uses the new cards to see the future
If you have Dreddful Endings + Wharf you get access to the drug dealers in the south alley who sell Battles performance enhancing drugs... and offer their own Dreddful ends if you abuse them.
Credits:
Lead Developer: Shadowspawn/Dragon42
Developement Team: Winrarw - couldn't have done it without you!
Coding Consultatnts: Chuck, Goctionne, Apologetic
Original Inspiration/Plague Carrier: Tawnee - Thanks for the fever dream!
Special Thanks to Aphrodite for creating an amazing game!
My Friends: Sorrow and Jirkislo
You need:
X-Change Battles .twee
Nerdvana .twee
Battles Media
Either of the pixel drain downloads, but not both (BattlesCardsOriginal and BattlesCardsAltArt).
You can add the Bull Alt Art media if you like to replace the bull cards in either of the above
WARNINGS:
Disables the achievements related to cards for performance issues
------------------------------------------------
My subscribestar, if you wish to support me:
https://subscribestar.adult/shadowdragon
137500 downloads
Updated
-
McLurkington's Big Mess (of Small Mods)
By McLurkington
Six small mods I threw together for my personal use. These are all pretty basic, just small tweaks that I feel like make the game more fun. Enjoy!
Balanced Stats: Adjusts the player archetypes (Nerd, Jock, Playboy, etc.) so that the stat limits and experience bonuses are a bit more balanced between the different archetypes. Nerd, Jock, and Playboy both get one higher stat that they have an easier increasing, and two stats that are limited to 6 at character creation, with a normal XP progression. Average characters are the same as they were before, with a starting cap of 7 on all their stats and no bonus or penalties to leveling. Only Losers actually get an XP penalty to their stats.
Breeder Loads: Have you noticed Breeders haven't been quite as Breedery as they were once were? Wondering why you were only seeing 110% or 120% impregnantion chance? Well wonder no more! Because with this mod, they'll be right back up in the big batter leagues, hitting those 150%, 160%, 200% and even sometimes 400% impregnation chance! Have fun!
Hornier Stepsis: The new compulsion for peeking on Alexia is fun, but kind of hard to maintain consistently. This mod makes Alexia considerably more likely to either be in your shower or giving herself some "personal attention" in the mornings, so it's not quite so hard to get in a bit of peeping.
Keep It Professional: Personally, I think it is a bit odd how effective asking your office coworkers to "keep it professional" is when you're working as a secretary, and it always bugged me that it automatically makes them less attracted to you in general. From what Hailey says once or twice, it definitely doesn't seem like they're inclined to be anything but handsy, or listen to a 'No', so I threw together a quick mod to make that option a bit less of automatic win. When you ask someone to "keep it professional" with this mod, there's a chance it will reduce their arousal as much as it did before (if they're a gentleman or your sexual reputation is low enough). But if they're a breeder, a bully, a fuckboy, or creepy, or if your sexual repuation is too high, they're much less likely to listen. Even if they lose some arousal, it may not be enough to keep them off you for long. Regardless of the outcome, it won't affect whether or not they're attracted to you overall.
Night Mall: Goin' to the night mall, at night! (That's it. This just lets you go to the mall in the evenings. No changes to images or locations or anything, either. I'd love to come back and make a few tweaks to this one at some point, maybe add a few new stores at night or a movie theater. For now it just gives you a bit more flexibility and that's it.)
Workout Masculinity: There are so few ways to regain your masculinity, and that bugs me a bit, so I added a small masculinity gain bonus when you go to the gym as a guy. It's only a couple points, but if you want to draw things out and make it last, 2 points a day can really add up.
16043 downloads
Updated
-
xcl New-U Paid Test Subject (New and Improved!)
By McLurkington
Just a small update to Curio's New-U Paid Test Subject mod, provided with their permission.
I love the idea of the original mod, but I always felt like the reward you were offered ($50 for using the Spin the Wheel option at the New-U station) wasn't quite enough to really be all that tempting. This new and improved version provides you with a larger bonus immediately ($250 upfront), and a daily stipend of $50 that you can pick up at the New-U Station. (Don't worry, you don't have to pick it up every day, your stipend will accumulate over time until you have a chance to pick it up.)
5617 downloads
- xchange life
- x-change life
- (and 1 more)
Updated
-
cheats FiFenix's Testing, cheats and other mods
By FiFenix
Hello,
These are my first mods:
Improved start: Allows for a quick (cheat) start for Money, Essence, and Protection. Also has a sales daily bonus for faster sales job and a cheat button that is mostly for secretary but works on other places. The "Recharge stats" button will give you 10 stamina, 10 willpower, and 10 wit, it will also set action points to the max allowed and set cheated to 'no'.
I'm using this mode to quickly test other mods and to test how to make mods in general so it has some useless things like showing the stats in the "Examine your self".
Duration Gamble Effect: This effect adds a 50% chance to extend, or a 20% chance to shorten a pill duration whenever you climax.
I tested it with "Custom U Machine", "Pregmod", "Spike Fun", and others. Not sure if it's dependent on other mods, like the Drug framework, because I used Spike fun as reference to see how new effects are added.
!!! This is my first attempt it may cause issues with other mods especially with the Improve start's random bullshit.
If anyone has ideas for improvements or for other small things to add you can find me in the discord as FiFenix.
1339 downloads
Submitted
-
BarWhore
By aselpatsid
Update and modernization of bar whore mod.
- Changes freedom cost calculations to scale up with the number of times you've paid to leave.
- Adds compulsion to sell yourself for sex
- Fixes a bunch of old bugs
- Option to strip to pay Dredd as an alternative to the gloryhole
- Integrates pill effects from Spike Fun (pretty much required, hence the _SF)
- The pill Dredd gives you can now be a clone pill, and rather than being a custom pill is a pill with a bunch of Spike Fun side effects
- Updated to work with the new morning menu
- Will now detect if an NPC gives you money in alternate ways during sex and consider that whoring in the bar. Like in the Bar Drug events
- New hook into the stepdad events based on his attraction and respect toward you
- Some sexual activity with stepdad from this mod will apply the same effects the base game does, marked and contributing to expenses
- Stepdad may react differently depending on your reaction to his groping
- New detection system for leaving the bar. If you whore around and skip the bar_exit check there's a chance Dominic will track you down at home
- You can now ask NPC's for money to have sex with them during catcall events
- A bunch of other changes
Requires:
- Spike Fun and its dependencies.
Patches:
- Dredding Intimacy: barwhore_DI_patch.twee
Change log:
Re-release 1.0.0
- FIxed the freeze issue when Dom's night event triggered and you were playing a newer custom player character.
- Modernized the bootycall twee
- Added patch for Dredding Intimacy
35923 downloads
Updated
-
[XCL] [0.23] Read A Book! - Update
By Dragon42
This is a bug fix and version updated version. This is still Katalin's hard work and effort. Thank you to those contributing to its continuation.
What are all those files?
KTX Read a Book 0.1.3.xcl - This is the main file containing all the code and media for the framework (REQUIRED). KTX Book Strategy Guide.xcl - An add-on containing a single book which is not entirely serious and a little fourth-wall-breaking (OPTIONAL). Resources for MOD CREATORS.zip - An archive for modders containing a template, documentation and a book stat calculator (FOR MODDERS).
I am willing to act as an updater for this if others work on coding pieces, but its not on my agenda to pick this up for full developement.
All credit goes to Katalin, who did all the work. This is just a little service mod in her honor.
Contributors: McLurkington. Big thank you for helping!
14679 downloads
Updated
-
Twin Mod
By nona nona
This mod makes a random chance for pregnancies to result in twins. This in turn unlocks:
A late stage pregnancy image for each character Unique events during pregnancy for twins Harder pregnancies (can't get pregnancy support quickly, and can't use pregnancy accelerators) Variants of most pregnancy events
The base chance of having twins is 5%. This can be increased at Mutatio, but will lower your base chance of getting pregnant.
3214 downloads
Updated
-
[XCL] [0.23] Alternate Living Spaces
By Dragon42
Alternate Living Spaces is code that allows you to easily create a place to stay that isn't stepdad's house. This code will already have a live demonstration at the various Wharf hotels, with more Wharf living spaces to follow.
Attention Modders:
To prevent home location events from firing, it was necessary to create new passage tags. In each case, its just the base game passage tag preceeded by "als_":
Simply add the "als_" version to the appropriate place if your code should fire if the player is staying in an alternate living space.
But anyone can use this to create their own alternate living space.
------------------------------------------------
My subscribestar, if you wish to support me:
https://subscribestar.adult/shadowdragon
2293 downloads
Submitted
-
Cock Roulette Dongles
By Bisouuu
The mod adds an assistance system to Cock Roulette through new hardware, making the minigame easier to win. Recommended alongside [Cock Roulette Expanded] for more clip variety.
This mod adds:
Standard Sync Dongle: Available for purchase at Radio Shack with 20 uses (roulette rounds). Sync Alerts: While a dongle is plugged in the computer, an alert will pop up right before the reveal. Radio Shack's Tech-Refurb Box: A dedicated terminal for repairing and upgrading dongles. Dongle Upgrades: Neural Filter: Alerts only if cock would show Reaction Buffer: Increased reaction timing Identity Protector: Disables the identity loss on roulette round losses
Note:
I didn't want to just make this a simple "Easy Mode" menu toggle. I wanted it to be an in-game mechanic and making it part of the world. You still need money to enable this "Easy Mode" and to keep using it through repairs.
Installation:
Add the .zip file to the mod loader.
Enjoy the roulette.
2461 downloads
Updated
-
Bruce Addiction Pill
By whitewood000
Bruce offers a new pill when you lose at cards: an offer to good to be true? Take the pill, and see if you can outlast what he put in you. Survive the addiction, or let Bruce work his way deeper into your body, your head, and eventually your home.
- Bruce phone calls, pressure, denial, and craving scenes - Bar flirt / surrender content, including approaching Bruce yourself - Escalating bar content that can carry into a home followup - A home confession route with Alexia - A morning-after Alexia scene that helps bridge into later story content - A movie-night threesome turning point - A custom relapse scene with multiple phases - Morning-after relapse fallout - Dream and intrusive-thought progression tied to addiction depth This mod is mostly complete, I have worked on it for a while and thought I would share with the community. It is mostly text at this point, I am looking for someone to take it over for me as I do not wish to continue modding. I have new scenes stubbed out for a purple encounter and bruce transforming step dad into step mom but I did not include them in this release I will give those stub outs to whomever would like to take this mod over. Contact me on here or on discord if interested.4786 downloads
Updated
-
Finding Alexia's Vibrator
By Chelsea-
Foreword
This is my first mod and i had 0 experience with Twee or X-Change before making this mod. I do have a lot of programming experience so i tried testing it the way i do any code, but don't expect a 100% bug-free experience! Feel free to leave a comment on here if you find a bug and i will get around to fixing it when i feel like it.
What this mod does?
Requirements
I made this on base game 0.22.2. I have also used it on 0.23 and seems to have no issues so far.
You will need Morning Makeover, i use variables from it so without it, this mod will most likely throw a billion errors and nothing will work (i assume i never tried duh)
For version 0.2 you need Pregmod.
Restriction I put in place
Because i made this mod just for fun and mostly for myself, i put some restrictions in place to not completely break other's immersion.
This mod only triggers if your race is "white", the video and photo's i found/used are of a white model, and i only really play white or asian girls.
The video's and pictures are always the same, and do not change if you are using a different modded character or default character. As far as i am aware, there is no "Vibrator mastrubation" default mp4 that every modded character and default character has, so i just added my own videos, if u don't like it don't use it.
Future Plans
I have no grand future plans but some things i have thought about adding, but have no clue how hard it would be, are:
1. A "keep quiet" check and you might get caught by Alexia if u don't keep quiet.
2. A chance that Alexia finishes her shower early and catches you, maybe various outcomes to this or just relationship changes or smt.
Lastly
If you want to use my code you are free to 100% re-use anything i made. I do ask for at least a mention if you choose to upload it to Loverslab and i would love to get tagged/DM'd so i can see for myself what you made!
Thanks for downloading, have fun and please feel free to make some requests or bug reports. I might add more stuff, i might not, completely depends on my mood.
6888 downloads
Updated
-
[XCL] [0.23.6] LESBIANED
Overview
LESBIANED is an expansion mod for X-Change Life designed to bring more variety and inclusivity to your gameplay. While the base game features a robust system for male NPCs to interact with a female player, LESBIANED levels the playing field by introducing randomly generated female NPCs who will hit on, flirt with, and hook up with the player.
Whether you're looking for a casual encounter at the beach or a steamy night at the bar, this mod ensures that your female-to-female (F/F) experiences are just as dynamic and frequent as the base game's male-to-female (M/F).
Beta 0.2.5 Features
This initial beta release focuses on building the foundation for female encounters and populating the world with a diverse range of women.
Massive Image Library: This version includes 1,200 high-quality images, specifically curated for F/F encounters:
720 Face/Portrait images.
240 Detailed breast images.
240 Detailed pussy images.
Diverse NPC Generation: NPCs are randomly generated with a wide variety of attributes:
Ages: 18 to 55.
Ethnicities: A balanced mix of White, Black, Latina, and Asian NPCs.
Active Interactions: Female NPCs can now generate in the world and will actively hit on the player when they are in a female form.
Hookup Locations: Full sex scenes are enabled for generated female NPCs at the following locations:
The Bar
The Beach
The Mall
The Club
Fuckbuddies: You can invite these generated NPCs to your home as fuckbuddies.
Customization & Settings
I have added new toggles to the options menu to allow you to tailor the experience to your preference:
Female Encounter Frequency: Adjust how often you run into these ladies:
Female Encounters: Normal
Female Encounters: Less
Female Encounters: More
Female Encounters: Always
Female Encounters: Never
Female NPC Orgasm Limit: Decide how many times the NPC can reach climax before the sex scene concludes:
Female NPC Orgasm Limit: 1 through 5
Current Limitations (Work in Progress)
Please keep in mind that this is a Beta release (v0.2.5). While the core functionality is there, some features are still in development:This is planned for a future update.
Video Media: This version is purely code & image-based. There is no video content included at this time.
Bugs: As with any beta, there are likely bugs. This release is intended to gather feedback and identify issues to help streamline future development.
Mod Compatability
So far I have not tested this with other mods, but it should be compatible with the vast majority of mods as it uses mostly all of its own passages, but does interact with a couple of base game ones.
Feedback & Bug Reports
Your feedback is essential! Please post your thoughts, suggestions for new features, or any bug reports in the comments section below. When reporting a bug, please include:
Where the encounter happened (Bar, Beach, etc).
What you were doing at the time.
A screenshot of any error messages if possible.
Please submit bug reports to the mod thread on the XCL Discord
Credits: Special thanks to Shadowspawn for the name and help and Chloe for Requel, advice and support, as well as the XCL community for the inspiration and support. Enjoy the mod!
THIS IS A BETA, GAME BREAKING BUGS, ALTHOUGH UNLIKELY, COULD OCCUR MAKE SURE TO BACKUP SAVES WHEN USING THIS!
8650 downloads
Updated
-
[XCL] [0.23.6] Neon Desires
Overview
Expand your horizons at the Mall! Neon Desires is a comprehensive expansion mod for X-Change Life that introduces a brand-new adult boutique to the Mall. Whether you are looking for high-end lingerie, fetish gear, or the latest in "Wearable X-Change" technology, Neon Desires has everything you need to transform your lifestyle.
This mod also serves as the debut for the Accessories Framework, a new system that allows players to equip items in dedicated slots for persistent effects and visual flair.
Inventory: What’s in Stock?
X-Change Chokers (Wearables)
Tired of pills wearing off? These collars provide the effect of an X-Change pill for as long as they are equipped. Remove the item to revert, or keep it on to live your new life indefinitely.
Item Effect Basic Choker Same effects as a X-change Basic. Resistance Choker Same effects as a X-change Resistance. Breeder Choker Same effects as a X-change Breeder. Cum-Cure Choker Same effects as a X-change Cum-Cure. Bimbo Choker Same effects as a X-change Bimbo. Compliant Choker Same effects as a X-change Compliant. Show Off Choker Same effects as a X-change Show Off. Fetish Gear & Toys
High-quality accessories for every slot in the Framework:
Dildo: High-grade silicone for the pussy slot.
Butt Plug: Classic design for the asshole slot.
Tail Butt Plug: For those looking to add a little animalistic flair.
Cock Ring: Performance enhancement for the cock slot.
Want more toys?
Pegged adds: Chastity Cage Two different strapons ⚠️ Mechanics & Maintenance
Durability Warning: Your gear isn't indestructible! By default, chokers have a chance to break if you are giving a blowjob to a man with a particularly long, thick cock. The strain is sometimes just too much for the hardware.
If your favourite accessory snaps, don't panic. Head over to the shop and speak to Candy, our resident bimbo shop assistant. She’s surprisingly handy with repairs and will tell you exactly how to get your gear back in working order.
📦 Optional Add-on: Neon Desires Wharf
Looking for a more "industrial" shopping experience? Download the Neon Desires Wharf expansion!
New Location: Adds a second storefront located at the Wharf.
Requirements: Requires the Base Neon Desires Mod and The Wharf mod.
The Accessories Framework (For Modders)
Neon Desires comes bundled with the Accessories Framework. If you want to add your own toys or jewellery, you can hook into the accessory_db datamap:
"choker basic", (dm: "name", "X-Change Basic Choker", "slot", "neck", "requires", "male", "bonus", "Transforms you (Basic pill effect while worn)", "icon", "📿", "pill", "Basic", "price", 18000 ) There are also passage tags for each of the slots on equip: af_changed_pussy_accessory af_changed_asshole_accessory af_changed_cock_accessory af_changed_neck_accessory
There are also passage tags for each of the slots on unequip:
af_removed_pussy_accessory af_removed_asshole_accessory af_removed_cock_accessory af_removed_neck_accessory Requirements
X-Change Life (v0.23+)
The Wharf Mod (Only required for the Wharf Expansion)
Compatability
Does not work with:
Bruce owns Bar
21156 downloads
Updated
-
[0.23.6] X-Press Delivery
I was browsing the captions on the discord server and came across this amazing one from Aphrodite so full credit to her for the idea behind this mod and this amazing game.
It works by going to the mall and seeing the flyer for the X-Press Delivery Job, it is avalible during the day slot Monday - Friday but you can change the days you work. You can also work at DynaPill if you're hired at X-Press and vice versa.
The mod has integrations with:
X-Fans Any Job
When you start your shift you have to be female, if you're not they give you a Basic at the start of your shift for a price of course. Once you start your shift you have to deliver X number of packages before you're done, there is a 70% chance that you will deliver it normally, however there is a 30% chance that the customer will want some special treatment in order to get their signature and a nice tip!
The base pay is $250 + tips, tips are given based on how satisfied the customer is with your special treatment, their satisfaction is also how you get promoted:
Trainee - base - $250
Courier - Give 5 customers special treatment and have their satisfaction be 8+ - $350
Senior Courier - Give 15 customers special treatment and have their satisfaction be 8+ - $450
Lead Driver - Give 30 customers special treatment and have their satisfaction be 8+ - $600
Compatible with:
BLACKED Character Mods
Incompatibility:
There are no known mod incompatibilities.
DO NOT USE X-PRESS 1.1.0 IN A SAVE THAT HAD AN OLDER VERSION OF X-PRESS
Have Fun!
14850 downloads
Updated
-
Alexia Purple Expansion
By 23rdSir_
Now supports Morning Makeover and Spike Fun
In essence, its adding a few new events to Alexia's Purple route, and changing a few prior ones.
The edited ones are:
Jitters coffee event - Made repeatable, removes the event once a week
Morning shower relief - Added a variant for if you have done it multiple times, there are plans for more variety over time
Added ones:
Additional variant of spiked coffee event for if PC has the purple nut craving
Shower cleanup variant, where Alexia gets you to consume most of the mess after her morning relief
Added a wardrobe lock that you can buy to prevent Alexia from ruining your clothes (Not way to remove it currently, will add at some point)
A perma-purple pill you can offer to Alexia which stops her needing to take one regularly (No current effect on her pocket money requests)
An option to try and spike Alexia with the above pill, or the anti-perma pill (Go make a coffee for her in the kitchen while you have one in your inventory)
WIP Scenes:
A longer shopping "date" with Alexia, with a bit of a twist (Currently disabled)
18538 downloads
Updated
-
[XCL] [0.23.6] X-Fans
X-Fans
An OnlyFans-style platform for Summer City Because I apparently enjoy suffering (and maintaining way too many mods), I split off a feature I was building for my Repeatable Prison Contest Mod and its upcoming revamp. This started as a smaller side feature, but it has now received a massive overhaul with deep subscriber/fame systems, collabs, new hooks, and a whole new boutique + accessories framework. So here’s an extra fun way to earn some extra cash (and a whole lot more).
✅ What is X-Fans?
X-Fans lets you create content, build subscribers, and earn daily payouts.
All you need is a computer and a camera—and lucky for you, Radio Shack just got a shipment in.
X-Fans has now been significantly expanded with:
Dynamic Fame that rises and falls based on your activity and performance Subscriber demographics (Male Content Fans, Female Content Fans, Gooners, Fetishists) Request weighting based on your actual audience composition Audience fatigue if you spam too much of one content type Collabs, NPC memory, and deeper gameplay hooks X-Fans Requires Neon Desires
🆕 Latest Major Update Highlights (Overhaul)
X-Fans Overhaul: Fame & Subscribers New Fame System: Fame is now a dynamic stat! Gain fame by uploading high-quality content consistently, fulfilling fan requests, and marketing yourself. Losing subscribers will hurt your fame. Fame Perks: High fame increases your overall subscriber gains and boosts the chance of NPCs agreeing to film with you. The Cost of Fame: High fame also increases the rate at which you lose subscribers from your top demographic, meaning you have to work harder to maintain your crown. Upload Compulsion: Reaching a high enough Fame threshold triggers a new compulsion to upload content. You can’t leave your adoring fans hanging! Dynamic Subscriber Pools: Your audience is no longer one monolithic number. Subscribers are now divided into distinct demographic pools: Male Content Fans, Female Content Fans, Gooners, and Fetishists. The type of videos you upload dictates which pools grow. The requests you receive are now directly weighted based on the demographics of your current subscriber base. Audience Fatigue: Uploading too many consecutive videos of a specific type will cause you to start losing subscribers from the demographics that dislike that content. Keep your portfolio balanced! Expanded X-Fans Content & Collabs Content Creator Collabs: You may now receive requests from fellow X-Fans creators asking to collaborate. These don’t offer upfront monetary rewards, but they’re a great way to passively boost subscriber counts. NPC Memory & Demands: NPCs now remember exactly how many times you’ve filmed with them. As your working relationship grows, they may proactively ask you to film new content, and depending on your Fame and their personal wealth, they may start demanding a cut of the profits. Discovery Scenes: Alexia and Stepdad both have new scenes where they can catch you recording in your bedroom and discover your X-Fans account... who knows, maybe they’ll subscribe? Deep Gameplay Hooks (Traits & Pregnancy) Bimbo & Exhibitionist Synergies Radio Shack Temptation: Visiting Radio Shack while having the Bimbo or Exhibitionist side effect (while not owning camera equipment) triggers new inner thoughts and arousal spikes as you fantasize about filming yourself. Becoming an Exhibitionist: Repeatedly cumming on camera can now naturally cause you to develop the Exhibitionist side effect. Exhibitionist Perks: If you already have the effect, filming yourself grants massive bonus pleasure and arousal. If your exhibitionism is severe enough that you “cannot cum in private places,” setting up a camera and filming yourself now counts as a valid alternative to public masturbation. Pregnancy & Lactation Content Milking Content: If you are actively lactating, you will begin receiving requests from your Fetishist subscribers for “Milking” videos. These can be fulfilled via the X-Fans dashboard or your evening activities. Pregnancy Bump: After passing your 12-week pregnancy appointment, you gain a random chance to receive bonus Fetishist subscriber gains on every subsequent upload. New Camera Option A new handheld camera is available from Radio Shack, allowing you to film outside of your house. 🚀 Getting Started
Get your equipment (computer + camera) from the appropriate shops. Create your X-Fans account. Start recording and making money. Build fame, grow the right subscriber demographics, and keep your content varied. (Optional) Visit Neon Desires in the Mall for accessories, toys, and magical wearables. Custom U Machine integration to allow you to get content requests on certain pills. X-Press Delivery integration to allow the filming of special deliveries 🎥 Content Types
You can record content in your bedroom (and now, with the handheld camera, in more places outside your house):
Solo (male or female) With a partner (male or female) Milking Videos (for lactating characters / Fetishist requests) Creator Collabs (special requests from other X-Fans creators) ⭐ Ratings
Your video earns a star rating based on a few factors.
Solo ratings are based on your Masturbation Skill (male or female):
Level 1–2: ⭐ Level 3–4: ⭐⭐ Level 5–6: ⭐⭐⭐ Level 7–8: ⭐⭐⭐⭐ Level 9–10: ⭐⭐⭐⭐⭐ Partner ratings are based on yours and your partner's enjoyment, people love the authenticity!
For male partners:
⭐⭐⭐⭐⭐ (5 Stars)
NPC Satisfaction must be 10+ AND you must have had 2+ orgasms during the scene ⭐⭐⭐⭐ (4 Stars)
NPC Satisfaction must be 8+ AND you must have had 1+ orgasm during the scene ⭐⭐⭐ (3 Stars)
NPC Satisfaction must be 5+ ⭐ / ⭐⭐ (1–2 Stars)
If Satisfaction is below 5, the rating is randomly assigned as either 1 or 2 stars.
For female partners:
Satisfaction 1–2: ⭐ Satisfaction 3–4: ⭐⭐ Satisfaction 5–6: ⭐⭐⭐ Satisfaction 7–8: ⭐⭐⭐⭐ Satisfaction 9–10: ⭐⭐⭐⭐⭐ Note: In the overhaul, your rating quality, fame, and content variety now matter more overall for long-term growth and subscriber retention.
💸 Making More Money
Subscriber requests: Take requests to earn extra cash. Promotion / Marketing: Spend money to have X-Fans promote your content and gain subscribers. Payouts: Receive a payout each day (at night) based on your subscriber count. Fame: Higher fame boosts subscriber gains and helps with partner cooperation—but also makes maintaining your audience harder. Demographics: Different content grows different subscriber pools, and your requests are weighted by who currently follows you. Audience Fatigue: Repeating the same type of content too often can cost you subscribers from demographics that dislike it. Collabs: Creator collabs can be excellent for passive subscriber growth even without upfront pay. Accessories / Synergies: Certain accessories (like the Pink Fluffy Tail Plug) can directly boost specific subscriber gains. 🪛 Compatability
There is a conflict with:
Cock Roulette: Up the Stakes - due to it overwriting the computer passage.
Should work with all other mods - any issues let me know.
Welcome to X-Fans. Go get paid.
25065 downloads
Updated