2.50 star(s) 47 Votes

masterhunter00

New Member
Feb 5, 2023
2
0
the game is great but their still some bugs because like I said before the Rita interaction are still in Russian even if the language is in English. Can it be fixed.
 

CAT0X0

Active Member
Jul 26, 2019
614
3,088
I can't find any .rpy files, unfortunately only rpyc, what can I do to see the .rpy??
Download the UnRen-forall(8.16).zip file from the attachment in this thread:
https://f95zone.to/threads/unrengui...nren-powershell-forall-v8-16-unren-old.92717/
extract the UnRen-forall.bat file containing the zip into the root folder of the game, where the exe (MCR2.exe) is located
run the bat, press enter again to bring up the menu and choose the option 2 (Decompile rpyc files), as I believe all the rpyc scripts for this game are outside. If they are packed inside an rpa, before decompiling the rpyc, you have to choose the option 1 (Extract RPA packages), which extracts all the content of the rpa (images, videos, audio, scripts, etc).
 

xf2000

New Member
Oct 25, 2018
12
3
can anybody help with the second fight in the park ?? possible to skip it ? i did 2 training sessions and cannot win from that guy
thank you for helping
 

Mysters90

Member
May 22, 2022
238
990
can anybody help with the second fight in the park ?? possible to skip it ? i did 2 training sessions and cannot win from that guy
thank you for helping
Use the cheat button (arrow on the right), as you will only lose with your current stats. No chance.
 
  • Like
Reactions: xf2000

panda0012345

Active Member
Apr 7, 2018
542
165
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: This version contains so many bugs. I'll wait for the bugfix version to update the mod
View attachment 2075147 View attachment 2075151

Here is the bugfix only for ones that have my compressed version.

My Cute Roommate 2 [v1.0.01013] [Astaros3D]
MEGA - PIXELDRAIN - WORKUPLOAD

Hello please update.
 

CAT0X0

Active Member
Jul 26, 2019
614
3,088
can anybody help with the second fight in the park ?? possible to skip it ? i did 2 training sessions and cannot win from that guy
thank you for helping
In order to win the fights in the billiard hall and the park I used a cheat.
In the billiard (against Dude) the mc won it without having started training, and in the park against both opponents (Dude and Cross-eyed), the mc won them after having done the first training with Mikhail (after getting his ring back) and receiving the first fight card.

Edit on line 108 of the 00console.rpy file:

...\MCR2-1.0.01013-pc\renpy\common\00console.rpy

# If true, the console is enabled despite config.developer being False.
config.console = False

by

# If true, the console is enabled despite config.developer being False.
config.console = True

to be able to open the command console by pressing the SHIFT+O keys inside the game.

Save the game on this screen, before starting the fight with Dude, so you can reload if you lose the fight:
You don't have permission to view the spoiler content. Log in or register now.
select Edit deck to choose the cards you want to use in that fight, if you haven't chosen them before by opening the phone and selecting the Cards icon.
In Selected cards discard the defence cards, and then in Avaiable cards choose from the cards you have, the attack cards to replace the defence cards you discarded before. In my case in Selected cards I chose these cards from the ones I had before I started this fight:
You don't have permission to view the spoiler content. Log in or register now.
After entering the screen that initiates the fight, open the command console by pressing the SHIFT+O keys and increase the energy of the mc. In this example I gave him 24 for the fight with Dude

so open the command console with SHIFT+O and paste or type:
player.energy = 24
then press Enter, type:
exit
and press Enter again to exit the command console
You don't have permission to view the spoiler content. Log in or register now.
And in this example I gave 32 for the fight with Cross-eyed
player.energy = 32
You don't have permission to view the spoiler content. Log in or register now.
try to get the mc to connect all the hits in the attack, without the opponent managing to block any of his attacks, to try to subtract as much life as possible from the opponent's energy bar in each round. If the mc loses the fight, reload it using the save you made before starting it and try increasing the value of player.energy, which has a limit where no matter how much you increase it, it has no effect.

When I won that fight with Cross-eyed on the first try, Vanessa mentioned that the mc had lost that fight before, where she went for help and when she came back there was no one there. So it seems that maybe if the mc loses the fight with Cross-eyed in the first encounter, there is a scene that you lose if you win it on the first try.
After beating Cross-eyed in the fight, Vanessa tells him to go to the University infirmary (where she is the nurse) the next day for a check-up. That triggers an event with the mc and Vanessa at the University infirmary.
 
Last edited:

Glenn009

Newbie
Sep 16, 2018
89
33
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'gfx/items/mi\u0441hail_ring.png') at 0x000000001d8b9310>:
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/tl/English/_content/city2/slum/maid3.rpyc", line 904, in script
File "game/tl/English/_content/city2/slum/maid3.rpyc", line 904, 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/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 1064, in render
surf = render(d, rw, height - y, 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/transform.py", line 909, in render
return RenderTransform(self).render(width, height, st, at)
File "accelerator.pyx", line 979, in renpy.display.accelerator.RenderTransform.render
File "accelerator.pyx", line 404, in renpy.display.accelerator.RenderTransform.render_child
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.19041 AMD64
Ren'Py 7.6.3.23091805
My Cute Roommate 2 1.0.01013
Sun Jan 7 03:52:47 2024
 
  • Like
Reactions: TurnUpTrey

Jhony234

Member
Dec 25, 2018
278
346
Wtf, there's no easy way to make money in this game, if u save to win on casino they ban u for fraud xD wtf! any way to bypass that?

Btw it says is extra and fixed but the game is not the extra one, i keeps me showing on scenes "to see more animations need extra one" or something like that (on top right corner it shows)
 
Last edited:
Apr 6, 2023
66
36
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: This version contains so many bugs. I'll wait for the bugfix version to update the mod
View attachment 2075147 View attachment 2075151
Could you update the game walkthrough mod?
 

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
8,880
4,869
MyCuteRoommate2-1.0ExtraFixed
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 
2.50 star(s) 47 Votes