3.20 star(s) 26 Votes

Ignatz

What's the airspeed velocity of an unladen swallow
Donor
Feb 17, 2018
3,578
10,103
I gotta say, as a person who has hosted a few parties and served up wine (don't drink it myself), cleaning that glass would be a cause for depression alone. Too tall for a dishwasher and too narrow for hand or sponge, I feel that is what Miranda is contemplating as she downs each glass.
 

Oppai Auteur

Developer of Old Friends and Public Transport
Game Developer
Mar 26, 2018
1,710
10,707
Here is the next update folks!

Please remember that I did say in advance this update is a little shorter than the usual length, it sets up stuff that will be happening next update

Version 0.0005875

PC:

MAC:

Changelog

. First time skip implemented
. Day 17 added
. 168 renders added
. Main menu image replaced with placeholder

Can the mod who updates please add the kinetic novel tag as well, its about time this game had it

Cheers!
 

Techstar

Crlazy Compressor - Retired
Modder
Donor
Compressor
Dec 31, 2017
1,286
23,316
Old Friends and Public Transport [v0.0005875] [Oppai Auteur] - Compressed
You like this game and want to support the developer, click on the developer name below.
Developer:

Original Win/Linux Size: 3.58 GB
Original Mac Size: 3.56 GB

Compressed Win Size: 268 MB
Compressed Mac Size: 267 MB
Compressed Linux Size: 274 MB

Compressed using YAC - Yet Another Cruncher (A Game Compactor) [V3.1b]
Quality Level: Medium
You don't have permission to view the spoiler content. Log in or register now.
This compression is unofficial which reduces image/audio/video quality and might break the game.

If you enjoy this compressed version, please click the "(y)like" to give me support.
You don't have permission to view the spoiler content. Log in or register now.
 

Malcowitz

Active Member
Feb 14, 2018
757
1,108
Please tell my it's the white mom and not the black one that ain't a love interest because daaaayyuuummm
 

george1106

Member
Mar 25, 2018
307
92
Old saves not works

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 452, 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 "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in 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 "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\python.py", line 1733, 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-8-6.2.9200
Ren'Py 7.3.5.606
Old Friends and Public Transport 0.0005875
Mon May 31 14:32:34 2021
 

Oppai Auteur

Developer of Old Friends and Public Transport
Game Developer
Mar 26, 2018
1,710
10,707
Old saves not works

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 452, 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 "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in 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 "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\core.py", line 3518, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\screen.py", line 714, in event
rv = self.child.event(ev, x, y, st)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 998, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\layout.py", line 244, in event
rv = d.event(ev, x - xo, y - yo, st)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\behavior.py", line 962, in event
return handle_click(self.clicked)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\behavior.py", line 897, in handle_click
rv = run(action)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\display\behavior.py", line 320, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 452, in __call__
renpy.load(fn)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\loadsave.py", line 770, in load
log.unfreeze(roots, label="_after_load")
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\python.py", line 1983, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\python.py", line 1815, in rollback
self.load_failed()
File "G:\MEGA\OldFriendsandPublicTransport-0.0005875-pc\renpy\python.py", line 1733, 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-8-6.2.9200
Ren'Py 7.3.5.606
Old Friends and Public Transport 0.0005875
Mon May 31 14:32:34 2021
You don't need an old save, there is a save in the build right at the end of the last version, just go to load game and it should be there
 

D Dog

Active Member
Jul 31, 2018
880
1,128
You don't need an old save, there is a save in the build right at the end of the last version, just go to load game and it should be there
Just download the game, and extract the files and there is no save file there. No problem thou I like the game and will start a new game, just wanted to make you aware of it.
 
  • Like
Reactions: Oppai Auteur
3.20 star(s) 26 Votes