Jump to content

[Mod][XCL] [0.23] TFX Updated Cheats


Recommended Posts

Posted

[XCL] [0.23] TFX Updated Cheats


Combines Luna Muffin and and goodburger's updated cheat mods, sexy dancing talents, and reluctance changes.

 

Updated cheats adds onto existing cheats menu with the following.

 

  • Gain/Subtract cash in $100,000 increments
  • Gain/Subtract essence in multiple values
  • Gain/Subtract action points in multiple values
  • Gain/Subtract cock stats in multiple values
  • Gain/Subtract reluctance in single increments
  • Gain/Subtract base game side effects "Mommy Milkers, Gulp n' Shrink, Breeder's Bane, Shrinkgasm, Breeder, and Resistance"
  • Gain/Subtract Relationships with increments of 5
  • Gain/Subtract Sales (commission, sales/desk level, sale levels, etc)
  • Gain/Subtract Stripper and Makeup skills (individual and bulk)

 

  • 2 months later...
Posted

Sometimes trying out various mods my character gets stuck with a bunch of skills (often ones that don't get properly removed). So a 'soft reset' removing some of them was something I really wanted. I added some simple code to simply allow me to remove skills, I dunno if one of the cheat mods would like to incorporate it. Kinda seems an obvious thing for cheats to be able to do, to me. For simplicity (and copying something else) I had just chucked it as an options button.

 

:: effects_remove options [mod_options]
{
    (unless:(passage:)'s name is "new character creator")[
        (link:"Remove effects...")[
            (set:$next to "reffect window")
            (display:"next")
        ]
    ]
}
:: reffect window
{
  (print:"Remove effects...")
  (print:"
")
  (for: each _eff, ...($character's "side effects"))[
        (link:_eff)[
            (set:$character's "side effects" to $character's "side effects" - (a:_eff))
        ]
  ]
  (print:"
")
  (link:"Back")[(set:$next to "menu")(display:"next")]
}

 

  • 4 months later...
Posted (edited)

FYI, the maximum number of action points keeps resetting to the default three after the latest updates to XCL + this mod.

Edited by NSFW_COBRA
  • 4 months later...
Posted

can you add a cheat to add secretary points? I want to increase all my leads to the max, but that will take a while. would love to shorten the time by just getting a ton of points then using them to upgrade my leads.

  • 4 months later...
Posted

There is an error in the Stepdad Dom cheat.  Both the Dom Increase and Decrease cheat have +5.  The decrease should be -5, unless that was a sneaky thing implemented on purpose :)

  • 2 weeks later...
Posted (edited)

So just a suggestion for Reluctance.  Could you add an adjust to max?  If someone hammers the increase reluctance and goes over the limit.  When they get any reluctance drop down it they get an error since it is over the cap.  It will eventually go away as reluctance decreases.  Just figured to avoid any error you could put a check before saving or leaving the cheat page to check if it exceeds the cap and then set to the cap.  Think that is 10 but not 100% sure.

Edited by azdraik
  • 1 month later...
  • 3 months later...
Posted (edited)

As a heads up this mod no longer works with the latest update (0.23.5), a lot of these options just don't show anymore with the menu now having a separate 'Mod Options' Window instead of the green button.

 

Update: As a correction the cheats do work, its simply that the way to access them has changed. You have to activate the cheat menu through dragging 'tion' from Option in the Options menu into the list of options to activate it. Once done a new tab appears that has the cheats in it.

Edited by Majorshepard
  • 1 month later...
Posted
On 1/29/2026 at 7:06 PM, Majorshepard said:

As a heads up this mod no longer works with the latest update (0.23.5), a lot of these options just don't show anymore with the menu now having a separate 'Mod Options' Window instead of the green button.

 

Update: As a correction the cheats do work, its simply that the way to access them has changed. You have to activate the cheat menu through dragging 'tion' from Option in the Options menu into the list of options to activate it. Once done a new tab appears that has the cheats in it.


I'm still missing something as this makes no sense to me, sorry. is there somewhere that has that demonstrated in picture form?

 

Thanks

Posted
6 hours ago, jesse folland said:


I'm still missing something as this makes no sense to me, sorry. is there somewhere that has that demonstrated in picture form?

 

Thanks

Oh sure, its on the official wiki but for the gif here ya go :D

 

Spoiler

activate-cheats.gif

  • 2 months later...
Posted (edited)

Money cheat stopped working.

I can't run the macro 'gain_money' because it doesn't exist. 

Did you mean to run a macro? If you have a word written like (this:), it is regarded as a macro name.

Edited by ravenger6660

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