- Jul 7, 2018
- 893
- 1,809
found anyone way to show scenes in this "View scenes"?
example throught editing save?
i have there only Sarah scene, but i'm sure there was more previously
ad. you can rename "Sarah Sex Scene" example to Clea/Liana/Melony/Pacifica on line "scene_list"
(it give error at the end of scene with "u'daughtersname" for Clea)
but i dint figured how to add more scenes at once
i know what are those scenes, just dont know how to unlock them to be in this list.
I repeately tried to play those scenes and then rewind back to recruit girl, but only Sarah remained, for others it didn't worked.
Thats why i asked if someone know a "cheat" method to get those scenes to this list
I've been reading the script and I've found the code that adds the scenes to the scene list when you don't recruit the girls.
Basically you need to enable the console and type these lines separately exactly as they are, with the '$' and everything.
Python:
$ scene_list.append("Clea Sex Scene")
$ scene_list.append("Sarah Sex Scene")
$ scene_list.append("Pacifica Sex Scene")
$ scene_list.append("Melony Sex Scene")
$ scene_list.append("Liana Sex Scene")