TomUK

Engaged Member
Sep 28, 2021
3,153
2,297
Just thinking back to the letter that Tybalt got, the only thing that I can come up with that is a constant in every run is the Spring Break pics of Bella that she spoke about to Jill and the mc after the OMG story.
 

TuckeredOut

Member
Nov 17, 2018
205
355
Did anyone else get Josy a $$$ and Maya nothing on the Josy focused throuple (and vice versa)?
Or get Bella a $$$ and Jill a $ on a Jill cheat path (and vice versa)?
Not yet, but eventually probably. Got more then enough to time add runs for things like this.

Since Cammy, Mel and Sarah haven't gotten laid since at least Halloween, I wonder if Quinn told them the restaurant would reopen in the near future, otherwise it's extremely unreasonable to abstain from sex like this.
That's what I thought, can't have them giving it away for free to the plebs if it's just going to reopen at some point.
 

4Zero9Zero

Formerly 'HillBillyCowboy'
Sep 21, 2021
372
375
Since Cammy, Mel and Sarah haven't gotten laid since at least Halloween, I wonder if Quinn told them the restaurant would reopen in the near future, otherwise it's extremely unreasonable to abstain from sex like this.
God i hope not, it's so much better when they're coming to you for it because they want it and not for a transaction

Imagine they just start asking for money again after banging them for like a month straight :Kappa:
 

Better Cock Spock

Half Vulcan, Half Simp
Donor
Jul 29, 2017
6,845
22,540
Just thinking back to the letter that Tybalt got, the only thing that I can come up with that is a constant in every run is the Spring Break pics of Bella that she spoke about to Jill and the mc after the OMG story.
... don't.
1742615541478.gif
Not yet, but eventually probably. Got more then enough to time add runs for things like this.



That's what I thought, can't have them giving it away for free to the plebs if it's just going to reopen at some point.
But it would have to be pretty soon for the girls to agree to this draught.
 

TuckeredOut

Member
Nov 17, 2018
205
355
Just thinking back to the letter that Tybalt got, the only thing that I can come up with that is a constant in every run is the Spring Break pics of Bella that she spoke about to Jill and the mc after the OMG story.
If Magnar's goal is to destroy the other frats, then I don't know how that would help achieve that goal. Whatever it is has to be related to the other frats somehow. Having them fight themselves or each other to extinction.
 

JB08

Well-Known Member
Aug 6, 2016
1,321
1,709
So I take it it was the police at the end, or Isabellas missing husband? Any theories for the plot so far? Who the hell is cinderella? I vaguely remember something about a stalker. Do we know about many episodes are left until the game is done? Im just curious.

Also, we need more Sally, Karen, and Tara. I always liked them, happy to see
 

Ekimus83

Newbie
Jul 22, 2017
56
21
guys, need some help. i changed pc cause my old com crashed. i copied the saves and persistent into the game folder as well as the appdata/renpy folder but the game crashes when i try to load my save.

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

While loading <'Image' u'gui/button/quick_idle_background.png'>:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
AttributeError: 'StoreModule' object has no attribute 'O000O00O000OOO0O0'

-- 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 322, in run
    new_rv = run(i, *args, **kwargs)
  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 770, in load
    roots, log = loads(location.load(filename))
  File "renpy/loadsave.py", line 63, in loads
    return cPickle.loads(s)
AttributeError: 'StoreModule' object has no attribute 'O000O00O000OOO0O0'

Windows-10-10.0.22621
Ren'Py 7.4.10.2178
Being a DIK 0.11.1
Sat Mar 22 01:29:28 2025
0x52 URM 2.6
i can still load my season 2 transfers but its going to suck to replay everything from interlude. please help.
1742615387719.png 1742615437559.png
as you can see the save files show up, but none of my scenes are there. then the above error happens when i try to load a save. please send help. really don't want to replay everything.
 

Better Cock Spock

Half Vulcan, Half Simp
Donor
Jul 29, 2017
6,845
22,540
So I take it it was the police at the end, or Isabellas missing husband? Any theories for the plot so far? Who the hell is cinderella? I vaguely remember something about a stalker. Do we know about many episodes are left until the game is done? Im just curious.

Also, we need more Sally, Karen, and Tara. I always liked them, happy to see
That wasn't the front door being opened, if that's what you mean.
Cinderella is an angel in human form.
Stalker was the failed maggot from Episode 2, the fast shooter.
14 episodes is the minimum.
 

4Zero9Zero

Formerly 'HillBillyCowboy'
Sep 21, 2021
372
375
The draught is probably one of the most unbelievable things in this episode, in what universe are Mel, Cammy and even Sarah struggling to find someone :KEK:
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
11,573
24,971
So I take it it was the police at the end, or Isabellas missing husband? Any theories for the plot so far? Who the hell is cinderella? I vaguely remember something about a stalker. Do we know about many episodes are left until the game is done? Im just curious.

Also, we need more Sally, Karen, and Tara. I always liked them, happy to see
That wasn't the front door. Maya looked into Bella's locked room.

Cinderella is the Thirsty Ghoul from the Halloween Party, also Yoga girl and girl from science class.

There's one more episode in season 3, and then just Season 4 to go (Between 2 & 4 episodes in it).

screenshot0001.png
 
  • Heart
Reactions: Better Cock Spock

Better Cock Spock

Half Vulcan, Half Simp
Donor
Jul 29, 2017
6,845
22,540
I agree, but it might be more Stephen's choice then Quinn's. he might not want to risk having it open and running until after his divorce is finalized.
Probably, but what matters to the girls is what Quinn told them, which likely isn't the same as what whatever Stephen told her.
 

TuckeredOut

Member
Nov 17, 2018
205
355
Probably, but what matters to the girls is what Quinn told them, which probably isn't the same as what whatever Stephen told her.
Yeah who knows what she's said. She's not known for being the most forth-coming. But any one of the three could get a guy to do whatever they want at a drop of a hat so there's got to be a good reason why they haven't.
 

Riaman

Active Member
Nov 27, 2020
954
950
Did anyone else get Josy a $$$ and Maya nothing on the Josy focused throuple (and vice versa)?
Or get Bella a $$$ and Jill a $ on a Jill cheat path (and vice versa)?
Is it worth giving expensive gifts on Others path, I only gave Bella and Derek $$$ Gifts on Others.

Also I don't think it's even possible to Cheat on Jill with Bella, though the other way around couldn't be more spicier. Cheating on Bella with Jill and Bianca.
 

Riaman

Active Member
Nov 27, 2020
954
950
Just thinking back to the letter that Tybalt got, the only thing that I can come up with that is a constant in every run is the Spring Break pics of Bella that she spoke about to Jill and the mc after the OMG story.
Ehh Tybal is over Jill, and I don't think what will he gain from blackmailing Bella, given Bella route isn't canon. It could be Diks doing trouble in his room. So he could press legal charges against them with proof.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
11,573
24,971
Is it worth giving expensive gifts on Others path, I only gave Bella and Derek $$$ Gifts on Others.

Also I don't think it's even possible to Cheat on Jill with Bella, though the other way around couldn't be more spicier. Cheating on Bella with Jill and Bianca.
No idea, I've done a variety of different matches, but whether it means anything in Episode 12 who knows. :unsure:
 
4.70 star(s) 1,631 Votes