Mr. Muscles

Member
Mar 30, 2021
341
540
Me neither, I'm guessing maybe they play on phone?
There's a chance, but even then, I think these people give up at the first sign of 'trouble' and immediately alt-tab here.

Like, there are the obvious clues at the door, and 4~ paths in the dungeon. The first two keys are so easy to get, then you have the cage left where you just need to look up. What's the trouble here?
 
Jul 10, 2020
93
43
will post it again because i want to save the game so i can close it and finish later
i cant save and automatic save doesnt seem to be happening either

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  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/00gamemenu.rpy", line 173, in <module>
    $ 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 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 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 435, in save
    location.save(slotname, sr)
  File "renpy/savelocation.py", line 435, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.9.0
Wed Dec 21 11:29:54 2022
 

AchedCroissant

Conversation Conqueror
May 29, 2020
6,021
27,425
Wouldn’t it have made more sense if the MC could have been the one giving Zoey the tour of the DIK mansion while explaining the events of the interlude through that process?
With the amount of crap that has rained down on her for 9 months or more, DPC did the right thing.

I imagine here people saying DPC is forcing us to spend time with her yada yada yada cry cry
 

Klepon

Member
Jan 16, 2021
167
97
I agree.

Dev should tone it down with Jill and how clueless she seems at times when it comes to regular sex stuff. There are girls who don't have lot of experience in bed, that's true but it's the 21st century and there are sex ed books for sale everywhere and online. And Jill it's an A+ student.

I get that Dev's trying to make her stand out from the rest, but he could also make her unique by making her awkwardness stand out in a funny or smart way.

She's the sort of girl that makes for student council president and though some of them girls are pure hearted, they usually are self-confident leaders.
so,sally is another great HOTs president...
 

AchedCroissant

Conversation Conqueror
May 29, 2020
6,021
27,425
will post it again because i want to save the game so i can close it and finish later
i cant save and automatic save doesnt seem to be happening either

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 382, in __call__
    renpy.save(fn, extra_info=save_name)
Exception: Not saved - no valid save locations.

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  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/00gamemenu.rpy", line 173, in <module>
    $ 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 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 382, in __call__
    renpy.save(fn, extra_info=save_name)
  File "renpy/loadsave.py", line 435, in save
    location.save(slotname, sr)
  File "renpy/savelocation.py", line 435, in save
    raise Exception("Not saved - no valid save locations.")
Exception: Not saved - no valid save locations.

Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.9.0
Wed Dec 21 11:29:54 2022
Sometimes that happens to me but I solve it by closing the game and reopening it
 

Geralt From Rivia

Forum Fanatic
Jun 15, 2022
5,358
32,755
I can completely respect your view on it. But we all have personal opinions. I don't mind sharing personal view points:
1. I was cheated on during a longer relationship in my life, I despise cheaters.
2. I met my current wife(and mother of our daughter) while she was in a relationship. We had 1 coffee, completely friendly, but we both realized there were sparks all over the place. I asked her out again, to tell her that I like her, but she replied the same and broke off her relationship to give us a try. And years later, we have a family together.

Her chance on us, is what proved character. She didn't play both sides to test the water.

Maya and Josy don't have that resolve. Even if the relationship is doomed, you OWE it to the other person to end it.
So for me PERSONALLY, they are weak minded cowards and cheaters.

Both girls would have my respect and be viable LI's if they went to the MC's and been honest with him.
And the reason I'm not playing the routes is, if MC is dunking on them while they are in a relationship, he's a hypocrite(If I recall Maya or Josy calls him out on it).


EDIT: I don't hate Josy or Maya as characters, wish them the best. But, personally, I'd never play that route.
1. I see now. When a person encounters something like this personally, it hits him harder.
2. Man... this is a really cool life story. It's great that it worked out so well for you. I'm not a relationship person, more like a hook-up guy, but that's cool. Cheers!
200w.gif
Why am I on Maya/Josie's route? I really like Josie. These are the type of girls that I really like in real life and if I can throw out/solve Maya's drama, separate them, I'll get a good and dynamic relationship. And of course I play for the sake of the plot, an interesting story. The story is what we all play this game for and love it so much. Therefore, I have more than 10 saves.:D

The author just doesn't fully reveal the depth and charisma of this character yet. :cautious:
It makes sense. Personally, I think that the storyline of Tybalt and his watermelon girlfriend is not fully disclosed.
 
  • Like
Reactions: The Glorious LIME

lorddarkam

Active Member
Jan 1, 2018
880
768
A Josy solo route would have been better than being with Maya as well.

In fact, I would change Maya for any of these: Nicole, Lily, Quinn, Riona and even Derek if you ask me.
Melaine
I love t
That's the best part tho

Seeing lots of dissapointment with how some choices lock scenes but isn't that whole selling point of VN with consequences? I can definitely see why is it annoying since you have to replay a lot just to see the rest, which I only fucked around with a bit in earlier chapters where there wasn't as much of the game there, but now it's like "it is what it is", now you know your choices matter somewhat. You still get to save scum or reverse in lower time frames in each episode if you want. Like with Lily and Nicole, I reversed to see Nicole's response and seeing that scooping her gives possible scene in future sucks, but I went for Lily at first and I'll stick with that. I thought getting caught by Bella sucks and that I'll regret having this path closed, but after ep 9 and ending up in "others" I no longer think that.

Also to add in to whole Vinny gun discussion - I always got a vibe Riona is there to be absolutely fucked up by the game. With Quinn treating her like shit and blaming for money problems, Quinn not being main LI and only available for DIK path and some people saying she asks MC if he can fight, I wonder if DIK path is one where you can save Quinn from being fucked up, while in any other route somehow Riona is the one that becomes a sacrifice goat and most prime candidate for death/something bad happening.
Everything is fine, do you know how to skipp free roams ?
 
4.80 star(s) 1,538 Votes