save problem

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
yuuri88
Newbie
Posts: 20
Joined: Fri Aug 02, 2019 11:58 am
Contact:

save problem

#1 Post by yuuri88 »

I just use this solution about save. And when I save at the point I forse to save,the other save data will be delete. :cry: :cry: how to keep other save data?

https://www.reddit.com/r/RenPy/comments ... c/ega2uhl/

User avatar
hell_oh_world
Miko-Class Veteran
Posts: 777
Joined: Fri Jul 12, 2019 5:21 am
Contact:

Re: save problem

#2 Post by hell_oh_world »

yuuri88 wrote: Sun Aug 25, 2019 4:27 am I just use this solution about save. And when I save at the point I forse to save,the other save data will be delete. :cry: :cry: how to keep other save data?

https://www.reddit.com/r/RenPy/comments ... c/ega2uhl/
What trouble are you actually facing with the saves? Also, it would be better if you would post your code here so that others would be able to help you. On the link you sent, maybe you have included this line:

Code: Select all

saves = renpy.list_slots()
        for save in saves:
            renpy.unlink_save(save)
This code would definitely delete all your saves using the function renpy.unlink_save()

yuuri88
Newbie
Posts: 20
Joined: Fri Aug 02, 2019 11:58 am
Contact:

Re: save problem

#3 Post by yuuri88 »

It's ok, I use default a persistent value to fix this problem

Post Reply

Who is online

Users browsing this forum: Google [Bot]