Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi @CosyCreator! 

"Cosy Cafe" is one of my all-time fav. AVN games to play, I guess you could say I'm a bit obsessed with it hahaha (so far I've done 3 full pts, + 2 more of only the last update). 

There's something I wanted to ask you, would it be possible to add a way to delete the saves, please? Whether it is using the "delete" button on the keyboard or putting a function inside the game where we can delete the saves. 

Having to open the game directory and manually delete the saves & persistent file, doesn't work on my PC...

(+3)

FYI, RenPy (the game engine that Cosy Cafe runs on) stores backup saves in a second location. you likely deleted only the first set in the game directory (likely .../CosyCafe/game/saves)

On linux the directory is

/home/%username%/.renpy/CosyCafe-##########

I haven't used windows in over 15 years so I am not sure exactly where it is but likely in a 

/%user%/AppData/renpy/CosyCafe-##########

 or similar location.

You would need to delete it there as well to get rid of it. (at least until a delete function is added to this game.)

I had no idea RenPy had two stores backup for saves lol, and you're right, I only deleted via the first directory, thanks for informing me!

(+2)

Hey, thanks! The ability to delete saves was accidentally lost when I upgraded to the new UI last update - it's already been fixed for the next one however, so it should come back in the next month or two.