- Jan 4, 2017
- 3,312
- 2,357
Vren is still working on endings, and sharing more artwork.
Also noted that if you want to get back clothed girls:
Nothing in the game at the moment, but I should certainly add a button for that somewhere on the menu. For now, if you're willing to go into the script you can clear it manually. Open the script in a text editor of your choice, on line 897, just under the label start, add this:
$ persistent.Lily_Complete = False
$ persistent.Mom_Complete = False
$ persistent.Nora_Complete = False
$ persistent.Steph_Complete = False
$ persistent.Alex_Complete = False
Run the game once and start a new game. That the flag that is used for each girl. Just delete those lines from the script when you're done and it'll go back to remembering your progress again
Also noted that if you want to get back clothed girls:
Nothing in the game at the moment, but I should certainly add a button for that somewhere on the menu. For now, if you're willing to go into the script you can clear it manually. Open the script in a text editor of your choice, on line 897, just under the label start, add this:
$ persistent.Lily_Complete = False
$ persistent.Mom_Complete = False
$ persistent.Nora_Complete = False
$ persistent.Steph_Complete = False
$ persistent.Alex_Complete = False
Run the game once and start a new game. That the flag that is used for each girl. Just delete those lines from the script when you're done and it'll go back to remembering your progress again