gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
anyone know how start the zbox event this update
After you finished " " play video games with Bree in the livingroom...
(Haven't tried it myself yet, don't have a gamer path save ready, but that's what I got from the code...)
 
Last edited:

Cartageno

Devoted Member
Dec 1, 2019
8,605
14,612
Can someone tell me how much content is in this game? has some finished character routes or is it just a bunch of characters with a few scenes each?
Over 20 romanceable characters, about 1/2 to 2/3 of them have their route finished. There is a ton of content.

(NB: on male protagonist part only, female is way behind)
 

McLOVINu

Active Member
Mar 18, 2018
627
337
Got an actual error now, with beach date with bree+sasha:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
TypeError: Missing required positional arguments: 'appointment'

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "start.rpyc", line 548, in script call
  File "cl/class_room.rpyc", line 367, in script call
  File "cl/class_activity.rpyc", line 236, in script call
  File "ac/appointment.rpyc", line 32, in script call
  File "ch/harems/home/events/home_harem_beach_date.rpyc", line 202, in script
  File "LoSeSb-22.10.0-pc/renpy/ast.py", line 1072, in execute
    values = apply_arguments(self.parameters, renpy.store._args, renpy.store._kwargs)
  File "LoSeSb-22.10.0-pc/renpy/ast.py", line 294, in apply_arguments
    return parameters.apply(args, kwargs, ignore_errors)
  File "LoSeSb-22.10.0-pc/renpy/ast.py", line 232, in apply
    ", ".join("'%s'" % i for i in missed_pos))
TypeError: Missing required positional arguments: 'appointment'

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Love & Sex : Second Base 22.10.0
Fri Nov  4 03:57:43 2022
 

Scorpio1971

Active Member
Jun 23, 2017
511
169
I am getting this error on the game while talking any characters in the office.Also I can't progress Cassidy's investigation quest.
Is there any solution?
1.PNG 02.PNG
 
  • Like
Reactions: Yamura

loophol3

New Member
Nov 15, 2019
1
1
This one is on Cassidy's Investigation event. There any updates or solution?

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/cl/class_ui.rpy", line 558, in execute
  File "game/cl/class_ui.rpy", line 558, in execute
  File "game/cl/class_ui.rpy", line 572, in execute
  File "game/cl/class_ui.rpy", line 580, in execute
  File "game/cl/class_ui.rpy", line 586, in execute
  File "game/cl/class_ui.rpy", line 588, in execute
  File "game/cl/class_ui.rpy", line 589, in execute
  File "game/cl/class_ui.rpy", line 591, in execute
  File "game/cl/class_ui.rpy", line 592, in execute
Exception: Imagebutton does not have a idle image. (auto=u'button_investigation %s').

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "start.rpyc", line 548, in script call
  File "cl/class_room.rpyc", line 365, in script call
  File "cl/class_person.rpyc", line 687, in script
  File "renpy/ast.py", line 2232, in execute
    self.call("execute")
  File "renpy/ast.py", line 2220, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 281, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 609, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3181, 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 3377, 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 3810, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 582, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 451, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3810, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 462, in per_interact
    self.update()
  File "renpy/display/screen.py", line 653, in update
    self.screen.function(**self.scope)
  File "game/cl/class_ui.rpy", line 558, in execute
  File "game/cl/class_ui.rpy", line 558, in execute
  File "game/cl/class_ui.rpy", line 572, in execute
  File "game/cl/class_ui.rpy", line 580, in execute
  File "game/cl/class_ui.rpy", line 586, in execute
  File "game/cl/class_ui.rpy", line 588, in execute
  File "game/cl/class_ui.rpy", line 589, in execute
  File "game/cl/class_ui.rpy", line 591, in execute
  File "game/cl/class_ui.rpy", line 592, in execute
  File "renpy/ui.py", line 952, in _imagebutton
    idle = choice(idle, idle_image, "idle", required=True)
  File "renpy/ui.py", line 946, in choice
    raise Exception("Imagebutton does not have a %s image. (auto=%r)." % (name, auto))
Exception: Imagebutton does not have a idle image. (auto=u'button_investigation %s').

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Love & Sex : Second Base 22.10.0
Fri Nov  4 02:07:37 2022
 
  • Like
Reactions: Scorpio1971

ChloeL

Newbie
Sep 10, 2017
22
160
So i assume if you choose the female protagonist it's probably like 95-100% lesbian content?
the female MC content is largely incomplete, theres a few select scenes that you really have to grind for, which is too bad. I'd love to play Bree. I think the "love" aspect should kind of be flipped for her though, like instead of her flirting with guys trying to build relationships with them to date, it should be them approaching her, the same way Mike does as the MC. Like, she goes to the club and has dudes approaching her trying to buy her drinks.
 

.YungRoxas

Newbie
Apr 18, 2020
19
3
for those of you who played on android, is this game super laggy for you guys too or is it just me? cuz in my phone the interaction always have like +-3sec delay and also the loading took literally 7minutes, its literally unplayable
 
  • Like
Reactions: Bikinirt
3.60 star(s) 286 Votes