VN Ren'Py In for a Penny [v0.65] [Moist Sponge Productions]

3.40 star(s) 65 Votes

Combat Wombat

Member
Apr 13, 2022
196
428
Thank you friend. Do you know if the Sponge made mention of the day 23 issue that's been happening to people? I pulled my Day 23 files just in case I still need them for this update
All i can find is that they are aware of it so i will assume they will release a patch? Im really curious about it though because i never had that issue :unsure:
 

5mithers

Member
Aug 3, 2019
292
318
Dumb question, but I've noticed a lot of the latest download links across various games in the last week or so are not including gofile links for the downloads?

Did something wildly change recently? Honestly, gofile has been my "trusted" download choice so long as it has been available. If there is a reason to avoid it, I'd definitely like to know.

*Edit: Got a response in a different thread. Apparently it's bad for the uploaders as it's flaky. That's a bummer, because it's been absolutely solid for me as a downloader.
 
Last edited:
  • Like
Reactions: a1fox3

kymerazero

Newbie
Dec 11, 2017
49
18
common, i downloaded the last update, a masturbation in loop locked in the screen, i downloaded this one , the scene was continuing right, then the same masturbation locked on the screen again, just another place
 

HunkyDunx

Member
Dec 19, 2018
108
106
MoistSponge hey there bud, I wonder if you could take a look at this and perhaps upload a fully working version.

As others have mentioned, the game goes into a video loop on Day 23 when MC asks Caladruis (or whatever the ships name is) to show him Penny and Rose's conversation and you can't get out of it. There was a temporary fix posted but it didn't resolve the matter. I have tried to put 'stop movie' in various places but that doesn't work either.

I get the following error...


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00action_file.rpy", line 479, 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_load_save.rpym", line 35, in script
$ ui.interact()
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\core.py", line 3579, 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 "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\core.py", line 4540, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\transition.py", line 53, in event
return self.new_widget.event(ev, x, y, st) # E1101
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\screen.py", line 770, in event
rv = self.child.event(ev, x, y, st)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\layout.py", line 1401, in event
rv = super(Window, self).event(ev, x, y, st)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\layout.py", line 279, in event
rv = d.event(ev, x - xo, y - yo, st)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\layout.py", line 1177, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\behavior.py", line 1138, in event
return handle_click(self.clicked)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\behavior.py", line 1071, in handle_click
rv = run(action)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\behavior.py", line 368, in run
new_rv = run(i, *args, **kwargs)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\display\behavior.py", line 375, in run
return action(*args, **kwargs)
File "renpy/common/00action_file.rpy", line 479, in __call__
renpy.load(fn)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\loadsave.py", line 813, in load
log.unfreeze(roots, label="_after_load")
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\rollback.py", line 1108, in unfreeze
self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\rollback.py", line 908, in rollback
self.load_failed()
File "C:\Users\dunca\Documents\Games\InForAPenny-0.65-pc\InForAPenny-0.65-pc\renpy\rollback.py", line 826, 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.22000 AMD64
Ren'Py 8.1.1.23060707
In For A Penny 0.65
Tue Apr 22 20:48:45 2025


Love this game and really appreciate your efforts mate.

All the best
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
17,404
209,375
In for a Penny [v0.65] [Moist Sponge Productions] - Compressed

Win/Linux [1,35 GB]
- - - -

Mac [1,34 GB]
- - - -

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

jhalencak

Newbie
May 14, 2020
35
9
i love this game but this and the last update seems to be smaller then normal i hope the days will be longer then a 12hr or so it seems to feel
 
  • Like
Reactions: said999

morti mati ba

Member
Aug 13, 2024
170
382
Was this a fucking joke or something? April fools? Was this update literally like 3 minutes long ending on a braindead "cliffhanger"? Holy shit...
 
  • Like
Reactions: said999

bm121212

Member
Jun 3, 2019
427
1,257
In for a Penny [v0.65] [Moist Sponge Productions] - Compressed

Win/Linux [1,35 GB]
- MEGA - - PIXELDRAIN -
the PC links for Mega & Mixdrop go to the mac version, just a heads up
 
  • Like
Reactions: Bob69
Aug 9, 2021
50
247
In For A Penny [ v0.65 ] Gallery Mod

It's like something is missing if there's no gallery mod. So I made it.
Made by AnonymousLegend

Should work fine. Let me know if you have any issues.

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.
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.

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

NOTE : -
 
Last edited:

Jeepmut85

New Member
Oct 28, 2024
4
0
Anyone figure out the day 23 loop problem yet? I know enough to figure out where the problem is but not enough to fix it. In the previous patch it does not have the end of day 23 so it cant jump to day 24 in the script. I know how to read a .rpy file but not a .rpyc file and if i edit the day 23 patch with the rest of day 23 it doesn't fix the .rpyc file and still ends at the tire spin of the previous patch. it would be supper cool if the dev fixed this but considering it has persisted through a few updates i think it is up to us. any help would be greatly appreciated.
 

Juerhullycin

Well-Known Member
Feb 4, 2024
1,209
3,930
Anyone figure out the day 23 loop problem yet? I know enough to figure out where the problem is but not enough to fix it. In the previous patch it does not have the end of day 23 so it cant jump to day 24 in the script. I know how to read a .rpy file but not a .rpyc file and if i edit the day 23 patch with the rest of day 23 it doesn't fix the .rpyc file and still ends at the tire spin of the previous patch. it would be supper cool if the dev fixed this but considering it has persisted through a few updates i think it is up to us. any help would be greatly appreciated.
if you corrected the error in the rpy you can just delete the rpyc file and it will be newly assembled on game start
 

Samurai80

New Member
May 15, 2018
12
6
Just choose day 24 from day select in main menu and skip to 0.64 content. easiest solution without needing to modify any rpy files. works without issues
 
  • Like
Reactions: Adc2029

Jeepmut85

New Member
Oct 28, 2024
4
0
Just choose day 24 from day select in main menu and skip to 0.64 content. easiest solution without needing to modify any rpy files. works without issues
I dont know about anyone else with the loop problem, but if i jump to day 24 it brings me to waking up with Red and Crimson/Angel which is before the loop problem. Either way i took the old temp fix and added the rest of day 23 from the new files in the update at the end of the Day 23.rpy and like Juerhullycin said deleted the the .rpyc and that worked with the exception i had to load a save from before day 23 to follow the story. weird workaround but hey i was at least able to see the race and beyond.
 
3.40 star(s) 65 Votes