arkhamtheknight

Active Member
May 3, 2017
624
175
Updated my compressed Android port of College Kings Act 2 to v5.2.4. The Act 1 port is also linked below.

Got some basic gestures loaded in: swipe up for save menu, swipe down to hide UI, swipe left to rollback and swipe right to skip. Save files are now stored in the Documents folder. This sometimes means that you may need to close and re-open the port after installing so the save folder is properly created.

Due to the size of these games, I've split them out so you will need to install the apk, run it to get it to create the game folder that can be found in your Documents folder: Act 1 = Documents/Eonor/e.collegekings/game and Act 2 = Documents/Eonor/e.collegekings2/game. Then move the archive.rpa file into that folder and re-run the port.

Please let me know if you encounter any issues with the port and I'll see what I can do to get them sorted.

Act 1 (v1.4.13): Pixeldrain -

Act 2 (v5.2.4): Pixeldrain -
Act 1 has issues with loading the saves.
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 13, in execute
File "game/screens/load_screen.rpy", line 14, in execute
File "game/screens/load_screen.rpy", line 14, in keywords
File "game/screens/load_screen.rpy", line 20, in <module>
NameError: name 'change_save_location' is not defined

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

Full traceback:
File "_layout/screen_load_save.rpymc", line 35, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2165, in interact
File "renpy/display\core.py", line 2687, in interact_core
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
[Previous line repeated 1 more time]
File "renpy/display\screen.py", line 480, in visit_all
File "renpy/display\core.py", line 2687, in <lambda>
File "renpy/display\screen.py", line 491, in per_interact
File "renpy/display\screen.py", line 697, in update
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 13, in execute
File "game/screens/load_screen.rpy", line 14, in execute
File "game/screens/load_screen.rpy", line 14, in keywords
File "game/screens/load_screen.rpy", line 20, in <module>
NameError: name 'change_save_location' is not defined

```

If it's not too much trouble, would it be possible to add in the Cheat mod from Thorian Studios?

https://f95zone.to/threads/thorian-mod-college-kings-thorian-studios.144605/
 

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,480
151,663
Act 1 has issues with loading the saves.
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 13, in execute
File "game/screens/load_screen.rpy", line 14, in execute
File "game/screens/load_screen.rpy", line 14, in keywords
File "game/screens/load_screen.rpy", line 20, in <module>
NameError: name 'change_save_location' is not defined

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

Full traceback:
File "_layout/screen_load_save.rpymc", line 35, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2165, in interact
File "renpy/display\core.py", line 2687, in interact_core
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
[Previous line repeated 1 more time]
File "renpy/display\screen.py", line 480, in visit_all
File "renpy/display\core.py", line 2687, in <lambda>
File "renpy/display\screen.py", line 491, in per_interact
File "renpy/display\screen.py", line 697, in update
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 13, in execute
File "game/screens/load_screen.rpy", line 14, in execute
File "game/screens/load_screen.rpy", line 14, in keywords
File "game/screens/load_screen.rpy", line 20, in <module>
NameError: name 'change_save_location' is not defined

```

Act 1 has issues with loading saves. It comes up with errors on the main menu and when trying to load in game.
I have no issues with saves with Act 1, you probably need to delete saves in the hidden appdata directory and the game data directory.
 

arkhamtheknight

Active Member
May 3, 2017
624
175
I have no issues with saves with Act 1, you probably need to delete saves in the hidden appdata directory and the game data directory.
Deleted all the saves then tried to load a save I just created and it still has the error.

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

While running game code:
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 13, in execute
File "game/screens/load_screen.rpy", line 14, in execute
File "game/screens/load_screen.rpy", line 14, in keywords
File "game/screens/load_screen.rpy", line 20, in <module>
NameError: name 'change_save_location' is not defined

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

Full traceback:
File "_layout/screen_load_save.rpymc", line 35, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2165, in interact
File "renpy/display\core.py", line 2687, in interact_core
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
[Previous line repeated 1 more time]
File "renpy/display\screen.py", line 480, in visit_all
File "renpy/display\core.py", line 2687, in <lambda>
File "renpy/display\screen.py", line 491, in per_interact
File "renpy/display\screen.py", line 697, in update
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 13, in execute
File "game/screens/load_screen.rpy", line 14, in execute
File "game/screens/load_screen.rpy", line 14, in keywords
File "game/screens/load_screen.rpy", line 20, in <module>
NameError: name 'change_save_location' is not defined

```
Screenshot_2024-06-21-00-17-17-11_214645888b090b5d49863a1f28d57877.jpg
 

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,480
151,663
Deleted all the saves then tried to load a save I just created and it still has the error.

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

While running game code:
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 13, in execute
File "game/screens/load_screen.rpy", line 14, in execute
File "game/screens/load_screen.rpy", line 14, in keywords
File "game/screens/load_screen.rpy", line 20, in <module>
NameError: name 'change_save_location' is not defined

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

Full traceback:
File "_layout/screen_load_save.rpymc", line 35, in script
File "renpy/ast.py", line 823, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2165, in interact
File "renpy/display\core.py", line 2687, in interact_core
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
File "renpy/display\displayable.py", line 431, in visit_all
[Previous line repeated 1 more time]
File "renpy/display\screen.py", line 480, in visit_all
File "renpy/display\core.py", line 2687, in <lambda>
File "renpy/display\screen.py", line 491, in per_interact
File "renpy/display\screen.py", line 697, in update
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 1, in execute
File "game/screens/load_screen.rpy", line 13, in execute
File "game/screens/load_screen.rpy", line 14, in execute
File "game/screens/load_screen.rpy", line 14, in keywords
File "game/screens/load_screen.rpy", line 20, in <module>
NameError: name 'change_save_location' is not defined

```
View attachment 3755118
No idea about Android, but Ren'Py has 2 save locations, one is in a hidden appdata directory and one in the game directory.
 

arkhamtheknight

Active Member
May 3, 2017
624
175
No idea about Android, but Ren'Py has 2 save locations, one is in a hidden appdata directory and one in the game directory.
Used FV File Explorer to access the hidden appdata and delete all the saves. Also deleted it from the normal data folder.

Saving is perfectly fine, it's just loading which has the error.

These are the only saves left after I created them just to see if the error appears again. Screenshot_2024-06-21-00-28-04-32_5734e8eb49b4234b62f913f831715b0f.jpg
 

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,480
151,663
Used FV File Explorer to access the hidden appdata and delete all the saves. Also deleted it from the normal data folder.

Saving is perfectly fine, it's just loading which has the error.

These are the only saves left after I created them just to see if the error appears again. View attachment 3755148
Not sure what to say, I just loaded it up on Steam, made a save, closed the game, loaded the game, and loaded the save fine.
 

BRaider2020

Member
Apr 25, 2020
444
280
fatal error at game start on latest version:
Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/Unlocker.rpy", line 36: keyword argument 'ypos' is incompatible with 'pos'.
    ypos 178
        ^

Ren'Py Version: Ren'Py 8.2.1.24030407
Fri Jun 21 01:32:20 2024
yeah no more info in the report.

I assume its a parsing error and to correct it I just deleted that line, but I decide to report just in case.
 

SonsOfLiberty

Board Buff
Compressor
Sep 3, 2022
18,480
151,663
College Kings [Act 2 v5.2.5] [Undergrad Steve]

COMPRESSED:

Win/Linux:
- - -

Mac:
- - -
 
Last edited:

youraccount69

Active Member
Donor
Dec 30, 2020
974
314
CollegeKings2-A2v5.2.5
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Want to join the team? Read more here!
 

razzy87

New Member
Apr 9, 2022
14
11
I'm just happy I can FINALLY hook up with Riley as God intended. Although at this point I don't know if that's the best thing ever or a disaster waiting to happen.
...she's still the best girl of the bunch.
 
Last edited:

arkhamtheknight

Active Member
May 3, 2017
624
175
Last edited:

Tharghuul

New Member
Apr 6, 2022
2
0
Any idea why video seems to be stuck for a very long time without being able to skip forward ?
like 30 seconds to a minute of watching the same video sequence with no way to go forward except wait seems extreme
 
3.20 star(s) 191 Votes