No, those are test renders Jackerman made before the game. Nothing further to them.Is this in the game?
You must be registered to see the links
you can find all the images and loops in the game filesQuick question. Does an image gallery exist anywhere?
Option 1 - beat the game, small image gallery at the end.Quick question. Does an image gallery exist anywhere?
Utterly unnecessary - everything you need is in the game installation folder, as krumkrum said.Option 1 - beat the game, small image gallery at the end.
Option 2 - download and use unren.exe, get everything.
Can you post one of the error messages where it fails to find the files?It seems like there is a bug or something in Mac version where you choose to go in outer space and breed the girl with dogs - it is unable to find bunch of png files.
But overall the game is solid and if combined with bigger scope (like TiTS but with such level of rendering) can be awesome.
Can you post one of the error messages where it fails to find the files?
```
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'r4/endingshots/postdog.png'>:
File "game/script.rpy", line 8164, in script
"Rebecca gave birth to a small litter of puppies much to the shock of her now ex-husband who was on call thanks to Guukruux, watching the furry offspring feed on their mother’s breast milk."
IOError: Couldn't find file 'r4/endingshots/postdog.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 8164, in script
"Rebecca gave birth to a small litter of puppies much to the shock of her now ex-husband who was on call thanks to Guukruux, watching the furry offspring feed on their mother’s breast milk."
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/ast.py", line 708, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/exports.py", line 1345, in say
who(what, *args, **kwargs)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/character.py", line 1142, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/character.py", line 842, in do_display
**display_args)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen/renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/im.py", line 583, in render
return cache.get(self, render=True)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/im.py", line 266, in get
surf = image.load()
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/im.py", line 628, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'r4/endingshots/postdog.png'.
Darwin-21.4.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Tentacular R4
Tue Jul 5 00:35:55 2022
```
From memory, this also appeared in Windows - the error is that the file named in the directory is "postdogS.png" or something to that effect. Essentially, you'd have to find the file in the exact folder and either rename it there to "postdog.png", or edit the script.rpy file to look for whatever the name of the .png file is.Code:``` I'm sorry, but an uncaught exception occurred. While loading <'Image' u'r4/endingshots/postdog.png'>: File "game/script.rpy", line 8164, in script "Rebecca gave birth to a small litter of puppies much to the shock of her now ex-husband who was on call thanks to Guukruux, watching the furry offspring feed on their mother’s breast milk." IOError: Couldn't find file 'r4/endingshots/postdog.png'. -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 8164, in script "Rebecca gave birth to a small litter of puppies much to the shock of her now ex-husband who was on call thanks to Guukruux, watching the furry offspring feed on their mother’s breast milk." File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/ast.py", line 708, in execute renpy.exports.say(who, what, *args, **kwargs) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/exports.py", line 1345, in say who(what, *args, **kwargs) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/character.py", line 1142, in __call__ self.do_display(who, what, cb_args=self.cb_args, **display_args) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/character.py", line 842, in do_display **display_args) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/character.py", line 591, in display_say rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/ui.py", line 297, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/core.py", line 2702, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/core.py", line 3194, in interact_core self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/core.py", line 2094, in draw_screen renpy.config.screen_height, File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen/renpy.display.render.c:6805) rv = render(root, width, height, st, st) File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/layout.py", line 722, in render surf = render(child, width, height, cst, cat) File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen/renpy.display.render.c:4075) cpdef render(d, object widtho, object heighto, double st, double at): File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen/renpy.display.render.c:3520) rv = d.render(widtho, heighto, st, at) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/im.py", line 583, in render return cache.get(self, render=True) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/im.py", line 266, in get surf = image.load() File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/display/im.py", line 628, in load surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename) File "/private/var/folders/y3/51qjn0c92ld490nfvmgb73qm0000gn/T/AppTranslocation/2CF88AB9-B425-4A0C-85BB-926FFEAAE7CD/d/Tentacular.app/Contents/Resources/autorun/renpy/loader.py", line 576, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'r4/endingshots/postdog.png'. Darwin-21.4.0-x86_64-i386-64bit Ren'Py 7.3.5.606 Tentacular R4 Tue Jul 5 00:35:55 2022 ```
Just checked, the Anonfiles link works. I noticed that it pops up another tab if you click the download button on that page. Click it again and it works correctly.Looks like all of the windows links are dead - anyone know where I can download this again?
Thanks!Just checked, the Anonfiles link works. I noticed that it pops up another tab if you click the download button on that page. Click it again and it works correctly.
downloading from here right now, will do a test run of the .zip file when done.It says that the archive is corrupt no matter the source that I download it from. I've tried WinRAR and 7Zip. Might need to update the links.
Ok. I would support, but I have too many financial obligations otherwise to consider extra expenses at this time. It's not that big of a deal anyways. Thanks for testing though.downloading from here right now, will do a test run of the .zip file when done.
consider becoming a donor to F95, then you have a direct download option offered, which works fine for me.
*edit* direct download from here done, archive scanned, tested and unpacked, no errors no issues with just a right click of the normal windoze "extract to.." right click menu. i honestly never ever use 7zip for reasons. what i normally have in use for file handling, is the "Total Commander" by Ghisler, version 10.
np, i make use of the DDL in it's experimental state mostly because i'm not too fond of external links; Nopy was pretty much "ok" regarding what i call background activities, during site access/download, and with that gone, there's noone trusty left in my eyes. did i mention i'm paranoid. or not, what do i know.Ok. I would support, but I have too many financial obligations otherwise to consider extra expenses at this time. It's not that big of a deal anyways. Thanks for testing though.