LustDollLover, incase you aren't aware, the file "zzzakin's tattoo guy.rpgmvp" (and likely "zzzakin's tattoo guy.png" if it's used anywhere in the code) is failing to load and causing me a crash any time I load the piercings menu because the file name is being changed in the code. At some point, the game changes that file name to "zzzakin_s%20tattoo%20guy.rpgmvp". The only problem with that is the apostrophe being changed to an underscore. Either remove the apostrophe, or change the file name to have an underscore instead of the apostrophe, and the issue is solved. tl;dr more conventional file naming conventions will solve that problem
HoodedDeath
Recent community posts
That image file is missing because that underscore in the file name is an apostrophe in the actual file name. It's been replaced by an underscore in the code, probably because that's required to allow the file to load. I haven't checked if there's anywhere that still references that file with an apostrophe, but I can confirm that the problem went away when I created a symbolic link to the correct image, with the apostrophe subsituted for an underscore.
Just want to bring something up incase it hasn't been brought up before. On Unix systems, file paths are case sensitive, so playing on Android or the HTML version on Linux ends up with a lot of images "missing" because the file names swap randomly between using caps and all lowercase, whereas the actual files only exist as one of them. Clearly I've found dedication to still play this bc I've been going through the HTML version to fix the capitalization with each release I download, but it'd be nice for the issue to actually be fixed.