This is actually My Cute Cousin with changed name.
Finally came the day where our protagonist graduated from high-school. Now it’s time for him to step into adulthood and go to college, and to do that he needs to move-in with his once fat and ugly bully of a cousin (whom he hadn’t seen since his tender childhood) in the big city.
It’s the time to take the opportunity to plunge into student life full of drive and debauchery.
Error message you can get:
AttributeError: ‘bool’ object has no attribute ‘done’ or
AttributeError: ‘bool’ object has no attribute ‘on’
ValueError: list.remove(x): x not in list
Solution:
If the file in the error message is “game/library.rpy” and line 60, then rollback from the error, use the console and write:
send_barbara_library = Task(_(“Send Barbara to the library”))
send_barbara_library.on = True
send_barbara_library.get = True
If the file in the error message is “game/college.rpy” and line 408, then rollback from the error, use the console and write:
tell_dean_anna_home = Task(_(“Tell the dean that Anna comes home”))
tell_dean_anna_home.on = True
tell_dean_anna_home.get = True
If the file in the error message is “game/update.rpy” and line 12, then:
Download the attached update.rpy and place it into the /game folder.
Restart the game and try to continue your journey.
Attention: These fixes only works/tested on PC version. If you use Mac version maybe they will works, but never tested it as I don’t use any apple stuff. For android version, the console not really works, so these fixes probably also won’t works!