Surprise & Delight

Active Member
Game Developer
May 28, 2020
864
1,412
307
To be honest, though, this isn't really the kinda game where that helps much. Most of the events are triggered by previous events, so you changing the variables doesn't help a whole lot ---- unless your goal is to skip content. I don't personally see the point of doing that. Whatever floats your boat, though.
 
  • Like
Reactions: cooldevo

Evilsanta

Newbie
Dec 21, 2017
94
7
155
To be honest, though, this isn't really the kinda game where that helps much. Most of the events are triggered by previous events, so you changing the variables doesn't help a whole lot ---- unless your goal is to skip content. I don't personally see the point of doing that. Whatever floats your boat, though.
i just wanna change inhibition and corruption... And yup after trying to edit variable multiple time i realised that no matter what i do it gets changed except for money... any wiki for this game?
 

Evilsanta

Newbie
Dec 21, 2017
94
7
155
For an HTML game? It's the same as every other Twine game, with two choices:

1) Export a save to a save file on your disk drive. Use a third party site like: , make changes, download the save file and then import the save file into the game.

2) Open the browser's developer console... there are lots and lots of YouTube videos to explain how a browser developer console works. From the console, type in sugarcube.state.active.variables and you'll see the list of all variables that can be changed.

Some ones of particular interest would be:
  • .bank.mon.csh -- Cash onhand
  • .bank.mon.bk -- Cash in bank account. Need to open bank account to see this value.
  • .inv -- All items that are in the inventory
  • .sex -- All sex stats that are tracked
  • .stat -- All Becca's stats. Some dynamically change throughout the day, so even if you set them they'll move on their own up and down. Such as fitness, beauty, and inhibition.
There are a lot of others, but some are dependent on other variable changes. As an example, typing in sugarcube.state.active.variables.bank.mon.csh would be used to see the on-hand cash. To change it to $5,000, you'd enter sugarcube.state.active.variables.bank.mon.csh = 5000
Lol how do you even run this commands... i upon up DEV Console and enter this commands and i get this... any fix or steps that i am missing? 1748203262610.png
 

cooldevo

Active Member
Jan 30, 2021
895
1,066
211
Lol how do you even run this commands... i upon up DEV Console and enter this commands and i get this... any fix or steps that i am missing? View attachment 4875410
Inside the dev console everything is case sensitive. Best bet is to type in each word and use the pick list that pops up (or Tab) to autocomplete it. I'd check out YouTube videos to learn how the dev console works if you really want to go that route. And as indicated by GamerDaddy be careful of what you try to do.

i just wanna change inhibition and corruption... And yup after trying to edit variable multiple time i realised that no matter what i do it gets changed except for money... any wiki for this game?
Inhibition is probably the most useless variable to change. It's dynamically tied to a number of other in-game variables and every time you click on something it's recalculated on the fly. Corruption can indeed be changed without issue, as I've used it to test different things when playing around.

It's very, very easy to lower Corruption within the game in ~15 minutes max, real-time. There's a thread I posted earlier that shows all the ways you can drop it very quickly. Doing it from within the game poses less risks, It's by far the safest way to do it using in-game mechanics with less risks of breaking things.
 
  • Like
Reactions: Evilsanta

Evilsanta

Newbie
Dec 21, 2017
94
7
155
if you dont know what you are doing i STRONGLY advise not using the console not only can you break the game but your browser too (tip:: you must manually type those in you cant copy and paste)
its ok untill we break something we wont learn anything + if game breaks i will redownload and if browser breaks i will reinstall :)
 

cooldevo

Active Member
Jan 30, 2021
895
1,066
211
To be honest, though, this isn't really the kinda game where that helps much. Most of the events are triggered by previous events, so you changing the variables doesn't help a whole lot ---- unless your goal is to skip content. I don't personally see the point of doing that. Whatever floats your boat, though.
You are right. The only benefit to cheating down stats very quickly is limited game-wise. It really only unlocks a few novelty things faster.... leaving the apartment without a bra and/or underwear; walking around the apartment in underwear, towel, or naked; and that's really about it. Just about everything else is locked behind automatic event triggers, or by actively doings something. Of which, I don't think there are any that are solely corruption or inhibition based to trigger.
 
  • Like
Reactions: Surprise & Delight

Surprise & Delight

Active Member
Game Developer
May 28, 2020
864
1,412
307
You are right. The only benefit to cheating down stats very quickly is limited game-wise. It really only unlocks a few novelty things faster.... leaving the apartment without a bra and/or underwear; walking around the apartment in underwear, towel, or naked; and that's really about it. Just about everything else is locked behind automatic event triggers, or by actively doings something. Of which, I don't think there are any that are solely corruption or inhibition based to trigger.
I think it's one of the main issues that some people (critics) of the game have. They think that it is "grindy" because they see the stats and think that events are gate-kept by the stats, so they just have to grind away to lower those stats and then content appears. The stats are actually the opposite --- they reflect her progress. Doing "stuff" when the opportunity arises lowers her Inhibition and raises her Corruption.

They affect the things that you have noted (and maybe a couple of other things) for two reasons: (1) I personally like the dynamic of stats changing the available wardrobe to be more revealing (something I grew fond of playing some of those Russian QSP-based games) and (2) it seems to make logical sense to me that if she's regularly fucking both of her roommates, for example, she's not going to be quite so shy about not leaving her bedroom without a bra. Just personal preference and something I really wanted to include when I first started the game.

Of course, that's not to say that the game isn't at all "grindy." Both of these games have "reality" at their core. Daily life tends to be routine for most people, most of the time. The beginning of the game starts that way, but then things start happening. With this one, because I have been working on it for a few years, depending on how you play, stuff can start happening pretty quickly and (assuming you unlock all of the paths), the problem starts to be how to find time to do it all. The key to getting ahead is to immerse yourself and act like a normal person for the first few weeks. Get a job, go to work, explore the new city you just moved to, etc.
 

someoldguy

Member
Aug 8, 2017
142
182
157
I played yesterday and trying to load today (Chrome browser) I'm having extreme difficulty loading browser saves.

The hit box for saving a game is normal, but the hit box for loading seems to be about two pixels wide on the left side of the icon. Clicking in the centre on the white load triangle does nothing. For several minutes I thought the whole thing was unresponsive until I saw it highlight very briefly as I moved the mouse around.
 

someoldguy

Member
Aug 8, 2017
142
182
157
Can't leave the apartment without a bra on, even when drunk. No encounter with Abby when you get to the park wearing a bra to get her to cajole you into taking it off. Disappointing.
 

Surprise & Delight

Active Member
Game Developer
May 28, 2020
864
1,412
307
I played yesterday and trying to load today (Chrome browser) I'm having extreme difficulty loading browser saves.

The hit box for saving a game is normal, but the hit box for loading seems to be about two pixels wide on the left side of the icon. Clicking in the centre on the white load triangle does nothing. For several minutes I thought the whole thing was unresponsive until I saw it highlight very briefly as I moved the mouse around.
The Save API (in the Twine story format itself) was changed and some bit of CSS (I think) is now clashing with it, where it never had before. This is my top priority for the next update to figure out what's going on with that. I believe that for now you should be able to save and load to disk if you are having trouble with the browser saves. The next update (hopefully 4-6 weeks from now) will not be released until this problem has been solved.
 
  • Like
Reactions: someoldguy

Surprise & Delight

Active Member
Game Developer
May 28, 2020
864
1,412
307
Can't leave the apartment without a bra on, even when drunk. No encounter with Abby when you get to the park wearing a bra to get her to cajole you into taking it off. Disappointing.
Did she text you first? If so, then I will take a look to make sure that there isn't some issue that would cause the scene not to trigger.
 

someoldguy

Member
Aug 8, 2017
142
182
157
Did she text you first? If so, then I will take a look to make sure that there isn't some issue that would cause the scene not to trigger.
Yes, she did text me to do the task.

I was eventually able to do it once I bootstrapped my own exhibitionism more by camming, but being willing to cam before accepting the dare from your friend to go to the park fully clothed but whitout a bra on seemed rather counterintuitive.
 

Surprise & Delight

Active Member
Game Developer
May 28, 2020
864
1,412
307
Yes, she did text me to do the task.

I was eventually able to do it once I bootstrapped my own exhibitionism more by camming, but being willing to cam before accepting the dare from your friend to go to the park fully clothed but whitout a bra on seemed rather counterintuitive.
Hmmm, that should not be required. I am working on the next update now and will double-check that dare to make sure I didn't inadvertently break it when I did recoded everything a few versions ago.
 
2.80 star(s) 31 Votes