4.10 star(s) 70 Votes

LMendez

New Member
Jun 11, 2019
9
18
134
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
145
312
186
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,140
2,107
424
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
21
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

lolnolol69

Member
Oct 25, 2022
145
312
186
But in that day, the only options are the bar, the downtown and the temple... Has another option?
It's probably related to one of the main routes, but the only example I can think of is the Demetria route where you get the option to run away from Mallory. I guess follow Wallis' route and skip enough days to reach Goddess' Day and explore all the options thoroughly.
 
4.10 star(s) 70 Votes