Page 1 of 1

Any way to add label to already seen labels?

Posted: Fri Apr 23, 2021 1:47 pm
by Victorius
Hey!

Some players corrupted their persistent playing with some cheat mod, and after deleting it, their seen labels were reset. The thing is I've got a replay gallery, and it unlocks with them. Is there any way for me to add manually the label to list of seen labels?

I have a variable keeping progress, and based on it I can select which labels to add, but I don't know how to add to seen labels.
I can do workaround, with setting some special variable and jumping to all labels only to return right away if variable is True, but I would rather add to the list directly.

Btw, my gallery is not hard coded, and my game support mods, so using progress variables would require me to use eval, which I don't want to if possible. I would also want the gallery to be compatible between playthroughs, so renpy.seen_label() is the best way