re-locking content?

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
Alia
Regular
Posts: 56
Joined: Tue Jun 17, 2014 9:02 pm
Contact:

re-locking content?

#1 Post by Alia »

I want to re-play some games I enjoyed a while ago, and no longer remember well. I'd like to re-lock the bonus content, and more importantly, convince the game that I've never seen any of the text before, so that the "skip seen" is more useful for this go-round.

I've tried deleting and re-downloading the game files, but for some reason the game still remembers its previous life.

Can anyone offer suggestions?

User avatar
Taleweaver
Writing Maniac
Posts: 3428
Joined: Tue Nov 11, 2003 8:51 am
Completed: Metropolitan Blues, The Loyal Kinsman, Daemonophilia, The Dreaming, The Thirteenth Year, Adrift, Bionic Heart 2, Secrets of the Wolf, The Photographer
Projects: The Pilgrim's Path, Elspeth's Garden, Secret Adventure Game!
Organization: Tall Tales Productions
Location: Germany
Contact:

Re: re-locking content?

#2 Post by Taleweaver »

General Ren'Py-related questions go into the Ren'Py support forum.

Moving.
Scriptwriter and producer of Metropolitan Blues
Creator of The Loyal Kinsman
Scriptwriter and director of Daemonophilia
Scriptwriter and director of The Dreaming
Scriptwriter of Zenith Chronicles
Scriptwriter and director of The Thirteenth Year
Scriptwriter and director of Romance is Dead
Scriptwriter and producer of Adrift
More about me in my blog
"Adrift - Like Ever17, but without the Deus Ex Machina" - HigurashiKira

Alia
Regular
Posts: 56
Joined: Tue Jun 17, 2014 9:02 pm
Contact:

Re: re-locking content?

#3 Post by Alia »

Taleweaver wrote:General Ren'Py-related questions go into the Ren'Py support forum.

Moving.
Ah, thanks.

User avatar
xavimat
Eileen-Class Veteran
Posts: 1461
Joined: Sat Feb 25, 2012 8:45 pm
Completed: Yeshua, Jesus Life, Cops&Robbers
Projects: Fear&Love
Organization: Pilgrim Creations
Github: xavi-mat
itch: pilgrimcreations
Location: Spain
Discord: xavimat
Contact:

Re: re-locking content?

#4 Post by xavimat »

Persistent data is stored here: (info from: http://www.renpy.org/wiki/renpy/doc/FAQ ... nt_data.3F The wiki is old, but for Linux is the same, maybe for windows has changed).
The Ren'Py engine stores save games and persistent data under a separate folder. It's exact location depends on the host operating system.

Windows:

Code: Select all

%APPDATA%/RenPy/game_directory
This is usually:

Code: Select all

C:\Documents and Settings\YOURNAME\Application Data\RenPy\game_directory
Where YOURNAME is your username.

Mac OS X:

Code: Select all

~/Library/RenPy/game_directory
Linux/Other:

Code: Select all

~/.renpy/game_directory
In each case game_directory is the directory for the game in question.

Also, in case the game runs from a thumb-drive, and there exists a directory called "Ren'Py Data" in the root of said drive, Ren'Py will use that to store persistent data.
And in the game/save directory of the game (but this one, as you said, has been deleted).
If Ren'Py finds former information in one or another, then uses it.
Deleting the folder should work for you. You'll also lose the saved games, of course.
Comunidad Ren'Py en español: ¡Únete a nuestro Discord!
Rhaier Kingdom A Ren'Py Multiplayer Adventure Visual Novel.
Cops&Robbers A two-player experiment | Fear&Love Why can't we say I love you?
Honest Critique (Avatar made with Chibi Maker by ~gen8)

Alia
Regular
Posts: 56
Joined: Tue Jun 17, 2014 9:02 pm
Contact:

Re: re-locking content?

#5 Post by Alia »

Whee, it worked! Thanks so much, xavimat.

Post Reply

Who is online

Users browsing this forum: Majestic-12 [Bot]