2.50 star(s) 48 Votes

shakey5864

Newbie
Jun 21, 2023
25
9
he just posted the fix for MCR2 ver 10 said he was tring to get to us be for new years don't know of a working mod
 

raitoz

Newbie
May 18, 2017
96
32
I found a fix for the Katya photoshoot loop (bare with me):
1. Enable the Console (search all over F95 for instructions)
2. type:
Code:
k = npc['katya']
Press Enter
3. type:
Code:
k.active_tasks[1].name
Press Enter
4. Confirm that 'Talk to Katya in photo studio' is printed
5. If different text is printed, change the '1' to another number (start with 0) in the code above until you find it.
6. Use the number from above in the code below.
7. type:
Code:
k.active_tasks[1].complete()
Press Enter
8. You should see the task complete after pressing ESC.
Is there a way to do that with Rita?
 

Gab167

New Member
Mar 22, 2023
5
2
I have a problem, where should I put the phone to make the video at night where Linda enters the room?
 

AXE2501

Member
Dec 6, 2019
241
154
The button (X) to exit is in the same place, although by some bug, hidden by the image of the roulette above it.
You don't have permission to view the spoiler content. Log in or register now.
Click with the mouse cursor on the roulette, in the same position that the button would be if it were not hidden by the roulette, to exit the Casino.
its still in the corner, its just covered up try clicking around
 

patros36

New Member
Nov 16, 2018
11
15
I have a problem, where should I put the phone to make the video at night where Linda enters the room?
same for me, it worked for the first time, but im supposed to do it the second time and it doesn't work.
I also got some SD card from the chemistry girl, im guessing to use on the pc, but it was in russian so i dont know what to do, interracting with the pc does nothing. Stuck unfortunately.
 

master861

Active Member
Nov 4, 2022
968
1,009
frist you need to upgrade you cam to mk2(model name of the cam) then you need to buy are usb cabel from the same girl you buy the cam.
 

Gundams

Member
Nov 14, 2019
257
158
Got this message from the flight attendant scene

I'm sorry, but an uncaught exception occurred.

While loading <renpy.display.im.Image object (u'images/mainmenu/mainmenu_bg_day.png') at 0x000000001001de90>:
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")
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_other.rpy", line 437, in __call__
renpy.call_replay(self.label, self.scope)
File "game/Scene_Gallery.rpy", line 1576, in script
$ sfx1('Sex_in')
File "game/Scene_Gallery.rpy", line 1576, in script
$ sfx1('Sex_in')
File "game/Scene_Gallery.rpy", line 1576, in <module>
$ sfx1('Sex_in')
NameError: name 'sfx1' is not defined

-- 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 247, in script
File "game/main_menu.rpyc", line 247, 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 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/viewport.py", line 579, in event
rv = super(Viewport, self).event(ev, x, y, st)
File "renpy/display/layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "renpy/display/behavior.py", line 1142, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 1075, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 379, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 437, in __call__
renpy.call_replay(self.label, self.scope)
File "renpy/game.py", line 405, in call_replay
renpy.execution.run_context(False)
File "renpy/execution.py", line 955, in run_context
context.run()
File "game/Scene_Gallery.rpy", line 1576, in script
$ sfx1('Sex_in')
File "game/Scene_Gallery.rpy", line 1576, in script
$ sfx1('Sex_in')
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 "game/Scene_Gallery.rpy", line 1576, in <module>
$ sfx1('Sex_in')
NameError: name 'sfx1' is not defined
 

patros36

New Member
Nov 16, 2018
11
15
I finished the video recording mission, just needed to not pick up the sd card and everything worked....but now im stuck on the sd card, i got this when interacting with pc. "Could not find label 'ivan_nout' ."
You don't have permission to view the spoiler content. Log in or register now.
 
2.50 star(s) 48 Votes