Crusader of Romance

Active Member
Dec 14, 2019
756
854
No, I´m talking about this one, not about Maya and Josy of DaDIK. I´m talking about this character.
Ah, yes, she's Bi. For some reason you still can't become her boyfriend, something that makes little sense with her character IMO. You can however become Friends-with-Benefits.
 
  • Like
Reactions: 224488

224488

Newbie
Jul 21, 2021
99
370
Riley. She's Bi.
Yeah. At first she was totally into the MC if the MC invites her to the party, and suddenly she decides that she´s bi and she starts ignoring or being an ass with the MC, becomes friend of that "Charly" character, and seems to be way more interested in a brunette girl (I don´t remember the name either). It´s a 180º turn for the character, I suppose because there was a change of the script writer, and a total turn off for me, that was trying to follow the route of this character. It was the reason why I stopped playing this game last summer. I was asking if this character continues being like that (totally ruined for me), or the writer has changed her again and she´s into the MC.
 

Crusader of Romance

Active Member
Dec 14, 2019
756
854
Yeah. At first she was totally into the MC if the MC invites her to the party, and suddenly she decides that she´s bi and she starts ignoring or being an ass with the MC, becomes friend of that "Charly" character, and seems to be way more interested in a brunette girl (I don´t remember the name either). It´s a 180º turn for the character, I suppose because there was a change of the script writer, and a total turn off for me, that was trying to follow the route of this character. It was the reason why I stopped playing this game last summer. I was asking if this character continues being like that (totally ruined for me), or the writer has changed her again and she´s into the MC.
Continues to being Bi, yes. Continues to being a bitch towards the MC, no. That was just a short time until she found out that Charli was manipulating her. She's back to being your best-friend-with-benefits again.
 

zVoidwalker

Newbie
Aug 2, 2017
99
276
Yeah. At first she was totally into the MC if the MC invites her to the party, and suddenly she decides that she´s bi and she starts ignoring or being an ass with the MC, becomes friend of that "Charly" character, and seems to be way more interested in a brunette girl (I don´t remember the name either). It´s a 180º turn for the character, I suppose because there was a change of the script writer, and a total turn off for me, that was trying to follow the route of this character. It was the reason why I stopped playing this game last summer. I was asking if this character continues being like that (totally ruined for me), or the writer has changed her again and she´s into the MC.
I mean... I think she's into MC, but she's for sure more interested in a polyamorous relationship. I'm personally not a big fan of this, 'since I'd probably like a save focusing only on her but... Who knows. Maybe the update we got today changes something on her. I mean she already got rejected by Amber and Aubrey didn't like her 'polygamy' idea.
 

224488

Newbie
Jul 21, 2021
99
370
I mean... I think she's into MC, but she's for sure more interested in a polyamorous relationship. I'm personally not a big fan of this, 'since I'd probably like a save focusing only on her but... Who knows. Maybe the update we got today changes something on her. I mean she already got rejected by Amber and Aubrey didn't like her 'polygamy' idea.
Yeah, I get it. The character is ruined, probably for good. It´s OK. I wasn´t planning in playing again this game. It´s just random scenes put together. The plotlines and the behavior of the different characters have zero sense, the dialogues are uninteresting and, on the top of the ice, a lot of bugs. I used to play it because I liked this Riley girl. The 3D model is good and she had a decent personality at first. Kind of a "sexy girl next door" vibre. But since the writer decided to make her more interested in women than in the MC - that means, the player - she´s ruined.
 

Ceesko

Engaged Member
Jun 3, 2017
2,183
5,550
game crashes when choosing to play new game and selecting custom settings. what gives?
 

Ceesko

Engaged Member
Jun 3, 2017
2,183
5,550
'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 18, in script
call screen real_life_mode
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/common/00action_menu.rpy", line 148, in __call__
renpy.jump_out_of_context(self.label)
JumpOutException: v1_start

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

Full traceback:
File "renpy/bootstrap.py", line 331, in bootstrap
renpy.main.main()
File "renpy/main.py", line 662, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "game/script.rpy", line 18, in script
call screen real_life_mode
File "renpy/ast.py", line 2015, in execute
self.call("execute")
File "renpy/ast.py", line 2003, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "renpy/statements.py", line 278, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 569, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "renpy/exports.py", line 3136, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3325, 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 4160, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, 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 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/layout.py", line 1102, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "renpy/display/behavior.py", line 983, in event
return handle_click(self.clicked)
File "renpy/display/behavior.py", line 918, in handle_click
rv = run(action)
File "renpy/display/behavior.py", line 323, in run
new_rv = run(i, *args, **kwargs)
File "renpy/display/behavior.py", line 330, in run
return action(*args, **kwargs)
File "renpy/common/00action_menu.rpy", line 148, in __call__
renpy.jump_out_of_context(self.label)
File "renpy/exports.py", line 1925, in jump_out_of_context
raise renpy.game.JumpOutException(label)
JumpOutException: v1_start

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
College Kings 2 3.0.0 (Act: 2) (SHA: a0977a8c)
Wed Apr 6 22:33:01 2022
 
Dec 21, 2021
121
216
This update really made me anti-Chloe. Helping Lindsey only from now on.

The sex scenes were pretty good, but for the life of me I can't figure out how to unlock the Classroom Distraction and Video Call with Emily.

Tried every combination with Lauren/Ms. Rose that I can think of with the Path Builder, same for Emily. Could just be something glitching out.
 

Ceesko

Engaged Member
Jun 3, 2017
2,183
5,550
"Extra settings to customize your play through " don't work and are greyed out like helping Chloe campaign etc
 
Dec 6, 2019
279
670
Downloading now but huge shout out to gamingdevil8000 for the links.
PS so no new content from the last update where you fight that guy in the rain?
 

Crusader of Romance

Active Member
Dec 14, 2019
756
854
"Extra settings to customize your play through " don't work and are greyed out like helping Chloe campaign etc
That's because those choices are made in Part 1 and Part 2 of this game. Those are for people who already played Part 1 and 2, and want to jump directly to Part 3.
 
3.20 star(s) 196 Votes