- May 9, 2020
- 185
- 144
That was fixed in 24.1.3
You must be registered to see the links
That was fixed in 24.1.3
Followed the wiki's walkthrough for the date so... it went well ?How did the aquarium date go?
Depends how you handled the situation with the coach iirc. If you go to the cops it locks it and if you handle it yourself, you can take the stat much higher.
The "convince alexis to go to the police" has two different resolutions, you can do that and her kink points will be capped at 25, or you can use your phone and contact a private I who will find the coaches address. You then beat the man with your fists or a bat, and itll increase the max kink points.
This is just a random conversation that can happen, most characters have them. It doesnt lock you out of any path or have any real consequence beyond a small change in kink or love points, soon is the answer you wantView attachment 3324566 View attachment 3324567 What answer should I choose? And how are the two different?
Could anyone here spoil me on what happened to Bree in "Consequences" event? I don't have free time to get that scene.
Oh I see thanks.You don't have permission to view the spoiler content. Log in or register now.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "renpy/common/00action_file.rpy", line 397, in __call__
renpy.save(fn, extra_info=save_name)
KeyError: "amy (perhaps store._history_list[126].show_args['person'] = <store.Girl object at 0x0000000032822280>)"
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 174, in script
$ ui.interact()
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 174, in <module>
$ ui.interact()
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\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 "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\core.py", line 4543, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\layout.py", line 1403, in event
rv = super(Window, self).event(ev, x, y, st)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\layout.py", line 281, in event
rv = d.event(ev, x - xo, y - yo, st)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\layout.py", line 1179, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\behavior.py", line 1142, in event
return handle_click(self.clicked)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\behavior.py", line 1075, in handle_click
rv = run(action)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\behavior.py", line 372, in run
new_rv = run(i, *args, **kwargs)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\display\behavior.py", line 379, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 397, in __call__
renpy.save(fn, extra_info=save_name)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\loadsave.py", line 432, in save
reraise(t, e, tb)
File "/home/tom/ab/renpy-build-fix/tmp/install.linux-x86_64/lib/python3.9/site-packages/future/utils/__init__.py", line 444, in raise_
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\loadsave.py", line 413, in save
dump((roots, renpy.game.log), logf)
File "F:\Apps\Illusion\F95\LoSeSb-24.1.0-pc_itchio\renpy\compat\pickle.py", line 103, in dump
pickle.dump(o, f, pickle.HIGHEST_PROTOCOL if highest else PROTOCOL)
File "game/cl/class_person_ren.py", line 105, in __getattr__
KeyError: "amy (perhaps store._history_list[126].show_args['person'] = <store.Girl object at 0x0000000032822280>)"
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.3.23091805
Love & Sex : Second Base - 24.1.0 24.1.0
Sun Feb 4 16:27:56 2024
Alright.. Have you done three restaurant dates?Followed the wiki's walkthrough for the date so... it went well ?
Is there a way to transfer a save I play on Android
Ok, I can't find an answer to this: Minami is part of my harem with bree, sasha and samantha, I've done everything that comes in the ingame guide, and yet she has her Kink stat blocked at 50. What am I missing?
Yep. Bree needs higher stats.View attachment 3326053
so i have done everything on the list, but whenever i do actually meet them Bree just decided to move. Am I missing something?
so i should advance her personal quest?Yep. Bree needs higher stats.