greyelf

Well-Known Member
Nov 16, 2016
1,099
822
An error occurred immediately when opening the HTML program View attachment 4545298
The games stores some parts of Progress History, and all Slot based Saves, in the web-browser's localStorage cache.

Depending on the web-browser being used, and whether that web-browser is being run on a Desktop/Laptop or a mobile device, the maximum quota of localStorage available for use per domain is between 2 and 5 MiBs.

And in situations where the HTML file is being access locally, that maximum quota of 2 and 5 MiBs may need to be shared by all locally opened HTML files. This can be an issue if you run multiple HTML based projects locally.

The error message you are seeing is stating that you've filled the maximum quota available to locally opened HTML files, so you will need to free up some of that storage space by deleting unwanted data. How exactly to do that depends on a number of things, like if you run other Twine/SugarCube based projects and your level of knowledge about the web-browser itself:

You could open an older Twine/SugarCube based project you are no longer playing, and delete any old Slot based Saves you find.

You could use your web-browser's Web Developer Tools to review what is being stored in its localStorage cache, and delete entries in it that you're sure you no longer need. Take care what you delete as it could cause issues.

You could use the web-browsers "clear cookies" feature, as that also clears the localStorage cache. Be very careful about doing this as it deletes ALL data being stored in that area.
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,513
2,441
The games stores some parts of Progress History, and all Slot based Saves, in the web-browser's localStorage cache.

Depending on the web-browser being used, and whether that web-browser is being run on a Desktop/Laptop or a mobile device, the maximum quota of localStorage available for use per domain is between 2 and 5 MiBs.

And in situations where the HTML file is being access locally, that maximum quota of 2 and 5 MiBs may need to be shared by all locally opened HTML files. This can be an issue if you run multiple HTML based projects locally.

The error message you are seeing is stating that you've filled the maximum quota available to locally opened HTML files, so you will need to free up some of that storage space by deleting unwanted data. How exactly to do that depends on a number of things, like if you run other Twine/SugarCube based projects and your level of knowledge about the web-browser itself:

You could open an older Twine/SugarCube based project you are no longer playing, and delete any old Slot based Saves you find.

You could use your web-browser's Web Developer Tools to review what is being stored in its localStorage cache, and delete entries in it that you're sure you no longer need. Take care what you delete as it could cause issues.

You could use the web-browsers "clear cookies" feature, as that also clears the localStorage cache. Be very careful about doing this as it deletes ALL data being stored in that area.
You can play this type of games in Private Browser Mode and use "Save to Disk" for important saves ... When closing the browser that deletes the game's cookies and cache without affecting your general stored cookies, etc. Just keep in mind that when closing all windows of the browser the slot based save games are gone, too, so in private mode they are only temporary for the session.
 

SV3TA7

Newbie
Sep 4, 2022
55
45
heftig wieviele updates das game schon hatte und content ende ist tag 7 ? bei der fülle an updates hätte ich locker auf 5-10 wochen geschätzt aber grade mal die erste ? oder ist das veraltete info ?...weird...
 

One_Black_Sun

Member
Mar 27, 2020
126
285
Just a quick question: Where's the console? I'm using debug, and I'm trying to circumvent a specific threshold requirement. Can anyone tell me where the console is and if what I want is even possible?
 

gregers

Forum Fanatic
Dec 9, 2018
5,030
6,517
Just a quick question: Where's the console? I'm using debug, and I'm trying to circumvent a specific threshold requirement. Can anyone tell me where the console is and if what I want is even possible?
F12 or Ctrl+Shift+I works in most browsers. Variables are stored under SugarCube.State.active.variables.

As for whether what you want is achievable: Eh, probably not easily? Increasing stats would be straightforward, but if you want to get past a stat requirement without that, editing the HTML file might be simpler.
 

greyelf

Well-Known Member
Nov 16, 2016
1,099
822
You can play this type of games in Private Browser Mode and use "Save to Disk" for important saves ... When closing the browser that deletes the game's cookies and cache without affecting your general stored cookies, etc. Just keep in mind that when closing all windows of the browser the slot based save games are gone, too, so in private mode they are only temporary for the session.
I'm confused why you're telling me this, instead of j22900
 

greyelf

Well-Known Member
Nov 16, 2016
1,099
822
Variables are stored under SugarCube.State.active.variables.
As this project is built using the 2.x series of SugarCube there is no need for the active reference when access the variables property of the State API.
eg. use SugarCube.State.variables instead of SugarCube.State.active.variables.
 

One_Black_Sun

Member
Mar 27, 2020
126
285
You would need to explain in detail what "specific threshold requirement" you're trying to circumvent...
Well, I'd want to max out Dominance without having to go through the threshold requirement that you get when you reach level 10. I've already asked like 13 times, only to get the exact same response about some vague "you're still quite new", and the wiki's not much help in that regard either. It just reiterates what's in the game without providing any sort of guide.
 

EvangelineRaleigh

New Member
Nov 7, 2018
9
16
How do I advance the aphrodisiac trials with Dr. Twig? Every time I do the trials I only get the orgy scene and he says I haven't been adventurous enough for the other trial options?

But my other sex stats are maxed at 20, so I don't know what trigger event is missing?
 

gregers

Forum Fanatic
Dec 9, 2018
5,030
6,517
Does the game has open git repository?
Any news about Steam version?

I only just noticed that the devs of their most recent player survey a few weeks ago. Possibly of interest:

To the one person who fixed things locally and would fix them if the game was on git... DM me (sashka__ on discord)
[Remark by Deedee: I tried that once, my Editor almost crashed when I tried to edit the HTML file Directly... I take my hat off to you]​
Development Prioritization:

The big winner here was more Secretary content (58%) followed by Future projects (30%) and Getting Secretary onto steam/ (12.1%). I think this is fairly consistent with "I came here for x, more x" though I do appreciate the faith in our future/next projects!
 
  • Like
Reactions: 69yeetman69

ShadowRider77

Newbie
Jan 3, 2024
99
49
Hello everyone, I've discovered this game last week and I've been exploring. I had a question: in my first attempt I stumbled upon the possibility to have dr. Synthea turn MC into a futa (penis + vagina) quite early. I didn't think much of it and I deleted the save; later I tried replicating this but could not - when I get the dialogue with her she says something along the lines of "you will have to provide yourself" - meaning that I have to go through the bodyshop much later. Does anyone know the conditions to unlock the early futanarization? Thanks!
 
4.00 star(s) 66 Votes