- Oct 8, 2022
- 1,878
- 3,844
Probably cuz your mod no longer works in the latest version v3.0.6can you please grace me with the answer you gave to my " Act II has a built-in Unlocker now. no need to install my mod anymore" comment?
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/vin_resume.rpy", line 2, in execute
screen main_menu():
File "game/vin_resume.rpy", line 2, in execute
screen main_menu():
File "game/vin_resume.rpy", line 15, in execute
if config.enable_steam:
File "game/vin_resume.rpy", line 16, in execute
vbox:
File "game/vin_resume.rpy", line 21, in execute
if not HAS_EP2:
File "game/vin_resume.rpy", line 21, in <module>
if not HAS_EP2:
NameError: name 'HAS_EP2' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
python hide:
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
python hide:
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
ui.interact()
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\screen.py", line 462, in per_interact
self.update()
File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/vin_resume.rpy", line 2, in execute
screen main_menu():
File "game/vin_resume.rpy", line 2, in execute
screen main_menu():
File "game/vin_resume.rpy", line 15, in execute
if config.enable_steam:
File "game/vin_resume.rpy", line 16, in execute
vbox:
File "game/vin_resume.rpy", line 21, in execute
if not HAS_EP2:
File "game/vin_resume.rpy", line 21, in <module>
if not HAS_EP2:
NameError: name 'HAS_EP2' is not defined
Windows-7-6.1.7601-SP1 AMD64
Ren'Py 8.0.3.22090809
College Kings 2 3.0.6s (SHA: 401c0f5af)
Sat Apr 1 08:22:51 2023
i found the installed mod not working correctly. if i start the game without mod everything is fine.Hi everyone. i have some problems on startup and also not see my saves from College Kings 1 1 4 version.
On startup i receive this code. if i ignore it game sart but i can see any of my saves from 1.1.4 version.
For the saves i tranferred all my saves to C:\Users\......\AppData\Roaming\RenPy\CollegeKings folder and also game folder but still nothing. Game want to start like i begin the second season for the first time.
Any helps will be great. thank you in advance.
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/vin_resume.rpy", line 2, in execute screen main_menu(): File "game/vin_resume.rpy", line 2, in execute screen main_menu(): File "game/vin_resume.rpy", line 15, in execute if config.enable_steam: File "game/vin_resume.rpy", line 16, in execute vbox: File "game/vin_resume.rpy", line 21, in execute if not HAS_EP2: File "game/vin_resume.rpy", line 21, in <module> if not HAS_EP2: NameError: name 'HAS_EP2' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script python hide: File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\ast.py", line 1131, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\python.py", line 1061, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module> python hide: File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide ui.interact() File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\ui.py", line 299, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 3377, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 3810, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 582, in visit_all d.visit_all(callback, seen) File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\screen.py", line 451, in visit_all callback(self) File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\core.py", line 3810, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\screen.py", line 462, in per_interact self.update() File "E:\android\CollegeKings2-Ep1-3_3.0.6-pc_MinQ\renpy\display\screen.py", line 653, in update self.screen.function(**self.scope) File "game/vin_resume.rpy", line 2, in execute screen main_menu(): File "game/vin_resume.rpy", line 2, in execute screen main_menu(): File "game/vin_resume.rpy", line 15, in execute if config.enable_steam: File "game/vin_resume.rpy", line 16, in execute vbox: File "game/vin_resume.rpy", line 21, in execute if not HAS_EP2: File "game/vin_resume.rpy", line 21, in <module> if not HAS_EP2: NameError: name 'HAS_EP2' is not defined Windows-7-6.1.7601-SP1 AMD64 Ren'Py 8.0.3.22090809 College Kings 2 3.0.6s (SHA: 401c0f5af) Sat Apr 1 08:22:51 2023
F this, how many more bug fixes does this developer postCollege Kings 2 - Collection [v3.0.7]
Episode: I x II x III
Download:
Win/Lin:You must be registered to see the links
You don't have to ask. Just wait. The engineer will fix one bug again and release it as a new 3.0.8 updateF this, how many more bug fixes does this developer post
Yeah, i ain't wasting my time on this...You don't have to ask. Just wait. The engineer will fix one bug again and release it as a new 3.0.8 update
wow! thanks man!
Open the console.
Use Left Shift + O to open the console.
Enter the jump v4start command to start Episode 2.
With how Episode 3 ended both Grayson and Chris might be on the way out anyway. I think it is, essentially, building up so the MC takes over - Which would be weird.. Considering he is still a freshman.Controversial opinion;
I think I'm done with CK. Not because of any of the girls storylines or changes (Riley's hotter with the newer hairstyle) but because of Chris. The fact that Chris supposedly has me over a barrel and is going to try and run my life in the frat is bullshit. He "suspects" what he's using as blackmail (he's right but that's beside the point) but he has no proof to make it stick. If (when, it's happened) someone tried to tell me how I was going to be their bitch, I'd wear them out with a 2x4, not roll over. There's no option for telling Chris to shove it up his ass. I kind of figured something was up when you couldn't vote him out as president.
The other thing that bugs me is I keep telling Lauren and Chloe to get stuffed - but they keep showing up in possibly romantic circumstances. I don't want to date your ass, bitch!. It's like the first ex-girlfriend (can't be bothered to remember her name) who I kicked to the curb early, then showed up bitching about other girls and finally says a tearful goodbye as if I give a shit.
That's kind of what I expected, although I agree with you; he's too "young" or new to take over. Look at Being a Dik, the MC has all but taken over the frat as a freshman and it just doesn't settle right (but a LOT of BaD doesn't make sense )With how Episode 3 ended both Grayson and Chris might be on the way out anyway. I think it is, essentially, building up so the MC takes over - Which would be weird.. Considering he is still a freshman.
have you found the unlocker?Unless I'm missing something there isn't an inbuilt one in Act II, at least not in the latest version, so something like this designed to work for that one would be nice...
You don't have permission to view the spoiler content. Log in or register now.
I tried using this one on the off-chance it'd work but no joy (not that I expected it to).
You don't have permission to view the spoiler content. Log in or register now.
i have the same problem can you explain what you didi found the installed mod not working correctly. if i start the game without mod everything is fine.
The mod is outdated and its author has deleted his account so there is no expectation of updates. Delete the mod files or re-download clean game files, and delete the modded game files.i have the same problem can you explain what you did
The built-in unlocker has been removed. In previous versions it was built into the Gallery.have you found the unlocker?
do i need to delete the saves too?The mod is outdated and its author has deleted his account so there is no expectation of updates. Delete the mod files or re-download clean game files, and delete the modded game files.
everytime i open the game with the new chapter 3 downloaded freshly it opens like its my first time playing and dont even shows the episode 2 contentView 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:
Review notice: Any reviews mentioning Being A DIK will be removed!You don't have permission to view the spoiler content. Log in or register now.
Thread Updated: 2023-04-01
Release Date: 2023-03-15
Developer: Undergrad SteveYou must be registered to see the links-You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Censored: No
Version: Episode 3 - 3.0.7
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:You must be registered to see the links-You must be registered to see the links- MEGA -You must be registered to see the links- PIXELDRAIN
Mac(Ep.3 v3.0.6): MEGA -You must be registered to see the links-You must be registered to see the links
Other: COMPRESSED*
Act I
Win/Linux:You must be registered to see the links-You must be registered to see the links- MEGA -You must be registered to see the links-You must be registered to see the links
Mac(: MEGA -You must be registered to see the links-You must be registered to see the links
Other: COMPRESSED*
You don't have permission to view the spoiler content. Log in or register now.
Extras: Multi Mod (v1.1.4s) - Save Fix - Walkthrough - Gallery Unlocker - 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