Cartageno

Devoted Member
Dec 1, 2019
8,920
15,054
anyone know how to delete the saves? I try to delete from game folder but not work, it is just become auto-1-LT1.save but when open the game nothing changed
Two possibilities:

(a) the saves are not only stored in the game folder but also in (username)/AppData/Roaming/RenPy/(gamename), here it is LoSeSb and a couple of numbers. You would have to delete a save in both folders to have them disappear. This holds true for basically all RenPy engine games.

(b) In most Ren'Py games, when on a computer not an android device, you can press "DEL" when hovering over a save (like you would when loading or overwriting that save), then the game will ask you whether you want to delete the save.
 
  • Like
Reactions: MisterDuck
Dec 6, 2019
279
673
yea,and why would i ? do i have a reason ? what is it with you and your shitty arguments like "then do it yourself,duh"

i've seen a lot game with actual effort that have galleries that add scenes as the game goes. i did renpy galleries myself. i'm not obligated to explain myself to some one who dont know shit what he is talking about. if an experienced modder said "not worth it" it mean just that,not that is not possible.
get off your high horse.
Facts, that's a shitty argument and always has been.
 

Loradeon

Member
Oct 28, 2018
375
119
So, I seem to have bugged out my save. I just got the home harem and I've 100% the gamer bree. I thought I remembered collaring her before but I can't seem to do it anymore. Her submission is locked at 50.
 
May 23, 2020
15
3
I fixed the Calendar issue by modding line 89 in the Class_appointment file to : return [entry for _, entry in sorted(agenda)]
Code:
return [entry for _, entry in sorted(agenda)]
not sure whats different but assuming only the way the list is sorted is different i only tested a couple of dates at once and it seems to be working fine..
Was having the same issue, this fixed it, couldn't keep track of who's going on a date when..
 
3.60 star(s) 315 Votes