dev_muffin

Member
Game Developer
Jul 25, 2022
165
270
164
dev_muffin can we finally have a bug free update?

I'm supposed to talk with Janet at the school, the map show that she's here and have the quest marker, but she's not here.
I'm supposed to pick on Janet in her backyard, there's nothing.
I'm supposed to met Janet in her backyard, here again nothing.

And yes, I'm using a fresh save and going there at the right time. But well, I guess that there's some progress, before the forced restart I wasn't even able to access her house...
can you please tell me which quest you are doing?
 

dolless

Newbie
Dec 9, 2017
35
14
169
having issue with the library quest line. during the second
can you please tell me which quest you are doing?
having issue with the library quest line. during the second visit after grabbing a book from the shelf. when your talking to Patricia. she ask something of the MC right when they say fine game goes into error you can ignore but you're suddenly sent home starting the next part of the quest.
 
  • Like
Reactions: Tomuch

dev_muffin

Member
Game Developer
Jul 25, 2022
165
270
164
having issue with the library quest line. during the second

having issue with the library quest line. during the second visit after grabbing a book from the shelf. when your talking to Patricia. she ask something of the MC right when they say fine game goes into error you can ignore but you're suddenly sent home starting the next part of the quest.
if error says something about 'style' NoneType and etc - it's clothes issue. some wrong names of clothes:c
probably you wearing a choker thats causing issue
 

Matu

Member
Aug 24, 2018
297
205
53
it's takes a lot of time to draw art. + it's not full time development.
it's like absolutely not worthy to do it full time, unfortunately.
Have you set any goals for full-time development or work on this? With the right support, you could really pull it off. Honestly, I think this is the best adult sissy game ever made, and it deserves to be treated like one. With proper effort and funding behind it, this could go really far.
 

Pr0ntoner

New Member
Jul 20, 2017
14
78
47
dev_muffin can we finally have a bug free update?

I'm supposed to talk with Janet at the school, the map show that she's here and have the quest marker, but she's not here.
I'm supposed to pick on Janet in her backyard, there's nothing.
I'm supposed to met Janet in her backyard, here again nothing.

And yes, I'm using a fresh save and going there at the right time. But well, I guess that there's some progress, before the forced restart I wasn't even able to access her house...
This is weirdly aggressive for a fun lil porn game.
 

polaco

Member
Mar 16, 2017
304
392
298
How do you go to the library? I'm trying to do the quest "Library investigation I" but I can't head to the library, it says it is not available, no matter which day or time.
 
  • Like
Reactions: Midhun 14235

jerichodowns

Member
Jan 25, 2023
156
497
186
I'm missing a bunch of scenes from the cafe, I've been grinding out shifts trying to get them to trigger but I seem to just be missing something.

Screenshot 2025-10-31 123805.jpg
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,823
21,173
1,026
can you please tell me which quest you are doing?
First CS Lesson - I'm supposed to talk with Janet at the school, the map show that she's here and have the quest marker, but she's not here.
Bully Bullying - I'm supposed to pick on Janet in her backyard, there's nothing.
Frankly conversation - I'm supposed to met Janet in her backyard, here again nothing.
Oral lesson III [this one should works]


This is weirdly aggressive for a fun lil porn game.
It's not aggressive, it's desperate...

Restarting the game and having less than 2 hours of plays already lead to three quests broken (from memory one shouldn't even be triggered yet), what prevent other quests to be triggered, and 59 none returned call... Would it be a new game, it wouldn't be an issue, but it's been more than three years, and if you take a look at the thread this kind of issues are alas frequents.
 

dev_muffin

Member
Game Developer
Jul 25, 2022
165
270
164
First CS Lesson - I'm supposed to talk with Janet at the school, the map show that she's here and have the quest marker, but she's not here.
Bully Bullying - I'm supposed to pick on Janet in her backyard, there's nothing.
Frankly conversation - I'm supposed to met Janet in her backyard, here again nothing.
Oral lesson III [this one should works]




It's not aggressive, it's desperate...

Restarting the game and having less than 2 hours of plays already lead to three quests broken (from memory one shouldn't even be triggered yet), what prevent other quests to be triggered, and 59 none returned call... Would it be a new game, it wouldn't be an issue, but it's been more than three years, and if you take a look at the thread this kind of issues are alas frequents.
i just played game from 0 to end without any problems.
can you send me a save file to see the problem?

the main problems is maintain the save compitability. but i really can't do because of huge refactorings. like not worth it all. so you can start a fresh game from freshest point of the game.

i always answers the questions and try to fix a bug. but i dont want to endlessly fix a "save bugs". it's not a complete game. i'm not suppose to.

What's the point of perversion level if I can't equip a set that's well below the player perversion limit?

View attachment 5391639

View attachment 5391640
you can't wear yoga, jessica's outfit, orange bikini suit outside. probably it's a problem?
 
  • Like
Reactions: kogoro_mori

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Donor
Respected User
Jun 10, 2017
12,823
21,173
1,026
i just played game from 0 to end without any problems.
Because you played the quests in the order you intended them, something that I probably haven't done since Jannet interest me less than Trish.
But don't bother, I was bored today, so I took a look at the code and fixed the values that was messed.


so you can start a fresh game from freshest point of the game.
As I said, it was already a fresh start...


i always answers the questions and try to fix a bug.
Well, then it would be a good time to address the many never returned calls...
Starting by adding a return at the end of "D_character_dialogue"; and it's probably the only one that is actually at fault. I wonder how many bugs you would catch just with this. Here's one for you:
If Ren'Py was returning from "D_character_dialogue" as expected, then the "trish_house_bedroom_screen" screen would be shown. And then it would throw an error telling you that "l_trish_house_frontyard" do not exist.


but i dont want to endlessly fix a "save bugs". it's not a complete game. i'm not suppose to.
And I didn't asked for this...
 

dev_muffin

Member
Game Developer
Jul 25, 2022
165
270
164
Because you played the quests in the order you intended them, something that I probably haven't done since Jannet interest me less than Trish.
But don't bother, I was bored today, so I took a look at the code and fixed the values that was messed.




As I said, it was already a fresh start...




Well, then it would be a good time to address the many never returned calls...
Starting by adding a return at the end of "D_character_dialogue"; and it's probably the only one that is actually at fault. I wonder how many bugs you would catch just with this. Here's one for you:
If Ren'Py was returning from "D_character_dialogue" as expected, then the "trish_house_bedroom_screen" screen would be shown. And then it would throw an error telling you that "l_trish_house_frontyard" do not exist.




And I didn't asked for this...
thanks, will fix it
 
4.30 star(s) 66 Votes