My Cute Roommate Fixs

You might also like

Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 2

his 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!

Known issues of 0.9.0:

The game check only to end_part10 in older content, which cause the game displays the finish
screen before you reach the new content.

The counter of the girls you need to fuck can go to negative in the task list.

Small spelling mistake in the director scene.

If you start a new game, there will be an error of game/update.rpy line 12, check the solution
above

You might also like