reidanota

Well-Known Member
Nov 1, 2021
1,224
1,259
254
Good update. Good dialogues. Good story development. I really hope the shady dealings are "canon" across paths and not some bad stuff I got myself locked into - I don't like the liability of being involved with Dante, but I do like Randall's attitude overall. He's coming across as having his wits about him, not as being foolhardy. I also like that he's much more romantically involved with whomever you choose to get him involved with, even if my plan is still to share the (at least, most of them). His attitude at the beginning of the game was more of a pervert who cared about nobody, but he seems to have outgrown that phase.
 
  • Like
Reactions: Verse23

maxx229

Newbie
Nov 17, 2021
25
40
137
Love the new goth girl. What are you guys talking about no NTR...the girl gets fingered in front of you. Also not sure why everyone hates ai vid, I find them much better than frame by frame and now devs no longer need to waste so much time on these. And if you don't like them, just skip it
 

Ricthequick

Active Member
Jun 28, 2024
946
1,466
210
Bah I honestly don't know what I was expecting, I mean we already knew (at the very least suspected) the reason she ran away, but the revelation and Randall's available reactions to it were... underwhelming, and I'm trying to be gentle.

"I was so devastated I forgot to work, take showers, buy food, do anything, BUT now that you are back, is all good and fine after a couple of shouted sentences, depsite me admitting I don't give a f about the reason you left (daddie)"

Now we can be distracted with a completely new "side-girl", who will provide the opportunity to either be alpha/dominant or a cuck, so it's basically back to start of season 1, except Sue has big boobies and lip filler.

I can understand the story progressing as it is if it was only a "love/romance path", and that to be honest was my criticism of how no matter what (Max bad ending asides) season 1 ended in exactly the same way.
 
Last edited:

Bleh21

Active Member
Dec 4, 2018
672
1,520
308
So far, S2 has been a big downgrade from most of S1. Getting rid of the routes system just gave rise to massive tonal inconsistencies from moment to moment. Going from gigachad to useless cuck at the click of a button.

In the NTR route specifically, Randall seems to have gone from just submissive to incel. Instead of a being a emotionally intelligent guy with a cuckold fetish, he seems to have become useless in key moments. And I personally do not like that shift.
 

reidanota

Well-Known Member
Nov 1, 2021
1,224
1,259
254
I thought S1 NTR Randall was a completely useless, beta cuck, incapable of getting his dick wet; NTS ("toy") Randall was good, despite what the initial choice suggested. So far, S2 seems to confirm that NTS Randall can be confident and assertive, not a toxic slave master. He now seems to care a lot more about the girls. Being a manipulative "alpha" perv would take all the bite from sharing. Also, not being in any kind of relationship with the girls would also take all the bite from sharing them. My hope is that he'll be able to claim all of them romantically (as in the harem route), or just one, by player choice, but allow them to do other guys. From the convo with Scarlet, at least she seems excited to slut it up FOR HIM. To be honest, in the dialogue if you choose +loyal options Randall feels a lot more confident, +romance options usually make him come off as fearful and defensive. I hope NTS Randall remains confident and assertive.
 

JEER0X

Member
Sep 17, 2019
469
496
228
Bah I honestly don't know what I was expecting, I mean we already knew (at the very least suspected) the reason she ran away, but the revelation and Randall's available reactions to it were... underwhelming, and I'm trying to be gentle.

"I was so devastated I forgot to work, take showers, buy food, do anything, BUT now that you are back, is all good and fine after a couple of shouted sentences, depsite me admitting I don't give a f about the reason you left (daddie)"

Now we can be distracted with a completely new "side-girl", who will provide the opportunity to either be alpha/dominant or a cuck, so it's basically back to start of season 1, except Sue has big boobies and lip filler.

I can understand the story progressing as it is if it was only a "love/romance path", and that to be honest was my criticism of how no matter what (Max bad ending asides) season 1 ended in exactly the same way.
i hear ya i wanted to be a real asshole to sue but the options are really limited, she needs punishment i don't care witch path, apparently she went to Thailand for 3 months? wtf how random is that.
 

herrderr75

Member
Aug 5, 2019
267
560
209
I generally quite like this VN, especially the art, but the latest animations are trash. Way too fast to be enjoyable in real life or on screen.
 

as22

Member
Oct 1, 2018
146
291
163
There's a rumour going around that the Dev has sold his game to a third party, who offered him a substantial amount. This third party has now taken over the development of the game and now has control over the game and accounts on all channels.
 

rick66p

New Member
Jun 15, 2020
8
3
136
keeping error message when trying to use saves
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Traceback (most recent call last):
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 1187, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/python.py", line 1260, in py_exec_bytecode
exec(bytecode, globals, locals)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
~~~~~~~~~~~^^
File "renpy/ui.py", line 304, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/core.py", line 2219, in interact
repeat, rv = self.interact_core(
~~~~~~~~~~~~~~~~~~^
preloads=preloads,
^^^^^^^^^^^^^^^^^^
...<4 lines>...
**kwargs,
^^^^^^^^^
) # type: ignore
^
File "renpy/display/core.py", line 3302, in interact_core
rv = root_widget.event(ev, x, y, 0)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/screen.py", line 805, in event
rv = self.child.event(ev, x, y, st)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1508, in event
rv = super(Window, self).event(ev, x, y, st)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1508, in event
rv = super(Window, self).event(ev, x, y, st)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1284, in event
rv = i.event(ev, x - xo, y - yo, cst)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/transform.py", line 1115, in event
rv = d.event(ev, cx, cy, st)
~~~~~~~^^^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 1508, in event
rv = super(Window, self).event(ev, x, y, st)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/layout.py", line 273, in event
rv = d.event(ev, x - xo, y - yo, st)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1184, in event
return handle_click(self.clicked)
~~~~~~~~~~~~^^^^^^^^^^^^^^
File "renpy/display/behavior.py", line 1107, in handle_click
rv = run(action)
~~~^^^^^^^^
File "renpy/display/behavior.py", line 411, in run
return action(*args, **kwargs)
~~~~~~^^^^^^^^^^^^^^^^^
File "renpy/common/00action_file.rpy", line 499, in __call__
renpy.load(fn)
~~~~~~~~~~^^^^
File "renpy/loadsave.py", line 636, in load
log.unfreeze(roots, label="_after_load")
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/rollback.py", line 1145, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "renpy/rollback.py", line 950, in rollback
self.load_failed()
~~~~~~~~~~~~~~~~^^
File "renpy/rollback.py", line 864, in load_failed
raise Exception(
"Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?"
)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-11-10.0.22631-SP0 AMD64
Ren'Py 8.4.1.25072401
My Bimbo Dream: Season 2 2.0.4
Mon Oct 13 00:53:41 2025

es
 

Tshaw17

Well-Known Member
Mar 1, 2020
1,036
16,964
678
Hi,
Out of curiousity, is there a fan art thread somewhere ? I spent some time looking for it, but didn't find anything so far.
Thanks a lot
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,384
279,467
957
and charging a high premium for it. s1 alone is 15 bucks lol
That is the standard (almost) for every adult AVN on Steam, Steam sets the recommended price for developer's games and most developers use that, you can see a sizeable portion of games use that price, or the $9.99 but that is usually when it first launches and is that price for the first month or so. Season 1 has quite a bit of content (more than a lot of completed games nowadays) and you can always wait for a Steam sale to get even cheaper if you intend on buying it.

And Season 2 prices since it's EA, always drops in price for each update, it will be $5 probably in a couple of weeks.
 

JEER0X

Member
Sep 17, 2019
469
496
228
If you ask me we already got the 3 endings (not counting the bad ending) last season, just it was in a dream. :ROFLMAO:
View attachment 5337918
i'm not talking about endings just yet and remember that was a dream and also in season 1 the game is different now so who knows where it's going.
and i am not saying to even end the relationship the MC has with her no matter what path we had, but i hope she is punished severely for what the MC went though, be it by treating her like crap for awhile or letting Lucia do something to her, although seems like she's starting to feel the repercussions already since she lost her job too if the MC just forgives and forgets meh.
 

Dessolos

Board Buff
Jul 25, 2017
19,905
28,089
936
i'm not talking about endings just yet and remember that was a dream and also in season 1 the game is different now so who knows where it's going.
and i am not saying to even end the relationship the MC has with her no matter what path we had, but i hope she is punished severely for what the MC went though, be it by treating her like crap for awhile or letting Lucia do something to her, although seems like she's starting to feel the repercussions already since she lost her job too if the MC just forgives and forgets meh.
if that happens I hope it's optional I don't like treating LI like crap even if they deserve it not in my nature to do so unless I see them more like villains or something where I don't care about them which isn't very many LI out of all the games ive played.
 

JEER0X

Member
Sep 17, 2019
469
496
228
if that happens I hope it's optional I don't like treating LI like crap even if they deserve it not in my nature to do so unless I see them more like villains or something where I don't care about them which isn't very many LI out of all the games ive played.
so you, as the MC would be okay if she suddenly came back and would just forgive everything? and remember you as the MC pretty much groomed her throughout the first season to be a bimbo so you can screw her, so your already a shitty person as the MC
 

Dessolos

Board Buff
Jul 25, 2017
19,905
28,089
936
so you, as the MC would be okay if she suddenly came back and would just forgive everything? and remember you as the MC pretty much groomed her throughout the first season to be a bimbo so you can screw her, so your already a shitty person as the MC
I don't self insert or give 2 shits about My MC 90% of the time. But if it was me id be just happy she is back. Even if im still upset and angry at her I wouldn't show it to her and for sure wouldn't want to punish her in any way because of it that is just to harsh for me and my personality.

I mean yelling at her is fine depending how harsh he is towards her about as far as I would be okay with. After all it would make sense for the story tho I wouldn't do it personally. Besides I never said that shouldn't happen just I hope it would be optional for players that don't want to treat her in a bad way cause of what she did.
 

JEER0X

Member
Sep 17, 2019
469
496
228
I don't self insert or give 2 shits about My MC 90% of the time. But if it was me id be just happy she is back. Even if im still upset and angry at her I wouldn't show it to her and for sure wouldn't want to punish her in any way because of it that is just to harsh for me and my personality.

I mean yelling at her is fine depending how harsh he is towards her about as far as I would be okay with. After all it would make sense for the story tho I wouldn't do it personally. Besides I never said that shouldn't happen just I hope it would be optional for players that don't want to treat her in a bad way cause of what she did.
Yeah your right sometimes i forget people don't play like i do, i insert myself as the MC most of the time and try to think as they would

I wish the Dev had more options for her return tho, the mc just is either like numb or forgives no real harsh responses even though the renders make it look like he's mad
 
3.70 star(s) 76 Votes