Jump to content

[Mod][XCL] [0.23.6] Neon Desires


Recommended Posts

Posted

[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


 

Posted

i notice that if you use bruce owns bar and having a broken choker the dialog with bruce for it is not showing up. probably a compatibility problem and i would like to request that steps for compatibility would be made.
 

 

Posted

Warning: Failed to read mod metadata for Secretary Solver.zip: UnknownPropertyException: Unknown property 'loversLabId'. Known properties are: author, baseGameVersion, compatibleMods, equivalentMods, incompatibleMods, metaVersion, name, requiredMods, url, version
Warning: Failed to read mod metadata for neon desires 1.0.2.xcl: UnknownPropertyException: Unknown property 'loversLabId'. Known properties are: author, baseGameVersion, compatibleMods, equivalentMods, incompatibleMods, metaVersion, name, requiredMods, url, version
Warning: Failed to read mod metadata for neon desires wharf 1.0.2.xcl: UnknownPropertyException: Unknown property 'loversLabId'. Known properties are: author, baseGameVersion, compatibleMods, equivalentMods, incompatibleMods, metaVersion, name, requiredMods, url, version

Posted
8 hours ago, xarvenius said:

i notice that if you use bruce owns bar and having a broken choker the dialog with bruce for it is not showing up. probably a compatibility problem and i would like to request that steps for compatibility would be made.
 

 


I will have a look into it, no promises though as it may not be doable

Posted
8 hours ago, ja_wong said:

Warning: Failed to read mod metadata for Secretary Solver.zip: UnknownPropertyException: Unknown property 'loversLabId'. Known properties are: author, baseGameVersion, compatibleMods, equivalentMods, incompatibleMods, metaVersion, name, requiredMods, url, version
Warning: Failed to read mod metadata for neon desires 1.0.2.xcl: UnknownPropertyException: Unknown property 'loversLabId'. Known properties are: author, baseGameVersion, compatibleMods, equivalentMods, incompatibleMods, metaVersion, name, requiredMods, url, version
Warning: Failed to read mod metadata for neon desires wharf 1.0.2.xcl: UnknownPropertyException: Unknown property 'loversLabId'. Known properties are: author, baseGameVersion, compatibleMods, equivalentMods, incompatibleMods, metaVersion, name, requiredMods, url, version


You need to update your mod loader

Posted
9 hours ago, xarvenius said:

i notice that if you use bruce owns bar and having a broken choker the dialog with bruce for it is not showing up. probably a compatibility problem and i would like to request that steps for compatibility would be made.
 

 


I had a look into it, its not really possible, it looks like talking to Bruce at any point forces you into the bruce own bar attack passage, which is custom to the mod and has a lot of conditionals as to what happens when you speak to him, there is one that has options, but getting into that is not possible without copying the passage and making a copy which means that this mod would have to be updated whenever that passage in Bruce owns Bar is, which is a lot of extra work. If you want compatability I would suggest contacting the creator of Bruce owns bar instead, as they're best placed to maintain this and insert it where appropriate into their mod code. The author has not be active since 9/02/2026 on the Discord so you might have to wait a while, sorry. 

If you contact them, this is the code they'd need to add wherever they want it: 

(if:(passage:"__mods__")'s source contains "Neon Desires")[
  (if:(checkdm:$npc,"id","is","bruce") and (is_fem:))[
        (if:$x_fans_choker_stuck is not "")[
            <div class='options'>(link:"Tell Bruce about your broken choker")[
                (cs:"bruce choker repair")
            ]</div>
        ]
    ]
]

Posted
On 3/18/2026 at 8:50 PM, AthenaWilliams said:


I had a look into it, its not really possible, it looks like talking to Bruce at any point forces you into the bruce own bar attack passage, which is custom to the mod and has a lot of conditionals as to what happens when you speak to him, there is one that has options, but getting into that is not possible without copying the passage and making a copy which means that this mod would have to be updated whenever that passage in Bruce owns Bar is, which is a lot of extra work. If you want compatability I would suggest contacting the creator of Bruce owns bar instead, as they're best placed to maintain this and insert it where appropriate into their mod code. The author has not be active since 9/02/2026 on the Discord so you might have to wait a while, sorry. 

If you contact them, this is the code they'd need to add wherever they want it: 

(if:(passage:"__mods__")'s source contains "Neon Desires")[
  (if:(checkdm:$npc,"id","is","bruce") and (is_fem:))[
        (if:$x_fans_choker_stuck is not "")[
            <div class='options'>(link:"Tell Bruce about your broken choker")[
                (cs:"bruce choker repair")
            ]</div>
        ]
    ]
]

 

Hello, 

 

I'm taking a break from developing my mod, due to some mental health issues. However, I would like to help making our mods compatible to support our friend's gameplay. 

If I understood right, you are suggesting to put the code above as a condition to call my "bruce own bar attack" passage?

In that case, I would just have to add the elses to call the attack passage if the conditions fail?

 

thank you very much

 

Posted (edited)

Not sure if it is this mod but it was the only one I updated today and now for some reason my save files are returning the following error:

 

Failed to load save data: State.deserialise did not return true. The save file might be corrupted or incompatible.

 

Sadly I deleted the previous version to test if it is the mod or not so no clue.

 

If there was anyway that I could get a copy of the previous version it would be appreciated so I could troubleshoot if it is indeed the issue. Until that time I either don't get to play or have to just disable any mod related to this one which sort of ruins my current run theme - all in the hope that this sorts itself out in an update if the mod was the issue to begin with.

Edited by Nywrin
Posted
On 3/21/2026 at 2:42 PM, FFFF1000 said:

 

Hello, 

 

I'm taking a break from developing my mod, due to some mental health issues. However, I would like to help making our mods compatible to support our friend's gameplay. 

If I understood right, you are suggesting to put the code above as a condition to call my "bruce own bar attack" passage?

In that case, I would just have to add the elses to call the attack passage if the conditions fail?

 

thank you very much

 


I'm really sorry to hear that, hope you're getting the support you need and you'll be back to modding soon. 

In terms of mod compatibility, I'm not 100% sure on how your mod works, but if you add that code wherever you want it to appear, as an option for the player to use, maybe in catcall reaction Bruce passage?

Posted
On 3/24/2026 at 6:04 PM, Nywrin said:

Not sure if it is this mod but it was the only one I updated today and now for some reason my save files are returning the following error:

 

Failed to load save data: State.deserialise did not return true. The save file might be corrupted or incompatible.

 

Sadly I deleted the previous version to test if it is the mod or not so no clue.

 

If there was anyway that I could get a copy of the previous version it would be appreciated so I could troubleshoot if it is indeed the issue. Until that time I either don't get to play or have to just disable any mod related to this one which sort of ruins my current run theme - all in the hope that this sorts itself out in an update if the mod was the issue to begin with.


Which version was it? I may still have it but I also might not. I've not had any other reports of this mod causing any save corruption, and before it was spun off it was included in X-Fans for multiple releases, the files were just bundled into a different .zip file no new varaibles or anything have been added.

The last version was just updating some code as how it loads the items in Neon Desires, no actual varaibles or anything were touched, so I don't think it was this mod or the mod itself, as save corruption is normally caused by a varaible getting so large it breaks the save state is my understanding. 

Posted (edited)
10 hours ago, AthenaWilliams said:


Which version was it? I may still have it but I also might not. I've not had any other reports of this mod causing any save corruption, and before it was spun off it was included in X-Fans for multiple releases, the files were just bundled into a different .zip file no new varaibles or anything have been added.

The last version was just updating some code as how it loads the items in Neon Desires, no actual varaibles or anything were touched, so I don't think it was this mod or the mod itself, as save corruption is normally caused by a varaible getting so large it breaks the save state is my understanding. 

 

 

I would need 1.02 version to check.

 

Overall the only changes I have made with new mods in the recent past was your collection of X-Fans, X-Press, Neon, and Custom U. While I had them enabled I did not interact with them, I was on a playthrough being unemployed previous to that with no issues (could be that it perhaps didn't load things in due to not interacting with any of them but now that I do it borked somehow?) My saving was fine with the new x-press worker (had a save on day 17), computer bought but no X-Fans account set up (I did interact with the link but just backed out to main computer as I wanted to save joining for a bit later in the run. After what seems like only updating this from 1.02 to 1.03 was it when I now can't even make it to like day 5 before it just borks the save system. I even tried just disabling autosave and relying on manual saves but that just ends up doing the same save as 1 KB error.

 

I do run a ton of mods and could provide that list if it would help in any manner.

 

 

- Edit, I noticed you updated x-press (with a mention of possible save issue fix) and this so I am currently testing those being loaded.

 

-- So it seems that so far the updates of this and X-Press seem to be playing nice with no issues to saving. If it eventually borks I will check back in. Thanks for the mods and updates. Now to finally get around to making the account and trying out the X-Fans stuff.

Edited by Nywrin
2nd (final?) update
Posted
19 hours ago, Nywrin said:

 

 

I would need 1.02 version to check.

 

Overall the only changes I have made with new mods in the recent past was your collection of X-Fans, X-Press, Neon, and Custom U. While I had them enabled I did not interact with them, I was on a playthrough being unemployed previous to that with no issues (could be that it perhaps didn't load things in due to not interacting with any of them but now that I do it borked somehow?) My saving was fine with the new x-press worker (had a save on day 17), computer bought but no X-Fans account set up (I did interact with the link but just backed out to main computer as I wanted to save joining for a bit later in the run. After what seems like only updating this from 1.02 to 1.03 was it when I now can't even make it to like day 5 before it just borks the save system. I even tried just disabling autosave and relying on manual saves but that just ends up doing the same save as 1 KB error.

 

I do run a ton of mods and could provide that list if it would help in any manner.

 

 

- Edit, I noticed you updated x-press (with a mention of possible save issue fix) and this so I am currently testing those being loaded.

 

-- So it seems that so far the updates of this and X-Press seem to be playing nice with no issues to saving. If it eventually borks I will check back in. Thanks for the mods and updates. Now to finally get around to making the account and trying out the X-Fans stuff.


Yeah sorry I didn't even think to mention X-Press. Sorry for the issue. I've had a few people reporting that the save issue seems fixed so hopefully it stays that way, I've been investigating the save issue with X-Press for like the past 4 days so hopefully all of that time and effort was worth it. 

IF you have any more issues let me know :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...