StarbaseK

Member
Game Developer
Aug 20, 2020
183
229
110
Does this game have lesbian sex? How can I unlock it? is there a lesbian path?
There are some lesbian scenes, for sure, although it's not a prominent portion of the content, I'd say. There are some in the Amara masturbation thread, where she's sort of recounting past encounters back in her home town. There's another scene with her and a girl named Lexus, as well as some lesbian content in some of the other girls events, too. But there's really not a lesbian "path" per se, because the story line is more a kinetic novel than a "you make choices" kind of deal. Day to day, the player has a lot of different things that need to be done, in terms of balancing study, play, makin' money, etc. But the plotline chugs along in the background. Hope that helps!
 
  • Like
Reactions: Wink3319

Wink3319

Newbie
Oct 26, 2019
52
85
37
There are some lesbian scenes, for sure, although it's not a prominent portion of the content, I'd say. There are some in the Amara masturbation thread, where she's sort of recounting past encounters back in her home town. There's another scene with her and a girl named Lexus, as well as some lesbian content in some of the other girls events, too. But there's really not a lesbian "path" per se, because the story line is more a kinetic novel than a "you make choices" kind of deal. Day to day, the player has a lot of different things that need to be done, in terms of balancing study, play, makin' money, etc. But the plotline chugs along in the background. Hope that helps!
It helps a lot. Thank you for the explanation!
 

taglag

Well-Known Member
Aug 6, 2019
1,430
1,225
328
I like the art style and idea behind this one, but finally just gave up. For me I am sure because I am just dumb about things the "game overs" were just to easy to hit.

I sort of like being able to breeze through Adult games, and this one hindered me to much with stuff. I just kept messing up I guess.

Great idea, Good game in many way's, not complaining, I as in saying "change it I can't win!" It is a design choice, and I am all for creators making things just the way they like them.

I just had troubles with a lot of places in the game. (Please note the "I" as in me myself and I.)

Good work, I can see a lot of work actually, even in making it so editing the saved game's was restricted, in such a way as to stop anyone from trying to cheat there way through. LOL! ( Which unfortunately buggered even more my chances of seeing all the content :) )
 
  • Like
Reactions: StarbaseK

StarbaseK

Member
Game Developer
Aug 20, 2020
183
229
110
I like the art style and idea behind this one, but finally just gave up. For me I am sure because I am just dumb about things the "game overs" were just to easy to hit.
I appreciate the feedback on this, and I may try to tweak language regarding Strikes and sneaking out through the kitchen, and the peril they involve if you're caught.

Good work, I can see a lot of work actually, even in making it so editing the saved game's was restricted, in such a way as to stop anyone from trying to cheat there way through.)
Actually, that wasn't an intentional decision on our part; editing RenPy save files is what it is; if you can find a utility that works to edit it, great. We just don't provide an in-game facility for editing the files directly, is all, or for enabling a set of cheats. Something for us to think about, at any rate.

Thanks for playing!
 
  • Like
Reactions: taglag

JenkinsMcCarb

Newbie
Jun 24, 2020
59
120
100
I appreciate the feedback on this, and I may try to tweak language regarding Strikes and sneaking out through the kitchen, and the peril they involve if you're caught.



Actually, that wasn't an intentional decision on our part; editing RenPy save files is what it is; if you can find a utility that works to edit it, great. We just don't provide an in-game facility for editing the files directly, is all, or for enabling a set of cheats. Something for us to think about, at any rate.

Thanks for playing!
The most common save editor for RenPy actually complains about save protection, and there is some fiddling needed with some of the files. I myself used a combo of console+save editor to skip forward some bits when I lost my save.
 
  • Like
Reactions: StarbaseK

taglag

Well-Known Member
Aug 6, 2019
1,430
1,225
328
The most common save editor for RenPy actually complains about save protection, and there is some fiddling needed with some of the files. I myself used a combo of console+save editor to skip forward some bits when I lost my save.
yes I had console enabled, but could not be sure of what commands there were the optional to use. (for cheating my way through I did try to edit some of the code as well, as in example energy (-25) to say (-0) or (0), but the game flagged those on me :( )

if you have a few console commands that you have discovered that are useful that might have helped me.

the few I thought might help, and tried to use were ineffective. I was sure some might have been useful, but never figured out which one's to use. ( I mostly just guess worked by scanning the variables )
 
  • Like
Reactions: StarbaseK

JenkinsMcCarb

Newbie
Jun 24, 2020
59
120
100
yes I had console enabled, but could not be sure of what commands there were the optional to use. (for cheating my way through I did try to edit some of the code as well, as in example energy (-25) to say (-0) or (0), but the game flagged those on me :( )

if you have a few console commands that you have discovered that are useful that might have helped me.

the few I thought might help, and tried to use were ineffective. I was sure some might have been useful, but never figured out which one's to use. ( I mostly just guess worked by scanning the variables )
Ok so this is what I did:
1) Disabled save protection:
In .../renpy/savetoken.py change
Code:
if token_dir is none:
to
Code:
if True:
This will enable save editing using

2) Enabled console, but only really used command for money and studying ("Player_Amara.money = 5000", "Player_Amara.study = 28"). However, since the girls are stored as a list and my Python knowledge is really bad, I could not figure out how to access object variables when they are stored as a list, for that I used SaveEdit online. Also the Money command DOES NOT update the UI display Money, either end the day or walk around or buy something, I did not figure out the exact update mechanism, but the money is there.

3) Progressed all routes past the initial phone number requirement, then using SaveEdit I found the girls corruption and friendship parameters and boosted them to the maximum for the camming talk, after which you do that, buy the gifts and repeat the process to max both stats.
 
Last edited:

StarbaseK

Member
Game Developer
Aug 20, 2020
183
229
110
yes I had console enabled, but could not be sure of what commands there were the optional to use. (for cheating my way through I did try to edit some of the code as well, as in example energy (-25) to say (-0) or (0), but the game flagged those on me :( )
Just so both of you know, based on your feedback, we're going to be introducing Cheat functionality in Version 1.12, coming in about five weeks. This will allow you to deal with an array of issues, including those pesky Strikes. Thanks for your patience.
 
3.60 star(s) 7 Votes