SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,584
209,010
Couldn't I just put the scripts/images from Episode 5 in the right place and then the gallery would work?
If they are there, I didn't even search to see if they were there, I just booted the game up to make sure it ran after I compressed it. You will need to unren then see if there and then move them.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
9,657
19,031
If they are there, I didn't even search to see if they were there, I just booted the game up to make sure it ran after I compressed it. You will need to unren then see if there and then move them.
The images are there, the coding is wrong.

Picking one at random.

It's looking for "images/ep6/Scene 45b/images/ep645b_14.webp."

When it should be pointing to "images/ep6/Scene 45b/ep645b_14.webp."

I made a new folder in the right place and put the correct image in there. Worked perfectly (I'd have to do it 5 times for the 5 wrong ones).
 

SonsOfLiberty

Discussion Dynamo
Compressor
Sep 3, 2022
24,584
209,010
The images are there, the coding is wrong.

Picking one at random.

It's looking for "images/ep6/Scene 45b/images/ep645b_14.webp."

When it should be pointing to "images/ep6/Scene 45b/ep645b_14.webp."

I made a new folder in the right place and put the correct image in there. Worked perfectly (I'd have to do it 5 times for the 5 wrong ones).
Ha, alright, it's just the cover image for the gallery, but it plays fine, so not a huge deal at least.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
9,657
19,031
Ha, alright, it's just the cover image for the gallery, but it plays fine, so not a huge deal at least.
Yep, just the Gallery pic linking to the wrong place. They all play fine (I just skipped them, but I don't believe there is any missing images in the replay).

Screenshot 2025-01-18 151809.png
 
Last edited:
Mar 28, 2024
61
96
College Kings 2 Episode 6 Part 1 is OUT NOW

View attachment 4454876

Hey everyone,

I’m delighted to announce that has just gone live exclusively on our Patreon!

An alcohol-fueled Spring Break trip, a sexy volleyball match, and a pair of threesomes are just a few things you'll experience in the first part of CK2's finale!

Thank you all for patiently waiting as we took an extra few weeks to make the release the best it could be. It has made a huge difference and we are immensely excited to share this first of three parts of Episode 6 with you all.

If you’re not already backing us and want to get your hands on this exclusive content then be sure to to get instant access!

We're aware of the issues with the launcher, and are working on a complete overhaul to improve it ahead of the release of Part 2. In the meantime, as a one time offer, our Junior patrons ($10) will also (like Seniors and above) be able to access Episode 6 Part 1 through direct download.

Don’t forget to on Steam if you haven’t yet. Remember you need to be logged in to Steam to view the page!

Thanks so much everyone for your patience and your support, we’re looking forward to seeing you all back on campus!

You don't have permission to view the spoiler content. Log in or register now.
Rich did the release come with a android release? Appreciate the info and your post btw dog.
 

Prokopije

Stupidity Exterminator
Donor
Jun 5, 2017
1,753
2,583
Soooo... anyone dived into bug soup??? ... is it playable or we should wait for 3-4 more bugfix updates before give it a go?
 

indio68

Engaged Member
Sep 26, 2020
3,921
3,297
so this too i having a reworks, if i understand the changelog correctly?? urg...how i hate this....i can't stand rewworks anymore
 

mandudeman

Member
May 28, 2021
155
300
All reworks with "Unfinished Games" is just a way for these devs to make it sound like its getting better content but in turn they are just taking more time to do the same shit meanwhile they most deff already have stockpiles already of prerendered content already.

Ill keep saying it though.

"Finish the whole fucking story before you start reworks because what the fuck are you reworking aside the same fucking bland content you released already..............."

Nothing new just Old content re-wrapped up and thrown at us again and yet everyone who likes reworks just takes it down their throats without a concern.

Meanwhile the ones who look are seeing the same old stuff and are so done with it but the fact its the only way to see Any new story content which is beyond dumb.


Make 2 stories if anything.....

1. being the Original
2. being the Rework
 
  • Like
Reactions: Elyauris

Gwarfo

Newbie
Apr 15, 2019
39
38
A couple bugs:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ep6/scene18a.rpy", line 861, in <module>
NameError: name 'ep6s11_mc_takes_mushrooms' is not defined

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

Full traceback:
  File "ep6/scene18a.rpyc", line 861, in script
  File "D:\smt\CollegeKings2-6.0.0-pc\renpy\ast.py", line 1849, in execute
    if renpy.python.py_eval(condition):
  File "D:\smt\CollegeKings2-6.0.0-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\smt\CollegeKings2-6.0.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ep6/scene18a.rpy", line 861, in <module>
NameError: name 'ep6s11_mc_takes_mushrooms' is not defined

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
College Kings 2 6.0.0
Sat Jan 18 12:28:25 2025
And:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ep6/scene22a.rpy", line 184, in <module>
AttributeError: 'PlayableCharacter' object has no attribute 'inventory'

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

Full traceback:
  File "ep6/scene22a.rpyc", line 184, in script
  File "D:\smt\CollegeKings2-6.0.0-pc\renpy\ast.py", line 1849, in execute
    if renpy.python.py_eval(condition):
  File "D:\smt\CollegeKings2-6.0.0-pc\renpy\python.py", line 1209, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\smt\CollegeKings2-6.0.0-pc\renpy\python.py", line 1202, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/ep6/scene22a.rpy", line 184, in <module>
AttributeError: 'PlayableCharacter' object has no attribute 'inventory'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.4.24120703
College Kings 2 6.0.0
Sat Jan 18 13:13:49 2025
 
Last edited:

BCGuy

Member
Oct 30, 2022
236
109
View attachment 1097736

Overview:
Just an innocent freshman at San Vallejo College, you are oblivious to the path that lays ahead of you. Growing up gets real when you learn about the unique cultures of the place you must call home. As loyalties form and tensions rise can you lead your fraternity to the crown and with it become the king on campus?

Trailer:
You don't have permission to view the spoiler content. Log in or register now.
Review notice: Any reviews mentioning Being A DIK will be removed!

Thread Updated: 2025-01-18
Release Date: 2025-01-18
Developer: Undergrad Steve - - -
Censored: No
Version: Act 1 - 1.4.18 + Act 2 - 6.0.0
OS: Windows, Linux, Mac, Android
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.

Installation:
You don't have permission to view the spoiler content. Log in or register now.

Changelog:
You don't have permission to view the spoiler content. Log in or register now.

DOWNLOAD
Act II

Win/Linux: - MEGA - PIXELDRAIN - -
Mac: - MEGA - PIXELDRAIN - -
Android
(Part 1 v5.0.0): - MEGA - - PIXELDRAIN - WORKUPLOAD
Android
(Part 2 v5.0.0): - MEGA - - PIXELDRAIN - WORKUPLOAD
Android
(Part 3 v5.0.0): - MEGA - - PIXELDRAIN - WORKUPLOAD
Split
You don't have permission to view the spoiler content. Log in or register now.
Act I
You don't have permission to view the spoiler content. Log in or register now.
Extras: Multi Mod* - Save Fix - Walkthrough - Official Walkthrough - Fan Sig - Fan Sig 2 - Fan Sig 3 - Limo/Halloween Bug
* This unofficial port/version is not released by developer, download at your own risk.

View attachment 880834 View attachment 841566 View attachment 841567 View attachment 841570 View attachment 841572 View attachment 841569 View attachment 841568 View attachment 841573 View attachment 841574 View attachment 841575 View attachment 841576 View attachment 860564 View attachment 860566 View attachment 860567 View attachment 860569
I want to replay Act 1 before I play act 2. Is there a link to the multi-mod or walkthrough for Act 1 somewhere?
 
3.20 star(s) 202 Votes