ZennyDarkstar

Active Member
Game Developer
Jul 29, 2023
606
452
stuck on the quest what does the fox cosplay, i've got fox to over 25 like, but nothing progresses i've looked everywhere followed her multiple days on every hour change and tried talking to her to progress the quest and nothing happens
that quest is only just started, more content to come in the future
 

Eoin

The Bug Hunter
Moderator
Donor
Feb 21, 2017
1,233
4,879
Just a note, if you change one of the variables stored in the save file in Local Storage, it bricks the game, making it completely unplayable (tested on firefox and chrome). You will no longer be able to load, save or create a new game.

You need to delete the save file in Local Storage to continue, which is a ridiculous solution to stop cheating (even if unintended, which I presume). It's a singleplayer game. Let me change variables.


Also, there's a few bugs still in the game, one of which basically allows unlimited money.I'll let you find that one yourself :)


EDIT: figured out the js. Thanks.
 
Last edited:

Wimil

Newbie
Jan 30, 2020
20
5
So is it possible to be a Feminine male/femboy, etc without being an uber subby sissy
 

Eoin

The Bug Hunter
Moderator
Donor
Feb 21, 2017
1,233
4,879
For those interested, all the javascript is in the html file given. A fairly ingenious solution I must admit, is storing all values in arrays (nested arrays). You can run through the html file fairly quickly with your favourite text editor, look for a name of a character (for example, Gina) and understand what the javascript is doing above the passage.

You can change different characters values within the console. The values for all character is stored under $data[13]. So to change the values of characters - using Gina as an example and wanting to change the value of the corruption variable, you can use the following command:
JavaScript:
window.$data[13][0][2] = parseInt($data[13][0][2])+<value>
With the parseInt function, you can't use "=" to set a value. It has to be added to (+) or minused from (-).

Using the same method, you can change the values for the MC using $data[3], allowing you to change all values including money, charisma, strength, etc.
For example, command to add 1000 to the money variable:
Code:
window.$data[3][2] = parseInt($data[3][2])+1000;
 
Last edited:

ZennyDarkstar

Active Member
Game Developer
Jul 29, 2023
606
452
For those interested, all the javascript is in the html file given. A fairly ingenious solution I must admit, is storing all values in arrays (nested arrays). You can run through the html file fairly quickly with your favourite text editor, look for a name of a character (for example, Gina) and understand what the javascript is doing above the passage.

You can change different characters values within the console. The values for all character is stored under $data[13]. So to change the values of characters - using Gina as an example and wanting to change the value of the corruption variable, you can use the following command:
JavaScript:
window.$data[13][0][2] = parseInt($data[13][0][2])+<value>
With the parseInt function, you can't use "=" to set a value. It has to be added to (+) or minused from (-).

Using the same method, you can change the values for the MC using $data[3], allowing you to change all values including money, charisma, strength, etc.
For example, command to add 1000 to the money variable:
Code:
window.$data[3][2] = parseInt($data[3][2])+1000;

"fairly ingenious" I like that! Can I use that as part of a review lol :)

While I dont have an issue with people wanting to "cheat" I would say that in the longer run.. cheating will just be a way of skipping some of the content..
If you imagine in real life.. I could tell you that you will die at the ripe old age of 80 with 1 million pound in your bank.. And if you like I have cheat that can jump all the experiences you had making that money and all the other life skills and experiences that got you to that point.. then would you take it?
I am first to admit even still some of the grind of the game is repetitive and boring.. but improved from earlier version.. the game is meant to be about the journey and not about the destination..
So if people want to cheat, I am not going to put anything in place to further complicate that from happening, I would say firstly if you mess up the save doing that, then I cant offer any support, and secondly if you miss out on a large part of what the game is, then that will be your loss...
That said.. again I am aware the game is no where near full enough to make what is currently grind into exciting content.

I'm also glad that people are so invested in the project that they spend time studying my code and how it works... As a coder thats really rewarding :)

Thanks again
 
  • Like
Reactions: DeMarcus16 and Eoin

ZennyDarkstar

Active Member
Game Developer
Jul 29, 2023
606
452
So is it possible to be a Feminine male/femboy, etc without being an uber subby sissy
At the moment there is no feminine male/femboy content as such.. I have not developed much down that path (YET).

I am going to need a little more explanation on exactly what you are asking.. I am probably being very naive here and trying to work out what a femboy/feminine male is, if not a sissy...
What I will say is that there are 3 separate variable in the game.. One is Sissy.. one is Bi and one is sub/dom..
So in theory you could raise and lower all three independent of each other, and there for open or lock certain paths / events in the future..

So the MC could a straight dominate male clothes wearer..
The MC could be a straight sub female clothes wearer
The MC could be a bi dominate female clothes wearer
MC could be a bi dominate male clothes wearer

And so on..

Eventually (and I really mean eventually) the events/interactions the MC will encounter will differ depending on these and some other stats..
Now if all stats will be able to be increased and decreased will be interesting.. as once you become bi.. How could I give the player the facility to reduce that stat (without it being offensive?)

Anyways I hope that kinda answers your question.. if you wanted to explain more what you meant in the question if I have totally misunderstood I would be keen to hear.. as its hard to develop something for all kinks if you are misunderstanding them..
 

Wimil

Newbie
Jan 30, 2020
20
5
At the moment there is no feminine male/femboy content as such.. I have not developed much down that path (YET).

I am going to need a little more explanation on exactly what you are asking.. I am probably being very naive here and trying to work out what a femboy/feminine male is, if not a sissy...
What I will say is that there are 3 separate variable in the game.. One is Sissy.. one is Bi and one is sub/dom..
So in theory you could raise and lower all three independent of each other, and there for open or lock certain paths / events in the future..

So the MC could a straight dominate male clothes wearer..
The MC could be a straight sub female clothes wearer
The MC could be a bi dominate female clothes wearer
MC could be a bi dominate male clothes wearer

And so on..

Eventually (and I really mean eventually) the events/interactions the MC will encounter will differ depending on these and some other stats..
Now if all stats will be able to be increased and decreased will be interesting.. as once you become bi.. How could I give the player the facility to reduce that stat (without it being offensive?)

Anyways I hope that kinda answers your question.. if you wanted to explain more what you meant in the question if I have totally misunderstood I would be keen to hear.. as its hard to develop something for all kinks if you are misunderstanding them..
So what I usually see is that sissies are feminine men that enjoys humiliation play (whether be the fact they are feminine despite being male or other aspects about them)

While being femboy/feminine male is just that, heck they don't need to cross-dress but for sake of porn being porn They usually do

there is a term in hentai (cringe I know) called Josou seme where the Femboy is dominate one
Examples
Ankoman Astolfo plays series wherein the femboy is in a straight pairing is dominate (though he is bi and women he fuckin are being stolen){Get cucked by a girly boy with huge slong}
Wacoco waco Otokonoko Idol series wherein femboy in a gay pairing is dominating a chad-like guy

using the pairings you provided

The MC could be a straight dom female clothes wearer
The MC could be a bi dom female clothes wearer
The MC could be a gay dom female clothes wearer
or vice versa

I guess what I'm asking is the sissy stat a femineity stat and does that stat forces you into an uber sub that enjoys humiliation play once * it's high enoungh
 

ZennyDarkstar

Active Member
Game Developer
Jul 29, 2023
606
452
So what I usually see is that sissies are feminine men that enjoys humiliation play (whether be the fact they are feminine despite being male or other aspects about them)

While being femboy/feminine male is just that, heck they don't need to cross-dress but for sake of porn being porn They usually do

there is a term in hentai (cringe I know) called Josou seme where the Femboy is dominate one
Examples
Ankoman Astolfo plays series wherein the femboy is in a straight pairing is dominate (though he is bi and women he fuckin are being stolen){Get cucked by a girly boy with huge slong}
Wacoco waco Otokonoko Idol series wherein femboy in a gay pairing is dominating a chad-like guy

using the pairings you provided

The MC could be a straight dom female clothes wearer
The MC could be a bi dom female clothes wearer
The MC could be a gay dom female clothes wearer
or vice versa

I guess what I'm asking is the sissy stat a femineity stat and does that stat forces you into an uber sub that enjoys humiliation play once * it's high enoungh
Ok I got you... and so yes in theory because the sub/dom stat and the sissy and bi stats are 3 seperate stats that while some events will affect 2 or 3 of them in one way, it is entierally possible for the player to work on raising the dom stat (being more dom) while in other ways raising the bi and sissy stats..
The task for me eventually is to make sure there is content that in unique to each of the combinations.. and I hope that will come, but that could be some time..
 
  • Like
Reactions: GamerDaddy

surfpup

Member
Jun 23, 2021
207
157
The story is familiar, but the interface is new and makes it feel fresh and fun. I'm excited about how many characters there are. Now I just need to wait patiently until more can be corrupted.
The screen looks way off at 4K. Everything is pushed to the left, text is tiny, especially the tips. Zoomed way in, it's manageable.
 
  • Like
Reactions: ZennyDarkstar

MesterMat

New Member
Jul 27, 2022
8
3
I am first to admit even still some of the grind of the game is repetitive and boring.. but improved from earlier version.. the game is meant to be about the journey and not about the destination..
TIL Brandon Sanderson, proud Mormon, makes porn games. We can expect a fairly tumultuous twist at some point in the game then.
 

Tidalwave

Newbie
Jan 10, 2020
41
10
not sure what i am doing wrong ..but i save the game ..close my browser and restart the game and i have no save files to load.. there blank
 

ZennyDarkstar

Active Member
Game Developer
Jul 29, 2023
606
452
I just wanted to mention that the version 0.5 content poll is still open on the patreon page. I have started work on one quest based on the current votes.. But I am hoping to content for at least the top 4 voted NPCs, possibly more..
So if you want to influence the development process, get voting before it closes ..

Thanks again all who have supported via patreon and/or your kind words here and even constructive criticisms.
 
2.40 star(s) 18 Votes