Crusader of Romance

Active Member
Dec 14, 2019
760
855
Yeah i haden't any problems before (last version).
But when i try to start a new game and import a save i only to get the option to overwrite the save not to load/import it...
Ah, now I understand. I just tried and hade the same result as you. It also shows up in CK1. Really weird. I have reported it, hopefully they will fix it soon.
 
  • Like
Reactions: Raziel_8
Jul 31, 2020
208
323
Variables from CK1 are not used in CK2, so importing is useless. CK1 doesn't have v0 in its variable names, but CK2 has renamed CK1 variables with v0. The unlocked scenes from CK1 are not added to the unlocked "scene list" when imported to CK2, so it changes the story to as if they didn't happen.

The unlocked "scene list" naming scheme possibly changed too.

This nullifies your choices. Only relationship status is carried over properly. Wonder why they changed the names of all CK1 variables used for CK2.

Small story elements are impossible to see due to the variable naming scheme changing. For example, if you bought a ticket from Karen in CK1, it's mentioned in CK2. Can't see it though, because the variable name is different than in CK1 and it's not in path builder or story recap. There are other minor scenes like that which are inaccessible, unless using a mod tool.

For importing to work properly, they need to match all variable names between CK1 and CK2. Otherwise, may as well scrap that feature. Best for the developer to keep the coding simple since changing everything so much has caused the game to break more each time.

MC+Lauren&Riley scene is impossible now since there are no variables or conditions to start it.

The music disappears when loading a save, so does the ability to rollback before the save point.
 
Last edited:

AODPK

New Member
Jul 14, 2020
4
8
I unpacked the python code and dug around. There's a method on the CharacterService class that you can call directly from the console called set_relationship.

So if you want Nora as your girlfriend, open the console with SHIFT+O and type:

Python:
CharacterService.set_relationship(nora, Relationship.GIRLFRIEND)
All the character names are like that, in lowercase. nora, lauren, chloe, aubrey, etc.

The Relationship enumeration has the following valid values (not counting deprecated ones that don't really work anymore):
  • Relationship.STRANGER
  • Relationship.EX
  • Relationship.FRIEND
  • Relationship.KISSED
  • Relationship.DATING
  • Relationship.FWB
  • Relationship.GIRLFRIEND
These are in order, from least friendly to most.

I have no idea how much havoc this can cause down the line though. I just wanted to play around with different scenes. For instance, if the code checks an internal variable to see how many relationship points you have and it doesn't mesh with the status, does it break the game? Given what I've seen from the last few updates, probably. You can likely make things even worse by making all the girls your girlfriend. But so far it seems to have succeeded in fixing path builder problems for me.
It seems there is a new variable "moods" as well that can be changed in a similar manner and will sometimes be a trigger for scenes and pathways.

Python:
CharacterService.set_mood(nora, Moods.TRUSTING)
The enums in no particular order.
  • Moods.NORMAL
  • Moods.AWKWARD
  • Moods.HURT
  • Moods.JEALOUS
  • Moods.LOYAL
  • Moods.MAD
  • Moods.THREATENED
  • Moods.TEASED
  • Moods.TRUSTING
 

Dessolos

Devoted Member
Jul 25, 2017
10,537
13,521
I haven't played this in a long time. Honestly last time I played I just played part of it and skimmed through it. That was a year or 2 ago at least. I recall Emily leaves at one point I was wondering does she ever come back. While she probably is one of the worst characters since she cheated on the MC. I like the whole idea of mending things with a EX especially after playing a certain game that's getting popular on here.

So was thinking playing her path but don't want to waste my time if she never comes back otherwise got a backup LI in mind from last time I played.
 
Last edited:

BangB420

Well-Known Member
Dec 11, 2021
1,125
2,725
I haven't played this in a long time. Honestly last time I played I just played part of it and skimmed through it. That was a year or 2 ago at least. I recall Emily leaves at one point I was wondering does she ever come back. While she probably is one of the worst characters since she cheated on the MC. I like the whole idea of mending things with a EX especially after playing a certain game that's getting popular on here.

So was thinking playing her path but don't want to waste my time if she never comes back
What game you talking about willis?
 

STNeish

Member
Mar 20, 2020
246
358
Holy old crap, there's something like 30 bits of this thing now... I have NO idea what I need to download, looking at this.

I see Season 1, Act I, Act II and Episode 2. Is Season 1 the same as Act I? Is Act II the same as Episode 2?

If I may suggest, remove all the extraneous links and follow ONE format for the parts (ie. do all Acts, or Seasons, or Episodes... but PICK ONE, and stick to that).
 

richiman

Member
May 3, 2022
368
558
College Kings 2 v3.2.7 - Steam

Download:

Steam API Replacer:

Download:

Changes in API:
Activates the Gallery Unlock/Lock button.
Activates replay mode for Episodes 2 and 3.
Activates Episode selection in Path Builder.
Activates scenes in the gallery for Episodes 2 and 3.
Activates Episodes 2 and 3 after completing Episode 1.
 
  • Like
Reactions: buffbaron

richiman

Member
May 3, 2022
368
558
need help my game ends after the election on college kings 2

Load ur save game.

Shift + O to Console (available in developer mode or when config.console is active)


Start Episode 2:
Code:
jump ep2_start

Start Episode 3:
Code:
jump ep3_start
 
Sep 27, 2023
5
0
Load ur save game.

Shift + O to Console (available in developer mode or when config.console is active)


Start Episode 2:
Code:
jump ep2_start

Start Episode 3:
Code:
jump ep3_start
just tried that and it still didn't work i guess i will download the newest version and see if that works thanks for the help though
 

richiman

Member
May 3, 2022
368
558
just tried that and it still didn't work i guess i will download the newest version and see if that works thanks for the help though
These are the commands for College Kings 2 version 3.2.7. If you are using an older version, these commands will be slightly different - you can check this in the game code or download the current version of the game. You also need to enter the command during the game - for example, in the main menu it will not work.
 

Crusader of Romance

Active Member
Dec 14, 2019
760
855
Holy old crap, there's something like 30 bits of this thing now... I have NO idea what I need to download, looking at this.

I see Season 1, Act I, Act II and Episode 2. Is Season 1 the same as Act I? Is Act II the same as Episode 2?

If I may suggest, remove all the extraneous links and follow ONE format for the parts (ie. do all Acts, or Seasons, or Episodes... but PICK ONE, and stick to that).
Officially it's College Kings: The Complete Season (College Kings 1) and College Kings 2. College Kings 1 was divided into Acts and every Act was divided into Episodes but they decided to divide College Kings 2 only into Episodes to make it less confusing.
For some reason the admins of this site decided to call College Kings 1 for Act I and College Kings 2 for Act II, something that really confuses new players.
Season 1 is College Kings 1 before the Devs decided to switch to a new launcher (to get rid of some messy code that created bugs) and make it College Kings 2. To give College Kings 1 an proper ending, they changed some scenes and moved some of the last scenes to College Kings 2. Season 1 here is before they did those changes to College Kings 1, it's just here incase someone want to play the old version.

What you need to play is first Act I (CK1) and then Act II (CK2). You can also chose to play College Kings: The Complete Season on Steam instead, that is free. The Steam version gets patched more often. It's pretty easy to switch later.
 
  • Like
Reactions: Sparky13
Sep 27, 2023
5
0
with the latest version i don't know if its my game or just a bug but i can not seem to message naomi for some reason any advice how to get past it and she isn't showing as a contact either
 
3.20 star(s) 197 Votes