2.60 star(s) 55 Votes

19890821

New Member
Jun 19, 2018
11
2
I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/mainmenu/mainmenu_bg_day.png') at 0x0000000020443110>:
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 202, in script
File "game/main_menu.rpyc", line 202, 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
 

Endymion

Newbie
Jan 4, 2018
23
6
You can combine the memory card by dragging its icon over the camera icon, then selecting the usb cable, and then Ivan's laptop, which fails because the protection on that laptop detects the virus, where the mc has to talk to Rita again in the University Lab, which triggers another event with Rita and Katya, from a chemistry class in Lecture Hall, where Rita gives the mc a second memory card with a stronger virus, so that the mc tries to hack Ivan's laptop again.

That task of trying to hack Ivan's laptop again, seems to end when Rita gives the second memory card to the mc in this version of the game, but if you trigger this event before other tasks, like the "Put the phone on the nightstand", the game gets buggy.
Which is something that usually happens in some sandboxes, where the player who plays the game as the dev updates it performs the tasks in chronological order, but who plays it for the first time in a more advanced version, finds some quests in the list of tasks that should appear later, out of the chronological order in which they have to complete them.

For example, when the mc talks to Rita in the lab, before the chemistry class where she gives the mc the second memory card, this dialogue appears:
You don't have permission to view the spoiler content. Log in or register now.
which triggers the event where Rita gives the second memory card to the mc.

and in that previous dialogue, the mc first answers "No" (the only available option) to Rita's question "No one saw you this time?", but then says "But it's getting very dangerous. Ivan caught me once already.", even though Ivan didn't see him when he tried to hack his laptop with the 1st memory card, because before this task where Rita gives him the 2nd memory card, the mc has to complete these tasks before (not after):

Tasks: "Lida's video"
Tasks: "Put the phone on the nightstand" (night)

tasks that are triggered after Ivan tells the mc:

Ivan: "I'm just watching the video where you're trying to hack into my laptop."

who recorded and has a video where Ivan see the mc trying to hack into his laptop, that he will not report to the police if the mc records a video of him having sex with his wife Lida, so he can divorce her for adultery, without having to give her money if he can prove she cheated on him.

so if you already completed the failed task of trying to hack Ivan's laptop using the first memory card, along with the camera and the usb cable, no matter how much you try to drag the icon of the second memory card that Rita gives to the mc over the camera icon in the inventory, it doesn't combine them. Because that quest of getting data from Ivan's laptop ends when Rita gives the second memory card to the mc in this version of the game. And if you see this tasks as pending:

Tasks: You need to get the data from Ivan's laptop
Tasks: Talk to Rita (morning,day ) > I need to tell Rita her memory card didn't work.

is because you completed the task where Rita gives the mc the second memory card, before having completed other tasks that had to be done previously, following the chronological order in which his dev was incorporating the tasks to be completed in each update of the game.

to be able to trigger this task:
"Put the phone on the nightstand" (night)
if the mc also has this pending task:
Get the data from Ivan's laptop (evening,night)

after Rita gave him the second memory card from the chemistry class in the Lecture Hall of the University.

as apparently the task:
"Put the phone on the nightstand" (night)
does not trigger, because the other task:
Get the data from Ivan's laptop (evening,night)
it must also be done at the same time (night) and in the same location (home), and be finished earlier because it has priority over the previous one.

In my case to be able to trigger the task:
"Put the phone on the nightstand" (night)
exit the game and edit the schedule of the other task:
Get the data from Ivan's laptop (evening,night)
only for (evening)
Get the data from Ivan's laptop (evening)
so that at the same location (home) both tasks do not overlap at the same time (night)
editing the task schedule in the file:
...\MCR2-1.0.01013-pc\game\db\quests\hero_quests.ini
replacing in the line 209:
You don't have permission to view the spoiler content. Log in or register now.
daytime = evening night
You don't have permission to view the spoiler content. Log in or register now.
by
daytime = evening
You don't have permission to view the spoiler content. Log in or register now.
the schedule of these Quests can be:

daytime = morning
daytime = day
daytime = evening
daytime = night

or also combined throughout the day:

daytime = morning day
daytime = morning day evening
daytime = evening night

After the mc fails to hack Ivan's laptop with the first memory card, along with the camera and cable, the first memory card whose variable is:
inventory.item_count["flash"]
disappears from the mc's inventory, so if after receiving the second memory card from Rita in the Lecture Hall chemistry class, whose variable is:
inventory.item_count["flash1"]
have two memory cards inside the inventory, it's because you repeated twice that event where Rita gives the second memory card to the mc.
This bug can be fixed by installing the Universal Ren'Py Mod (URM):
https://f95zone.to/threads/my-cute-roommate-2-v1-0-extra-astaros3d.90002/post-12616215

if you prefer to use the command console instead of the URM to modify some variable, edit on line 108 of the 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 enable opening the command console in the game by pressing the SHIFT+O keys

and some of the cheats related to money or inventory items are:
You don't have permission to view the spoiler content. Log in or register now.
Sorry for my English
Great help, this solved my problems, thanks!
 
  • Like
Reactions: CAT0X0

stefano luca

Newbie
May 6, 2020
62
8
View attachment 1640668

Overview:
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.​

Thread Updated: 2024-01-06
Release Date: 2024-01-02
Developer: Astaros3D - - -
Censored: No
Version: 1.0 Extra Fixed
OS: Windows, Linux, Mac, Android
Language: English
Prequel: My Cute Roommate - Girl House
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

Developer Notes:
You don't have permission to view the spoiler content. Log in or register now.
DOWNLOAD
Win/Linux: - MEGA - - PIXELDRAIN
Mac: - - MEGA - - PIXELDRAIN
Android v0.9 Extra: MEGA - - -

Extras: CG - Walkthrough Mod -
Gallery Mod

Soucer thanks for the link
*This unofficial port/version is not released by developer, download at your own risk.


View attachment 2594421 View attachment 2594389 View attachment 2594419 View attachment 2594416 View attachment 2594388 View attachment 2594417 View attachment 2594408 View attachment 2594411 View attachment 2594412 View attachment 2594410 View attachment 2594414 View attachment 2594413 View attachment 2594415 View attachment 2594418 View attachment 2594420 View attachment 1329260 View attachment 1329261 View attachment 1329264
How to make money in this game
 

Aarush22

Newbie
Jun 1, 2023
37
15
Tu vas sur le smartphone puis tu cliques sur Tittygram, une page s'ouvre avec les photos .like les toutes.
You go to the smartphone then you click on Tittygram, a page opens with the photos . like them all.
Thanks but in that app i am not able to find her profile
It will be added after some tasks?
 

Endymion

Newbie
Jan 4, 2018
23
6
You can combine the memory card by dragging its icon over the camera icon, then selecting the usb cable, and then Ivan's laptop, which fails because the protection on that laptop detects the virus, where the mc has to talk to Rita again in the University Lab, which triggers another event with Rita and Katya, from a chemistry class in Lecture Hall, where Rita gives the mc a second memory card with a stronger virus, so that the mc tries to hack Ivan's laptop again.

That task of trying to hack Ivan's laptop again, seems to end when Rita gives the second memory card to the mc in this version of the game, but if you trigger this event before other tasks, like the "Put the phone on the nightstand", the game gets buggy.
Which is something that usually happens in some sandboxes, where the player who plays the game as the dev updates it performs the tasks in chronological order, but who plays it for the first time in a more advanced version, finds some quests in the list of tasks that should appear later, out of the chronological order in which they have to complete them.

For example, when the mc talks to Rita in the lab, before the chemistry class where she gives the mc the second memory card, this dialogue appears:
You don't have permission to view the spoiler content. Log in or register now.
which triggers the event where Rita gives the second memory card to the mc.

and in that previous dialogue, the mc first answers "No" (the only available option) to Rita's question "No one saw you this time?", but then says "But it's getting very dangerous. Ivan caught me once already.", even though Ivan didn't see him when he tried to hack his laptop with the 1st memory card, because before this task where Rita gives him the 2nd memory card, the mc has to complete these tasks before (not after):

Tasks: "Lida's video"
Tasks: "Put the phone on the nightstand" (night)

tasks that are triggered after Ivan tells the mc:

Ivan: "I'm just watching the video where you're trying to hack into my laptop."

who recorded and has a video where Ivan see the mc trying to hack into his laptop, that he will not report to the police if the mc records a video of him having sex with his wife Lida, so he can divorce her for adultery, without having to give her money if he can prove she cheated on him.

so if you already completed the failed task of trying to hack Ivan's laptop using the first memory card, along with the camera and the usb cable, no matter how much you try to drag the icon of the second memory card that Rita gives to the mc over the camera icon in the inventory, it doesn't combine them. Because that quest of getting data from Ivan's laptop ends when Rita gives the second memory card to the mc in this version of the game. And if you see this tasks as pending:

Tasks: You need to get the data from Ivan's laptop
Tasks: Talk to Rita (morning,day ) > I need to tell Rita her memory card didn't work.

is because you completed the task where Rita gives the mc the second memory card, before having completed other tasks that had to be done previously, following the chronological order in which his dev was incorporating the tasks to be completed in each update of the game.

to be able to trigger this task:
"Put the phone on the nightstand" (night)
if the mc also has this pending task:
Get the data from Ivan's laptop (evening,night)

after Rita gave him the second memory card from the chemistry class in the Lecture Hall of the University.

as apparently the task:
"Put the phone on the nightstand" (night)
does not trigger, because the other task:
Get the data from Ivan's laptop (evening,night)
it must also be done at the same time (night) and in the same location (home), and be finished earlier because it has priority over the previous one.

In my case to be able to trigger the task:
"Put the phone on the nightstand" (night)
exit the game and edit the schedule of the other task:
Get the data from Ivan's laptop (evening,night)
only for (evening)
Get the data from Ivan's laptop (evening)
so that at the same location (home) both tasks do not overlap at the same time (night)
editing the task schedule in the file:
...\MCR2-1.0.01013-pc\game\db\quests\hero_quests.ini
replacing in the line 209:
You don't have permission to view the spoiler content. Log in or register now.
daytime = evening night
You don't have permission to view the spoiler content. Log in or register now.
by
daytime = evening
You don't have permission to view the spoiler content. Log in or register now.
the schedule of these Quests can be:

daytime = morning
daytime = day
daytime = evening
daytime = night

or also combined throughout the day:

daytime = morning day
daytime = morning day evening
daytime = evening night

After the mc fails to hack Ivan's laptop with the first memory card, along with the camera and cable, the first memory card whose variable is:
inventory.item_count["flash"]
disappears from the mc's inventory, so if after receiving the second memory card from Rita in the Lecture Hall chemistry class, whose variable is:
inventory.item_count["flash1"]
have two memory cards inside the inventory, it's because you repeated twice that event where Rita gives the second memory card to the mc.
This bug can be fixed by installing the Universal Ren'Py Mod (URM):
https://f95zone.to/threads/my-cute-roommate-2-v1-0-extra-astaros3d.90002/post-12616215

if you prefer to use the command console instead of the URM to modify some variable, edit on line 108 of the 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 enable opening the command console in the game by pressing the SHIFT+O keys

and some of the cheats related to money or inventory items are:
You don't have permission to view the spoiler content. Log in or register now.
Sorry for my English
No, it solved problem with "Put the phone on the nightstand" but i'm still not able to drag memory card on camera the second time.. is all ok, i've the second memory card, tried also to buy a new camera, but drag&drop simply don't work... can you help me? thanks
 
  • Like
Reactions: kamimed

KoGa3

Engaged Member
Modder
Donor
Aug 14, 2018
3,151
33,608
KoGa3 bro can you please provide android port which contains mod/unlimited money or normal version of this game's latest version.
Ghost is normally making ports for this game.
Also some of my mod functions I need for making a port would most likely not work here. Tried a port some time ago for another game of this dev, but it didn't work properly an dropped it.
 
  • Like
Reactions: Aarush22

Aarush22

Newbie
Jun 1, 2023
37
15
Ghost is normally making ports for this game.
Also some of my mod functions I need for making a port would most likely not work here. Tried a port some time ago for another game of this dev, but it didn't work properly an dropped it.
Thanks for quick reply bro, can you please tag him I don't have any idea about that guy :)
And it is possible to make just an Android post of latest version?
 

Candis1985

Newbie
Aug 7, 2022
87
21
I'm unable to get data from Ivan's laptop, it's my last task available.
Rita gave me the memory card, but it's all in Russian. Then when I cl
Great help, this solved my problems, thanks!
Any reason why if you agree it crasses but refuse it lets you move on?
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpy", line 67, in execute
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpy", line 67, in execute
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpy", line 68, in execute
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpy", line 68, in <module>
IndexError: list index out of range

-- 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 75, in script call
File "game/_navigation/photo_store/shop.rpyc", line 51, in script call
NA y1A M c 3+ f Nw i1)i\ QZ g ǎ Lf , t T ^r\ F!" ^Y \^K ` } &s 3 Hϒ p4 Dw 6O N l VM )IC o b !W ="N( g B !V fr D 5 P A< > ut >% Oh w 0 i [ ^ z P9 t G;P ) mpn D ' t;; P/ G ˹ I +9n

File "game/_content/city2/gromov_house/hero_room/hero_room.rpyc", line 9, in script call
l . ս + ʒ o Ǣ wv8 .> TV
T 2K b U ; 36Ns # a ˥ ' / ʋ Q2׃ 3 Rŧ Oué -1 x R eUh/ W B { 2 w } +{ ʦ % k$ k% ٓ :eek:ֈ t ߈ ; F 1 y7! A I _ 㙼 ~ 5 jtPݎtw N ݩP E y ] F < jZ a = s ٜ2\W 绱 r j_ u -X H P 6 xN l4N
File "game/_script/pc/pc label.rpyc", line 189, in script call
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_content/city2/college/classroom/agent3.rpyc", line 599, in script call
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpyc", line 143, in script
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_navigation/photo_store/shop.rpyc", line 51, in script call
NA y1A M c 3+ f Nw i1)i\ QZ g ǎ Lf , t T ^r\ F!" ^Y \^K ` } &s 3 Hϒ p4 Dw 6O N l VM )IC o b !W ="N( g B !V fr D 5 P A< > ut >% Oh w 0 i [ ^ z P9 t G;P ) mpn D ' t;; P/ G ˹ I +9n

File "game/_content/city2/gromov_house/hero_room/hero_room.rpyc", line 9, in script call
l . ս + ʒ o Ǣ wv8 .> TV
T 2K b U ; 36Ns # a ˥ ' / ʋ Q2׃ 3 Rŧ Oué -1 x R eUh/ W B { 2 w } +{ ʦ % k$ k% ٓ :eek:ֈ t ߈ ; F 1 y7! A I _ 㙼 ~ 5 jtPݎtw N ݩP E y ] F < jZ a = s ٜ2\W 绱 r j_ u -X H P 6 xN l4N
File "game/_script/pc/pc label.rpyc", line 189, in script call
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_navigation/photo_store/shop.rpyc", line 75, in script call
File "game/_content/city2/college/classroom/agent3.rpyc", line 599, in script call
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpyc", line 143, in script
File "renpy/ast.py", line 2259, in execute
self.call("execute")
File "renpy/ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", 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 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 476, in visit_all
callback(self)
File "renpy/display/core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "renpy/display/screen.py", line 487, in per_interact
self.update()
File "renpy/display/screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpy", line 67, in execute
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpy", line 67, in execute
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpy", line 68, in execute
File "game/_script/minigames/SliderFuck/SliderFuckBySpeed.rpy", line 68, in <module>
File "renpy/revertable.py", line 217, in __getitem__
rv = list.__getitem__(self, index)
IndexError: list index out of range
 

CAT0X0

Active Member
Jul 26, 2019
658
3,374
No, it solved problem with "Put the phone on the nightstand" but i'm still not able to drag memory card on camera the second time.. is all ok, i've the second memory card, tried also to buy a new camera, but drag&drop simply don't work... can you help me? thanks
Apparently that task "Get the data from Ivan's laptop" ends when Rita gives the mc the second Memory card in this version of the game. And you still can't use the second memory card, because that event is not in this version of the game, maybe in the next update. Because it doesn't make sense that the mc can hack Ivan's laptop in this version of the game, when on the other hand at the end of the event in the Lecture Hall there are these dialogues between Katia and the mc:

Katya: "She wants you to steal data from Ivan Gromov's computer?"
Katya: "I want to warn you that I know Ivan and I will tell him everything. So think before you
Dick: "Hey, she has to be stopped! We need to find her and stop her from telling Ivan anything!"
Dick: "I'm sure you can get Katya's address from the dean."


which suggests that at least before trying to hack Ivan's laptop again with that second memory card, the mc has to go talk to the dean to get Katia's address, and then find her and stop her from telling Ivan anything. And those events are missing in this version of the game.

And the game also doesn't allow yet to combine the second memory card icon with the camera icon in the inventory, because otherwise the player would try to hack Ivan's laptop again with that second memory card, when by the dialogues, they require that the mc complete other previous tasks like the ones I mentioned before.

And the task "Get the data from Ivan's laptop" will remain pending until the version of the game where it ends, because the mc has already failed twice trying to complete that task in different versions of the game, first using only the first Memory card, and then combining it with a MK2 or higher camera and the cable.

And another hint that this task "Get the data from Ivan's laptop" is bugged until it is finished in some version of the game, is that other players also have this other secondary task listed as pending:

Tasks: Talk to Rita (morning,day ) > I need to tell Rita her memory card didn't work.

where if they complete it because it also appears in the tasks list, they end up repeating the event where Rita gives the second memory card to the mc. And with a bug for containing two of those memory cards instead of one inside the inventory:

where that variable should be = 1
inventory.item_count["flash1"] = 1
You don't have permission to view the spoiler content. Log in or register now.
and not = 2
inventory.item_count["flash1"] = 2

and that task "Get the data from Ivan's laptop" that appears as pending, should include some legend like (To be continued in the next update), to prevent the player from trying to complete it if it is not finished in this version of the game either.

Anyway wait and see if any of the patreons of this game who have access to more information, comment on having completed that task, because in the scripts or quests there seems to be no indication of more texts linked to that task, after Rita gives the second memory card to the mc in this version of the game.
 
Last edited:
2.60 star(s) 55 Votes