Chillout1984

Conversation Conqueror
Nov 15, 2020
6,344
5,038
634
I disagree completely about Aurora being meant for the selfish route.

We knew MM meant for Taylor to be into altruistic MCs, Aurora into selfish MCs, and Miranda into neutral MCs but then in the writing of the episodes we got something completely different.

I think there might be some confusion here about the personality system. Aurora is a selfish person but the entire personality system is about the type of MC she might like, not what she is. Her deal with Andrea at the trial has nothing to do with the type of character the MC is and doesn't play a factor in the personality system, especially given the fact that when Ep 3 came out, the girls were still pigeonholed. We only got cross path after the ep came out and MM started getting feedback.
That's probably a different way of thinking on my part then. Especiailly in AVN's, I'm used to (and also think is most logical) that a LI should connect to someone who has about the same way of thinking as them. We're not used in AVN's to the way of thinking of "opposites attract" when it comes to serious relationships (so I'm leaving porn-focused AVN's out of this).
 
  • Like
Reactions: jadepaladin

jadepaladin

Engaged Member
Mar 9, 2020
3,502
7,302
672
That's probably a different way of thinking on my part then. Especiailly in AVN's, I'm used to (and also think is most logical) that a LI should connect to someone who has about the same way of thinking as them. We're not used in AVN's to the way of thinking of "opposites attract" when it comes to serious relationships (so I'm leaving porn-focused AVN's out of this).
I can understand that. It's part of why most of the "Aurora camp" was caught off guard, imo.

Miri is a better example than Aurora tbh. She's been nothing but altruistic during any playthrough, even risking complications to her condition in ep 3 just to sing. We were supposed to accept that she was gonna suddenly only want a neutral MC moving forward? It didn't make any sense, so cross path she goes. Now even the most selfish of MCs can have it because the relationship is only defined by how much she's into him.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
19,826
55,363
973
Could someone please post in a spoiler the fixed render for c1_e1_d3_coffeeshop_26. The latest compressed version by SonsOfLiberty still has the old messed up one and MisterMaya had mentioned it had been fixed a few months back. Thanks
The latest patreon version still has the messed up one too. So did 3.5 & 3. I had to go back to a Episode 2 version to find it. Looks like the messed up one got back into MisterMaya's main file, not the corrected one.
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,902
287,067
957
Could someone please post in a spoiler the fixed render for c1_e1_d3_coffeeshop_26. The latest compressed version by SonsOfLiberty still has the old messed up one and MisterMaya had mentioned it had been fixed a few months back. Thanks
My source is the most current Patreon version aka Season 1 complete version, it is messed up to on that one as well, so it's not my fault...
 

Chillout1984

Conversation Conqueror
Nov 15, 2020
6,344
5,038
634
I can understand that. It's part of why most of the "Aurora camp" was caught off guard, imo.

Miri is a better example than Aurora tbh. She's been nothing but altruistic during any playthrough, even risking complications to her condition in ep 3 just to sing. We were supposed to accept that she was gonna suddenly only want a neutral MC moving forward? It didn't make any sense, so cross path she goes. Now even the most selfish of MCs can have it because the relationship is only defined by how much she's into him.
Yeah, to be honest the romance story progression with Miri is the only one I didn't like in this game. As a character I think she's awesome and on the top of my list. When it comes to MC however, she went head over heels for him without doing anything special together. Especially with someone who is/was a very popular celebrity you would think she would need to spend a significant amount of time to fall for someone. Her love for him is the only one that felt extremely rushed to me, even compared to Taylor and the Croatian girl (can't remember her name unfortunately).
 

jadepaladin

Engaged Member
Mar 9, 2020
3,502
7,302
672
Yeah, to be honest the romance story progression with Miri is the only one I didn't like in this game. As a character I think she's awesome and on the top of my list. When it comes to MC however, she went head over heels for him without doing anything special together. Especially with someone who is/was a very popular celebrity you would think she would need to spend a significant amount of time to fall for someone. Her love for him is the only one that felt extremely rushed to me, even compared to Taylor and the Croatian girl (can't remember her name unfortunately).
I agree. I think it's cute and she's hot so I forgive but it's certainly not believable.
 
  • Like
Reactions: Chillout1984

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
19,826
55,363
973
It looks like the latest Season 1 Patreon version might have fixed the export saves for season 2 issue. Just tested it and it worked for me. Reopened twice and they were all still there. (y)
 
  • Like
Reactions: pitao

pedersilver5

Member
Jan 20, 2025
206
64
64
apparante fatal error on Olive phone conversation
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script_ep3.rpy", line 7502, in script
call screen phone_navigation
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_data.rpy", line 79, in get_selected
return _get_field(self.object, self.field, self.kind) == self.value
File "renpy/common/00action_data.rpy", line 39, in _get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable funfacts_11 does not exist.

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

Full traceback:
File "game/script_ep3.rpy", line 7502, in script
call screen phone_navigation
File "G:\F95\LawSchool_S1_patreon-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "G:\F95\LawSchool_S1_patreon-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "G:\F95\LawSchool_S1_patreon-pc\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 "G:\F95\LawSchool_S1_patreon-pc\renpy\exports.py", line 3345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\F95\LawSchool_S1_patreon-pc\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 "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\screen.py", line 481, in visit_all
self.child.visit_all(callback, seen=None)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 683, in visit_all
callback(self)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 1027, in per_interact
if self.is_selected():
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 1015, in is_selected
return is_selected(self.action)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 444, in is_selected
return any(is_selected(i) for i in action)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 444, in <genexpr>
return any(is_selected(i) for i in action)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 447, in is_selected
return action.get_selected()
File "renpy/common/00action_data.rpy", line 79, in get_selected
return _get_field(self.object, self.field, self.kind) == self.value
File "renpy/common/00action_data.rpy", line 39, in _get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable funfacts_11 does not exist.

Windows-10-10.0.22000 AMD64
Ren'Py 8.1.1.23060707
Law School Season 1
Sat Aug 23 21:57:14 2025
```
 

pedersilver5

Member
Jan 20, 2025
206
64
64
apparante fatal error on Olive phone conversation
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script_ep3.rpy", line 7502, in script
call screen phone_navigation
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_data.rpy", line 79, in get_selected
return _get_field(self.object, self.field, self.kind) == self.value
File "renpy/common/00action_data.rpy", line 39, in _get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable funfacts_11 does not exist.

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

Full traceback:
File "game/script_ep3.rpy", line 7502, in script
call screen phone_navigation
File "G:\F95\LawSchool_S1_patreon-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "G:\F95\LawSchool_S1_patreon-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "G:\F95\LawSchool_S1_patreon-pc\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 "G:\F95\LawSchool_S1_patreon-pc\renpy\exports.py", line 3345, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\F95\LawSchool_S1_patreon-pc\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 "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\screen.py", line 481, in visit_all
self.child.visit_all(callback, seen=None)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 683, in visit_all
callback(self)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 1027, in per_interact
if self.is_selected():
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 1015, in is_selected
return is_selected(self.action)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 444, in is_selected
return any(is_selected(i) for i in action)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 444, in <genexpr>
return any(is_selected(i) for i in action)
File "G:\F95\LawSchool_S1_patreon-pc\renpy\display\behavior.py", line 447, in is_selected
return action.get_selected()
File "renpy/common/00action_data.rpy", line 79, in get_selected
return _get_field(self.object, self.field, self.kind) == self.value
File "renpy/common/00action_data.rpy", line 39, in _get_field
raise NameError("The {} {} does not exist.".format(kind, name))
NameError: The variable funfacts_11 does not exist.

Windows-10-10.0.22000 AMD64
Ren'Py 8.1.1.23060707
Law School Season 1
Sat Aug 23 21:57:14 2025
```
I had to change my choice of answers to continue the game, no ignoring was possible.
 

Da!si

Newbie
Feb 19, 2018
39
22
184
I'm stuck. It say's there's an unfinished conversation in the phone.
It's with Olive, but there's no text and I can't exit the phone :(
 

longjohngold

Well-Known Member
Jan 22, 2020
1,586
2,411
479
Oh yeah I forgot to mention one thing I didn't like.

You've figured out he mighta spiked the drink... go to the club and check for footage. I'd imagine bars have to be pretty up on that nowadays and Alan might have a connection to get it, that'd have easily establish malicious intent, bah!


I got a bottom 2 for sure - Andrea, Sienna
Yeah I don't like Sienna at all, way too overbearing... and the dickhead twin doesn't do it for me even though I'm somtimes into bitchy girls.
 

chris_8105

Newbie
Apr 2, 2024
96
109
162
I can't play it, this comes up... any solution?
View attachment 5178123

I face this problem before, MisterMaya teach me:

"I advise you to find the persistent file and delete it, it should be located appdata/roaming/renpy/lawschool
The folder law school may have a slightly different name followed by numbers
Locate it, delete the persistent file and try again"
 
4.50 star(s) 133 Votes