AchedCroissant

Conversation Conqueror
May 29, 2020
6,098
27,944
"It won't be an easy road" I think Isabella said that in the pool after their "Second date" or something like that :ROFLMAO: What is clear is that this relationship will remain secret until the opposite happens (of course)

The problem is that how many years will it take for that relationship to become public in the game? I think that with Cathy it will be easier than with Jade and Isabella, at least she no longer works at B&R and has no reason to hide anything.
 

Elwynn

New Member
Dec 12, 2017
5
0
Any idea what is the matter with my game?
Simply downloaded the newest version, added the savegames and tried to start the latest.


```
I'm sorry, but an uncaught exception occurred.

Compiling ATL code at game/scripts/base/screens.rpy:590
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, 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 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4155, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1313, 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 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1313, 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 1100, 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/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 771, in load
log.unfreeze(roots, label="_after_load")
File "renpy/python.py", line 2200, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/python.py", line 2014, in rollback
self.load_failed()
File "renpy/python.py", line 1932, 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-10-10.0.22000
Ren'Py 7.4.10.2178
Being a DIK 0.0.1
Fri Mar 11 23:42:44 2022
```
 

AchedCroissant

Conversation Conqueror
May 29, 2020
6,098
27,944
Any idea what is the matter with my game?
Simply downloaded the newest version, added the savegames and tried to start the latest.


```
I'm sorry, but an uncaught exception occurred.

Compiling ATL code at game/scripts/base/screens.rpy:590
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, 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 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 4155, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/transition.py", line 48, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/screen.py", line 727, in event
rv = self.child.event(ev, x, y, st)
File "renpy/display/layout.py", line 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1313, 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 1100, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1313, 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 1100, 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/behavior.py", line 979, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 914, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 462, in __call__
renpy.load(fn)
File "renpy/loadsave.py", line 771, in load
log.unfreeze(roots, label="_after_load")
File "renpy/python.py", line 2200, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "renpy/python.py", line 2014, in rollback
self.load_failed()
File "renpy/python.py", line 1932, 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-10-10.0.22000
Ren'Py 7.4.10.2178
Being a DIK 0.0.1
Fri Mar 11 23:42:44 2022
```
You need to import your saves using the tool that comes out at the end of episode 8 to transfer it to the new season aka interlude
EP 8
Saves.jpg

Interlude
screenshot0006.png
 
  • Like
Reactions: Walter Victor

Jimayo

Well-Known Member
Jan 1, 2018
1,544
1,809
Oh but I will, worth it. Btw, I have one question: Can I be the new Captain America and freeze myself until the episode is here? No? :LOL:
Do it professionally. Random freezing 99.9% kills people. Cappy survived cause he's enhanced. Go to a cryogenics lab.
 

anon2323j

Member
Feb 8, 2022
149
256
i have held off for long enough and decided to give this a run. i did try this once before and it was ended with going to sleep in jills bed.
yep that long ago.
then i put it on the back burner and its now a crap ton of content. only done a short run through so far but it is already worthy of a steam purchase come payday.

in the meantime, i wonder if some decent soul on here can point me out the different routes?
there is no harem tag so that means that there is no 'gotta catch em all' route and as the end of each episode shows a summary of 5 girls, then i think can safely assume that there is one for each.
i also know there is a maya/josy route as a day spent playing ended with it as a possibility (one i hope continues, but no spoilers please :D )

is there any other 'multi' routes or is my dream of jill/ice queen just that?
i only ask as i will be doing several playthroughs of season 1 and 2 before i even try the interlude and would appreciate a heads up as to how many routes are possible. the 6 i mentioned above are the only ones i know of.
Spoiler free answer. At a certain point in ch8 MC decides to either pursue further a certain relationship (depending on choices) , or not .over all there's 5 "paths"
 
  • Like
Reactions: 4evernewbie

shazba

Engaged Member
Aug 4, 2020
3,506
19,701
With Rank S, you achieve a Special Render. With Rank A, while a good score, you don't.

To get Rank S, you need to be quick (it's a timed event) and not make any mistakes.
I was a bit disappointed there wasn’t an alternative outcome for failing those games.

I deliberately got an 'F' for Zoey’s drawing in the train hoping it would look like a stick character or something but it didn’t happen.

Same for the tattoo, I got an 'F' hoping the customer would be like, "Are you fucking kidding?! No one in there right mind would permanently ink themselves with that piece of shit!"

Didn’t happen… :(

Opportunity missed DPC, opportunity missed.

Redhead is dancing to the left from Napoleon Dynamite.

View attachment 1698825
It's funny, Eugene's Rooster nickname is actually: Eugene@MrDynamite

Here's a bunch more interesting Rooster nicks

View attachment 1698872
Hmm, yes.... Judging by the reflections in her eyes, Madame is Zoey's mom, Josy and Jill are sisters, John Boy is actually John Burke and the son of Jade and Stephen, and James, Monica and Lynette were a throuple and James is MC's real dad. :Kappa:
I initially read this as:

“John Boy is actually John Burke and the son of Jade and Stephen and James”
WTF!? o_O

That doesn't seem like such a good idea imo. What will she be up to during the party while MC will be interacting with and plowing the girl/s of his choosing? Where will her screen time be if not at the party will all the other girls? Finding a way for her to be there seems to be the easiest way to solve that concern if I'm DPC but we'll se what he does.
I think screen time with Bella will be a little more sophisticated than ploughing in the storage room.

Hanging out with a bunch of college kids (most of whom she pretty much hates) isn't her scene I'm sure.

She's looking for slightly more intellectual anal stimulation... :sneaky:
 

Tserriednich'sNen

Engaged Member
Jan 16, 2020
2,253
6,060
I think screen time with Bella will be a little more sophisticated than ploughing in the storage room.

Hanging out with a bunch of college kids (most of whom she pretty much hates) isn't her scene I'm sure.

She's looking for slightly more intellectual anal stimulation... :sneaky:
You don't have permission to view the spoiler content. Log in or register now.
 

HaneSimp

New Member
Sep 18, 2021
3
0
does anyone still got active link for season 2 apk android. the current mega link for android is no longer available. btw thanks
 

anon2323j

Member
Feb 8, 2022
149
256
thanks for the reply.
only 5? damn that means the threesome ends. was hoping there was maybe another one with the main girls or a main and side girl combo. mind you, that would mean a crap ton more work for Dr pinkcake and we already get one hell of a great game so i can understand the focus.
thanks again, i will restart and play accordingly :)
'Twass a tldr, play up to ch8 and find out.
 
  • Like
Reactions: 4evernewbie

Walter Victor

Conversation Conqueror
Dec 27, 2017
6,007
20,447
thanks for the reply.
only 5? damn that means the threesome ends. was hoping there was maybe another one with the main girls or a main and side girl combo. mind you, that would mean a crap ton more work for Dr pinkcake and we already get one hell of a great game so i can understand the focus.
thanks again, i will restart and play accordingly :)
I'll spoiler it enough to give you the names of the relationship choices: Isabella, Jill, Maya/Josy, Sage and Other. Also, the choices are meant to be an actual commitment by the MC. He means to be in a real relationship with his choice, except for Other, in which he intends to drop the other girls, because he's not ready for commitment. Whether he will remain faithful to his choice will probably depend on how we play it.

All of this is complicated by the addition by DrPinkCake of a potential new LI at the last second.

So your dream threesome of MC/Isabella/Jill is not a choice. As of now, it seems unlikely to even happen. But I'm still holding out hope. ;)
 

shazba

Engaged Member
Aug 4, 2020
3,506
19,701
haha yeah. imagine the workload of renders and it would take months and months to do them all ;)
even a harem route would be unrealistic tbh, so i get the limitations. he/she has just created so many good characters and such an engaging game it's hard not to dream a little :LOL:

i have managed to get up to the punching tybalt scene, but i am struggling to get past it as i...just...can't...stop clicking replay :LOL::LOL:

anyways, thanks muchly for the info :) much appreciated
Unfortunately there isn’t an internal counter that gives you a reward after you punch Tybalt 100 times.

But don’t let me stop you from trying.(y)
 
4.80 star(s) 1,553 Votes