Dreamfucker

Newbie
Sep 29, 2018
41
24
I can't do anything with jane event that says ''Sneak in your........'s room at night''. It's just same and update didn't solve it. I completed every event . I go that room every night but it doesn't trigger the event. Before jane left the house, I didn't do ''Sneak in your........'s room in night'' event. Because I did other quests. And after she leaved, I never got the chance to trigger the event bc she wasn't in the house. What should I do? Is this happened because I didn't do it in time? Or was she supposed to come back?
 

Mego21

New Member
May 11, 2017
5
6
The devs should stop redrawing and start recoding.

View attachment 1394725
I can't do anything with jane event that says ''Sneak in your........'s room at night''. It's just same and update didn't solve it. I completed every event . I go that room every night but it doesn't trigger the event. Before jane left the house, I didn't do ''Sneak in your........'s room in night'' event. Because I did other quests. And after she leaved, I never got the chance to trigger the event bc she wasn't in the house. What should I do? Is this happened because I didn't do it in time? Or was she supposed to come back?
Screenshot.jpg

If you are using an old save game, which already had this bug, that is probably what is preventing you from moving forward. The developer warned this, so just use the new start a game option and Skip to the new content.
 
  • Like
Reactions: Humpingwerewolves

3DbPNuRHhpW

Member
Jan 19, 2019
434
581
If you are using an old save game, which already had this bug, that is probably what is preventing you from moving forward. The developer warned this, so just use the new start a game option and Skip to the new content.
No old save involved. The deadlock arises from a freshly started game.

If the internal game state has gotten so complicated that you can't see both the old and the new content in one play-through, it's time for drastic measures like splitting the game into multiple independent episodes.
 

ur other dad

Member
Jan 13, 2021
431
332
so i just started this game, and one of the first characters in it is literally just fucking hinata is this going to be a reoccurring thing of just throwing pop culture characters into the game? (although, ngl, she looks much better than some of the OCs design wise )
WHY THE FUCK ARE BILLIE EILISH AND MORGAN FREEMAN IN THIS GAME LMFAOOO
 

ur other dad

Member
Jan 13, 2021
431
332
also, small complaint that i have: why are the vast majority of the events in the afternoon? basically you can only do one thing a day, which sucks. i hope that if the devs read this, they decide to spread it out more evenly, cause having to wait a whole day before being able to do anything else is not fun
 
  • Like
Reactions: pvtbrowsing

Belgy

Newbie
Aug 21, 2016
35
112
If you want to unlock the Gallery use unren on the game, then look for in SexNote-0.14.0f-pc\game\code\Mechanics\Interface.rpy

On line 1825 it has some code that you can change - add the "$ persistent.unlock_gal01401 = True" line under the else (as below)

Code:
label checkGallery:
    if codeGall == e:
        $ persistent.unlock_gal01401 = True
        call screen patreonButtomGallery

    else:
        $ persistent.unlock_gal01401 = True
        call screen patreonButtomGallery
Then load the game and press the Unlock Gallery button in Gallery
 

Xorrak

Member
May 25, 2020
371
517
If you want to unlock the Gallery use unren on the game, then look for in SexNote-0.14.0f-pc\game\code\Mechanics\Interface.rpy

On line 1825 it has some code that you can change - add the "$ persistent.unlock_gal01401 = True" line under the else (as below)

Code:
label checkGallery:
    if codeGall == e:
        $ persistent.unlock_gal01401 = True
        call screen patreonButtomGallery

    else:
        $ persistent.unlock_gal01401 = True
        call screen patreonButtomGallery
Then load the game and press the Unlock Gallery button in Gallery
based. Also just opened the .rpy Belgy said with Notepad++ and made the changes. Don't think UnRen is needed
 
Last edited:
3.60 star(s) 162 Votes