LMendez

New Member
Jun 11, 2019
8
15
So the original gallery unlocker doesn't work, i read in another comment that you can change a few lines the script videoGallery.rpy to do that.

I'm on version 0.9.5, and I managed to get the gallery to show me all scenes by changing the following line:

Line 507: return getattr(persistent, self.lockCondition, False)

Replace it with this:

Line 507: return True

Strictly speaking it doesn't unlock all scenes, but the effect is the same, you open the gallery and you can watch any scene you want.

Here's an image:
Untitled.png
 

lolnolol69

Member
Oct 25, 2022
130
249
So the original gallery unlocker doesn't work, i read in another comment that you can change a few lines the script videoGallery.rpy to do that.

I'm on version 0.9.5, and I managed to get the gallery to show me all scenes by changing the following line:

Line 507: return getattr(persistent, self.lockCondition, False)

Replace it with this:

Line 507: return True

Strictly speaking it doesn't unlock all scenes, but the effect is the same, you open the gallery and you can watch any scene you want.

Here's an image:
View attachment 3867924
Where is the videoGallery.rpy file located? Or if I have to make it, where do I drop it?
 

Thecatbred

Well-Known Member
Game Developer
Sep 24, 2018
1,088
2,056
I'd imagine it would be, or at least to recreate it from scratch.
Might sound like find if I have the time and remember how. What game system would you all recommend I build it on?
They used Ren'py and to be honest its more of a preference thing i can imagine this game in other Engines but Ren'py favors games like this with a lot of art.
 

SylvesterHeart

New Member
Aug 17, 2023
3
2
I am trying to use Ren'Py Editor v 1.6.1 to modify the saved file variables. I get the following message when trying to load it back in the game
1722231493466.png
Whether I modify the file located in the game/save directory of the executable or the one of %appdata%/Roaming\RenPy\FutaDomWorld-1531539788 (or both copying one onto another)...
Any clue?
 
  • Like
Reactions: bob.Smith
4.20 star(s) 66 Votes