- May 20, 2021
- 745
- 2,717
Wow. Great game. I haven't played it far enough to get to the true ending, but it's awesome. Better than 99% of the games/VNs out there.
Bugs:
1. The Get Rich Quick magazine is still bugged:
In 7 Misc.rpy, lines 54 and 66 use the wrong comparison operator for shame, line 59 compares sd < 50 instead of shame > 50, and line 67 still uses the same text from the porn mag purchase.
2. Possible Bug: 7 Misc.rpy, label postclub doesn't reset the alonemult for qintrovert after returning home alone. It is a small effect, but affects sdgain, smartsgain, and shameloss from dreams after clubbing. Possibly this is intended because you weren't out alone prior to returning home alone.
3. Rare Bug: 7 Misc.rpy, label postclub doesn't check for blackout condition (possible if you get drunk before class then accept Susu's invitation and overimbibe), but the following morning, 3 Morning and Random Events.rpy, label morningeffects will give narration as if blackout had been called.
Both bugs 2 and 3 could be resolved if postclub implemented the same checks that postworktrans performs:
4. Bug: When studying with Crush (or Izuku), 3 Morning and Random Events.rpy, line 407 displays "(+1 [crush] Affection, +[fsmarts] Smarts)", but line 405 actually codes "$ smarts += 1". The same is true when visiting Crush in his dorm in 5 Male Dorm.rpy, lines 90 and 88 respectively.
5. Bug: When tutoring students at Yomo's Estate 4 Tutor Routes.rpy, line 837 calls smartsgain correctly and line 840 correctly displays those results. However, line 841 increases smarts again by another point.
Typos:
1. 7 Misc.rpy, line 872: "hooksups" should be "hookups".
2. 7 Hospital.rpy, line 198: "I have a [children] now" should be "I have [children] now"
Bugs:
1. The Get Rich Quick magazine is still bugged:
In 7 Misc.rpy, lines 54 and 66 use the wrong comparison operator for shame, line 59 compares sd < 50 instead of shame > 50, and line 67 still uses the same text from the porn mag purchase.
You don't have permission to view the spoiler content.
Log in or register now.
You don't have permission to view the spoiler content.
Log in or register now.
2. Possible Bug: 7 Misc.rpy, label postclub doesn't reset the alonemult for qintrovert after returning home alone. It is a small effect, but affects sdgain, smartsgain, and shameloss from dreams after clubbing. Possibly this is intended because you weren't out alone prior to returning home alone.
3. Rare Bug: 7 Misc.rpy, label postclub doesn't check for blackout condition (possible if you get drunk before class then accept Susu's invitation and overimbibe), but the following morning, 3 Morning and Random Events.rpy, label morningeffects will give narration as if blackout had been called.
Both bugs 2 and 3 could be resolved if postclub implemented the same checks that postworktrans performs:
You don't have permission to view the spoiler content.
Log in or register now.
4. Bug: When studying with Crush (or Izuku), 3 Morning and Random Events.rpy, line 407 displays "(+1 [crush] Affection, +[fsmarts] Smarts)", but line 405 actually codes "$ smarts += 1". The same is true when visiting Crush in his dorm in 5 Male Dorm.rpy, lines 90 and 88 respectively.
5. Bug: When tutoring students at Yomo's Estate 4 Tutor Routes.rpy, line 837 calls smartsgain correctly and line 840 correctly displays those results. However, line 841 increases smarts again by another point.
Typos:
1. 7 Misc.rpy, line 872: "hooksups" should be "hookups".
2. 7 Hospital.rpy, line 198: "I have a [children] now" should be "I have [children] now"