Maverick1965
Member
- Sep 2, 2018
- 307
- 421
- 182
Looking at my load screen having finished, shows 'harem route' up until the decision to tell the truth or lie to Emily. At this point, it's renamed 'husband route' and the final save showing both Jenna & Elly together with the MC on the couch is also named this.It should have said "Elly route" if you chose to make Elly's first time special and didn't get out of the breakup with Emily. It should have said "Husband route" if you "broke up" with Jenna:
Python:def get_path(): rv = "Harem route" if not entzone >= 4: if entzone == -1: rv = "Harem route" else: if jennadeny == 2: rv = "Harem route" else: rv = "Husband route" elif d6evirgchoice == 1: if d7embel == 1: rv = "Harem route" else: rv = "Elly route" return rv
Don't know if this is an issue with this particular build (v.011) although it's the one downloaded through this thread.