eknaro64

Newbie
Jan 24, 2020
44
16
149
Jesus people. download unren and run it so you can use Shift+O to run commands in game then use the following command:

persistent.unlock_gal0160 = "true"

Oooooooor if you're financially in a position to do so, go support this great developer with a few bucks and get the code. Not here to judge; just here to fap. Cheers.
10/10 fucking easy
 
  • Like
Reactions: Firefoot87
Nov 30, 2021
22
3
13
I have seen Jane Bdsm master scenes but not all of them does anyone have the videos and also saw his mother being part of the upload as well
 

Hordragg

Lesser-Known Mesmer
Donor
Compressor
Apr 2, 2019
3,131
11,070
698
SexNote [v0.16.0d] [JamLiz] – Compressed

Win/Linux v0.16.0d · · · (171.0 MiB :: 749.3 MiB)
Mac v0.16.0d · · · (136.7 MiB :: 714.8 MiB)
This compression is unofficial, reduces asset quality, and may or may not break your game.

Caveat emptor.
 
Oct 1, 2020
270
327
120
How do you make full save file work ? Like where do you place it ? Also no matter what i do my old saves are still here even i deleted them the fuck is that
 

Hordragg

Lesser-Known Mesmer
Donor
Compressor
Apr 2, 2019
3,131
11,070
698
How do you make full save file work ? Like where do you place it ? Also no matter what i do my old saves are still here even i deleted them the fuck is that
Saves are stored at two different locations. One is the game's own save directory, the other is the platform specific save location:
Python:
# game/code/System/options.rpy
136:## Windows: %APPDATA\RenPy\<config.save_directory>
138:## Macintosh: $HOME/Library/RenPy/<config.save_directory>
140:## Linux: $HOME/.renpy/<config.save_directory>
145:define config.save_directory = "SexNote-1561590144"
Ren'Py stores save files simultaneously to both locations, but other than that, they aren't kept in sync. So either rename the save file so it occupies a currently empty slot (the naming scheme is '<page>-<slot>-LT1.save') or make sure to delete your own save from the platform specific save location as it takes precedence over the game's save directory.

Why I cant roll back text?
Because of
You don't have permission to view the spoiler content. Log in or register now.
Simply create a rpy file with a name of your choosing in the game's game direcotory and drop the following into it:
Python:
init 1:
    $ config.rollback_enabled = True
Restart and enjoy!
 
3.60 star(s) 165 Votes