2.50 star(s) 47 Votes

jjzoey007

Member
Dec 26, 2018
152
97
My cute roommate ver 1.0 Downloadlinks



Hello dear patrons! Happy New Year!
I want to present you my new release. The android version will be a little later if I can compress the files. With each release making the android version becomes more and more difficult. Since the android app limit is 2 GB and the game already takes more than 3 GB.
In the new year I plan to keep a weekly report about my work, so you can monitor my progress. I'll tell you about the rest of my ideas this week. I hope you enjoy the release.

Extra Version:

Google Disk:
Windows
Mac
Linux

Mega:
Windows
Mac
Linux

Normal Version:

Google Disk:
Windows
Mac
Linux

Mega:
Windows
Mac
Linux


Happy new year everyone!
thanks lodar
 
  • Yay, new update!
Reactions: Qalx

lodar

Newbie
May 13, 2018
83
294
Read the announcement.
Im afraid I will lose the access in a few hours already since patreon seems to have another time zone.
I didnt take that into account, since we already have the new year around here :censored:
 

jikhak

Member
May 5, 2017
226
200
Help, I can't play it

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/mainmenu/mainmenu_bg_day.png') at 0x0000000021022450>:
File "renpy/common/00start.rpy", line 275, in script
python:
File "renpy/common/00start.rpy", line 275, in script
python:
File "renpy/common/00start.rpy", line 279, in <module>
renpy.call_in_new_context("_main_menu")
IOError: Couldn't find file 'arrow.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/bootstrap.py", line 275, in bootstrap
renpy.main.main()
File "renpy/main.py", line 670, in main
run(restart)
File "renpy/main.py", line 144, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 955, in run_context
context.run()
File "renpy/common/00start.rpy", line 275, in script
python:
File "renpy/common/00start.rpy", line 275, in script
python:
File "renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00start.rpy", line 279, in <module>
renpy.call_in_new_context("_main_menu")
File "renpy/game.py", line 349, in call_in_new_context
return renpy.execution.run_context(False)
File "renpy/execution.py", line 955, in run_context
context.run()
File "game/main_menu.rpyc", line 192, in script
File "game/main_menu.rpyc", line 192, in script
File "renpy/ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "renpy/exports.py", line 1474, in say
who(what, *args, **kwargs)
File "renpy/character.py", line 1352, in __call__
self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
File "renpy/character.py", line 1006, in do_display
**display_args)
File "renpy/character.py", line 693, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "renpy/ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "renpy/display/core.py", line 4175, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2785, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 492, in renpy.display.render.render_screen
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/transition.py", line 378, in render
top = render(self.new_widget, width, height, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/screen.py", line 731, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 888, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/layout.py", line 1341, in render
st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/text/text.py", line 2164, in render
renders = renpy.display.render.render(i, width, self.style.size, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/anim.py", line 495, in render
rend = renpy.display.render.render(self.image, height, width, st, at)
File "render.pyx", line 170, in renpy.display.render.render
File "render.pyx", line 266, in renpy.display.render.render
File "renpy/display/im.py", line 676, in render
return cache.get(self, render=True)
File "renpy/display/im.py", line 330, in get
surf = image.load()
File "renpy/display/im.py", line 803, in load
raise e
IOError: Couldn't find file 'arrow.png'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.3.23091805
My Cute Roommate 2 1.0.01010extra
 
  • Like
Reactions: Hammel312

lodar

Newbie
May 13, 2018
83
294
From my first experience there seem to be a few bugs in the new version. The interaction with the nurse is only russian at times and the scene in the lecture hall at the end always ends up in a crash for me independent from the choices I make.
Guess we will have to wait for a fix :LOL:
 
  • Like
Reactions: lobotomist

platypushperry

Engaged Member
Jul 20, 2022
2,119
4,788
Game/Developer: My Cute Roommate 2/Astaros3D - - -
Modder: LaikDink
Since Ripson abandoned the mod, I will update the walkthrough mod based on what he recommended. This mod will highlight the choice here. Enjoy
Download: MEGA
P/s: The updated version is here .(Thanks to master861) I will continue this mod in the next version
View attachment 2075147 View attachment 2075151
hii new update is available
 

thegrindisreal

Active Member
Dec 19, 2018
781
1,423
Android version update please
Bro are you blind? Seriously the mods need to ban these people...

Anyway, the update this time around , is an absolute mess.
#1 Half the dialog is in russian, no matter what other language I choose.

#2 Half of the animations are declared as missing during gameplay.

#3 The scene when we are about to give Rita oral, clicking "Lick her pussy", crushes the game definitely.

#4 Seriously if someone has discord access (I'm not giving them my phone number), tell the dev about this thing called LUBE. Anal doesn't work like that in real life. The whole scene with the police officers was unpleasant to watch. The animations were also disturbing. The MC's dick is simply to big and the mouth movements looked creepy. On top of that,during the doggy sequence, his right arm didn't move at all...Make him slap that ass.

#5 The update felt lackluster. The interrogation room scene felt unnecessary. She should have just locked him up in the cell and be done with it. The dev could have spent the time wasted here, elsewhere. Make a sex scene with one of the blonds instead.

#6 The whole auditorium scene requires too much suspension of disbelieve. I didn't buy it. ...Just make a normal threesome with Rita and Katya. Katya jerks off MC during lessons. Rita sees that and orders them to stay behind. Then she forces them into servicing her, while being dominant. She demands oral, anal pleasure from both, little cuckqueen scene, Rita teases Katya while riding the MC etc. Boom boom boom 1 2 3 done. Anything else then these absurd scenarios...

The previous update was worth the 31$...This one wasn't.
From now on, every update needs a Lida sex scene. 420% true.
 
Last edited:
  • Like
Reactions: lobotomist

Rams14

Member
Apr 22, 2019
277
131
Bro are you blind? Seriously the mods need to ban these people...

Anyway, the update this time around , is an absolute mess.
#1 Half the dialog is in russian, no matter what other language I choose.

#2 Half of the animations are declared as missing during gameplay.

#3 The scene when we are about to give Rita oral, clicking "Lick her pussy", crushes the game definitely.

#4 Seriously if someone has discord access (I'm not giving them my phone number), tell the dev about this thing called LUBE. Anal doesn't work like that in real life. The whole scene with the police officers was unpleasant to watch. The animations were also disturbing. The MC's dick is simply to big and the mouth movements looked creepy. On top of that,during the doggy sequence, his right arm didn't move at all...Make him slap that ass.

#5 The update felt lackluster. The interrogation room scene felt unnecessary. She could have just locked him up in the cell and be done with it. The dev could have spent the time wasted here, elsewhere. Make a sex scene with one of the blonds instead.

#6 The whole auditorium scene requires too much suspension of disbelieve. I didn't buy it. ...Just make a normal threesome with Rita and Katya. Katya jerks off MC during lessons. Rita sees that and orders them to stay behind. Then she forces them into servicing her, while being dominant. She demands oral, anal pleasure from both, little cuckqueen scene, Rita teases Katya while riding the MC etc. Boom boom boom 1 2 3 done. Anything else then these absurd scenarios...
U know bro some developing country are hv lazy habit to reading , world are big , thats fact :D
 

Hammel312

Member
Jan 3, 2018
373
210
It's crashing all the time. Even after starting a new game.
Code:
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'gfx/items/mi\u0441hail_ring.png') at 0x00000000512a06d0>:
IOError: Couldn't find file 'gfx/items/miсhail_ring.png'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/bootstrap.py", line 275, in bootstrap
    renpy.main.main()
  File "renpy/main.py", line 670, in main
    run(restart)
  File "renpy/main.py", line 144, in run
    renpy.execution.run_context(True)
  File "renpy/execution.py", line 955, in run_context
    context.run()
  File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
      ;d H  QO  w
  File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
      ;d H  QO  w
  File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
      ;d H  QO  w
  File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
  File "game/_content/city2/college/photo_club/photo_rdean.rpyc", line 29, in script
    җ  R z    0* B W        W  kA  
  File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
      ;d H  QO  w
  File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
      ;d H  QO  w
  File "game/_navigation/photo_store/shop.rpyc", line 43, in script call
      ;d H  QO  w
  File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
  File "game/_content/city2/college/photo_club/photo_rdean.rpyc", line 29, in script
    җ  R z    0* B W        W  kA  
  File "renpy/ast.py", line 1678, in execute
    renpy.exports.with_statement(trans, paired=paired)
  File "renpy/exports.py", line 1758, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "renpy/display/core.py", line 2981, in do_with
    clear=clear)
  File "renpy/display/core.py", line 3582, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "renpy/display/core.py", line 4175, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2785, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/transition.py", line 378, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/screen.py", line 731, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 1341, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/dragdrop.py", line 974, in render
    return super(DragGroup, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/dragdrop.py", line 547, in render
    cr = render(child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 888, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/layout.py", line 373, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "renpy/display/im.py", line 676, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 330, in get
    surf = image.load()
  File "renpy/display/im.py", line 803, in load
    raise e
IOError: Couldn't find file 'gfx/items/miсhail_ring.png'.

Windows-10-10.0.22621 AMD64
Ren'Py 7.6.3.23091805
My Cute Roommate 2 1.0.01010extra
Mon Jan  1 11:21:33 2024
 

lodar

Newbie
May 13, 2018
83
294
Bro are you blind? Seriously the mods need to ban these people...

Anyway, the update this time around , is an absolute mess.
#1 Half the dialog is in russian, no matter what other language I choose.

#2 Half of the animations are declared as missing during gameplay.

#3 The scene when we are about to give Rita oral, clicking "Lick her pussy", crushes the game definitely.

#4 Seriously if someone has discord access (I'm not giving them my phone number), tell the dev about this thing called LUBE. Anal doesn't work like that in real life. The whole scene with the police officers was unpleasant to watch. The animations were also disturbing. The MC's dick is simply to big and the mouth movements looked creepy. On top of that,during the doggy sequence, his right arm didn't move at all...Make him slap that ass.

#5 The update felt lackluster. The interrogation room scene felt unnecessary. She could have just locked him up in the cell and be done with it. The dev could have spent the time wasted here, elsewhere. Make a sex scene with one of the blonds instead.

#6 The whole auditorium scene requires too much suspension of disbelieve. I didn't buy it. ...Just make a normal threesome with Rita and Katya. Katya jerks off MC during lessons. Rita sees that and orders them to stay behind. Then she forces them into servicing her, while being dominant. She demands oral, anal pleasure from both, little cuckqueen scene, Rita teases Katya while riding the MC etc. Boom boom boom 1 2 3 done. Anything else then these absurd scenarios...

The previous update was worth the 31$...This one wasn't.
From now on, every update needs a Lida sex scene. 420% true.
I completely agree on this. Apart from the obvious flaws mentioned by you it feels to me like he just randomly keeps adding new characters such that the scenes with the blondes get postponed update after update. He probably knows that most people are looking forward to it and keeps avoiding it such that he can sell more copies of his game to people who are hoping for exactly this kind of content.

But I stopped questioning the MC or his decisions anyway since at this point it should be obvious to the player that the MC is clearly mentally handicapped, which makes me skip the dialogue completely.
 
2.50 star(s) 47 Votes