Night Hacker

Forum Fanatic
Jul 3, 2021
4,864
23,581
I was enjoying playing this game until charli was introduced.
I didn't have any problems with him until he started basically cucking/cockblocking mc of most of the girls.

And whats worse is you dont get the choice to stop it or anything.
I wouldnt care if i got the option to kick his ass and have it done with. but it seems that the dev is pretty set on making the mc a passive little wuss who wont do shit even if his life depended on it.

could anyone tell me if theres any way to prevent or fix it? cus quite frankly this game became such a damn turn off.
The dev said this game would be "realistic" then tell me wheres the damn option to punch him? smh.
There's no way to prevent it. I tried doing what I could to get along with the guy, didn't help. he acts the same way, so your choices don't been squat. Eventually you get him back and get rid of him in one of two ways (I think the dev seen how much people hated him). I was the same as you. He blocked you from talking to Nora and you didn't have the option to tell him to go fuck himself, which annoyed the piss out of me. We were forced into being a pussy.

Hopefully the dev learned his lesson.
 
  • Like
Reactions: TheLegend1337

Night Hacker

Forum Fanatic
Jul 3, 2021
4,864
23,581
Shit this dev is so dumb, Why ruin something that was good in the first place?

if i didnt know better i would have thought the dev was self inserting as the charli guy as a way to get off or something :FacePalm:
What bothered me the most about the Charli character is he was just added out of nowhere, for no real reason with a really poor background explanation and then he starts hating on you and going out of his way to wreck your reputation with women, and there is never any reason given why.

I'm pretty open to new storylines and ideas, but the whole thing didn't make any sense. How you treated him didn't effect how he acted one little bit. I think the whole thing was some spur of the moment idea that popped into the dev's head without much thought into character development or a story-line that made sense.
 

NewTricks

Forum Fanatic
Nov 1, 2017
5,052
10,914
What bothered me the most about the Charli character is he was just added out of nowhere, for no real reason with a really poor background explanation and then he starts hating on you and going out of his way to wreck your reputation with women, and there is never any reason given why.

I'm pretty open to new storylines and ideas, but the whole thing didn't make any sense. How you treated him didn't effect how he acted one little bit. I think the whole thing was some spur of the moment idea that popped into the dev's head without much thought into character development or a story-line that made sense.
My problem with Chari is that he didn't have human motivations. He was so much a human being as he was a perpetual motion cock blocking machine. He came out of nowhere and to nowhere did he return, a source of grief and irritation that only Lauren could see through. And evedently he didn't sleep because in addition to playing penis police he was also doing everybody's homework.

1649881007235.png
 

Thony

Newbie
Jul 8, 2017
80
34
Can someone "start a conversation" with me and tell me what the last scene of the update is? I don't want to give out any type of spoilers for anyone.
 

JenMistress

Engaged Member
Oct 1, 2019
3,250
3,876
Still got the same error message while showing how I helped during the election in the Path Builder. Well, worth a try, but still have the hope that someone would update the file here to 3.0.2 as that may have bug fixes in that. Have been talking with OscarSix on Discord about it, guess he's working on this game, and may have the issues fixed. We shall see.
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,864
23,581
I found Chris' clothes. All in one pack! Plus this has the red shirt that the MC wears sometimes.

main_41_1_42.jpg

 
  • Like
Reactions: HogRocket

HogRocket

Engaged Member
Jun 8, 2020
2,502
14,073
I found Chris' clothes. All in one pack! Plus this has the red shirt that the MC wears sometimes.

View attachment 1755523


I wonder if the dev of "the game who shall not be named" came up with the name of the college over there based on the initials on that jacket. :unsure:

Undergrad Steve used Vallejo State, or something like that iirc, Chris's jacket could be from his high school, or he's a transfer from Bergmeister & Royce :ROFLMAO::ROFLMAO:
 
  • Thinking Face
Reactions: Night Hacker

chimidot

Member
Oct 21, 2017
244
167
i can't start a new game. it seems bugged.. i see i'm not the only one. has the dev said something about fixing the problem?
 
  • Like
Reactions: kp_

JenMistress

Engaged Member
Oct 1, 2019
3,250
3,876
i can't start a new game. it seems bugged.. i see i'm not the only one. has the dev said something about fixing the problem?
They claimed that 3.0.2 has it fixed, or that's what they are saying on Discord. Unfortunately, it hasn't been updated on here, so waiting for that to see if it is fixed or not.
 
  • Like
Reactions: chimidot

Night Hacker

Forum Fanatic
Jul 3, 2021
4,864
23,581
I posted the character for "Charli" already, this is his hair asset. Not sure why anyone would want to render him, but maybe in a torture scene or have Charli sodomizing Chris, this way Charli redeems himself and Chris gets punished all in one scene. LMAO

Hair: SP Hair 015 ( )
 

Trasher2018

Engaged Member
Aug 21, 2018
2,216
3,634
Ok - so you cant load the old save and when I start a new game with the builder I just get this:

I'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: v3_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: v3_start

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
College Kings 2 3.0.0 (Act: 2) (SHA: a0977a8c)
Thu Apr 14 16:39:19 2022
 
3.20 star(s) 209 Votes