I am not a dev nor a modder?? just a guy trying to learn and understand how renpy functions.
My issues all seem to stem from a lack of understanding on how renpy interpolates names under different conditions.
You must be registered to see the links
does little to clarify.
So any explicitly defined image paths default to game/images, easy enough. When attributes are supplied without an explicit path, it seems to look in the same location as any explicitly defined images, but this behavior is inconsistent? Is there a relationship between the image tags and the expected path of images?
Another way to go about this - if you know of a way to print any log file of image errors - they aren't captured in regular log/traceback/errors-just the in-game red-text messages of [image cant be found] - then I could figure out the search pattern - right now it slaps them all on top of each other making it unreadable.