Jump to content

Other / Unsorted

92 files

  1. [XCL] Birth Control Pills [0.18a]

    X-Change Basic no longer automatically prevents pregnancy, but the pharmacy now sells birth control.
     
    The birth control pill (also called "the Pill") is a daily pill that prevents pregnancy. The pill is safe, affordable, and effective* if taken correctly**. It works with all pill types*** and transformations, not just Basic.
     
    The pill changes the cervical mucus to make it difficult for the sperm to pass through the cervix and find an egg, and by changing the lining of the womb to prevent fertilized eggs from being implanted. It is compatible with X-Change, unlike traditional hormonal contraceptives which modify the menstrual cycle to prevent ovulation.
     
    * 99.6% effective in clinical trials
    ** The pill is most effective when reliably taken every day
    *** The pill does partially counteract the fertility boosting effects of X-Change Breeder pills, but its exact efficacy is unknown. No clinical trial data is available because all participants using X-Change Breeder dropped out before the trial period was complete

    2859 downloads

    Updated

  2. [XCL] Breed Me! [0.18a]

    If you're on a breeder pill, you keep it after pregnancy, as opposed to going onto a Plus pill.
     
     
    Stats for nerds:
    Changes :: pregnancy report to implement an (unless:$pill_taken is "Breeder") before setting the pill to Plus, essentially only changing the $pill_timer to -1 not the type, too

    2821 downloads

    Updated

  3. Bar Girls X-Change Life Mod

    NO LONGER SUPPORTED
    Due to Aphrodite starting to rework the base games bar girls code, I've decided to stop all development of this mod. Trying to continue support for it will become more and more complicated since this mod straight up replaces most of the bar girl code in the base game.
     
    -----------------------------------------------------------------------
     
    This will overhaul the bar girl flirting scenes so that there are two additional flirt minigames, the girls now have a defined difficulty for how hard they are to pick up, as well as visible tipsy, interest and arousal meters. You'll need to make sure they're interested in you before you can make any progress with getting them turned on. If you buy them too many drinks, they'll also pass out now. The conversation is also not completely one sided, so there's a chance they'll try chatting to you after an action.
     
    Full Feature list
    v1 Features:
    - Bar girls now have a difficulty rating which influences the difficulty of the flirt mini games
    - The hidden boredom stat is now a visible interest meter, which is raised by chatting and buying them drinks
    - A new arousal meter has been added, which is raised by flirting but the increase is proportional to how interested they are in you. It starts at 0 unless the initial interest overflows, but can't go over half the maximum
    - There are now 2 additional flirt options on top of the two pickup line options. The girls traits affect which they like and do not like, which changes how successful you are on a win and how heavily you're punished on a failure
    - Whether the girl wants to fuck or not is now based on arousal as well as your stats. A no reduces interest but the question is no longer a one off
    - Whether the girl wants to give you her number is based off her interest in you and your stats. A no reduces interest but the question is no longer a one off
    - Bar girls agreeing to fuck no longer gives you their number
    - Haley now tells you she doesn't date black guys when you try flirting with her in the same way that Kendra tells you she only dates black guys
    - All the girls now have a fitness stat between 2 and 5, this directly influences how many drinks they can have before they black out, which ends the encounter. This is tracked by the tipsy meter. Buying girls drinks however now reduces their difficulty rating by 2, which then updates the maximums for the interest and arousal meters
    - All changes to tipsy, interest and arousal now have stat change messages to show what's gone up and down
    - The girls now have a 25-75% chance to trigger the chat option themselves based on how interested they are in you. This doesn't trigger the no chat twice in a row limiter and can be ignored for a potential interest loss based on traits and reduced by how tipsy they are
    - The girls now have a chance to request flirt options they like, 25% chance as long as you're not the wrong race, have over 75% interest, their arousal isn't max and their traits allow for a flirt preference. This can also be ignored for a potential interest loss based on traits and reduced by how tipsy they are
    - When the girls gain interest, if their interest meter maxes out or is already full, the overflow is halved and added to the arousal meter
    - When the girls lose arousal, if their arousal meter empties or is already empty, the overflow is halved and removed from their interest meter
     
    To apply the mod to your local copy of X-Change Life please use the X-Change Life Mod Loader
     
    Future Plans:
    - Add an info tracker similar to the one at work, information retention will be based on intelligence
    - Rework of the going home with the bar girls sex scene so it functions more like the inviting a guy over sex scene
    - Add additional bar girls in the form of the other player character models
    - Allow the option to receive a blowjob or fuck the bar girls at the bar similar to when you're on a pink pill

    5188 downloads

    Updated

  4. [XCL] Job Framework [0.18a]

    This is basically just a basic framework for creating a custom job. Included in this is the example Maid Framework which is a working example, although so far it's very barebone as to work as an example. It can of course be expanded if people want. While the maid framework is usable by anyone this is really only meant for modders so far. The maid job is extremely barebone but has a few example events.
     
    How to use this framework and what it does:
    To be technical calling it a framework is a bit of a misnomer. But it works in much the same way. With this you can setup a job that handles a lot of the technical stuff involved in creating a job with relative and instead focus on creating scenes/events for the workdays. All this is made only with passages so it will not conflict with any other mods.
     
    To get started:
     
    Most of the setup you need to get started are in the "job framework initialize". Simply change the settings to what you need for your chosen job. You will also need to change "daily check for hired" with the needed changes. To create a better interview process you will have to change the "job framework interview" to create a scene to your liking.
     
    At the start of a regular workday the framework assumes you have some sort of skill test/minigame that checks your job skill. After this check it then calls a random event from the event pool depending on whether the test failed or passed. The event pool is simply any passage tagged with [job_event_fail] or [job_event_success]. If you want an event to be run in both cases you'd need to use [job_event_fail job_event_success]
    One of these events will randomly be chosen to run each workday. Finish these events with a call to "job framework end" and the game will handle all the details like pay and continuing the day normally.

    1789 downloads

    Updated

  5. [XCL] Drug Framework [for 0.18a]

    DISCONTINUED - See Flip's updated Drug Framework 2!
     
    Flip has mercifully offered to take over this project, bringing considerably more coding know-how to making the drug framework an actual framework for adding drugs to the game. Please check out the new version for greater functionality.
     
     
    ORIGINAL POST BELOW:
     
    Attempts to add mechanics for non-transformable drugs in XCL.
     
    Author: usagitriplesix
     
    Drug Framework
    This mod is a really quick-and-dirty attempt to create the ability to have drugs in X-Change Life. Two samples are included, which can be purchased through the X-Change Pharmacy at the mall:
    Caliente - Increases your arousal each time block while it's active. Futility - Eliminates action points, and debuffs intellect and fitness while it's active  
    Why you would want to use these on yourself is anyone's guess, but the ability is there. There is also a passage that can be used by mods to allow for their use during drink-spike passages.
     
    It Needs Work
    This mod is probably a bit beyond my skill level, so I welcome other code gurus to fix it or implement far better solutions. Consider this a proof-of-concept to demonstrate the possibilities provided by drugs that don't necessarily involve gender swapping.
     
    What's Broken
    Extra space all over the place...well, at least above the player portrait. Not sure what causes that. Pill expiration messages don't display. I couldn't come up with a way to show messages that wouldn't involve overwriting a core game passage.

    6372 downloads

    Updated

  6. [XCL][.18a] Decrease skills + Increase skills bugfix

    This mod allows you to decrease your skills instead of just increase them in the cheat menu.

    As for the bugfix without this mod increasing your skills sets your xp to the exact amount needed to reach the next level. So if you increase a skill to level 5 you will immediately reach level 6 in that skill upon gaining any xp. With the mod it sets your xp to what it would be if you just reached level 5.

    Why did I make this? I like using RNG a lot of the time instead of the minigames but if I play the same save for too long my skills get so high that failure becomes very unlikely.

    All the levels seem to be working fine but let me know if any of the xp is off. It should be fine but it's possible I made a typo or failed a copy and paste somewhere. I didn't test the xp of every single skill.

    To access the cheat menu at the start of the day go to Menu > Game settings > click the green tablet

    This mod only edits the bellow passage. I don't believe any other mods currently use this passage so it should be compatible with all mods.
    :: cheat increase skills
     

    1281 downloads

    Updated

  7. [Mod] Continue Pill

    This mods includes a new pill in the pharmacy. The Continue pill, which is a 24h pill that can be extended by reaching orgasms!

    I wanted to dip my toe in modding this game and tried starting with something simple. The idea was to implement the resistance pill from the cards, but apparently my interpretation aligned more with the Continue pill from the lore. So here it is for anybody to use: the Continue pill! It's available in the pharmacy in the mall for $200
    It's base duration is approximately 24h, but it can be slightly longer Every time you orgasm it's duration is extended by another 24-36 hours. If you spend to much time on a single Continue pill you start to run the risk of the transformation getting permanent You can also get pregnant while on Continue, so be careful! I hope people like it!

    1691 downloads

    Updated

  8. [XCL] Little Blonde in the Big City (Multiple Characters mod version) [0.18a]

    This is a version of the mod here (1.2.2) that has been updated to work with the multiple character mod (1.2) which is required for this to work. While I was updating it to the multiple characters format I also took the liberty of doing a little bit of editing to correct some misspellings and make some minor improvements to descriptions/dialogs. I also noticed what looked to be problems with the code in relation to playing some videos/sounds which I fixed. I might do some further tweaking/improving in the future too.
     
    This should work with version 0.18a of X-Change Life. I did some play testing and didn't encounter any obvious issues but errors could be possible. I'll try to fix issues if they pop up.

    7082 downloads

    Submitted

  9. Sellable Action Points for [XCL] .18

    Allows you to sell your maximum action points at Mutatio for a large amount of essence ...but is it really worth it?
     
    Directly edits ':: Potion Shop sell stats options' so it will conflict with any other mods that do the same.

    1016 downloads

    Submitted

  10. Ignore Your Chores! [Discontinued] [0.18a]

    Tired of the Live In Maid side effect ruining your morning plans? Now, if you focus hard enough you can do whatever you like! The dirtier the house, the more action points will be required to avoid your responsibilities. Compatible with version 0.17b. Compatible with any mods that don't touch the activities passage.
     
    This allows the scenes where Stepdad drugs you and turns you into his maid to still be available, even if you received the side effect from a sales demo already.
     
    Passages edited:
    :: activities

    3535 downloads

    Updated

  11. [XCL] girll11 rework

    This is the updated and reworked gill11 mod.  It required the multiple characters mod for the base code.  A copy of the girl11 mod, appropriately customized, is needed for each girl to be added to the game beyond the original 10.
     
    For this to work, each person making a mod for an additional character will need to rename the file and the references to girl11 to something appropriate for their own mod.
     
    This is a mod for X-Change Life

    6885 downloads

    Updated

  12. [XCL]Bar private room

    Allows female characters (useless for males) to rent a private room in the bar for $200 for the night, so they won't get interrupted.
     
     

    3816 downloads

    Updated

  13. [XCL] Ella Outfit Update

    Just a small mod that adds 7 slutty outfits to the Ella Character

    3076 downloads

    Submitted

  14. [XCL] [OBSOLETE ]Old School Masturbation

    This has been added to the core game.

    Allow male characters to masturbate without having to watch porn, if the character's arousal is 5 or more.

    1198 downloads

    Updated

  15. NewU Changes mod.

    HELLO!
    First time submitting a mod and it's a *very* simple one that makes a few tweaks to the New U Machine.

    New U machine "spin the wheel" will now *always* change your race. It's a new you!
    New U machine "spin the wheel" will now *always* change your name*1. It's a new you!
    New U machine "spin the wheel" duration has been changed from a 1day-1week chance heavily in favor of 1 day, to a 3 day - 2 week chance, with a bias towards 1-2 weeks.
     
    Future Plans:
    next release: change the status effects, either adding more, or making them more, well, varied, for spin the wheel.
    Possibly next release: taking away player agency with a side effect. Not certain on this one.
     
    3rd release: the new-u machine, but in pill form. May make "spin the wheel" versions and more targeted versions.
     
    Other ideas to explore:
    a new character resulting from said new-u pill.
     
     
    *1 Technically speaking, you could have already selected a name that is within the sample of names that's used for randomization. But it would be a random chance.

    1808 downloads

    Updated

  16. Paradise Mall Potion Shop [0.17b] [DISCONTINUED]

    Adds an unusual new potion shop to the Paradise Mall!
     
    Current amenities include a method for you to sell your stats in exchange for money in a pinch. Careful though -- buying them back never nets you as much as you've lost!
     
    However, the "Essence" you've traded in can be useful to alleviate frustrating side effects such as the Live In Maid, Brainless Bimbo, or People Pleaser side effects.
     
    Any pill can be extended for 24 hours, if you have the essence but not the money!
     
    Trapped on a pill you don't like? Any pill can have its duration shortened by paying in essence! This should include pills added through mods; as long as it uses a generic pill timer, it can have its timeline accelerated.
     
    Trapped as female, permanently? No fear! If you can save up enough essence, you can undo a permanent female transformation. This treatment isn't cheap, but with enough time and patience you can afford it.
     
    Try going to the shop as both male and female versions of yourself; prices and rewards can vary wildly in their values.
     
    Future plans include an introduction sequence, lactation minigames for essence, permanent upgrades available, broader options for rewards, support for removal of mod side effects, more images, and sex scenes of dubious consent featuring the mysterious domme shopkeeper.
     
    Many thanks to Aphrodite herself for helping out with the image generation for the mod!
     
    DISCONTINUED due to being included in the base game now!

    4339 downloads

    Updated

  17. Curiosity Quests

    NO LONGER SUPPORTED
    As of 0.18a, Curiosity Quests have been implemented into the base X-Change Life gameplay. This mod will no longer be supported as a result.
     
    This mod adds Curiosity Quests to the game.
    Compatible with 0.17b.
     
    Each time you take a pill, you will be given a curiosity. Satisfy that curiosity and you will be rewarded with bonuses at the start of the next day.
     
    Quests you receive are based on your Reluctance, lower Reluctance leads to more difficult but more rewarding quests.

    11719 downloads

    Updated

  18. [XCL] Quickening

    This is just a simple mod which changes how pregnancy progresses.  It will progress at the rate of 1 week every 3 days.
     
    Removed the body pillow version as that mod has been updated to utilize a passage tag.
     
    Should be compatible with all character mods now.  It should also work with existing saves.
     
    1.0.5 - Compatible with XCL Version: 0.17b and its hotfixes.
    1.0.6 - Compatible with XCL Version: 0.18a
     

    14921 downloads

    Updated

  19. 0.18 Office Enhancements Feature Preview [XCL] [DISCONTINUED]

    Discontinued now that 0.18a is in playtesting; any new office features will be available when the new update drops! (Soon!)

    10335 downloads

    Updated

  20. Dynapill Quicksales Revamped [0.17] [XCL] [DISCONTINUED]

    The Quick Sale function at your workplace weirdly doesn't take into account any attributes from the prospective client, nor from the pill you're trying to force onto them. With this mod, the statistics of your chosen pill will be compared against the company you're selling to and some small modifiers can be applied. While doing a sale the old fashioned way with a more personal touch is likely to have much better chances, especially with difficult clients, if you just want to make sales quickly, the quicksale function should be a lot less of a cheat code.



     



    Note that, since you're sticking to a fixed script, your chances to use charm are much fewer. Additionally, companies are likely to find incompatibilities with your products to be deal breakers, instead of minor issues. Trying to sell a highly ethical company a Dumb Bitch pill is likely to ruin your sale from the start, since you can't think on your feet.



     



    Passages edited:



    :: work initiate quick sale


    Discontinued for future versions as the mod is now included in the base game.

    3172 downloads

    Updated

  21. [XCL] Mean Leads [for v0.17b/v0.018a]

    The lower your sales ranking, the uglier the leads you're given. Don't expect to sell safe, profitable InstaGirl pills as a Rookie Salesman.
     
    Author: usagitriplesix
     
    Important Disclaimer: I have no idea what I'm doing, and have just been making random edits to game code, then doing quick tests to see if I spot any errors. My mods have not been checked by skilled coders for major problems which may cause issues for your game, so keep that in mind before starting a game with this, or any of my mods installed.
     
    Mean Leads
    Welcome to the DynaPill family! As a new employee, this mod puts you where you belong: at the bottom of the pecking order.   DynaPill has to move a lot of pills, and not all of them involve huge profit margins or pleasant clients. But why should the senior sales team need to bother with those sales when they have the rookies to dump them on?   Features: A new lead type This mod  introduces a new type of lead—the Mean Lead—that uses a modified version of lead generation and sales code. Mean Leads typically involve low-revenue companies with poor ethical standards; the kind that typically won’t want to splurge on InstaGirl pills.    Sell them what they want for your best chance, or risk it and put your sales skills to the test by trying to up-sell them one of the more expensive pills. (...and, sometimes, there’s nothing DynaPill offers that will suit them, and these “prospective clients” are just a waste of your time.)   About 80% of all leads a Rookie Salesman gets will be “mean leads,” with the percentage lowering each time you’re promoted. By the time you reach Senior Sales, you won’t need to bother with them at all.   Likely future content More lead variety (employee titles, business types and subtypes)   Other future ideas (but, really just wishful thinking): Complain about pills to your coworkers. Fellow rookies may commiserate, leading to better relationships. Higher-ranking sales people might help you off-load the lead…if they happen to like you, or do them a “favor.” Dump leads on underlings. You can use your position to pawn off bad leads to the Rookies and Junior sales people, but they'll like you a lot less (and maybe want some come-uppance if you do it too much).  
    Version 0.0.3 is for XCL v0.18a.
    Version 0.0.2 is for XCL v0.17b.

    6038 downloads

    Updated

  22. [XCL] Mall Turn-ons [for v0.17b] [DISCONTINUED]

    This mod will still work with v0.17b of X-Change Life, but is discontinued as or 0.18a, as the functionality has been added to the base game.
     
     
    ORIGINAL POST:
     
    Adds visual stimulation events for males to Paradise Mall.
     
    Author: usagitriplesix
     
    Mall Turn-ons
    ...adds occasional events where the male player character will notice attractive women at Paradise Mall, and will get turned on as a result.
     
    The amount he is turned on is dependent on his masculinity score, and if it's too low, “he” won't event notice them at all.
     
    Notes:
    This is just a minor mod to better simulate being a straight guy in a city filled with hot women. Yes, the images are all “lazy” AI-generated images with minimal touch-up work. Feel free to replace with images of your choice, or use an image editor to remove all of the garbled AI “text.”  
    Installation:
    The .twee and .zip files are both required. One has the code, and the other holds the images. Only use the Patch4BHB file if using my “Bring Her Back” mod, as these two are incompatible without the patch.  

    4650 downloads

    Updated

  23. Precum Impregnation

    With this mod there is an outside chance of getting pregnant without being ejaculated in.
     
    The chances are pretty low - 1% of the current pregnancy chance normally, or 5% of the pregnancy chance when the description of the penis in question mentions precum.
     
    As usual, the player is only notified of this having happened at the time if pregnancy notifications are turned on.

    2883 downloads

    Submitted

  24. Take Your Number Event [XCL]

    This mod adds an event to the end of a sex scene wherein a particularly dominant NPC that has "fucked you silly" may take your number instead of asking for it.
     
    *Non-con must be enabled to trigger this event.
    **this event should not trigger if you already have an NPC in your contact list that has taken your number, this is to prevent overloading your contact list.
     
     
    This mod overwrites the following game passages, and is therefore incompatible with any other mods that overwrite the same passages:
    :: sex transactional end
    :: proposition sex check shame

    4377 downloads

    Updated

  25. [XCL] SWP Recruiter

    Adds a SWP Recruiter to the mall area, who will sometimes approach you with an opportunity to sell Hot and Ready pills. Gives the player access to the Lemonade side job without having to do the sales job. Player can earn more commission from the sale than normal through various means.
     
    Installation
    After downloading and extracting, use the XCL Mod Loader to add the mod to the game.
     
     

    6738 downloads

    Updated


×
×
  • Create New...