Jump to content

Select a subcategory to view available files.

Files From Subcategories

  1. [XCL] [0.25] Clone Wars

    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
     

    75810 downloads

    Updated

  2. [0.25.5] Duck's dubious tweaks to xp gain

    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
     
    I added a second version of the mod that changes things further. Now your minigame combo buff doesn't decay, and it gives a 5% boost. Enjoy :3

    2991 downloads

    Updated

  3. [XCL] [0.25] PCs as NPCs: 10 More Bar Girls!

    The New-U machine had to get it's DNA from someone, right? These individuals are walking around somewhere, so what would occur if they just happened to frequent the same bar? Heck, what would happen if you run into someone that used the New-U machine using the DNA you donated?
     
    Sex. Obviously it's sex.
     
    This mod adds 10 more bar girls to the roster, each one based on one of the player character choices you can normally make in the game. It is a mod of convenience, as it significantly increases the number of bar girls available without adding much to hard drive space, as most of the assets are in the base game already. It also adds some unique dialogue for when two individuals using the same DNA meet up with each other for the first time at The Broken Drum (and possibly other bars, if the mod for that bar supports this mod as well).
     
    A couple of things to note:
     
    The mod known as BLACKED is not required, but it would be needed if you want your black character to not suddenly turn white during sex scenes. As usual Cassidy/Autumn is not supported but the rest of the characters are. If you donate DNA to the New-U machine, you need to fully go into the "Select body" screen before your DNA is activated for use. Soon after, someone happens to use said DNA and is now cruising around town in the female form of your body. This mod is a case of quantity over quality, and one corner cut was the images available. As with the player characters, the bar girls here don't express emotions very well. Not every possible combination of events are taken into account, and as usual the bar girls never seem to figure out on their own that you are the same person when a male as when you are female (and, conveniently, neither do you). A mod that increases the number of bar girls that show up each day is highly recommended. This was tested with the mod known as "Not So Broken Drum" and it appears to work. By itself the dialogue with bar girls only triggers when there is a direct match at that specific time and only the 10 from the base game. If the Clone Wars mod is present, additional PC/bar girl combos are supported as well. However, the game always assumes for downloaded bar girls that they are the original one and you took their DNA, even when you didn't (maybe you're long lost identity twins or something?).  
    If anybody wants to take what I've done here and improve upon it, feel free to do so and render this one obsolete. As long as you make sure to make even improvements to all 10 characters equally, I won't mind.
     
    Special thanks to JiannaD for the bar background image! Also special thanks to Shadowspawn, Chloe, Chuck, and numerous other members of the X-Change Life Discord server for inspiration, coding advice, playtesting, bug reporting, and generalized nicety that led to this mod being possible!

    12393 downloads

    Updated

  4. Alice Doom Arcade [0.25.3]

    The common question is : Can it run doom? Now with this, XCL can! Doom has always been my number 1 game of all time and i still play it to this day. The community maps are just so good.   Alice Doom Arcade is now open at the mall for you to have fun.   This mod is based on a WebAssembly build of Chocolate Doom. This means pure vanilla doom. I forked it because it's VERY old and made it more lightweight and added interaction with xcl possible.   There's a chance stepsis tag along with you when going to the arcade which is the where the interaction between doom and xcl shines ^^   WARNING : YOU MUST RUN XCL WITH A WEBSERVER (Using Run in the mod loader for example)   Just launching the html file will not work because of modern browser security features.   ## Installation   For copyright reasons i cannot bundle the original doom WAD. For this reason you can load only ONE of the Data file here to either play Freedoom episode 1 or the episode 2.   WARNING : ONLY ONE DATA MOD CAN BE ENABLED. DO NOT ENABLE MORE THAN 1!!!!!   The other commercial versions (Doom, Doom II, Plutonia, TNT) pack have a placeholder file for the WAD. IF you want to use them by providing your own wad then do the following.   1. Download the data pack zip 2. Extract it. For once you are allowed to unzip a mod, what a time to be alive. 3. Replace the empty wad file by your own inside the jsdoom folder. DO NOT CHANGE THE FILENAME OR CASE!!! 4. Select jsdoom, metas and the twee file and create a new zip of those 3. DO NOT ZIP THE TOP FOLDER!!!! 5. Install that zip with the modloader   Right now it's not possible to load a custom wad alongside original doom wad. Don't try running Okuplok or Sunder xD   ## Controls    You have mouse control by default.   - WASD : Classic controls with strafing on direction by default. - Shift : sprint - E/RMB : Interact - Mouse : look around - LMB : SHOOT   ## Saves   You can save inside doom on all slots but right now only slot 0 will persist. WARNING : To persist the save you have to exit doom properly! Then save your xcl game normally.

    ## License

    My fork of wasm doom is under GNU license. Therefore my fork is available at https://gitgud.io/AliceLiddle/alice-doom-wasm

    1063 downloads

    Updated

  5. [XCL] [0.25] Any Job

    This mod allows you to easily account for being employed at jobs other than Dynapill in terms of NPC comments. If you find any instances that are missing, please let me know! I added a job list so you can figure out what job(s) the player has.

    To flag YOUR mod as any Any Job, just set a test for your employment in a tagged passage [any_job_nightset], You can follow this example:
     
    :: police any job [any_job_nightset]
    {
    (if:$police_job is "true")[(set:$any_job to "true")(set:$any_job_list to it + (a:"WPD"))]
    }
     
    Lead Developer: Dragon42/Shadowspawn
    Special Thanks to Aphrodite for creating an amazing game!
    My Friends: Sorrow, Jirkislo, and Chloe
     
     
    My subscribestar link:
    https://subscribestar.adult/shadowdragon

    Please consider supporting my work.

    17609 downloads

    Updated

  6. [XCL] Brrtz - Baby Album Mod

    This is a mod so you can keep track of the children you have with npc's. It currently has a capacity for 24 babies. But I may expand it if needed/requested.
    Versions after 2.0 have no limit on babies! Works for both Character pregnancy and NPC pregnancies.
     
    Nothing much changes in the gameplay except decisions of how to handle NPC labor scenes (these scenes also deny the first choice of what to do in the morning, but you can edit what you will do in the rest of the day). The mod changes some details about the baby data randomization, but for the character's pregnancy, it is purely aesthetic.
     
    Hope you all enjoy.
     
    Important: This mod only works properly in new saves of the game (if there are no babies and no pregnancies in your current save, it can be functional, yet a little buggy)
     
    (If the code looks a little "strange," I ask for a little patience; it's my first one. I tested the code a lot, and it should work fine with almost all mods.)
    Any bugs or misspellings, send them to the Discord channel!
     
     
     
     
    Recommended companion mods:
    Kokopely's  Servant
    Twin pregnancy mod
     
    Also integrated with:
     - Impregnation notification mod
    - Stepdad Creampie mod (recommended to play with Buddies Around mod also).

    19937 downloads

    Updated

  7. [XCL] [0.25] X-Change Battles

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

    156911 downloads

    Updated

  8. [XCL] [0.25] Nerdvana

    Land of the Nerds! This is the mod for those who want the cool Battles locations and TCG cards without having to install all the X-Change Battles card game stuff.

    Note: This mod is included with X-Change Battles.
    Important: You should either have one of the other, but not both.

    Included in this mod:
    Basic Card media
    Story and location support
    Nerdvana on the Beach
    Serendipity Basement in the mall

    If you have the Wharf installed, this will unlock the new TCG card stuff, both collecting and things like Zoltar the fortune teller.
     
     
    If you like my work, please consider supporting me.
    Subscribestar: 
    https://subscribestar.adult/shadowdragon

    16925 downloads

    Updated

  9. [XCL] [0.25] Alternate Living Spaces

    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

    6709 downloads

    Updated

  10. [XCL] [0.25] Dreddful Endings

    It adds 8 BAD endings to X-Change Life centered around the Side Effects that drain stats or identity. Eventually, it will add 8 redemption arcs for those bad endings, but right now only one is implemented, the rest just dump you back to the base game. It also adds a cat.
     
    ALL FILES REQUIRED FOR DOWNLOAD.

    There are endings added by Aphrodite in 0.21.5 that conflict with the endings present in Dreddful Endings. There is now a toggle in the options menu to switch between them.
     
    Lead Developer: Dragon42/Shadowspawn/DragonEpiphany/ME
    Developement Team:  Winrarw
    Coding Consultant: Chuck
    Special Thanks to Aphrodite for creating an amazing game!

    When paired with X-Change Battles mod and the Wharf, it adds an additional 5 Game Over scenarios.
     
    This Mod affects the bar dance and dredd job passages., as well as the Pharmacy main, Dumb Bitch Demo, Hot N Ready Demo, and Secretary Demo. It adds 8 BAD endings to X-Change Life centered around the Side Effects for the affected passages
     
    My subscribestar link:
    https://subscribestar.adult/shadowdragon

    Please consider supporting my work.

    90755 downloads

    Updated

  11. [XCL] [0.25] Old Man Dave's

    Old Man Dave's Used Book Store
     
    This mod brings 5 new books to XCL that are exclusive to this location. It also resells many KTX books randomly at a discount price.

    Dave's Challenges:
    Own a Chess set? Challenge Dave to a game of Chess!
    Are you a Battler? Challenge Dave to an X-Change Battles match!
    Are you into Mazes? Try Dave's Maze challenge!

    If you win, you might even get a Cookie...

    Required mods:
    The Wharf
    Library
    Read a Book!
    Clone Wars
    Bar Girl - Cookie

    Recommended Mods:
    X-Change Battles

    This mod is dedicated to my best friend, Cookie. Thank you for all the love and support!
    Special thanks to Aphrodite and her team for making this amazing game.
    As always, thanks to: Sorrow, Jirkislo, and Chloe
    ------------------------------------------------
    My subscribestar, if you wish to support me:
    https://subscribestar.adult/shadowdragon

    9037 downloads

    Updated

  12. [XCL] [0.25] Stripper Job

    This Mod AUGMENTS the game play of the Stripper Job, enhancing what got pulled into base game.
     
    Stripper skill that gives bonuses to the stripper base pay and transaction sex pay as well as sugar daddy payouts
    Allows you to improve your Fuck Buddies personality and wealth.
    Adds an Announcement to the Announcement board about the strip club, Silver Bullet. Unlocks the ability to get hired there.
    Unlock the ultra rare sugar daddy Happily Ever After and Game Over
    Modifies shame mechanics when you are a stripper and its a money transaction
     
    THE FOLLOWING IS NOW BASE GAME
     
    Adds the ability to work as a Stripper at the bar once you have danced for Dredd once. You can work it even if female.
    Adds a stripper base pay to dancing
    Adds a Stripper skill that gives bonuses to the stripper base pay.
    MAX Stripper Skill level is 75!
    As your skill rises, you can raise the wealth of your hookups even further to improve your payout.
     
    Does NOT check for protective serum.
     
    My subscribestar link:
    https://subscribestar.adult/shadowdragon

    Please consider supporting my work.

    86443 downloads

    Updated

  13. [XCL] [0.25] Cemetary Gate

    Adds a Cemetery to XCL. If you hit Game Overs, it creates a tombstone in the graveyard to commemorate your character. Purchase bigger and better plots and markers for status. Triggers exist in:
     Base Game
     All Dreddful Endings
     All Wharf Endings
     
    Developers: Shadowspawn/Dragon42
    Inspiration: Dizzy's trauma
    Thank you for XCL: Aphrodite and everyone who helps her
     
    Requires Wharf
     
    My subscribestar link: 
    https://subscribestar.adult/shadowdragon

    Please consider supporting my work.

    46179 downloads

    Updated

  14. [XCL] [0.25] Summer Park

    Just a bunch of fanciful trails you can stroll with amazing views. You might be able to find the second password here, if you already have the first.
     
    REQUIRES WHARF
     
    My subscribestar link:
    https://subscribestar.adult/shadowdragon

    Please consider supporting my work.

    76508 downloads

    Updated

  15. [XCL] [0.25] Corinthian Hotel at the Wharf

    The Corinthian Hotel
    Strange things go on here... or is it just a normal Wharf Hotel?

    Features:
    Bedroom to shag in
    Swimming Pool
    Fitness Room
    Creepy Basement

    There are $passage_tags that can be used to make this more than just a hotel. It does provide entry access to the Corinthian jobs if employed and the option to interview (day only) if not employed.

    ($passage_tags:"corinthian_desk_options")
    ($passage_tags:"corinthian_pool_options")
    ($passage_tags:"corinthian_gym_options")
    ($passage_tags:"corinthian_room_options")
    ($passage_tags:"corinthian_basement_options")
     
    Lead Developers: Dragon42/Shadowspawn
    Developement team: XCL's Discord, thanks to everyone who has helped.
    Special Thanks to Portinari for creating The Corinthian!
    Special Thanks to Aphrodite for creating an amazing game!
    My Friends: Sorrow, Jirkislo, Chloe, and Cookie
     
    My subscribestar link:
    https://subscribestar.adult/shadowdragon

    Please consider supporting my work.

    18155 downloads

    Updated

  16. [XCL] [0.25] LaLa's Vintage Clothing

    Adds a new clothing store to Wharf. This has all the standard Bonwit features plus unbrellas, which are useful at the Wharf on rainy days.
     
    REQUIRES WHARF
     
    My subscribestar link:
    https://subscribestar.adult/shadowdragon

    Please consider supporting my work.

    49215 downloads

    Updated

  17. [XCL] [0.25.2] BLACKED

    This mod adds Black male NPCs to X-Change Life, giving Summer City’s beautiful women exactly what they need.  
    Female MCs can now get hit on by them, sleep with them, and even make them fuckbuddies.
    It does not replace existing random guys—it adds to the pool and makes the game hotter.
     
     
    ⚙️ Frequency Settings
    You can customize how often Black men appear via the mod options:
    Less – 1 in 3 chance   Normal – 1 in 2 chance   More – 2 in 3 chance   Always – Every guy is Black    
     
    🔥 What’s Included
    This mod is packed with BBC-centric content:
    27 new achievements   6 BLACKED outfits per girl   3 BBC porn disks at Serendipity   2 compulsions   7 curiosity quests   3 side effects   4 repeatable dreams   New storyline involving Kendra + experimental SWP pill   Special one-time dream after Kendra’s quest   225 new Black male NPCs   Minigame logic enforces BBC in certain scenes   Bar girls who “prefer Black men” now actually do   Sex with Black men unlocks only BLACKED positions    
     
    🗝️ How to Unlock Kendra's Questline
    To start the BLACKED storyline with Kendra:
    Attend Dredd’s party (Serum Scene foursome) 3+ times  
        You must get cummed on while stripping Speak with Victor Maddox (Bruce/SWP storyline from v0.21.5)  
       To do this, you must:     → Reach Sales Level 3+  
        → Make Bruce angry:
            • Win a Blackjack pill bet (he turns into Bree)  
            • OR: Bet your masculinity, lose, take the Resistance deal, then break it
    Wait 4 in-game days  
    Visit The Broken Drum — Kendra will stop you outside and the story begins
    *You do NOT need to go through with the Corpo Revenge party. Just start the Victor storyline.*
     
     
    🎭 Supported Characters
    This mod supports 9 of the 10 base girls.  
    Cassidy is not supported. (See below for details.)
     
     
     
    ⚠️ Why Cassidy Isn't Included
    Cassidy originally used images from Cassidy Banks, but now uses Autumn Falls, who does not perform interracial scenes.  
    I may release Cassidy Banks as a standalone PC in the future.
     
     
    📥 Installation
    Download BLACKED-Core.xcl from this page   Download BLACKED-Media.xcl from Pixeldrain or GoFile DO NOT UNZIP the .xcl files   Load them with the in-game mod loader  
     
    🧩 Compatibility
    This mod modifies the generate random guy passage—but it doesn’t overwrite it.  
    If another mod does overwrite it, load BLACKED after that mod.
    I’ll keep this updated as needed, but let me know if you run into errors.
    Known conflict: Bar Drug  
    A patch is available—only needed if you're using Bar Drug.
     
     
    ❓ Why I Made This
    On my first XCL playthrough, I kept hoping for a Black guy to hit on my MC at the bar.  
    It never happened.
    I loved the Dredd content and knew there was a huge opportunity to bring more of that to the game.  
    Nobody else was tackling it, so I did.
     
     
    🤝 Collaboration & Source Code
    If you're a modder and want to add BLACKED support to your PC, I’ve provided a template!  
    Includes:
    Passage instructions   File structure   Helpful notes   View the source code on the GitGud project
     
     
    💬 Bugs & Feedback
    Post in the BLACKED thread on the official XCL Discord.  
    I’m always open to feedback, ideas, and reports.
     
     
    💖 Special Thanks
    Massive shoutout to the XCL community for all the love, support, bug testing, and late-night conversations.
    Special thanks to:  
    Sorrow, Chuck, Katalin, Apologetic, stochastic, togashikokujin, Rogue Rouge, Shadowspawn, datdude69, Usagi666, Jirkislo, Blue_Sparkle, Zihara, TheFifthXephon, weeman, Jacqui, lentil, Estrea, Jessica, Vachnic...  
    … and honestly, everyone in my thread who helped shape this.
    And of course, to Aphrodite, our divine dev, for crafting a game this delicious to mod.
     
     
     💋 Want to Support me?
    I'm honestly just thrilled you're playing my mod and enjoying it, that means the world to me. I’ve been pouring my time, energy, and heart into building this, and it’s been amazing seeing people resonate with it.
    A few folks have asked how they can support me directly. If you're one of those wonderful people who wants to help me keep making this kind of content (and maybe buy me a few energy drinks in the process), I now have a SubscriberStar page!
    There's zero pressure to sub, but even small support goes a long way toward helping me keep things up. 
     
     
    📢 Legal Disclaimer
    I (Chloe) am not affiliated with BLACKED or Vixen Media Group. All copyrighted content remains property of its respective owners.
     
    Release Notes:
    See entire changelog here.
    ----------------------------------------------------------
    Roadmap
     
    *Roadmap subject to change at any time

    404362 downloads

    Updated

  18. [XCL] [0.25] Bar Girl - Eliza Ibarra

    Latina Eliza Ibarra has arrived in Summer City!!!
     
    I have uploaded many different sex scenes for some positions which you will get to know when you use her
     
    Special Thanks to Chloe, BeingCrzy, Shadwospawn and JiannaD for the modding tools and ideas.

    2396 downloads

    Submitted

  19. [XCL] [0.25] Location to Change Character's Name, Appearance, and DNA - The Department of Identity & Naturality Change

    Summer City - a place where anyone can be anyone they want! To bring this dream into reality, a new form of tardigrade-based gene manipulation has been released to the public. These new "yellow pills" will permanently alter your DNA, changing who you are on a fundamental level. Of course, with such a radical change to your identity there'll be a lot of paperwork involved...
     
    This mod adds a new location to Paradise Mall: a branch office of the (made up) Department of Identity & Naturality Change. The primary purpose is to provide an in-game way for you to change your character's "real id" to one of the other character types in the game. Great for those that change their mind as to which character to play as halfway through the game. Appears to work with most new character mods. Also included is the ability to change the character's name(s). While there are workarounds in the game to accomplish this, the mod adds a readily available in-universe explanation for why your character suddenly changed to a new guy.
     
    Also included are services that alter your DNA to change your sex as well! Keep in mind that the game isn't exactly designed by default to account for a truly female character without being on a pill. This part of the mod was expressively designed with other mods in mind that expand female character potential. With the current base game it mostly works but there are some issues (such as with the New-U machine). Highly recommended to use the Blue Pills! mod if you want to take full advantage of this feature; it is not necessary to use this mod with "Blue Pills!" or vice-versa, bit it does open up some additional options.
     
    Also included is a mysterious vending machine that lets you add some side-effects (such as bimbo and compliant) in case your new permanent form needs some spice.
     
    The mod appears to be in working order, but if anyone finds any major issues let me know. Also note that this mod is explicitly designed to contradict the lore of the game. It represents a "what-if" scenario where new, highly regulated technology is introduced.

    28723 downloads

    Updated

  20. The Corinthian

    Corinthian is a new location for XCL. This is basically two very different jobs in one both at the Corinthian hotel. You start as an ordinary hotel worker but there are promotions available. Including a whole new way of employing Bar Girls. There is a mod option to unlock both jobs from the start but for the first playthrough it is recommended to play through normally.
     
     
    FAQ:
     
    Why are there two files?
    The Corinthian file is all you need to play. However the Additional Events file (Corinthian AE) adds a lot of variety and new events/missions. They are split in two so that an update of the basegame does not require everyone to download all those media files again.
     
    Are there any known conflicts with other mods?
    No. 
     
    Will other mods work well with this mod?
    Yes. especially Bar girls will work will and add a lot of variety to especially the night job at the Corinthian. "Any job" mod is also supported.
     
    Can I play this in my old save?
    Yes. Although you might have to wait a day until the locations appear. Corinthian is 99% new stuff so shouldn't interfere with any other thing.
     
    Do I need any other mods to play this?
    No, it is entirely self-contained.
     
    How do I start this mod?
    It should start on its own. You can select the Corinthian during the daily planning with the 🏨 (hotel) icon. If you load a save or use the option to unlock night right away you might have to wait a day until you see the option to go to the Corinthian.
     
    Why do I get an error when adding this mod to the modloader?
    You need to update your modloader to the latest version and then re-add the mod into the modloader.
     
     
    Features:
    2 new jobs A new way to use bargirls Lots of new sex scenes 80's soundtrack More stuff do to do in the morning and evening  
     
    Assistants:
    Choosing assistants customizes your experience at night somewhat. They adjust both kinks and difficulty. Bear in mind that not everything is completed yet.
     
    For modders:
     
    https://gitgud.io/Portinari/the-corinthian
     
    There are passage tags in the code that can be listened to but the other main way I expect modding to come here is to add more missions and events.
     
    How to write a mission for Corinthian nights:
    Make a new twee file.
    Needs to contain 5 passages:
    cor title X
    cor description X
    cor short description X
    cor resolution X
    corinthian add missions [around]
     
    X is the id you define in "corinthian add missions" where you have to make a dm containing all the various variables that the mod need.

    The 3 first are relatively simple as they simply contain text that the mod will show at various points. Please keep title and short description relatively short.

    Resolution should start with (display: "cor calculate mission success") and end with (display:"cor night mission reward"). This is were the result of the job is presented and you can check $currentmissionstate for the result of the job. 
     
    Example of the setup datamap method
    :: corinthian add missions [around] {     (display:_around)     (set: _task to         (dm: "id", "stripper",         "type", "mission",         "success", 50,         "fail", 40,         "critfail", 5,         "critsuccess", 5,         "positivetags", (a: "exhibitionist", "seductive","graceful"),         "negativetags", (a: "bitch", "religious"),         "skills", (a: "dance"),         "participants", 1,         "length", 1,         "occurrence", 50,         "payout", 50)     )     (set: $cortasks to it + (a: _task)) }  
     
    How to add an event for Corinthian
    Make a passage with one or both of the relevant tags: maid_event_fail and maid_event_success
    Write the event in that passage.
    End the event with a call to (cs:"job framework end")
    Example:
    :: uneventful maid event [maid_event_fail maid_event_success] {     (display:"describe boring day")     (nl:2)     <div class='options'>         (link:"End work")[             (set:$next to "job framework end")             (display:"change screen")         ]     </div> }  

    37790 downloads

    Updated

  21. DatDude's Goblin Guy [XCL 0.25.6]

    The new X-Tend pill requires the player to find seek out guys with massive dicks, in order to increase the player's phallic expansion. This mod adds a helpful guy at Paradise Mall who will track the player down once you've bought an X-Tend! 
     
    To meet this helpful, but kinda disgusting gentleman, you must meet the following criteria at Paradise Mall:
    - Have purchased an X-Tend pill that day
    - Have already seen a random girl walking around the mall for the day (only happens once per day)
    - Be male
     
    The first time you run into him, he will find you. From that point onward, you'll occasionally have the option to seek him out at the mall when you have an X-Tend in your inventory and are male.
     
    If you choose to make a deal with your new creepy friend, you'll find that he is a perfect assistant to your X-Tend needs -- as long as you can avoid getting pregnant.
    Nanobot Birth Control are *strongly* recommended, as he is a *Breeder* NPC (like Bruce). 
     
    There are some nasty surprises he offers, so be careful! As an X-Change Bull user, he's like something straight out of The Goblin's Pet...
     
    Please direct all feedback, bug reports, suggestions, or degeneracy to the official X-Change Life discord server's modding channels, which includes a thread for this mod's discussion. I do not, and will not check the thread here on Loverslab.
     
    Future plans:
    - More images for the new NPC; over time, as the player gets more addicted to his sexual prowess, he will grow more and more attractive in the player's eyes
    - Relationship path, as the player grows more addicted to him and cutting him off as a fuckbuddy grows more difficult
    - Unique bad endings if you get impregnated by his superpowered Bull-pill semen
    - The Goblin's Pet inspired outfits

    Please direct your feedback and bug reports to the relevant mod threads on the official X-Change Life Discord server, as I will not be monitoring threads here on LoversLab. Thanks!
     
    Want to Support me?
    Thanks to all who have enjoyed my modding efforts. This work isn't easy, but it is fun and invigorating. If you want to support my efforts and help me continue making new gameplay mechanics and systems for X-Change Life, consider joining my SubscribeStar page.
    There is no pressure to sub -- I have no plans to create exclusive content for subscribers. The main benefit will be getting a more up-to-date and detailed look at my upcoming modding efforts. Thanks!

    16095 downloads

    Updated

  22. [XCL] [0.25] DayDisplay

    A trivial mod, which just adds the time of day to the top-right and the day's planned activities to the tooltip. 
     
    (Written with help from Gemini.)
     

    727 downloads

    Updated

  23. [XCL] [0.25] Time Piece

    Time Piece is an XCL mod that adds a new watch with a time-dilation effect.

    🗺️ Where to Obtain
    You can buy it from Wrist Craft located in Paradise Mall for $11,700.
    For those of you that don't have the funds readily available; try to purchase it anyway while you're female.
    ⏩ What It Does
    While you wear Time Piece, supported timed task durations are reduced. This means that you will have more time to get things done!
     
    Supported timed tasks include:
    Home morning activities that use the morning timer. DynaPill salesman actions that advance the normal work clock. SECRET-ary workday actions. The SECRET-ary minigame.  
    After the watch has been worn for enough days, it can trigger a dream sequence that activates a unique compulsion, X-tra Service.
     
    Once active, X-tra Service rewards you for spending at least twice the minimum required time on certain service quick-time events. Only one counted satisfaction can be recorded per day.
    🔼 Enhancement
    The Time Piece’s time-dilation benefit progresses in stages:
    Base effect: Supported timed tasks take 10% less time while equipped.
    After wearing it for awhile: Satisfy someone for double time in a quick-time event, and supported timed tasks take 15% less time while equipped.
    After repeated X-tra Service satisfactions: Supported timed tasks take 20% less time while equipped.
     
    If X-tra Service is active but not maintained, the benefit can fall back to the base 10% effect. If X-tra Service becomes a full addiction and is left unsatisfied for too long, affected timed tasks can take 20% longer until you satisfy it again.
     
    Spending 14 consecutive days without the Time Piece equipped clears the compulsion.
    💿 Installation
    Download Time Piece [version].xcl from this page.
    Do not extract the files.
    Load them with the mod loader utility.
    🤝 Compatibility
    Time Piece may conflict with other mods that:
    Replace or alter the Gift Shop (Wrist Craft) watch menu.
    Add watches through the same watch-menu passages.
    Replace shared home or work time-passing behavior.
    Replace SECRET-ary time-passing or quick-time check passages.
     
    The mod was developed and tested for XCL 0.25.
    ⚠️ Disclaimer
    I do not own any media included in the mod. All copywritten content is the property of its owner(s).

    1981 downloads

    Updated

  24. Dangers!

    Feel like X-Change Life is not dangerous enough? Like to live on the edge? Need some more excitement in your X-Change Life?

    These little mods aim to fix that.

    "Alexia Danger" adds a new booby trap to the shower at the house... You really should not touch other peoples stuff. (Working) 

     

     
    "Hailey Danger" Hailey is lonely and overworked... She wants a new friend and some help around the office! 


    "Bar Girl Danger"


    "Femme Fatale Danger"
     

    "Maid Danger" (A new complete scenario, not yet finished.)

    Note: This is my first time making mods, (Please be gentle) let me know how I can fix/make them better via the chat or Reddit! https://www.reddit.com/user/Icy_Vehicle3948/

    All mods integrate and use certain items from Pegged and Get Caged! Thanks ithrob and datdude69 for your amazing work!
     
     


    "Disclaimer: All media used in this post is for entertainment purposes under fair use guidelines. I do not own the rights to the media, and there is no intent to profit from its use. All rights belong to their respective owners."
     

    10212 downloads

    Updated

  25. [XCL] [0.25] Bar Girl - Kendra Lust

    Iconic MILF star - Kendra Lust - is ready to hit the bars in Summer City!
    Like my other girls, she is voiced so you can hear her seductive, MILFy voice.
     
    Drop down to the bars and meet her!
     
    MULTIPLES SCENES/ CLIPS FOR ALL POSITIONS
    Keeps your encounters and fuck sessions fun and varied!  
    2 VARIANTS IN ONE MOD
    Ever sick of seeing the bar girls in the same attire over and over? Kendra actually dresses nicely and you'll see her in different outfits (which affect the media and scenes with her for the night) This is part of the variant system, and will continue to expand on it more going forward. There are currently 2 variants - all included within the mod. nothing extra to download!  

     
    📦 How to Install
    Download the "Bar Girl - Kendra Lust.xcl" file.
    Drop the file(s) into your XCL folder — do not extract!
    Run the mod loader and hit “Add mods”
    Press “Load mods”, wait for it to finish, then launch the game through your modded folder.
     🧡 Credits/ Special Thanks
    XCL Discord Community - for your continuous support and love! Your feedback, input and support really helped fuel the motivation to bring her to life. 
    💬 Bugs & Feedback
    Post in the Ivy's Bar Girls thread on the official XCL Discord.
    I’m always open to feedback, ideas, and reports.
    🔞 Disclaimer
    All content in this mod is free, non-commercial, and for entertainment only. All media assets are sourced from public sites or original content. No profit is made from this mod.
     
    Enjoy! 🤭
     

    30052 downloads

    Updated

×
×
  • Create New...