Jackyll48

Member
Aug 23, 2018
124
122
If someone knows how to modify the states using SugarCube.State.variables

Please let me know
you can do that through the console as well. It is however quite tricky and a long string.
it is "SugarCube.State.variables.player.values.[insertnameofstat]" there you can edit current EXP. I have not found a way to unlock thresholds other than through gameplay.

I use for this. It is however only for Chrome browser. I find this easier because all the variables (and i mean ALL) variables are written out in a convient list, so searching for variables is faster
 

Petelogan69

Newbie
Aug 27, 2017
25
78
Howdy all...

I've been having an issue since I tried this game on android. I am unable to use non clothing inventory items, so no candy or pink pills or anything.

I've been using Firefox since that's what seems to work best for HTML games.

Any advice? Thanks in advance.
 

AWolfe

Engaged Member
Donor
Game Developer
Jan 21, 2018
2,026
1,698
You'll get a quicker response if you ask questions in the game's Discord, especially since the game devs are there and not here.
 

ADIDAS

Member
Feb 3, 2018
318
302
you can do that through the console as well. It is however quite tricky and a long string.
it is "SugarCube.State.variables.player.values.[insertnameofstat]" there you can edit current EXP. I have not found a way to unlock thresholds other than through gameplay.

I use for this. It is however only for Chrome browser. I find this easier because all the variables (and i mean ALL) variables are written out in a convient list, so searching for variables is faster
Not sure if the question is meaning values for stats but I will share my method of raising stats.
SugarCube.State.variables.player.values.anal.currentExp= (use increments of 50)Lvl 1 stat ranks up to lvl 2 after 50 points and then each subsequent lvl there after in increments of 50. Don't try to change the stats lvl in console cause it won't work just boost it through exp.
 

gracco

New Member
Aug 2, 2019
11
3
The game uses the Local Storage area of your web-browser to store both your Progress and the Saves it makes. Your web-browser's Local Storage cache has a maximum size limit of around 5-10 MB's (1) per 'domain', and unfortunately a single 'domain' is shared between all locally opened HTML files....
If you have apache installed, you can map a localhost url to each game and entirely avoid this headache. You need to make an entry in /etc/hosts as well as an entry in vhosts to do so, but its the most painless way to deal with multiple html games without micromanaging save data.

If you're on windows you can use wamp (free). On mac you can use mamp (free) or homebrew to install apache directly. On linux just use you package manager to add httpd or apache2, whichever is relevant for your distro.
 
  • Like
Reactions: CuriousG08

greyelf

Well-Known Member
Nov 16, 2016
1,099
822
If you're on windows you can use wamp (free).
Or just install Python and run its built-in within the folder containing the story HTML file.

(Python's installation is orders of magnitude smaller than LAMP or WAMP, which are overkills if all you need is to do is access a local web-app via HTTP.)
 
  • Like
Reactions: CuriousG08

gracco

New Member
Aug 2, 2019
11
3
Or just install Python and run its built-in within the folder containing the story HTML file.

(Python's installation is orders of magnitude smaller than LAMP or WAMP, which are overkills if all you need is to do is access a local web-app via HTTP.)
That's true, you can do that. You really only need apache or nginx, or anything that can emulate or declare a local dns. You can also do it with php, perl, or any number of other languages that also have native modules for it, and those are all more lightweight than mamp or wamp. But they all also require that you have some technical grasp of programming and system configuration instead of a pretty straightforward gui. I think for the people who don't already know how to do it from the command line with vim or nano, a gui is probably pretty helpful, even if it has a little more weight to it.
 
  • Like
Reactions: CuriousG08

gromit6

Member
May 11, 2017
175
160

0.7.0.1

Last Update on the TFG-site

02/01/2020

Version
0.7.0.1

Last Changes:

IMPORTANT!

0.7 is still missing some character graphics.

Version 0.7.0.1 (1.02.2020)

  • Mostly bugfixed.
  • Save files from previous version should now work again.

THX for the Game
 
  • Like
Reactions: Pnk and CuriousG08

deskald

Member
Apr 20, 2018
208
81
Can't use the slutty yoga pants, required bimbo level 8 but the cap is 6.

Base LVL: 6
XP: 210, XP To Next LVL: Max Threshold reached
Threshold: Min: 3, Max: 6
History:
Way too smart for that!
 

Botopa

Member
Aug 18, 2018
289
272
Can't use the slutty yoga pants, required bimbo level 8 but the cap is 6.

Base LVL: 6
XP: 210, XP To Next LVL: Max Threshold reached
Threshold: Min: 3, Max: 6
History:
Way too smart for that!
Threshholds can be changed by certain actions, not sure which ones relate to bimbofication though. Think it was spending more money than you have and giving wrong food but not sure how high this will get you.
In addition there are long term bonuses (unkempt cut will add to bimbo, also ultimate bimbo makeup) and short term effects (pills, alcohol) that can also increase it.
 

deskald

Member
Apr 20, 2018
208
81
Threshholds can be changed by certain actions, not sure which ones relate to bimbofication though. Think it was spending more money than you have and giving wrong food but not sure how high this will get you.
In addition there are long term bonuses (unkempt cut will add to bimbo, also ultimate bimbo makeup) and short term effects (pills, alcohol) that can also increase it.
I unlocked the bimbo make-up, get wasted with alcohol, going red spending money, taking at least 5 pills (they do nothing atm) but sill blocked at level 6 bimbo.
The unkempt cut raise bimbo? I think it does the opposite.
 

Botopa

Member
Aug 18, 2018
289
272
I unlocked the bimbo make-up, get wasted with alcohol, going red spending money, taking at least 5 pills (they do nothing atm) but sill blocked at level 6 bimbo.
The unkempt cut raise bimbo? I think it does the opposite.
Ok, did a quick check, the effects dont seem to raise the stat above the threshold, was quite sure it did. Highest Bimbo thresholds are all at 6.

You should be able to see listed effects on the stat btw, unkempt hair says 1 instead of +1 though.

Looks like any clothing item with the "slutty" tag (slutty yoga pants, Exercise heels and some more) can not be worn, as the tag requires bimbo >=8 for outside wear.
 
  • Like
Reactions: deskald
4.00 star(s) 66 Votes