Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

UnHombre_NSFW

1
Posts
A member registered Oct 17, 2025

Creator of

Recent community posts

(2 edits)

Hello! I'm using the layered image visualizer and I'm having this problem where I can use the addon but if I try to get to certain menus my game crashes and show this:

TypeError: new_renpy_loadable() got an unexpected keyword argument 'directory'

the menus that crash my game are the save menu, load menu and also menus inside the game where the story is not running and you can click characters to talk to them.

removing the files of the addon solves it but I wouldn't want to be constantly putting the addon on and off the folders.

(edit) I also noticed that I have a custom button in the save and load menus , if I remove this, it also stop crashing, what I don't get is why does the addon make any difference on this button not working.

imagebutton:

                            auto "gui/button/delete_%s_button.png"

                            action [FileDelete(slot), Hide("delete_overlay_screen")]

                            xpos -25

                            ypos -315

(edit2) It seems the problem goes around using an imagebutton with "auto" and %s