Gotta admit, I'm struggling with this. I can't seem to get it to work. I seem to be able to type that exactly as necessary p to before the refresh gallery part. Is the refresh gallery code typed and executed separate from the code above it?
Whatever the case, I seem to keep throwing errors and not having it work.
The refresh gallery is separate.
for cgset in CGSETS: (hit enter)
(two spaces automatically inserted)renpy.game.persistent._seen_ever[cgset.label] = True (hit enter)
(two spaces automatically inserted)for cgimg in cgset.images: (hit enter)
(four spaces automatically inserted)renpy.game.persistent._seen_images[tuple(cgimg.split())] = True (hit enter)
(hit enter)
(hit enter)
refresh_gallery() (hit enter)
I will double check if this still works on the current virtues though, since that was a while ago.
Edit: it definitely doesn't work rn because the developer did a major gallery change. I will try and fix this asap