Thousands of Models Streaming Live — Join Free! Click Here!
x

Maxwell D

Newbie
Dec 5, 2024
99
136
101
What choices do you need to make for a Penelope open relationship, anyone know?
I thought they took this path out?
I remember getting that choice in a much older version of the game.
Newer versions, I haven't been able to replicate it.

I believe the Riley/Lauren/MC scene was made harder to achieve.
Not sure if that is the case with that Penelope option or if it has been completely removed.
Thanks KaylonGrace for cracking MC/Lauren/Riley.

It kind of sucks how FWB status isn't utilized better.
At this point in the game, most of the story plays out as strictly friend or girlfriend.
Only good FWBs left are Amber and Lindsey.
Now that Lindsey is a potential girlfriend, hopefully she doesn't meet the same fate for her FWB route.

Kind of lame how Riley and Aubrey had no problem being side-chicks for a player MC, then all of a sudden, change their stance on that.
 
Last edited:
  • Like
Reactions: SlapE and TREXrg

Maxwell D

Newbie
Dec 5, 2024
99
136
101
I'm having a variable problem. Girlfriend status is not being recognized.
The variable for girlfriend relationship status is reverting to false for no reason.
I have to manually change it back using:
CharacterService.set_relationship(lauren, Relationship.GIRLFRIEND)

After I correct it, it will reset in a future scene to false again, then I'll have to input the correct variable again.

The funny thing is that the phone status still states girlfriend, even when the variable is not.
 
Last edited:

MiltonPowers

Twins Basil! Twins!
Donor
Jr. Uploader
Jul 26, 2023
18,462
47,692
922
I have updated my compressed post to Act 2 v6.2.5. I've added an "update only" if you don't want to download the whole thing again. You can use this update only on the non-compressed version as well if you don't want to download 11GB or whatever it was again. The update only is 30MB :KEK:
That's awesome SoL. 30MB is so much better than 3 or 11 GB. (y)
 
  • Yay, update!
Reactions: I-love-boobies

tannatthanan2

New Member
Sep 17, 2018
11
1
126
College Kings [Act 1 v1.4.18] [Undergrad Steve]

COMPRESSED:

Win/Linux:
- - MEGA - PIXELDRAIN

Mac:
- - MEGA - PIXELDRAIN
-------------------------------------------------------------------------------------------

College Kings [Act 2 v6.2.5] [Undergrad Steve]

COMPRESSED:

Win/Linux:
- - MEGA - PIXELDRAIN

Mac:
- - MEGA - PIXELDRAIN

-------------------------------------------------------------------------------------------

College Kings [Act 2 v6.2.4 to v6.2.5 Update Only] [Undergrad Steve]

NOTE: If you have v6.2.4, you can use this UPDATE ONLY

Win/Linux/Mac:
- PIXELDRAIN - WORKUPLOAD
Compressed ver

I'm sorry, but an uncaught exception occurred.

While loading the script.
ModuleNotFoundError: No module named 'pypresence'

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

Full traceback:
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\script.py", line 359, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\script.py", line 957, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\script.py", line 602, in finish_load
node.early_execute()
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\ast.py", line 884, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/_python_imports_ren.py", line 33, in <module>
ModuleNotFoundError: No module named 'pypresence'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703

Tue Apr 22 20:47:18 2025
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,294
278,686
957
Compressed ver

I'm sorry, but an uncaught exception occurred.

While loading the script.
ModuleNotFoundError: No module named 'pypresence'

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

Full traceback:
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\main.py", line 470, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\script.py", line 359, in load_script
self.load_appropriate_file(".rpyc", [ "_ren.py", ".rpy" ], dir, fn, initcode)
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\script.py", line 957, in load_appropriate_file
self.finish_load(stmts, initcode, filename=lastfn) # type: ignore
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\script.py", line 602, in finish_load
node.early_execute()
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\ast.py", line 884, in early_execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "X:\CollegeKings2-6.2.5-pc-compressed\CollegeKings2-6.2.5-pc\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/_python_imports_ren.py", line 33, in <module>
ModuleNotFoundError: No module named 'pypresence'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703

Tue Apr 22 20:47:18 2025
Weird issue here, I have no idea, as the versions I have here load and work fine, oddly. Only thing I can think of is maybe a packing issue, back archive during upload, or some other random ass issue.

I'll repack and reupload and see what happens.
 

Maxwell D

Newbie
Dec 5, 2024
99
136
101
Found another error.
After the scene with Aubrey baking the protein bars, it doesn't register it as being seen.

You have to add this variable as true in the console to fix it.
ViewedScene.EP6S50B_AUBREY=True
 
Dec 13, 2024
46
74
43
This game is ridiculous with none of the LIs at "girlfriend" status reacting negatively when MC kisses each of them in front of the other.

Did I miss a "talk" MC has with one of the girls where they discuss being in an open relationship?

The only thing I noticed was MC going "About that..." to himself when Chloe says she wants MC all to herself.
 
  • Like
Reactions: nsfw1201

LowLevelLesser

Well-Known Member
Feb 8, 2021
1,199
1,614
288
Good game overall but the railroading can get annoying; mainly with Emily. I told her off twice and then NEVER ONCE SPOKE TO HER until she texted me to meet up. Once there she just tells me we can't see each other anymore because of her jealousy issues. I don't know if it's a bug instead or if the game just assumes I made up with Emily and became friends (or lovers) again no matter what.
 

Kmoore1127

New Member
Apr 19, 2023
8
3
136
Hoping someone can help with this issue I'm having. I'm playing act 1 and for some reason whenever I get to the start of day 9 when you have to respond to Emily's post, I am unable to save my game, all auto saves get deleted and get a traceback saying

"I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 414, in __call__
renpy.save(fn, extra_info=save_name)
PicklingError: Can't pickle <function show_screen at 0x00000000053d9dc0>: it's not the same object as renpy.display.screen.show_screen"

any help would be appreciated.
 

someoldguy

Member
Aug 8, 2017
142
182
157
Good game overall but the railroading can get annoying; mainly with Emily. I told her off twice and then NEVER ONCE SPOKE TO HER until she texted me to meet up. Once there she just tells me we can't see each other anymore because of her jealousy issues. I don't know if it's a bug instead or if the game just assumes I made up with Emily and became friends (or lovers) again no matter what.
I had that issue with Lauren in Act 1. I told her we were just friends and sidelined her and later on she had to meet me to dump me, where it mad me apologise for treating her badly. Then a while later she's inviting me on a bike ride and being all sweet like none of it happened. At least Emily seemed to get the message when I dumped her ass for being unfaithful (but I'm just starting Act 2).
 
3.20 star(s) 213 Votes