randomguy6516265165

Conversation Conqueror
Jun 21, 2018
6,661
4,969
517
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.


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!
no idea how to do that
 

PervectKakarot

Active Member
Oct 8, 2017
659
1,021
360
The game is very good.! and the animations are good too, one more thing is the fact that I missed a little grinding before the characters relate, like a rubbing, groping, provocative possessions.. other than that the game is on my favorites list
 

Dracula Belmont

Prince of Darkness
Donor
Game Developer
Dec 17, 2017
414
503
183
The game is very good.! and the animations are good too, one more thing is the fact that I missed a little grinding before the characters relate, like a rubbing, groping, provocative possessions.. other than that the game is on my favorites list
Didn't know that those are major ingredients to make a game popular, story writing, good world-building, interesting gameplay seems to be old school now.
 

RandyPhoenix

Engaged Member
Jun 30, 2018
3,115
5,266
623
With every update im coming here with hoping DEV changed to old art style or at least changed ugly nose design but everytime the only thing im getting is more disappointment... First picture looks awesome and when we change to animation we are seeing this ugly thing... I dont know who makes this nose design but he/she need stop and find another job... This was one of games i add my signature and i was loving it but now its just terrible... I dont want even talk about forced (unavoidable) Fendom content or how MC is not got any character development at all after this much update and gaining this much power. Thanks for killing this game potencial...
Screenshot_2.jpg Screenshot_3.jpg
 

Onimori

Newbie
Nov 9, 2021
49
88
36
Has anyone a idea how you change the default name from the mc? Some of my gallery scenes were suddenly missing and to fix that I used the gallery code, but now the mc is in all scenes called "chris"...
surprise motherfucker.gif
 
  • Like
Reactions: Boopeeman
3.60 star(s) 165 Votes