It at least fixes the Episode 1 save loading bug. Just tested it myself.maybe 3.2.7 fixes everything!
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.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...
I have 3 bugs ill have to test as soon as the patch is posted here lolIt at least fixes the Episode 1 save loading bug. Just tested it myself.
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.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:
All the character names are like that, in lowercase. nora, lauren, chloe, aubrey, etc.Python:CharacterService.set_relationship(nora, Relationship.GIRLFRIEND)
The Relationship enumeration has the following valid values (not counting deprecated ones that don't really work anymore):
These are in order, from least friendly to most.
- Relationship.STRANGER
- Relationship.EX
- Relationship.FRIEND
- Relationship.KISSED
- Relationship.DATING
- Relationship.FWB
- Relationship.GIRLFRIEND
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.
CharacterService.set_mood(nora, Moods.TRUSTING)
Neither work great, but importing saves is completely borked at the moment, so path builder is the only way to sort of continue your story right now.I dont want to play season 1 again, can i import my save or just use the path builder?
What game you talking about willis?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
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. |
need help my game ends after the election on college kings 2
jump ep2_start
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 thoughLoad 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
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.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
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.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).