Miss Croft is proud of you)
You don't have permission to view the spoiler content.
Log in or register now.
Be careful! You could poke someone's eye out with that!Miss Croft is proud of you)
You don't have permission to view the spoiler content. Log in or register now.
Yes, someone does get pregnant later in the game (maybe around v0.26, iirc), but the childbirth didn't happen yetjust started playing, see a pregnancy tag and hope it's true. Do you get to impregnate some of the women. Would like to know before I play through the whole thing and it doesn't happen. So far all he's doing is auto pull out, which sucks
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Quests/Day 5.rpy", line 348, in script
h1 "I think I…oh god. It’s going so deep. I haven’t...been...had it this hard in a long...oh...time."
IOError: Couldn't find file 'd5-045.mpeg'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Quests/Day 5.rpy", line 348, in script
h1 "I think I…oh god. It’s going so deep. I haven’t...been...had it this hard in a long...oh...time."
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\exports.py", line 1345, in say
who(what, *args, **kwargs)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\character.py", line 842, in do_display
**display_args)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\display\core.py", line 3380, in interact_core
renpy.audio.audio.periodic()
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 1060, in periodic
six.reraise(exc[0], exc[1], exc[2])
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 1038, in periodic_thread_main
periodic_pass()
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 979, in periodic_pass
c.periodic()
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 457, in periodic
topf = load(self.file_prefix + filename + self.file_suffix)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 73, in load
rv = renpy.loader.load(fn)
File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'd5-045.mpeg'.
Windows-8-6.2.9200
Ren'Py 7.3.5.606
In For A Penny 0.30.5
Sat Aug 20 02:02:51 2022
Updated my Android port to v0.30.5Hi all my compressed unofficial Android port of In For A Penny 0.30.5
Usual gestures, save name/delete, seethru textbox, resizeable game and dialogue text.
Scrollable choices (when multiple and large)
Scrollable textbox - no more text off the bottom of your screen
Alternative persistent saves/log location
Grant storage permissions on first run!
Mega
Shot in the dark here but...i can visually see the d5-045.mpeg file in the folder, but it's giving me an error. I click ignore and every mpeg file is giving me an error, even though they are there in the folderCode:I'm sorry, but an uncaught exception occurred. While running game code: File "game/Quests/Day 5.rpy", line 348, in script h1 "I think I…oh god. It’s going so deep. I haven’t...been...had it this hard in a long...oh...time." IOError: Couldn't find file 'd5-045.mpeg'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/Quests/Day 5.rpy", line 348, in script h1 "I think I…oh god. It’s going so deep. I haven’t...been...had it this hard in a long...oh...time." File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\ast.py", line 708, in execute renpy.exports.say(who, what, *args, **kwargs) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\exports.py", line 1345, in say who(what, *args, **kwargs) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\character.py", line 1142, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\character.py", line 842, in do_display **display_args) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\character.py", line 591, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\display\core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\display\core.py", line 3380, in interact_core renpy.audio.audio.periodic() File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 1060, in periodic six.reraise(exc[0], exc[1], exc[2]) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 1038, in periodic_thread_main periodic_pass() File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 979, in periodic_pass c.periodic() File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 457, in periodic topf = load(self.file_prefix + filename + self.file_suffix) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\audio\audio.py", line 73, in load rv = renpy.loader.load(fn) File "J:\02_Harem\InForAPenny-0.30.5-pc\InForAPenny-0.30.5-pc\renpy\loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'd5-045.mpeg'. Windows-8-6.2.9200 Ren'Py 7.3.5.606 In For A Penny 0.30.5 Sat Aug 20 02:02:51 2022
I've been working my way through this game and it's kind of growing on me, to be honest. One thing that would be helpful would be either a better UI and/or perhaps character portraits when people are speaking; there are way too many women to keep track of. I guess my main gripe with the game at this point is the dialog. It's kind of hard to put in words, but it's maybe a bit too loose/free-flowing? A lot of things seem to be written in stream of consciousness. There are also a lot of "huh huh," "uh uh" and other filler words that might not get the author's meaning across in the best way (depending on how they're pronounced/inflection). I've also noticed there is quite a bit of (what I assume is) British slang, that might not translate well for some people.
That being said, I do enjoy the variety in the characters' personalities. I especially appreciate that the dev is giving variety to the nipples (something that is often overlooked).
MoistSponge Bug report: during Sister Brittany's baptism she turns into Sister Jasmin for 1 image
MoistSponge Bug report: during Sister Brittany's baptism she turns into Sister Jasmin for 1 image
I saw this alsoYou don't have permission to view the spoiler content. Log in or register now.
Also Sister Daisy is called Sister Emma several times during her baptism, both in the text and in the speaker name box.MoistSponge Bug report: during Sister Brittany's baptism she turns into Sister Jasmin for 1 image
If I remember correctly, English is the creator's second language and British slang is simply what they were/are exposed to. So, that mostly translates through the text and what gives it the feeling that it does. I, personally, don't think that they should use as much slang either since slang doesn't crop up in common place conversations all the time.I've been working my way through this game and it's kind of growing on me, to be honest. One thing that would be helpful would be either a better UI and/or perhaps character portraits when people are speaking; there are way too many women to keep track of. I guess my main gripe with the game at this point is the dialog. It's kind of hard to put in words, but it's maybe a bit too loose/free-flowing? A lot of things seem to be written in stream of consciousness. There are also a lot of "huh huh," "uh uh" and other filler words that might not get the author's meaning across in the best way (depending on how they're pronounced/inflection). I've also noticed there is quite a bit of (what I assume is) British slang, that might not translate well for some people.
That being said, I do enjoy the variety in the characters' personalities. I especially appreciate that the dev is giving variety to the nipples (something that is often overlooked).
Yea I notist some text seemed weird but I'm heavily dyslectic so I have a hard time with text in generalAlso Sister Daisy is called Sister Emma several times during her baptism, both in the text and in the speaker name box.
Are you porting 30.5?Honestly I'm not following. Is there anything else I need to do or are we all good now?