- Sep 18, 2018
- 1,293
- 3,038
Is she...
Is she actually sucking on a prolapsed anus? Really?
Is she actually sucking on a prolapsed anus? Really?
Same here.Running into a bug trying to help Eloise at the shop. After finishing at the docks, returning to El and picking "Sure am!" option, the dialog loops into the chat dialog menu
Isn't that the end of this version? I only made it there as well but assumed that was itWhere can I find a walkthrough? I'm stuck in the first chapter at 9:55 and don't know what to do to move forward
Not sure how to get them, but I wrote a small script to unlock the gallery if you are interested. You can name the file anything really, but I put it in:Anyone know how to get full gallery? I keep missing one from page 3,7 and 8. There must be some combination of choises that I'm not making but can't seem to figure out what that is.
View attachment 2291192 View attachment 2291193 View attachment 2291194
game/gallery_unlock.rpy
init 100 python:
def unlock_all(self):
self.num_unlocked = len(self.images)
self.is_locked = False
GalleryItem.refresh_lock = unlock_all
GalleryItemChapterOne.refresh_lock = unlock_all