Hola Hero, muchas gracias pero sigue sin funcionar. Gracias por la ayuda
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 bugged.
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:
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:
Get the data from Ivan's laptop (evening,night) > 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:
daytime =
evening night
by
daytime =
evening
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:
Sorry for my English