kRITIKAL

New Member
Feb 25, 2018
3
157
I cannot use path builder and I cant even start a normal game. Whenever it asks about real life mode it doesnt let me press anything
 

Crusader of Romance

Active Member
Dec 14, 2019
756
854
I cannot use path builder and I cant even start a normal game. Whenever it asks about real life mode it doesnt let me press anything
There's a bug when starting the game through "Play Now". When using the "Path Builder", don't select the options in "Advanced" until after Step 4. That should work.
 

Crusader of Romance

Active Member
Dec 14, 2019
756
854
So now I can't play this version? and have to wait for the next update to play CK2, right?
No, you can play it but at the moment you'll have to use the Path Builder to try and replicate your previous choices and then replay it when they have made save transfer possible.
When using Path Builder, be careful not to use the Advanced options until after Step 4 in the Path Builder or it will crash.
 
Mar 5, 2020
101
425
So far I've had zero bugs in the CK2 game itself, only the ones when you're starting the game. Maybe I've been lucky?
I have one annoying error, each time I start from the beginning of CK2, when I meet Chloe in the hall. Right before she asks for help, no matter the path I always get this error, but if I ignore it, the game continues. Have not done all my path yet, so there might be one where I do not get it.

Same thing when I open kiwee, sometimes I get an error. I just ignore it, rollback few screens and then I can open kiwee without the error. I think this is mostly due to the cluncky integration of the new phone in what used to be Act 4 part 1, where there used to be the old one.
 

Crusader of Romance

Active Member
Dec 14, 2019
756
854
I have one annoying error, each time I start from the beginning of CK2, when I meet Chloe in the hall. Right before she asks for help, no matter the path I always get this error, but if I ignore it, the game continues. Have not done all my path yet, so there might be one where I do not get it.

Same thing when I open kiwee, sometimes I get an error. I just ignore it, rollback few screens and then I can open kiwee without the error. I think this is mostly due to the cluncky integration of the new phone in what used to be Act 4 part 1, where there used to be the old one.
I didn't think about that there could be bugs in part 1-2 because I've only played part 3 (I played part 1-2 before). Well, that sounds annoying. Hopefully they will fix it soon.
 

gamingdevil800

Monke
Donor
Aug 4, 2020
1,495
8,090
Hopefully a save transfer is coming the path builder is pretty flawed. Tested it from Act 1 in College Kings 2 and it's not picking up on some important choices so you end up missing scenes.
 
  • Like
Reactions: Darkotsu

STNeish

Member
Mar 20, 2020
244
358
College Kings 2? Is there a College Kings 1? I thought this was the first game (I mean, it starts with the MC STARTING school...).
 

Casmyr

Quarters
Donor
Dec 6, 2018
1,906
6,477
Bruv, first you wait for Jill, and now Nora... :LOL:. You don't make it easy for yourself even in games.

But yes, you can sleep with Nora, while she is still dating Chris, and once after the fallout of their break up, I think.
Patience is a virtue or whatever my fortune cookie said

Thank you fam. Watch out Chris im coming to separate your gfs lips and not the ones she smiles with
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,465
22,109
BTW, you know that you can use multi-quote right, you do not have to make 7 posts one after each other.
I reply as I read them. I may try to do this in the future, but...

i download the v15.0.1 and started from scratch but all i get is error in every choices when using the mods.
Grab 15.1.0. It's what I used. Didn't have any problems... then again, I didn't use any mods. I did follow a walkthrough for one of my runs just to see what I missed, but it was a PDF I had opened on my second monitor, not a mod.


You seem an intelligent person. Surely you realize my comment about importing saves is an unavoidable problem if you wish to continue the game without using the path builder, which is not only bugged but broken. While the person you were speaking with did not currently have a save that is not a condition that will endure past the point when they first save the game. There is, unfortunately, no assurance that the dev will ever implement the ability to import saves, so it is not only possible but probable that the original version, all 16 GB of it, will remain a dead end.

All that said, I hope that you are right and that they find a solution other than this second version. While I appreciate that it comes in at a skinny 5GB the problems it has may not be worth the squeeze. Another game I play, Single Again, ended up doing something very similar to what you have said because their attempt at a Chapter 2 had too many problems. Backtracking and adding to the original version ended up being their only option.
Again, if you want to see the entire game, you have no choice but to play the first part. Are you suggesting people ignore it and the majority of the actual game?! That's ridiculous!
 
Last edited:

ecchifan

Newbie
Mar 15, 2018
75
50
I can't play the "update", i start a new game, and no matter what i choose in the path builder, i always 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: 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
 

Crusader of Romance

Active Member
Dec 14, 2019
756
854
Again, if you want to see the entire game, you have no choice but to play the first part. Are you suggesting people ignore it and the majority of the actual game?! That's ridiculous!
I think he's claiming that they won't let you transfer your saves from CK1 to CK2 and that you'll be forced to play only using the Path Builder. I have checked their Discord and his claim is false. They are working on save transfer. Also, his claim that CK1 will be dead ended is also false because they are working on one last update to CK1 that will give it a proper ending and there might even be new sex scenes in it.
I can't play the "update", i start a new game, and no matter what i choose in the path builder, i always get this:
Staring a new game is bugged in this version. They have released a patch but nobody's uploaded it here. You will have to click Path Builder. When doing Path Builder be sure to NOT use the "Advanced" options until AFTER Step 4 in the Path Builder.
 

Night Hacker

Forum Fanatic
Jul 3, 2021
4,465
22,109
I think I recall that Charlie is sent home early only if you ratted him out. If you just hold it over him and extort him but hold on to the secret, I think he stays on the trip and returns on the same flight.
Ah! That's why then. I didn't try any advanced options because I kept seeing posts about crashes.

I played 15.1.0 to the end and I think I'll wait for a more bug free version 2 before I try it. Got other games I want to play anyhow.
 
3.20 star(s) 196 Votes