sorry a noob question but how do you these save files? I pasted it in game/saves but it didnt appearhttps://f95zone.to/threads/no-more-secrets-v0-11-royalcandy.13673/post-3449581
A guy made saves for all routes,is really useful
c:\Users\YourName\AppData\Roaming\RenPy\GameNamesorry a noob question but how do you these save files? I pasted it in game/saves but it didnt appear
You need to save it there and remove the save files which are already there in the same positions which are in a different file.They are loacted in C:\YOURNAME\Application Data\RenPy\game_directory. ... You should find No More secrets save files and delete the data in there(beware,you'll lose older save files.)sorry a noob question but how do you these save files? I pasted it in game/saves but it didnt appear
Try:sorry a noob question but how do you these save files? I pasted it in game/saves but it didnt appear
%appdata%\renpy
IIRC he plans to add that in his next game. I hope he plans on adding Julia and doc Monique too, was really disappointed they weren't in the final episode or the endings.So did he close out the missing girl plot from the party or did that go unfinished??
nicolePath = False
brandyPath = True
lizziePath = False
jeanePath = False
amiePath = False
vanessaPath = False
stephaniaPath = False
Only if the incest patch is installed and triggeredIs it normal the the sister is referred to as "live in the same house with" instead of sister?
Did you only have the one save? There's plenty of content if you have multiple paths. royalcandy never intended there to be an Ep.11 in the first place and if he'd expanded the epilogues as well it would have taken even longer.Kinda wished that the epilogue was a little more expanded, given the dev had 5 months to finish it. Give us a day in the life of Brian in his ending. Kinda felt it was a little rushed.
Just toggling the <girl>Path variable will work in some instances but some of the scenes also depend upon variables set by completing other scenes in previous episodes.For anyone having trouble trying out different endings you can activate the console, and change the paths there. For example, if you want to test a brandy only ending when you got to the ballroom:
So you can toggle girl paths with setting False/True to their corresponding variable which is '[girl name]Path'.Code:nicolePath = False brandyPath = True lizziePath = False jeanePath = False amiePath = False vanessaPath = False stephaniaPath = False