Actually, yeah. I've even made an account there, but it's just a blank page as of now.Any plans on getting the game on Itch.io?
yeshavent played yet but can the mc name be changed?
Yeah, that sounds fair.Man, I'd *love* for there to be an option to disable all the various slow text. It's forced so incredibly often here, and it's just jarring. It leads to a lot of spamming through every-single-bloody-character, and then suddenly instead of waiting on a single line of dialogue you're halfway through the conversation and have to go back.
It's really incredibly annoying, and it really doesn't have to be.
I couldn't really figure out how to port it to Android directly from Ren'Py. I've also heard many say the APK will only compile up to 2gb, so I didn't even bother. Now I'm not even sure if JoiPlay is working properly, since Ren'Py updated...Will there be plans for an android version or not at all..?
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: DynamicImage '[currentSceneName]': could not find image. ('images/bg/locations/home/events/mom_1_noon_kitchen_bg.webp')
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/core/script.rpyc", line 47, in script call
File "scripts/core/script.rpyc", line 73, in script call
File "scripts/core/functions.rpyc", line 103, in script
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\ast.py", line 1562, in execute
show_imspec(self.imspec, atl=getattr(self, "atl", None))
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\ast.py", line 1391, in show_imspec
renpy.config.show(name,
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\exports.py", line 759, in show
sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient)
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\core.py", line 1190, in add
thing.set_transform_event("show")
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\transform.py", line 695, in set_transform_event
self.child.set_transform_event(event)
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\image.py", line 501, in set_transform_event
return self.target.set_transform_event(event)
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\image.py", line 760, in set_transform_event
self.find_target()
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\image.py", line 683, in find_target
raise Exception(error)
Exception: DynamicImage '[currentSceneName]': could not find image. ('images/bg/locations/home/events/mom_1_noon_kitchen_bg.webp')
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
The Sin Within - 0.3 0.3
Thu Jul 20 14:28:18 2023
I'm sorry, but an uncaught exception occurred.
While running game code:
KeyError: 'rel_family'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/core/script.rpyc", line 47, in script call
File "scripts/core/script.rpyc", line 68, in script call
File "scripts/core/functions.rpyc", line 118, in script call
File "scripts/events/events.rpyc", line 122, in script
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\exports.py", line 1473, in say
who(what, *args, **kwargs)
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\character.py", line 1334, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\character.py", line 1248, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\character.py", line 1228, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat
File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\substitutions.py", line 168, in get_field
obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value
KeyError: 'rel_family'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23051307
The Sin Within - 0.3 0.3
Thu Jul 20 14:31:47 2023
Try running a new saveGetting this error.
And this one.Code:I'm sorry, but an uncaught exception occurred. While running game code: Exception: DynamicImage '[currentSceneName]': could not find image. ('images/bg/locations/home/events/mom_1_noon_kitchen_bg.webp') -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/core/script.rpyc", line 47, in script call File "scripts/core/script.rpyc", line 73, in script call File "scripts/core/functions.rpyc", line 103, in script File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\ast.py", line 1562, in execute show_imspec(self.imspec, atl=getattr(self, "atl", None)) File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\ast.py", line 1391, in show_imspec renpy.config.show(name, File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\exports.py", line 759, in show sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=default_transform, transient=transient) File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\core.py", line 1190, in add thing.set_transform_event("show") File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\transform.py", line 695, in set_transform_event self.child.set_transform_event(event) File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\image.py", line 501, in set_transform_event return self.target.set_transform_event(event) File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\image.py", line 760, in set_transform_event self.find_target() File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\display\image.py", line 683, in find_target raise Exception(error) Exception: DynamicImage '[currentSceneName]': could not find image. ('images/bg/locations/home/events/mom_1_noon_kitchen_bg.webp') Windows-10-10.0.19045 AMD64 Ren'Py 8.1.0.23051307 The Sin Within - 0.3 0.3 Thu Jul 20 14:28:18 2023
Code:I'm sorry, but an uncaught exception occurred. While running game code: KeyError: 'rel_family' -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/core/script.rpyc", line 47, in script call File "scripts/core/script.rpyc", line 68, in script call File "scripts/core/functions.rpyc", line 118, in script call File "scripts/events/events.rpyc", line 122, in script File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\ast.py", line 930, in execute renpy.exports.say(who, what, *args, **kwargs) File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\exports.py", line 1473, in say who(what, *args, **kwargs) File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\character.py", line 1334, in __call__ what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix) File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\character.py", line 1248, in prefix_suffix return (sub(prefix) + sub(body) + sub(suffix)) File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\character.py", line 1228, in sub return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0] File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\substitutions.py", line 278, in substitute s = formatter.vformat(s, (), kwargs) # type: ignore File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 205, in _vformat File "C:\Users\dugfo\Games\TheSinWithin-0.3-pc\TheSinWithin-0.3-pc\renpy\substitutions.py", line 168, in get_field obj, arg_used = super(Formatter, self).get_field(field_name, args, kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 270, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 227, in get_value KeyError: 'rel_family' Windows-10-10.0.19045 AMD64 Ren'Py 8.1.0.23051307 The Sin Within - 0.3 0.3 Thu Jul 20 14:31:47 2023
I just downloaded the Mega link from the OP, extracted the files, moved my old save files over to the new folder, and loaded the last save. Guess I will try a different save and see if that works when I get a chance. Thanks for replying.Try running a new save
Seems like the game is trying to load certain scripts from 0.2... "mom kitchen noon" was a scene only present there, which got scrapped.
How did you install the game?