- Sep 17, 2023
- 149
- 79
The vids are called by specific functions. Code like this:I have an error where the game is seemingly trying to load specific vids (rather than just any vid with the correct tags) even though I removed them from the vids folder bc I didn't like them, this has never happened with the previous versions so does anyone know how that could be fixed?
Code:
$ renpy.movie_start_displayable(webmFinder.get("facial",_girl = selectedGirl),loops=-1)
If you didn't like the movies and deleted them, but still use whatever function it was (since it's looking for them), you'll need to find or make replacements, and name them appropriately. Or stop doing whatever was calling for those specific vids. You could also go into the code, and change the target that the webmFinder is looking for.
You have the power to make the game as easy or as hard as you want it to be. Download more girls for greater variety at the start. In my game, I use about a hundred, and I'm sometimes lucky if I can get a pair of panties in the first week, but I like the challenge. Go into the girls and make edits to their girlConfig.ini files.So I'm one week in and I can fuck half of the avaliable girls.
Is there anything more to the game that I'll unlock by playing besides photoshoots? I can see the PTA rules but most of them are just "win easier" buttons
In the /game folder, Ninoss was nice enough to include a text file called HOW_TO_MOD which gives you a solid base to start from. Little Caprice is the girl with all of the tags for things listed in her .ini files. Make your game as challenging as you want.
On the Google Docs, you can find hundreds of new girls to play with, as well as mods to add actions. The tools are there, it's up to you to use them.
Last edited: