2.90 star(s) 25 Votes

mystero

Member
Oct 8, 2016
124
148
290
Well I think the cock size is fine. At least its not 30cm pole. This author really doesnt like cum lol. It isnt that bad, unless you have a really bad diet.
 
  • Haha
Reactions: loqex

indio68

Forum Fanatic
Sep 26, 2020
4,647
4,192
387
cant do anything in ame...wtf ..the only quest active is with lil sister and is supposedf to be on evening , but i can't go to her room...any tip? i hope i don't have to start over again
 

maurice68

Member
Jul 25, 2017
204
214
264
cant do anything in ame...wtf ..the only quest active is with lil sister and is supposedf to be on evening , but i can't go to her room...any tip? i hope i don't have to start over again
having the same problem, from previous post it looks like we have to use an older save to get the options open again
 

Burgh917

Active Member
Dec 20, 2019
585
850
278
Am i reading to much into it or are there a Submissive (for LIs)/Love route depending on choices made?
Enjoying the game so far, i love the fact that yes it's technically a sandbox, but there is no guess work.
 
  • Like
Reactions: Dyhart

Dyhart

Engaged Member
Jul 30, 2017
2,174
1,644
369
Am i reading to much into it or are there a Submissive (for LIs)/Love route depending on choices made?
Enjoying the game so far, i love the fact that yes it's technically a sandbox, but there is no guess work.
yeah I think that's what a lot of people are not realizing. It's not bad as far as sandbox. But considering a few updates ago my save while loaded didn't provide any new content, I'm inclined to wait before starting over.

there IS one sandbox game I intend to tackle because I feel it's so well done but it's a "clear your schedule" kind of game and that's Bright past.
 
  • Like
Reactions: Burgh917

DavidTurner

Active Member
Oct 4, 2017
702
498
255
To be fair though, it's not a sandbox game you will ever wonder what you should do next which I assume is the main reason for the hate those games get.
Honestly I stopped right when it started the sandbox function, the game seemed interesting, so I guess I will give it another try. Thanks!
 

KGregory

Member
Jul 9, 2019
180
79
213
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/2navigation.rpy", line 1037, in script
    call screen navi_menu
  File "renpy/common/000statements.rpy", line 670, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/2phone.rpy", line 17, in execute
    screen contacts():
  File "game/2phone.rpy", line 17, in execute
    screen contacts():
  File "game/2phone.rpy", line 39, in execute
    vbox:
  File "game/2phone.rpy", line 43, in execute
    for contact in contact_list:
  File "game/2phone.rpy", line 44, in execute
    textbutton contact:
  File "game/2phone.rpy", line 44, in keywords
    textbutton contact:
  File "game/2phone.rpy", line 47, in keywords
    if phone_quest[day_num][time] != "0" and text_label[contact] != []:
  File "game/2phone.rpy", line 47, in <module>
    if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 4

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

Full traceback:
  File "game/2navigation.rpy", line 1037, in script
    call screen navi_menu
  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 3345, 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 3579, 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 4052, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "renpy/display/core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 681, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 681, 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 4052, 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/2phone.rpy", line 17, in execute
    screen contacts():
  File "game/2phone.rpy", line 17, in execute
    screen contacts():
  File "game/2phone.rpy", line 39, in execute
    vbox:
  File "game/2phone.rpy", line 43, in execute
    for contact in contact_list:
  File "game/2phone.rpy", line 44, in execute
    textbutton contact:
  File "game/2phone.rpy", line 44, in keywords
    textbutton contact:
  File "game/2phone.rpy", line 47, in keywords
    if phone_quest[day_num][time] != "0" and text_label[contact] != []:
  File "game/2phone.rpy", line 47, in <module>
    if phone_quest[day_num][time] != "0" and text_label[contact] != []:
KeyError: 4

Windows-10-10.0.19041 AMD64
Ren'Py 7.6.1.23060707
Bonds Of Love 1.7
Wed Nov  6 07:40:41 2024
I have ex
Code:
While running game code:
  File "game/2navigation.rpy", line 23, in script
    $ renpy.jump(temp4)
ScriptError: could not find label 'a_weekend_morning'.

-- 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 953, in run_context
    context.run()
  File "game/2navigation.rpy", line 23, in script
    $ renpy.jump(temp4)
  File "renpy/script.py", line 1013, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'a_weekend_morning'.
When I tried to access the phone, this came up for me as well. Don't seem to be able to progress the VN any further. Also, the quest for secret job tells me I should speak to Kathy whilst swimming in the morning, but this never happens. Not sure how to progress this quest either.
 
  • Like
Reactions: VC VCCXSZ

Lazy_gamer322

New Member
Jul 16, 2024
1
0
11
is there a gallery unlocker? any help plz, thanks!

Nevermind, universal gallery unlocker works.

 

KGregory

Member
Jul 9, 2019
180
79
213
I have ex

When I tried to access the phone, this came up for me as well. Don't seem to be able to progress the VN any further. Also, the quest for secret job tells me I should speak to Kathy whilst swimming in the morning, but this never happens. Not sure how to progress this quest either.
I restarted the VN from the beginning and, fortunately, all progressed smoothly to the end of the current version.
 

fulcrum

Engaged Member
Feb 2, 2018
3,718
2,217
392
When I tried to access the phone, this came up for me as well. Don't seem to be able to progress the VN any further. Also, the quest for secret job tells me I should speak to Kathy whilst swimming in the morning, but this never happens. Not sure how to progress this quest either.
it's a script change bug; dev changed something a long time ago and the savegame became incompatible. i had the same issue and eventualy started over because the game was deadlocked without being able to read messages from the girl.
 
  • Like
Reactions: KGregory

Effinpist

Member
May 10, 2018
154
285
215
Used a save from 1.4, and everything worked fine except for the best teacher quest. It will not trigger. I went for several weeks trying to get it to trigger, I go to school in the morning, it says it's lunchtime, what should I do, but then it says, there's nothing to do, and class is about to start again, but it never takes me back to class, it sends me back to the house. I saved there and hopefully it will trigger in the next update.
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,434
280,145
957
Bonds of Love [v1.8] [Zelathorn Games]

Changelog:
Added two new parts to Stressed Out
Added two new parts to Relaxing Massage
Added two new parts to Secret Job
Added one new part to Bonding Swim
Added one new part to Sex Ed
Added one new part to Struggling Student
Added two new parts to After Hours
Added two new parts to Problem Child
Added two new parts to Best Teacher Ever
Added two new parts to Lonely Woman
Added two new parts to Three’s Company/Three’s a Crowd Added one new part to Teen Crush
Added two new parts to Handyman
Added two new parts to Yoga Challenge
Added 15 new mini-events

Win/Linux/Mac/Android:
 
2.90 star(s) 25 Votes