Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,816
No idea. Some devs do some weird shit to their code. Whether purposefully or accidentally.
I've had UnRen fuck up games with enabling the debug console and enabling rollback, some of them refuse to start and spew out an error log, others work just fine as long as you run the game first before trying to enable stuff with UnRen. I attribute it to weird coding or some sort of "order of operations" type thing that makes the game take a shit on itself.
...
That's weird as hell, it never did that before, but you're right. I turned off developer mode and it resolved.
It's basically and issue with Ren'Py and I know how to resolve the problem. I will have this fixed in the 0.4.15 update of my Walkthrough/Cheat Mod.

I haven't bothered yet because I was busy in my free time playing the latest update to CultureShock. I will be working on my mod for The Fosters since its Public Release is coming out tomorrow and sometime after that the 0.4.15 release will be out and I will use UnRen's debug/console patch (I keep the file on hand when needed) to verify everything is fine this time.
 

Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,816
Updated my mod:
0.4.15
  • Fixed an error if you enable debug mode in the 0.4.14 update
  • Updated for 0.4.15 content


Note: Links in Foz's Patreon for Public version are available for 0.4.15.
 

Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,816
Is it just me or does Lucia look more like a 40+ year old Latina? She looks way older than any 18-20 year old Latina I knew or have ever met.
 

Alex5280

Active Member
Sep 3, 2020
535
829
Updated my mod:
0.4.15
  • Fixed an error if you enable debug mode in the 0.4.14 update
  • Updated for 0.4.15 content


Note: Links in Foz's Patreon for Public version are available for 0.4.15.
Got a bug with the mod during the Lynda and Miranda scene. It was something about name 'enincest" is not defined.
 

Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,816
Got a bug with the mod during the Lynda and Miranda scene. It was something about name 'enincest" is not defined.
That is my variable for enabling incest or not. Even if you just starting using my mod that should not have happened.
Make sure you are using my game\utils\defaults.rpy as that has the default setup variable for that.
You may need to delete both
game\utils\defaults.rpy
and
game\utils\defaults.rpyc
then reinstall my mod.
 
  • Like
Reactions: Alex5280

Alex5280

Active Member
Sep 3, 2020
535
829
That is my variable for enabling incest or not. Even if you just starting using my mod that should not have happened.
Make sure you are using my game\utils\defaults.rpy as that has the default setup variable for that.
You may need to delete both
game\utils\defaults.rpy
and
game\utils\defaults.rpyc
then reinstall my mod.
Okay thanks! I will give that a try.
 

Alex5280

Active Member
Sep 3, 2020
535
829
That is my variable for enabling incest or not. Even if you just starting using my mod that should not have happened.
Make sure you are using my game\utils\defaults.rpy as that has the default setup variable for that.
You may need to delete both
game\utils\defaults.rpy
and
game\utils\defaults.rpyc
then reinstall my mod.
Still got the error. Here is the full traceback.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dlc_episode3/scripts/S0412.rpy", line 19, in script call
    call bettysBoobs0412Label from _call_bettysBoobs0412Label
  File "game/dlc_episode3/scripts/S0414.rpy", line 165, in script call
    call amberBrilliantBJ0414 from _call_amberBrilliantBJ0414
  File "game/dlc_episode3/scripts/S0415.rpy", line 244, in script
    if enincest:
  File "game/dlc_episode3/scripts/S0415.rpy", line 244, in <module>
    if enincest:
NameError: name 'enincest' is not defined

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

Full traceback:
  File "game/dlc_episode3/scripts/S0412.rpy", line 19, in script call
    call bettysBoobs0412Label from _call_bettysBoobs0412Label
  File "game/dlc_episode3/scripts/S0414.rpy", line 165, in script call
    call amberBrilliantBJ0414 from _call_amberBrilliantBJ0414
  File "game/dlc_episode3/scripts/S0415.rpy", line 244, in script
    if enincest:
  File "renpy/ast.py", line 1893, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2266, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2259, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/dlc_episode3/scripts/S0415.rpy", line 244, in <module>
    if enincest:
NameError: name 'enincest' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
College Bound 0.4.15
Tue Dec 28 17:23:39 2021
 

freedom.call

Well-known Member
Donor
Mar 8, 2018
2,765
3,793
I probably missed a few sexytimes but I still enjoyed the ones I saw, I hope the imbecile MC isn't going to Paris. :) There is plenty to do on home soil.
 
  • Like
Reactions: iev and CircaAD

Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,816
Still got the error. Here is the full traceback.
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dlc_episode3/scripts/S0412.rpy", line 19, in script call
    call bettysBoobs0412Label from _call_bettysBoobs0412Label
  File "game/dlc_episode3/scripts/S0414.rpy", line 165, in script call
    call amberBrilliantBJ0414 from _call_amberBrilliantBJ0414
  File "game/dlc_episode3/scripts/S0415.rpy", line 244, in script
    if enincest:
  File "game/dlc_episode3/scripts/S0415.rpy", line 244, in <module>
    if enincest:
NameError: name 'enincest' is not defined

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

Full traceback:
  File "game/dlc_episode3/scripts/S0412.rpy", line 19, in script call
    call bettysBoobs0412Label from _call_bettysBoobs0412Label
  File "game/dlc_episode3/scripts/S0414.rpy", line 165, in script call
    call amberBrilliantBJ0414 from _call_amberBrilliantBJ0414
  File "game/dlc_episode3/scripts/S0415.rpy", line 244, in script
    if enincest:
  File "renpy/ast.py", line 1893, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2266, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2259, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/dlc_episode3/scripts/S0415.rpy", line 244, in <module>
    if enincest:
NameError: name 'enincest' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
College Bound 0.4.15
Tue Dec 28 17:23:39 2021
I've been wrapped up with other things, but I did forget to ask is did you just jump into using my mod now and not before the current release?

Also try deleting the cache folder that's inside the game folder and see if that helps.
There is definitely something going on, on your end and I'm trying to figure out exactly what it is.
 
  • Like
Reactions: Alex5280

Alex5280

Active Member
Sep 3, 2020
535
829
I've been wrapped up with other things, but I did forget to ask is did you just jump into using my mod now and not before the current release?

Also try deleting the cache folder that's inside the game folder and see if that helps.
There is definitely something going on, on your end and I'm trying to figure out exactly what it is.
I have been using the mod for a while now, at least the last 5 or so updates. I wouldn't worry about it too much if it is only happening to me. I will try deleting the cache folder like you suggested. I ended up just looking at the script file to see the dialog that was skipped. Thanks for the help.
 

Lord Ashram

Well-Known Member
Modder
Dec 29, 2020
1,870
10,816
I have been using the mod for a while now, at least the last 5 or so updates. I wouldn't worry about it too much if it is only happening to me. I will try deleting the cache folder like you suggested. I ended up just looking at the script file to see the dialog that was skipped. Thanks for the help.
If deleting the cache doesn't work and you are still able to load your save but the error happens when you encounter the variable then one other thing I can think of is:
You don't have permission to view the spoiler content. Log in or register now.
You will probably have to do the following in console mode too:
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

Once you do a new save you shouldn't have to do this again. I'm going to assume that when you jumped into my mod you had not run into any of the times involving Lynda or Jess as that variable is for their incest dialogue.
 
  • Like
Reactions: Alex5280

Alex5280

Active Member
Sep 3, 2020
535
829
If deleting the cache doesn't work and you are still able to load your save but the error happens when you encounter the variable then one other thing I can think of is:
You don't have permission to view the spoiler content. Log in or register now.
You will probably have to do the following in console mode too:
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

Once you do a new save you shouldn't have to do this again. I'm going to assume that when you jumped into my mod you had not run into any of the times involving Lynda or Jess as that variable is for their incest dialogue.
Deleting the cache didn't work but using the console/debug file did that trick. Thanks for all your help!
 
  • Like
Reactions: Lord Ashram

zeuswargrave

Newbie
Jan 28, 2018
24
22
Unofficial Update Patch [v0.4.15 >> v0.5.01]


Clean
~40mb

Played
~40.5mb


The patch is a bps binary patch.

Update will be an exact copy, byte for byte, of new version.

When ran, it will create the new patched folder alongside the old one. It will also ask if you want to make a backup copy of the new version as a zip to keep as a clean copy. It will delete the itself by exit.

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

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

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


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

*Can do custom patch versions if requested, such as v0.4.07 to v0.4.10 or modded versions.
Hi thanks for the update patches, but it doesn't seem to work for me. When I run the patcher, it says that the hash check has failed, even though all the files mentioned above are present, and I have followed the steps as showed properly.

1641237606126.png
 

fortuna95

Lezz kiss for peace!
Donor
Feb 7, 2018
3,683
18,189
1641250595541.png

College Bound 0.5.01 release - Start of Episode 4

Hello!

We're back with weekly releases, so this Sunday I have a brand new build featuring Summer, Lynda, Lisa and Blanca. You'll have an opportunity to read some of Mary's secrets, discover what has happened in Lynda's past (that she was hiding from you all along) and have a morning surprise by Summer or Blanca (and there is be a buildup to a HJ scene with her so stay tuned).

Planned release date of Episode 3 on Steam is January 9th 2022 for those interested. (if Steam will not want me to change anything in game)

PC:
MAC:

Have an awesome day!
- FOZ
 
3.40 star(s) 94 Votes