Raziel_8

Forum Fanatic
Dec 4, 2017
4,819
12,656
719
Wouldn't the Asian girl get the trip to Paris instead of her then? Who knows what MC and her would get into within the time there...
Honestly who cares about Paris, the only reason MC want's to go there is Summer and the only place Summer should go for a year, is a nice and comfy place with padded walls...
Now if we can take Blanca with us and make a little life cam show on the eiffel tower, with lots of very upset frenchmen that would be a worthy trip
 

Mikilande

Active Member
May 21, 2018
860
1,033
332
Walkthrough / Cheat Mods / (Optional) Incest Mod (0.4.07)
Here is my Walkthrough Mod with an option for Incest between the MC and (aunt) Lynda & (cousin) Jess.
I will in the future have my normal style of cheat mods that will let you still be able to do the Summer Only parts when they become available in the game so that you can also do all the other girls that you want to do too.
For the Walkthrough part I've added extra context to the options when they make a difference in the game, list their achievements, whether it is to change a game switch or just extra dialogue that makes the game make more sense for the story.
As for the incest part, it is optional and tweaks the storyline between the MC and both Lynda and Jesse that Foz had already mildly teased at the possibilities of them being family in their original storylines of them.

I now have versions for both the Patreon Public version and the Steam version.
Included is some screen shots.

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

Directions:
Just extract the rar file in the same folder where the CollegeBound.exe is, allowing Windows to overwrite the files.

View attachment 1405461 View attachment 1418913 View attachment 1418914 View attachment 1426607

Files: Steam only version and Patreon Public Release only version.
Please, can you update to : College Bound - version 0.4.08
 

sztrb

Active Member
Aug 24, 2018
621
1,018
302
It seems like on replay, I can't get farther than just after the party when Willow and Aisha invite you over, then Summer calls (and you realise she's nuts) and then the game ends. Although I have been past this point before and now I'm not sure what I'm doing wrong?
 

couldyounot

Member
Feb 21, 2021
247
353
186
-FOZ- Ever thought about releasing "update-only" files alongside a full update/game so people don't have to keep downloading the full game for every (frequent) update?
 

clowth

Newbie
May 20, 2017
47
17
208
-FOZ- Ever thought about releasing "update-only" files alongside a full update/game so people don't have to keep downloading the full game for every (frequent) update?
Was just gonna post this haha.
Since the game has gone beyond the 2GB mark and It is updated at a very frequent pace, It would be a nice QoL change if someone could do this, If not the best possible way to enjoy it is to wait for around 3 updates to play new content.
 
  • Like
Reactions: JJsaint

degengameruwu

New Member
Feb 9, 2021
1
0
117
I've been watching this game for a while but still haven't tried it. Could someone give an estimate of how long the current build is?
 

The Bush Diver

Active Member
Feb 21, 2020
712
1,692
317
Walkthrough / Cheat Mods / (Optional) Incest Mod (0.4.07)
Here is my Walkthrough Mod with an option for Incest between the MC and (aunt) Lynda & (cousin) Jess.
I will in the future have my normal style of cheat mods that will let you still be able to do the Summer Only parts when they become available in the game so that you can also do all the other girls that you want to do too.
For the Walkthrough part I've added extra context to the options when they make a difference in the game, list their achievements, whether it is to change a game switch or just extra dialogue that makes the game make more sense for the story.
As for the incest part, it is optional and tweaks the storyline between the MC and both Lynda and Jesse that Foz had already mildly teased at the possibilities of them being family in their original storylines of them.

I now have versions for both the Patreon Public version and the Steam version.
Included is some screen shots.

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

Directions:
Just extract the rar file in the same folder where the CollegeBound.exe is, allowing Windows to overwrite the files.

View attachment 1405461 View attachment 1418913 View attachment 1418914 View attachment 1426607

Files: Steam only version and Patreon Public Release only version.
We need your services one more time, Lord! You rock!
 

Trasher2018

Engaged Member
Aug 21, 2018
2,252
3,697
450
Saves not working? (i think save is from 0.4.01)

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

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2190, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
College Bound 0.4.08
Tue Nov  2 20:09:01 2021
 

ZTex

Engaged Member
Apr 3, 2019
2,983
4,287
447
Saves not working? (i think save is from 0.4.01)

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

While running game code:
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, 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 "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 4110, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1297, in event
    rv = super(Window, self).event(ev, x, y, st)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1090, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 273, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 979, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 914, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 329, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 462, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 771, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2190, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2014, in rollback
    self.load_failed()
  File "renpy/python.py", line 1932, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
College Bound 0.4.08
Tue Nov  2 20:09:01 2021
As the error says script changed.

You'll have to start again or use the quick start if you only care about current content. This only applies to saves made before 4.05
 

Gleemer

Engaged Member
Jun 8, 2018
2,147
12,428
633


Here is the Italian translation
of College Bound [v0.4.08]

This translation is "unofficial, it was created by a fan.



**********************************************

Ecco la traduzione italiana
di College Bound [v0.4.08]

Questa traduzione "non è ufficiale" è stata generata da un fan.



************************************************************************

Here is the Italian translation
of College Bound [v0.4.07]

This translation is "unofficial, it was created by a fan.



**********************************************

Ecco la traduzione italiana
di College Bound [v0.4.07]

Questa traduzione "non è ufficiale" è stata generata da un fan.



************************************************************************

Here is the Italian translation
of College Bound [v0.4.05]

This translation is "unofficial, it was created by a fan.



**********************************************

Ecco la traduzione italiana
di College Bound [v0.4.05]

Questa traduzione "non è ufficiale" è stata generata da un fan.



************************************************************************

Here is the Italian translation
of College Bound [v0.4.03]

This translation is "unofficial, it was created by a fan.



**********************************************

Ecco la traduzione italiana
di College Bound [v0.4.03]

Questa traduzione "non è ufficiale" è stata generata da un fan.



************************************************************************

Here is the Italian translation
of College Bound [v0.4.02]

This translation is "unofficial, it was created by a fan.



**********************************************

Ecco la traduzione italiana
di College Bound [v0.4.02]

Questa traduzione "non è ufficiale" è stata generata da un fan.



************************************************************************

Here is the Italian translation
of College Bound [v0.4.01]

This translation is "unofficial, it was created by a fan.



**********************************************

Ecco la traduzione italiana
di College Bound [v0.4.01]

Questa traduzione "non è ufficiale" è stata generata da un fan.



************************************************************************

OLD Version
Italian translation

Updated: 2021-11-01
Version: 0.4.08
 

deimos25

Newbie
Sep 29, 2021
55
61
75
-FOZ- Ever thought about releasing "update-only" files alongside a full update/game so people don't have to keep downloading the full game for every (frequent) update?

I created a patch to go from 0.4.07 to 0.4.08, but can't post links yet.
Was going to post it in Discord but mod's said nah, since it would need to be approved by FOZ first. I'll try and do it for each public release going forward and when I can post links here I will.
 
Last edited:

punisher2099

Forum Fanatic
Feb 25, 2020
4,017
9,271
584
I'm still trying to figure out how this harem is going to work especially with Summer. I also wonder who will eventually get knocked up.
 
  • Like
Reactions: Mighty J
3.40 star(s) 98 Votes